diff --git a/src/manifest.json b/src/manifest.json index 82cae880..c5464834 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,10 +1,10 @@ { "name" : "wms", "package" : "uni.UNI43932FE", - "appid" : "__UNI__C9CF4BF", + "appid" : "__UNI__F36DDCF", "description" : "", - "versionName" : "1.0.60", - "versionCode" : 60, + "versionName" : "1.0.62", + "versionCode" : 62, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/src/pages/pointPutawayJob/index.vue b/src/pages/pointPutawayJob/index.vue index df63a6e8..82418c03 100644 --- a/src/pages/pointPutawayJob/index.vue +++ b/src/pages/pointPutawayJob/index.vue @@ -41,9 +41,9 @@ 抽检数量 {{item.sampleQty}} - + @@ -207,7 +207,46 @@ this.readFile(htmlFileUrl1, (htmlContent) => { this.newHtmlContent1 = htmlContent this.data1.inspectDTOList.forEach(item => { - if(!item.haveInspectionRequest){ + // if(!item.haveInspectionRequest){ + // str += ` + //

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

@@ -238,51 +277,12 @@ 抽检数量 ${item.sampleQty} - - 未生成检验申请 -
` - }else{ - str += ` -

-
-
Q
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
物料代码:${item.itemCode}
物料名称${item.itemName}发货单号${this.data1.asnNumber}
供应商${item.supplierCode}供应商批次${item.supplierBatch}
到货数量${item.quantityQty}抽检数量${item.sampleQty}
-
-
- ` - } + // } }) this.newHtmlContent1 = this.newHtmlContent1.replace( @@ -372,13 +372,14 @@ this.tabIndex =2 } this.getTableInspectDTOList() - }).catch(error=>{ - this.$refs.comMessage.showMessage(error, res => { - if (res) { - - } - }); }) + // .catch(error=>{ + // this.$refs.comMessage.showMessage(error, res => { + // if (res) { + + // } + // }); + // }) } this.getPointPutawayJobHtml()