给对账单的欠款界面增加历史收付款页面(修复bug)

This commit is contained in:
季圣华
2023-05-17 01:18:23 +08:00
parent c51f946853
commit 4099262313

View File

@@ -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'