Merge remote-tracking branch 'origin/dev' into dev

dev
郑明梁 2 years ago
commit 7da361ce1e

@ -1466,12 +1466,13 @@ export default {
if (this.$isNotBlank(this.orderFormData.checkPreInOrders)) { if (this.$isNotBlank(this.orderFormData.checkPreInOrders)) {
this.checkPreInArray = this.orderFormData.split(","); this.checkPreInArray = this.orderFormData.split(",");
} }
this.findMethod(this.orderFormData.fromCorp);
this.curAction = {} this.curAction = {}
this.refreshCodesPanel(); this.refreshCodesPanel();
// //
this.findInvListByUser(); this.findInvListByUser();
this.initBusType(); this.initBusType();
this.findMethod(this.orderFormData.fromCorp); // this.findMethod(this.orderFormData.fromCorp);
this.findFromInvList(); this.findFromInvList();
} else { } else {
// //

Loading…
Cancel
Save