From b2d6395a3753b1ac2e0c3ee93bd0d882c2f0c932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Tue, 30 May 2023 17:09:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E9=AA=8C=E6=94=B6=E5=BA=93=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/InvPreInProductsDetail.vue | 1 + src/views/inventory/InvSupPreInProducts.vue | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/inventory/InvPreInProductsDetail.vue b/src/views/inventory/InvPreInProductsDetail.vue index f6198c40..8a206d87 100644 --- a/src/views/inventory/InvPreInProductsDetail.vue +++ b/src/views/inventory/InvPreInProductsDetail.vue @@ -195,6 +195,7 @@ export default { getList() { this.loading = true; this.invPreProductDetailQuery.relId = this.inputQuery.relId; + this.invPreProductDetailQuery.invSpaceCode = this.inputQuery.invSpaceCode; this.invPreProductDetailQuery.supId = this.inputQuery.supId; this.invPreProductDetailQuery.batchNo = this.inputQuery.batchNo; this.invPreProductDetailQuery.deptCode = this.inputQuery.deptCode; diff --git a/src/views/inventory/InvSupPreInProducts.vue b/src/views/inventory/InvSupPreInProducts.vue index e5094dd4..7690d7bc 100644 --- a/src/views/inventory/InvSupPreInProducts.vue +++ b/src/views/inventory/InvSupPreInProducts.vue @@ -240,6 +240,7 @@ export default { page: 1, limit: 10, }, + invSpaceCode:null, list: [], total: 0, invList: [], @@ -273,6 +274,7 @@ export default { this.$router.push({ path: "", }); + this.invSpaceCode=null this.filterQuery = { nameCode: null, cpmctymc: null, @@ -289,6 +291,7 @@ export default { }, onSubmit() { this.filterQuery.page = 1; + this.invSpaceCode=this.filterQuery.invSpaceCode, this.getList(); }, hideSearch() { @@ -369,6 +372,7 @@ export default { }, detailDialog(row) { this.detailDialogVisible = true; + debugger this.inputQuery = { relId: row.relIdFk, cpmctymc: row.cpmctymc, @@ -379,7 +383,8 @@ export default { expireDate: row.expireDate, supId: row.supId, deptCode: row.deptCode, - invCode: row.invCode + invCode: row.invCode, + invSpaceCode: this.invSpaceCode } }, closeDetailDialog() {