提交 b0cf2186 authored 作者: huaxinzhu's avatar huaxinzhu

修复订单-批量发货-字段变更

上级 5a6d40d4
...@@ -567,9 +567,9 @@ ...@@ -567,9 +567,9 @@
// this.excelList = item[0].sheet // this.excelList = item[0].sheet
item[0].sheet.map((item, index) => { item[0].sheet.map((item, index) => {
this.excelList.push({ this.excelList.push({
id: item['编号ID'], goods_order_sn: item['订单号'],
express_name: item['物流公司'], express_name: item['快递公司'],
express_sn: item['物流单号'] express_sn: item['快递单号']
}) })
}) })
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论