1.新增业务单据查询产品信息添加供应商参数

fencang
x_z 3 years ago
parent ce0fbb5a1c
commit e5dc7837bf

@ -998,6 +998,7 @@ export default {
filterSubByInv(query) filterSubByInv(query)
.then((response) => { .then((response) => {
this.subInvList = response.data || []; this.subInvList = response.data || [];
this.fromSubStorageOptions = response.data || [];
if (this.subInvList != null && this.subInvList.length == 1) { if (this.subInvList != null && this.subInvList.length == 1) {
this.formData.invWarehouseCode = this.subInvList[0].code; this.formData.invWarehouseCode = this.subInvList[0].code;
this.getBusType(); this.getBusType();
@ -1193,7 +1194,7 @@ export default {
} }
} }
this.findSubInvByInv(this.formData.locStorageCode); this.findSubInvByInv(this.formData.locStorageCode);
this.findSubStorageMethod(); // this.findSubStorageMethod();
this.getBusType(); this.getBusType();

Loading…
Cancel
Save