调整财务单据的列展示
This commit is contained in:
parent
28a2610b16
commit
765f0a7ffa
@ -186,6 +186,7 @@
|
||||
{ title: '单据日期 ', dataIndex: 'billTimeStr',width:160},
|
||||
{ title: '操作员', dataIndex: 'userName',width:100, ellipsis:true},
|
||||
{ title: '财务人员', dataIndex: 'handsPersonName',width:100},
|
||||
{ title: '付款账户', dataIndex: 'accountName',width:100, ellipsis:true},
|
||||
{ title: '实付金额', dataIndex: 'changeAmount',width:80},
|
||||
{ title: '备注', dataIndex: 'remark',width:200},
|
||||
{ title: '状态', dataIndex: 'status', width: 80, align: "center",
|
||||
|
||||
@ -197,6 +197,7 @@
|
||||
{ title: '单据日期 ', dataIndex: 'billTimeStr',width:160},
|
||||
{ title: '操作员', dataIndex: 'userName',width:100, ellipsis:true},
|
||||
{ title: '财务人员', dataIndex: 'handsPersonName',width:100},
|
||||
{ title: '收入账户', dataIndex: 'accountName',width:100, ellipsis:true},
|
||||
{ title: '收入金额', dataIndex: 'changeAmount',width:80},
|
||||
{ title: '备注', dataIndex: 'remark',width:200},
|
||||
{ title: '状态', dataIndex: 'status', width: 80, align: "center",
|
||||
|
||||
@ -197,6 +197,7 @@
|
||||
{ title: '单据日期 ', dataIndex: 'billTimeStr',width:160},
|
||||
{ title: '操作员', dataIndex: 'userName',width:100, ellipsis:true},
|
||||
{ title: '财务人员', dataIndex: 'handsPersonName',width:100},
|
||||
{ title: '支出账户', dataIndex: 'accountName',width:100, ellipsis:true},
|
||||
{ title: '支出金额', dataIndex: 'changeAmount',width:80},
|
||||
{ title: '备注', dataIndex: 'remark',width:200},
|
||||
{ title: '状态', dataIndex: 'status', width: 80, align: "center",
|
||||
|
||||
@ -204,6 +204,7 @@
|
||||
{ title: '单据日期 ', dataIndex: 'billTimeStr',width:160},
|
||||
{ title: '操作员', dataIndex: 'userName',width:100, ellipsis:true},
|
||||
{ title: '财务人员', dataIndex: 'handsPersonName',width:100},
|
||||
{ title: '收款账户', dataIndex: 'accountName',width:100, ellipsis:true},
|
||||
{ title: '合计收款', dataIndex: 'totalPrice',width:80},
|
||||
{ title: '优惠金额', dataIndex: 'discountMoney',width:80},
|
||||
{ title: '实际收款', dataIndex: 'changeAmount',width:80},
|
||||
|
||||
@ -204,6 +204,7 @@
|
||||
{ title: '单据日期 ', dataIndex: 'billTimeStr',width:160},
|
||||
{ title: '操作员', dataIndex: 'userName',width:100, ellipsis:true},
|
||||
{ title: '财务人员', dataIndex: 'handsPersonName',width:100},
|
||||
{ title: '付款账户', dataIndex: 'accountName',width:100, ellipsis:true},
|
||||
{ title: '合计付款', dataIndex: 'totalPrice',width:80},
|
||||
{ title: '优惠金额', dataIndex: 'discountMoney',width:80},
|
||||
{ title: '实际付款', dataIndex: 'changeAmount',width:80},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user