From 7a77e1d438225c7e5e9754c01afbe5cfc316a957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Mon, 26 Dec 2022 11:41:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E7=AE=A1=E7=90=86=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/UdiInfoManage.vue | 6 +++++- src/views/inventory/InvProducts.vue | 4 ++-- src/views/purchase/purPlanDetailDialog.vue | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/views/basic/UdiInfoManage.vue b/src/views/basic/UdiInfoManage.vue index 572bd52..c8ab106 100644 --- a/src/views/basic/UdiInfoManage.vue +++ b/src/views/basic/UdiInfoManage.vue @@ -1064,6 +1064,7 @@ export default { }, productType: null, editQuery: null, + pId:0, productRemarkSet: {}, relevanceEdit: { id: null, @@ -1075,7 +1076,8 @@ export default { allowNoBatch: null, allowNoExpire: null, allowNoProduct: null, - cpdls: null + cpdls: null, + pId:null, }, defaultSys: null, isImport: false, @@ -1451,6 +1453,7 @@ export default { this.thisData = row; this.editDialogVisible = true; this.editQuery = row; + this.pId=row.id; this.relevanceEdit = { id: row.id, isUseDy: row.isUseDy, @@ -1561,6 +1564,7 @@ export default { this.relevanceEdit.isLock = this.editQuery.isLock; this.relevanceEdit.isAdavence = this.editQuery.isAdavence; this.relevanceEdit = this.editQuery; + this.relevanceEdit.pid = this.pId; if (this.checked == true) { this.relevanceEdit.isUseDy = 1; } else { diff --git a/src/views/inventory/InvProducts.vue b/src/views/inventory/InvProducts.vue index 5504135..fa8c97d 100644 --- a/src/views/inventory/InvProducts.vue +++ b/src/views/inventory/InvProducts.vue @@ -242,7 +242,7 @@ export default { this.getList(); }, onSubmit() { - +             if(this.filterQuery.invStorageCode==null || this.filterQuery.invStorageCode==""){                 this.$message.error("当前仓库不能为空");                 return @@ -275,7 +275,7 @@ export default { this.getList(); }, getList() { - + this.loading = true; this.filterQuery.customerId = store.getters.customerId; diff --git a/src/views/purchase/purPlanDetailDialog.vue b/src/views/purchase/purPlanDetailDialog.vue index 437ae8a..4712d78 100644 --- a/src/views/purchase/purPlanDetailDialog.vue +++ b/src/views/purchase/purPlanDetailDialog.vue @@ -62,8 +62,8 @@ - -