|
@@ -69,15 +69,15 @@ export default {
|
|
|
"平台商品编号",
|
|
|
"单价(元)",
|
|
|
"数量",
|
|
|
- "优惠前总金额",
|
|
|
- "优惠金额",
|
|
|
- "商品优惠后金额",
|
|
|
+ // "优惠前总金额",
|
|
|
+ "订单总金额",
|
|
|
+ // "商品优惠后金额",
|
|
|
"优惠活动名称",
|
|
|
"收费模式",
|
|
|
- "订单备注",
|
|
|
"收货人",
|
|
|
"联系电话",
|
|
|
"联系地址",
|
|
|
+ "订单备注",
|
|
|
];
|
|
|
if (head.length !== header.length) {
|
|
|
// console.log("自定义head长度",head.length)
|
|
@@ -116,15 +116,15 @@ export default {
|
|
|
plat_code: b[4] + "",
|
|
|
price: b[5] + "",
|
|
|
num: b[6] + "",
|
|
|
- before_discount_all_price: b[7] + "",
|
|
|
- discount_price: b[8] + "",
|
|
|
- after_price: b[9] + "",
|
|
|
- activity_name: b[10] + "",
|
|
|
- mode: b[11] + "",
|
|
|
- order_remark: b[12] + "",
|
|
|
- contactor: b[13] + "",
|
|
|
- mobile: b[14] + "",
|
|
|
- addr: b[15] + "",
|
|
|
+ // before_discount_all_price: b[7] + "",
|
|
|
+ discount_price: b[7] + "",
|
|
|
+ // after_price: b[9] + "",
|
|
|
+ activity_name: b[8] + "",
|
|
|
+ mode: b[9] + "",
|
|
|
+ contactor: b[10] + "",
|
|
|
+ mobile: b[11] + "",
|
|
|
+ addr: b[12] + "",
|
|
|
+ order_remark: b[13] + "",
|
|
|
};
|
|
|
|
|
|
this.tableData.push(model);
|