优化收预付款的逻辑

This commit is contained in:
季圣华
2021-07-08 01:23:42 +08:00
parent ec87cd182b
commit d72baacfd8
6 changed files with 200 additions and 9 deletions

View File

@@ -127,7 +127,6 @@
{ title: '操作员', dataIndex: 'userName',width:80},
{ title: '单据日期 ', dataIndex: 'billTimeStr',width:160},
{ title: '合计金额', dataIndex: 'totalPrice',width:80},
{ title: '优惠金额', dataIndex: 'discountMoney',width:80},
{ title: '收款金额', dataIndex: 'changeAmount',width:80},
{ title: '备注', dataIndex: 'remark',width:200},
{