收入、支出单改为支持供应商和客户同时选择

This commit is contained in:
季圣华
2021-10-19 23:20:29 +08:00
parent 48cbf1ded4
commit e3335afa3a
6 changed files with 22 additions and 11 deletions

View File

@@ -155,7 +155,7 @@
},
// 表头
columns: [
{ title: '客户', dataIndex: 'organName',width:140, ellipsis:true},
{ title: '往来单位', dataIndex: 'organName',width:140, ellipsis:true},
{ title: '财务人员', dataIndex: 'handsPersonName',width:140},
{ title: '单据编号', dataIndex: 'billNo',width:160},
{ title: '单据日期 ', dataIndex: 'billTimeStr',width:160},