|
@@ -565,7 +565,7 @@
|
|
|
}
|
|
|
this.auditInfo.amountIngPayableTotal1 = helper.convertCurrency(this.auditInfo
|
|
|
.amountIngPayableTotal)
|
|
|
- if(this.auditInfo.status == '已收款'){
|
|
|
+ if(this.auditInfo.status == '已收款' || this.auditInfo.status == '待付款'){
|
|
|
this.$api.doRequest('post', '/expenseInfo/editCollectionStatus',
|
|
|
that.detialData).then(res1 => {
|
|
|
if (res1.data.code == 200) {
|