Explorar el Código

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

gjy hace 2 años
padre
commit
c5797e4dc4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {