|
@@ -46,7 +46,7 @@ class OrderDetailService extends CrudService {
|
|
|
const remarks = _.get(s, 'remarks');
|
|
|
const goodsList = _.get(s, 'goods', []);
|
|
|
const detailNo = `${no}-${noTimes}`;
|
|
|
- const total_detail = shopMoneyDetail;
|
|
|
+ const total_detail = shopMoneyDetail[shop];
|
|
|
// 优惠部分分割
|
|
|
if (_.get(otd, 'discount_detail')) {
|
|
|
// 如果有优惠部分,那就得找,优惠里面有没有对应的商品规格
|