|
|
|
@ -432,7 +432,8 @@ export default {
|
|
|
|
|
this.formData.fromInvSpaceCode = this.deviceReceiveOrder.fromInvSpaceCode;
|
|
|
|
|
}
|
|
|
|
|
this.spaceList = res.data.list || [];
|
|
|
|
|
});
|
|
|
|
|
})
|
|
|
|
|
this.formData.fromInvSpaceCode="";
|
|
|
|
|
},
|
|
|
|
|
selectInvProduct() {
|
|
|
|
|
let message = this.verifyOrder();
|
|
|
|
@ -442,9 +443,12 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//保存或更新设备领用仓库信息
|
|
|
|
|
|
|
|
|
|
this.saveOrder();
|
|
|
|
|
this.onReset();
|
|
|
|
|
this.selectInvProductVisible = true;
|
|
|
|
|
this.filterQuery.invCode=this.formData.fromInvCode;
|
|
|
|
|
this.filterQuery.invSpaceCode=this.formData.fromInvSpaceCode;
|
|
|
|
|
},
|
|
|
|
|
saveMAOrder() {
|
|
|
|
|
this.saveOrder();
|
|
|
|
@ -632,8 +636,8 @@ export default {
|
|
|
|
|
this.queryInvProducts();
|
|
|
|
|
},
|
|
|
|
|
queryInvProducts() {
|
|
|
|
|
this.filterQuery.invCode = this.formData.invCode;
|
|
|
|
|
this.filterQuery.invSpaceCode = this.formData.invSpaceCode;
|
|
|
|
|
this.filterQuery.invCode=this.formData.fromInvCode;
|
|
|
|
|
this.filterQuery.invSpaceCode=this.formData.fromInvSpaceCode;
|
|
|
|
|
getInvMAProducts(this.filterQuery).then((res) => {
|
|
|
|
|
if (res.code === 20000) {
|
|
|
|
|
this.productList = res.data.list || [];
|
|
|
|
|