Commit 490d06d4 authored by dragondean@qq.com's avatar dragondean@qq.com

订单创建和修改的接口超时时间

parent 2c14529e
......@@ -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