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 {
let arr = []
this.form.orderItemVOList.forEach(item => {
// 商品信息只要商品id、品牌收费模式、件数、数量、体积、重量、货值、包装类型即可
// let tmp = {...item}
const tmp = {
let tmp = {...item}
/* const tmp = {
prodId: item.prodId,
brandType: item.brandType,
num: item.num,
......@@ -1558,7 +1558,7 @@ export default {
worth: item.worth,
packageType: item.packageType,
unit: item.unit
}
} */
if(!tmp.volume)tmp.volume = 0
if(!tmp.weight)tmp.weight = 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