|
|
|
@ -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();
|
|
|
|
|