Commit a55ff699 authored by tanghao's avatar tanghao

123

parent 69edd48a
......@@ -417,7 +417,7 @@ export function filterVarData(data: any) {
.add('底图名称')
.add('工单号')
.add('参考数')
.add('品牌名称')
.add('品牌')
.add('客户名称')
.add('季度')
.add('产品编码')
......@@ -427,7 +427,7 @@ export function filterVarData(data: any) {
Reflect.set(rw, '底图名称', row['imageName'])
Reflect.set(rw, '工单号', row['workorderCode'])
Reflect.set(rw, '参考数', row['orderNum'])
Reflect.set(rw, '品牌名称', row['brandName'])
Reflect.set(rw, '品牌', row['brandName'])
Reflect.set(rw, '客户名称', row['customerName'])
Reflect.set(rw, '季度', row['quarter'])
Reflect.set(rw, '产品编码', row['productCode'])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment