修改bug

prod
wangwei 2 years ago
parent fb725bba03
commit 007f6c8642

@ -655,7 +655,7 @@ export default {
this.curInvOptions.length > 0 &&
this.orderFormData.invWarehouseCode == null
) {
this.orderFormData.invCode = this.curInvOptions[0].code;
//this.orderFormData.invCode = this.curInvOptions[0].code;
this.getBusTypeByInv();
this.findCurSpaceList(this.orderFormData.invCode);
}
@ -1362,7 +1362,6 @@ export default {
if (this.$isNotBlank(this.orderFormData.checkPreInOrders)) {
this.checkPreInArray = this.orderFormData.split(",");
}
this.refreshCodesPanel();
//
this.findInvListByUser();

Loading…
Cancel
Save