...
|
...
|
@@ -68,11 +68,6 @@ const setDetailGoods = (list) => { |
|
|
reason: value.reason_name
|
|
|
};
|
|
|
|
|
|
if (Number(value.real_pay_price) < Number(value.sales_price)) {
|
|
|
goods.price = transPrice(value.real_pay_price);// 显示分摊价
|
|
|
goods.linePrice = transPrice(value.sales_price); // 划线的价格
|
|
|
}
|
|
|
|
|
|
resData.push(goods);
|
|
|
});
|
|
|
|
...
|
...
|
|