Commit 8bff0230 by 赵庆

gsb

parent 04a75c55
...@@ -82,15 +82,14 @@ class EntcontractCtl extends CtlBase { ...@@ -82,15 +82,14 @@ class EntcontractCtl extends CtlBase {
fileName: "签约协议" + moment().format("YYYYMMDD") + ".csv", fileName: "签约协议" + moment().format("YYYYMMDD") + ".csv",
rows: page.rows, rows: page.rows,
opts: { opts: {
fields: ['id', 'ecompany.name', 'template.nameA', 'eaccount.userName', 'eaccount.mobile', 'eaccount.personsSign', 'eaccount.bankno', 'fileurl'], fields: ['id', 'name', 'eaccount.userName', 'eaccount.mobile', 'eaccount.personsSign', 'eaccount.bankno', 'fileurl'],
unwind: ['ecompany', 'eaccount'], unwind: ['ecompany', 'eaccount'],
unwindBlank: true, unwindBlank: true,
excelStrings: true, excelStrings: true,
}, },
headers: { headers: {
'id': '编号', 'id': '编号',
'ecompany.name': "公司名", 'name': "公司名",
'template.nameA': '签约主体',
'eaccount.userName': "姓名", 'eaccount.userName': "姓名",
'eaccount.mobile': "手机号", 'eaccount.mobile': "手机号",
'eaccount.personsSign': "身份证", 'eaccount.personsSign': "身份证",
......
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