修改bug

prod
wangwei 2 years ago
parent fb725bba03
commit 007f6c8642

@ -655,7 +655,7 @@ export default {
this.curInvOptions.length > 0 && this.curInvOptions.length > 0 &&
this.orderFormData.invWarehouseCode == null this.orderFormData.invWarehouseCode == null
) { ) {
this.orderFormData.invCode = this.curInvOptions[0].code; //this.orderFormData.invCode = this.curInvOptions[0].code;
this.getBusTypeByInv(); this.getBusTypeByInv();
this.findCurSpaceList(this.orderFormData.invCode); this.findCurSpaceList(this.orderFormData.invCode);
} }
@ -1362,7 +1362,6 @@ 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.refreshCodesPanel(); this.refreshCodesPanel();
// //
this.findInvListByUser(); this.findInvListByUser();

Loading…
Cancel
Save