From 765f0a7ffafd061f1b23b51025c2d69f3f2f32aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Wed, 9 Aug 2023 00:28:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=B4=A2=E5=8A=A1=E5=8D=95?= =?UTF-8?q?=E6=8D=AE=E7=9A=84=E5=88=97=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/financial/GiroList.vue | 1 + jshERP-web/src/views/financial/ItemInList.vue | 1 + jshERP-web/src/views/financial/ItemOutList.vue | 1 + jshERP-web/src/views/financial/MoneyInList.vue | 1 + jshERP-web/src/views/financial/MoneyOutList.vue | 1 + 5 files changed, 5 insertions(+) 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},