From 5b30f59eb5116fb86d49f144b63f3b9b5460805c Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 16 Oct 2025 14:49:19 +0800 Subject: [PATCH] =?UTF-8?q?2025-10-16=20=E9=A2=86=E6=96=99=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E7=AE=A1=E7=90=86=20=E6=9D=90=E6=96=99=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E9=A1=B5=E7=AD=BE=E5=A2=9E=E5=8A=A0=E8=A1=8C=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../soIssueNotify/searchIssureNotify.vue | 196 +++++++++--------- 1 file changed, 101 insertions(+), 95 deletions(-) diff --git a/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue b/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue index 84d42c1..0445c58 100644 --- a/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue +++ b/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue @@ -265,10 +265,11 @@ fixed="right" header-align="center" align="center" - width="80" + width="100" label="操作"> @@ -317,76 +318,76 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -976,7 +977,7 @@ - 材料 + 物料信息 @@ -1124,7 +1125,8 @@ firstInspectionQty: 0, standardDosage: 0, bomSeqNo: '', - warehouseId: '' + warehouseId: '', + qtyToIssueOriginal: '' }, alternativePartsModalFlag: false, alternativePartsList: [], @@ -2706,27 +2708,30 @@ this.dataList3 = []; } }); - }else if(this.activeName==='change'){ - searchNotifyLog(this.currentRow).then(({data}) => { - //区分请求成功和失败的状况 - if (data && data.code == 0) { - this.dataList5 = data.rows - - } else { - this.dataList5 = []; - } - }); - }else if(this.activeName==='close'){ - searchNotifyLogClose(this.currentRow).then(({data}) => { - //区分请求成功和失败的状况 - if (data && data.code == 0) { - this.dataList6 = data.rows - - } else { - this.dataList6 = []; - } - }); - }else { + } + // else if(this.activeName==='change'){ + // searchNotifyLog(this.currentRow).then(({data}) => { + // //区分请求成功和失败的状况 + // if (data && data.code == 0) { + // this.dataList5 = data.rows + // + // } else { + // this.dataList5 = []; + // } + // }); + // } + // else if(this.activeName==='close'){ + // searchNotifyLogClose(this.currentRow).then(({data}) => { + // //区分请求成功和失败的状况 + // if (data && data.code == 0) { + // this.dataList6 = data.rows + // + // } else { + // this.dataList6 = []; + // } + // }); + // } + else { searchSumNotifyMaterialList(this.currentRow).then(({data}) => { //区分请求成功和失败的状况 if (data && data.code == 0) { @@ -3701,7 +3706,8 @@ firstInspectionQty: 0, standardDosage: 0, bomSeqNo: '', - warehouseId: '' + warehouseId: '', + qtyToIssueOriginal: 0 }; // 加载生产订单选项 this.loadOrderOptions();