Commit ae36d712 authored by zhengyi's avatar zhengyi

打印日志

parent 0969b821
...@@ -2051,6 +2051,7 @@ export default { ...@@ -2051,6 +2051,7 @@ export default {
that.params.consigneeVO.id = null that.params.consigneeVO.id = null
that.params.consigneeVO.orderId = null that.params.consigneeVO.orderId = null
} }
console.log("商品信息1:", that.params.orderItemVOList)
that.params.orderItemVOList = []; that.params.orderItemVOList = [];
res.data.forEach((item)=>{ res.data.forEach((item)=>{
let newItem = { let newItem = {
...@@ -2069,8 +2070,10 @@ export default { ...@@ -2069,8 +2070,10 @@ export default {
brand: item.brand, brand: item.brand,
brandType: item.brandType brandType: item.brandType
} }
console.log("商品信息单项:", newItem)
that.params.orderItemVOList.push({ ...newItem }) that.params.orderItemVOList.push({ ...newItem })
}); });
console.log("商品信息2:", that.params.orderItemVOList)
} }
// if(!that.params.number) that.params.number = '' // if(!that.params.number) that.params.number = ''
that.getType() that.getType()
......
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