|
|
|
@ -303,6 +303,7 @@ import {getBusChange} from "@/api/basic/busTypeChange";
|
|
|
|
|
import {inserThrOrderWeb, updateReceive} from "@/api/thrsys/thrOrderReceive";
|
|
|
|
|
import {getThrOrderDetails, delThrOrders, delOrderDetail} from "@/api/thrsys/thrOrder";
|
|
|
|
|
import {filterSubByInv} from "@/api/basic/invSubWarehouse";
|
|
|
|
|
import {isBlank} from "@/utils/strUtil";
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
name: "idQuery",
|
|
|
|
@ -479,6 +480,7 @@ export default {
|
|
|
|
|
this.findSubStorageMethod();
|
|
|
|
|
},
|
|
|
|
|
subStorageChange(item) {
|
|
|
|
|
// this.formData.fromSubInvCode = null;
|
|
|
|
|
this.formData.locStorageCode= this.subInvList.find(item => item.code == this.formData.invWarehouseCode).parentId
|
|
|
|
|
this.formData.corpId=this.subInvList.find(item => item.code == this.formData.invWarehouseCode).code
|
|
|
|
|
this.formData.corpName=this.subInvList.find(item => item.code == this.formData.invWarehouseCode).warehouseName
|
|
|
|
@ -597,6 +599,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
this.invQueryData = {
|
|
|
|
|
locStorageCode: this.formData.locStorageCode,
|
|
|
|
|
invWarehouseCode: this.formData.invWarehouseCode
|
|
|
|
|
};
|
|
|
|
|
this.selectInvProductVisible = true;
|
|
|
|
|
return;
|
|
|
|
@ -916,7 +919,9 @@ export default {
|
|
|
|
|
|
|
|
|
|
this.getBusType();
|
|
|
|
|
this.findSubInvs();
|
|
|
|
|
this.findSubStorageMethod();
|
|
|
|
|
if (!isBlank(this.formData.invWarehouseCode)) {
|
|
|
|
|
this.findSubStorageMethod();
|
|
|
|
|
}
|
|
|
|
|
// this.findSubInvByInv();
|
|
|
|
|
this.codeArray = [];
|
|
|
|
|
this.closeConfirmFunction(false);
|
|
|
|
|