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