diff --git a/jshERP-web/src/views/financial/GiroList.vue b/jshERP-web/src/views/financial/GiroList.vue index 442abb88..7de34486 100644 --- a/jshERP-web/src/views/financial/GiroList.vue +++ b/jshERP-web/src/views/financial/GiroList.vue @@ -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", diff --git a/jshERP-web/src/views/financial/ItemInList.vue b/jshERP-web/src/views/financial/ItemInList.vue index 07222b03..e0e0ba5d 100644 --- a/jshERP-web/src/views/financial/ItemInList.vue +++ b/jshERP-web/src/views/financial/ItemInList.vue @@ -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", diff --git a/jshERP-web/src/views/financial/ItemOutList.vue b/jshERP-web/src/views/financial/ItemOutList.vue index 1c644107..0fc0fc3d 100644 --- a/jshERP-web/src/views/financial/ItemOutList.vue +++ b/jshERP-web/src/views/financial/ItemOutList.vue @@ -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", diff --git a/jshERP-web/src/views/financial/MoneyInList.vue b/jshERP-web/src/views/financial/MoneyInList.vue index 8caee4a0..4bb61d9f 100644 --- a/jshERP-web/src/views/financial/MoneyInList.vue +++ b/jshERP-web/src/views/financial/MoneyInList.vue @@ -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}, diff --git a/jshERP-web/src/views/financial/MoneyOutList.vue b/jshERP-web/src/views/financial/MoneyOutList.vue index 171e3125..e056964f 100644 --- a/jshERP-web/src/views/financial/MoneyOutList.vue +++ b/jshERP-web/src/views/financial/MoneyOutList.vue @@ -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},