Browse Source

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-app

gjy 1 year ago
parent
commit
c5797e4dc4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/task/audit/charge_against_revenue.vue

+ 1 - 1
pages/task/audit/charge_against_revenue.vue

@@ -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) {