Browse Source

no message

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

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

@ -132,6 +132,7 @@ Scene({
return
}
var item = {grossWeight: element.grossWeight, tareWeight: element.tareWeight,weightNoteImage: element.weightNoteImages }
item.netWeight = element.netWeight
item.scrapPaperPurchaseOrderId = element.scrapPaperPurchaseOrderId
weightNoteList.push(item)
}

Loading…
Cancel
Save