解决从销售订单转销售出库单的时候没有把账户带过去的bug
This commit is contained in:
@@ -112,6 +112,10 @@ export const BillModalMixin = {
|
|||||||
this.form.setFieldsValue({'accountId': item.id})
|
this.form.setFieldsValue({'accountId': item.id})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
//数据从前一个页面带过来的情况
|
||||||
|
if(this.transferParam && this.transferParam.accountId) {
|
||||||
|
this.form.setFieldsValue({'accountId': this.transferParam.accountId})
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user