|
@@ -93,7 +93,7 @@ Component({
|
|
|
list = res.data.map(v => {
|
|
list = res.data.map(v => {
|
|
|
v.showPrice = CNY(v.gradeprice)
|
|
v.showPrice = CNY(v.gradeprice)
|
|
|
v.oldprice = CNY(v.oldprice)
|
|
v.oldprice = CNY(v.oldprice)
|
|
|
- v.custamount = CNY(v.custamount)
|
|
|
|
|
|
|
+ v.showCustamount = CNY(v.custamount)
|
|
|
v.cover = (v.attinfos.length) ? _Http.getSpecifiedImage(v.attinfos[0]) : ""
|
|
v.cover = (v.attinfos.length) ? _Http.getSpecifiedImage(v.attinfos[0]) : ""
|
|
|
let obj = allBrandList.find(s => s.sa_brandid == v.sa_brandid);
|
|
let obj = allBrandList.find(s => s.sa_brandid == v.sa_brandid);
|
|
|
if (obj) {
|
|
if (obj) {
|
|
@@ -161,6 +161,7 @@ Component({
|
|
|
"sa_brandid": v.sa_brandid,
|
|
"sa_brandid": v.sa_brandid,
|
|
|
"qty": v.qty,
|
|
"qty": v.qty,
|
|
|
custamount: v.custamount || 0, // 客户档案资料费
|
|
custamount: v.custamount || 0, // 客户档案资料费
|
|
|
|
|
+ amount: v.amount || 0, // 客户档案资料费
|
|
|
width: v.width || 0,
|
|
width: v.width || 0,
|
|
|
length: v.length || 0,
|
|
length: v.length || 0,
|
|
|
sa_shoppingcartid: v.sa_shoppingcartid || 0
|
|
sa_shoppingcartid: v.sa_shoppingcartid || 0
|