Parcourir la source

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

gjy il y a 2 ans
Parent
commit
c5797e4dc4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {