From 40992623130739e417a02dad087d696f22bafac6 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, 17 May 2023 01:18:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E5=AF=B9=E8=B4=A6=E5=8D=95=E7=9A=84?= =?UTF-8?q?=E6=AC=A0=E6=AC=BE=E7=95=8C=E9=9D=A2=E5=A2=9E=E5=8A=A0=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E6=94=B6=E4=BB=98=E6=AC=BE=E9=A1=B5=E9=9D=A2=EF=BC=88?= =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/report/modules/HistoryFinancialList.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jshERP-web/src/views/report/modules/HistoryFinancialList.vue b/jshERP-web/src/views/report/modules/HistoryFinancialList.vue index eae2a349..347dd3b1 100644 --- a/jshERP-web/src/views/report/modules/HistoryFinancialList.vue +++ b/jshERP-web/src/views/report/modules/HistoryFinancialList.vue @@ -202,10 +202,12 @@ methods: { show() { if(this.queryParam.type === '付款') { + this.columns[2].title = '供应商' this.columns[6].title = '合计付款' this.columns[8].title = '实际付款' this.prefixNo = 'FK' } else if(this.queryParam.type === '收款') { + this.columns[2].title = '客户' this.columns[6].title = '合计收款' this.columns[8].title = '实际收款' this.prefixNo = 'SK'