解决对账单的单据点击弹出失败的bug
This commit is contained in:
parent
a523080185
commit
33fe6e807e
@ -181,7 +181,7 @@
|
||||
this.queryParam.endTime=dateString[1];
|
||||
},
|
||||
myHandleDetail(record) {
|
||||
if(record.type === '收入' || record.type === '收款') {
|
||||
if(record.type === '收入' || record.type === '支出' || record.type === '收款') {
|
||||
findFinancialDetailByNumber({ billNo: record.number }).then((res) => {
|
||||
if (res && res.code === 200) {
|
||||
this.$refs.modalFinancialDetail.show(res.data, record.type);
|
||||
|
||||
@ -181,7 +181,7 @@
|
||||
this.queryParam.endTime=dateString[1];
|
||||
},
|
||||
myHandleDetail(record) {
|
||||
if(record.type === '支出' || record.type === '付款') {
|
||||
if(record.type === '收入' || record.type === '支出' || record.type === '付款') {
|
||||
findFinancialDetailByNumber({ billNo: record.number }).then((res) => {
|
||||
if (res && res.code === 200) {
|
||||
this.$refs.modalFinancialDetail.show(res.data, record.type);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user