Commit 3c046d3e authored by 我在何方's avatar 我在何方

Merge branch 'release' of http://gitlab.jdshangmen.com/jiedao-app/jiedao-app-operator into release

parents 54a6da8c 490d06d4
...@@ -1546,8 +1546,8 @@ export default { ...@@ -1546,8 +1546,8 @@ export default {
let arr = [] let arr = []
this.form.orderItemVOList.forEach(item => { this.form.orderItemVOList.forEach(item => {
// 商品信息只要商品id、品牌收费模式、件数、数量、体积、重量、货值、包装类型即可 // 商品信息只要商品id、品牌收费模式、件数、数量、体积、重量、货值、包装类型即可
// let tmp = {...item} let tmp = {...item}
const tmp = { /* const tmp = {
prodId: item.prodId, prodId: item.prodId,
brandType: item.brandType, brandType: item.brandType,
num: item.num, num: item.num,
...@@ -1558,7 +1558,7 @@ export default { ...@@ -1558,7 +1558,7 @@ export default {
worth: item.worth, worth: item.worth,
packageType: item.packageType, packageType: item.packageType,
unit: item.unit unit: item.unit
} } */
if(!tmp.volume)tmp.volume = 0 if(!tmp.volume)tmp.volume = 0
if(!tmp.weight)tmp.weight = 0 if(!tmp.weight)tmp.weight = 0
if(!tmp.quantity)tmp.quantity = 0 if(!tmp.quantity)tmp.quantity = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment