Browse Source

no message

feature/v2.1
xpz2018 4 years ago
parent
commit
5de77480b4
1 changed files with 1 additions and 0 deletions
  1. 1
      pages/process/outside-price/index.js

1
pages/process/outside-price/index.js

@ -96,6 +96,7 @@ Scene({
for (let index = 0; index < this.data.form.productCategoryInfos.length; index++) { for (let index = 0; index < this.data.form.productCategoryInfos.length; index++) {
const element = this.data.form.productCategoryInfos[index] const element = this.data.form.productCategoryInfos[index]
var item = {grossWeight: element.grossWeight, tareWeight: element.tareWeight,weightNoteImage: element.weightNoteImages } var item = {grossWeight: element.grossWeight, tareWeight: element.tareWeight,weightNoteImage: element.weightNoteImages }
item.netWeight = element.netWeight
item.scrapPaperPurchaseOrderId = element.scrapPaperPurchaseOrderId item.scrapPaperPurchaseOrderId = element.scrapPaperPurchaseOrderId
weightNoteList.push(item) weightNoteList.push(item)
} }

Loading…
Cancel
Save