From 47237c5c7183badfbeb54b6f050b2c3194afe079 Mon Sep 17 00:00:00 2001 From: x_z Date: Mon, 27 Jun 2022 10:39:15 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BC=98=E5=8C=96=E5=A7=94=E6=89=98=E9=AA=8C?= =?UTF-8?q?=E6=94=B6=E8=AE=BE=E7=BD=AE=EF=BC=8C=E5=BA=93=E5=AD=98=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E9=A1=B5=E9=9D=A2=E4=BA=A4=E4=BA=92=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/BasicEntrutsReceModify.vue | 2 +- src/views/inventory/InvProducts.vue | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/views/basic/BasicEntrutsReceModify.vue b/src/views/basic/BasicEntrutsReceModify.vue index c8c55b2..8dfaa67 100644 --- a/src/views/basic/BasicEntrutsReceModify.vue +++ b/src/views/basic/BasicEntrutsReceModify.vue @@ -317,7 +317,7 @@ export default { }, entrustInvChange() { - + this.inputQuery.entrustSubInv = null; this.findEntrustSubInvByInv(); this.$forceUpdate(); diff --git a/src/views/inventory/InvProducts.vue b/src/views/inventory/InvProducts.vue index d3ff51f..38d5a52 100644 --- a/src/views/inventory/InvProducts.vue +++ b/src/views/inventory/InvProducts.vue @@ -63,6 +63,7 @@ import { filterProducts, - filterDetailProducts, deleteProducts, } from "../../api/inventory/InvProducts"; import draggable from "vuedraggable"; @@ -168,7 +168,7 @@ import codeDetail from "./InvProductsDetail"; import store from "../../store"; import {getBussinessType} from "../../api/basic/bussinessType"; import {getBasicUnitMaintains} from "@/api/basic/basicUnitMaintain"; -import {filterAllByUser, filterUplLocInv} from "@/api/basic/invWarehouse"; +import {filterUplLocInv} from "@/api/basic/invWarehouse"; import {filterSubByInv} from "@/api/basic/invSubWarehouse"; @@ -201,6 +201,7 @@ export default { loading: true, index: null, dialogTableVisible: false, + invWarehouseDisabled: true, formLoading: false, dialogVisible: false, deleteLoading: false, @@ -227,9 +228,12 @@ export default { customerId: null, unitFk: null, supId: null, + invWarehouseCode: null, + invStorageCode: null, page: 1, limit: 20, }; + this.invChange(); this.getList(); }, onSubmit() { @@ -260,7 +264,6 @@ export default { this.filterQuery.customerId = store.getters.customerId; filterProducts(this.filterQuery) .then((response) => { - console.log(response) this.showSup = response.data.showSup; this.loading = false; this.list = response.data.list || []; @@ -308,7 +311,6 @@ export default { }); }, findMethod(query) { - console.log(query); this.fromOptions = []; let cQuery = { key: query,