零推广导出,不导出推广数

master
wyj2080 6 years ago
parent 84b4c65642
commit ae630196ad

@ -201,9 +201,9 @@
} }
require.ensure([], () => { require.ensure([], () => {
const { export_json_to_excel } = require('../excel/Export2Excel'); const { export_json_to_excel } = require('../excel/Export2Excel');
const tHeader = ['序号', '店铺名称', '店铺编码', '大区', '零售公司', '客户', '推广数']; const tHeader = ['序号', '店铺名称', '店铺编码', '大区', '零售公司', '客户'];
// //
const filterVal = ['number', 'shopName', 'shopCode', 'region', 'company', 'customer', 'numb']; const filterVal = ['number', 'shopName', 'shopCode', 'region', 'company', 'customer'];
// //
const list = that.originAllData; //datatableDatalist const list = that.originAllData; //datatableDatalist
const data = that.formatJson(filterVal, list); const data = that.formatJson(filterVal, list);

Loading…
Cancel
Save