From 14061c3dc9d938a45513ed17ea884b4b2f0fc1b4 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Thu, 15 Aug 2024 21:04:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E9=AA=8C=E6=89=93=E5=8D=B0=E6=81=A2?= =?UTF-8?q?=E5=A4=8D=E6=9C=80=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/pointPutawayJob/index.vue | 98 ++++++++++++++--------------- 1 file changed, 49 insertions(+), 49 deletions(-) diff --git a/src/pages/pointPutawayJob/index.vue b/src/pages/pointPutawayJob/index.vue index 67f69a46..dab39818 100644 --- a/src/pages/pointPutawayJob/index.vue +++ b/src/pages/pointPutawayJob/index.vue @@ -35,9 +35,9 @@ 抽检数量 {{item.sampleQty}} - + @@ -201,46 +201,46 @@ this.readFile(htmlFileUrl1, (htmlContent) => { this.newHtmlContent1 = htmlContent this.data1.inspectDTOList.forEach(item => { - // if(!item.haveInspectionRequest){ - // str += ` - //

- //
- //
Q
- // - // - // - // - // - // - // - // - // - // - // - // - // - // - // - // - // - // - // - // - // - // - // - // - // - // - // - // - // - // - //
物料代码:${item.itemCode}
物料名称${item.itemName}发货单号${this.data1.asnNumber}
供应商${item.supplierCode}供应商批次${item.supplierBatch}
到货数量${item.quantityQty}抽检数量${item.sampleQty}
未生成检验申请
- //
- //
- // ` - // }else{ + if(!item.haveInspectionRequest){ + str += ` +

+
+
Q
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
物料代码:${item.itemCode}
物料名称${item.itemName}发货单号${this.data1.asnNumber}
供应商${item.supplierCode}供应商批次${item.supplierBatch}
到货数量${item.quantityQty}抽检数量${item.sampleQty}
未生成检验申请
+
+
+ ` + }else{ str += `

@@ -276,7 +276,7 @@
` - // } + } }) this.newHtmlContent1 = this.newHtmlContent1.replace( @@ -367,13 +367,13 @@ } this.getTableInspectDTOList() }) - // .catch(error=>{ - // this.$refs.comMessage.showMessage(error, res => { - // if (res) { + .catch(error=>{ + this.$refs.comMessage.showMessage(error, res => { + if (res) { - // } - // }); - // }) + } + }); + }) } this.getPointPutawayJobHtml()