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()