From 824705d883faeb741a2b0da642b737ceb835ce8e Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 19 Jan 2026 16:55:02 +0800 Subject: [PATCH] =?UTF-8?q?2026-01-19=20=E9=A2=86=E6=96=99=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=20=E5=9C=A8?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=97=B6=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E2=80=9C=E5=87=BA=E5=BA=93=E7=B1=BB=E5=88=AB=E2=80=9D=20?= =?UTF-8?q?=E6=9D=90=E6=96=99=E6=98=8E=E7=BB=86=E9=A1=B5=E7=AD=BE=E7=9A=84?= =?UTF-8?q?=E3=80=90=E6=89=B9=E9=87=8F=E7=BC=96=E8=BE=91=E3=80=91=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E8=A6=81=E8=83=BD=E4=BF=AE=E6=94=B9=E9=A2=86=E6=96=99?= =?UTF-8?q?=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../soIssueNotify/searchIssureNotify.vue | 107 ++++++++++++++---- 1 file changed, 83 insertions(+), 24 deletions(-) diff --git a/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue b/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue index 5d27a64..08b0b0b 100644 --- a/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue +++ b/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue @@ -183,6 +183,7 @@ 批量编辑 新增 批量保存 + 取消编辑 + + + - + - + - + + + + + + + + + - + { if (data.code === 0) { @@ -3989,6 +4025,12 @@ }); }, + // 选择仓库 + chooseWareHouse (row) { + this.tempWareHouseRow = row + this.getBaseList(20) + }, + // 获取基础数据列表S getBaseList (val, type) { this.tagNo = val @@ -3999,6 +4041,10 @@ strVal = this.newMaterialData.componentPartNo this.$refs.baseList.init(val, strVal) } + if (val === 20) { + strVal = this.tempWareHouseRow.warehouseId + this.$refs.baseList.init(val, strVal) + } }) }, @@ -4009,6 +4055,19 @@ this.newMaterialData.partDesc = val.PartDescription this.newMaterialData.warehouseId = val.outbound_warehouse_id } + if (this.tagNo === 20) { + this.tempWareHouseRow.warehouseId = val.WareHouseID + this.tempWareHouseRow.warehouseName = val.WareHouseName + } + }, + + // 加载出库类别列表 + loadCategoryList () { + getOutboundCategoryList({}).then(({data}) => { + if (data && data.code === 0) { + this.categoryList = data.rows || [] + } + }) }, // 输入校验