From f7a2cfc2aa6e452819d900c123516bb90962d39d Mon Sep 17 00:00:00 2001 From: 1178634255 <1178634255@qq.com> Date: Tue, 23 May 2023 14:38:07 +0800 Subject: [PATCH] =?UTF-8?q?=20=E4=BF=AE=E5=A4=8D=E5=85=A5=E8=B4=A6?= =?UTF-8?q?=E5=BA=93=E6=8C=89=E8=B4=A7=E4=BD=8D=E6=9F=A5=E8=AF=A2=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E5=BA=93=E5=AD=98=E8=AF=A6=E6=83=85=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA=E6=89=80=E6=9C=89=E6=9D=A1?= =?UTF-8?q?=E7=A0=81=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/InvProductPlaceModify.vue | 4 ++-- src/views/inventory/InvProductsDetail.vue | 4 ++-- src/views/system/dept/invWarehouse.vue | 22 +++++++++++++++++++ 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/src/views/inventory/InvProductPlaceModify.vue b/src/views/inventory/InvProductPlaceModify.vue index a6f837d8..29747352 100644 --- a/src/views/inventory/InvProductPlaceModify.vue +++ b/src/views/inventory/InvProductPlaceModify.vue @@ -73,8 +73,8 @@ @select="handleSelect" @keypress.enter.native="spaceEnterKey($event)" @clear="clearFormData" - style="width: 90%" - clearable + style="width: 90%" + clearable > diff --git a/src/views/inventory/InvProductsDetail.vue b/src/views/inventory/InvProductsDetail.vue index cfa1b21b..1f5e9859 100644 --- a/src/views/inventory/InvProductsDetail.vue +++ b/src/views/inventory/InvProductsDetail.vue @@ -198,9 +198,9 @@ export default { this.invProductDetailQuery.batchNo = this.inputQuery.batchNo; this.invProductDetailQuery.deptCode = this.inputQuery.deptCode; this.invProductDetailQuery.invCode = this.inputQuery.invCode; - if(!isBlank(this.invProductDetailQuery.invSpaceCode)){ + /*if(!isBlank(this.invProductDetailQuery.invSpaceCode)){ this.invProductDetailQuery.code=this.inputQuery.code - } + }*/ getInvProductDetail(this.invProductDetailQuery).then((res) => { this.loading = false; if (res.code === 20000) { diff --git a/src/views/system/dept/invWarehouse.vue b/src/views/system/dept/invWarehouse.vue index 5b829084..87c89bdb 100644 --- a/src/views/system/dept/invWarehouse.vue +++ b/src/views/system/dept/invWarehouse.vue @@ -551,6 +551,7 @@ export default { this.list = []; }); }, + //顶部新增按钮 handleSubForm(data, formName) { //新增,编辑 if (data != null) { this.invWouse = data; @@ -656,6 +657,27 @@ export default { }); }, + //过滤协和医院平潭分院这条数据 + // findDeptMethod() { //新增,编辑---获取部门信息 + // let query = { + // status: 1, + // }; + // filterList(query) + // .then((response) => { + // this.loading = false; + // let fromDeptOptions = response.data.list || []; + // // 过滤掉值为 "协和医院平潭分院" 的数据 + // fromDeptOptions = fromDeptOptions.filter((item) => { + // return item.name !== "协和医院平潭分院"; + // }); + // this.fromDeptOptions = fromDeptOptions; + // }) + // .catch(() => { + // this.loading = false; + // this.fromDeptOptions = []; + // }); + // }, + normalizer(node) { if (node.children && !node.children.length) { delete node.children;