【bug】 bug修改

This commit is contained in:
fengachen
2022-12-12 16:18:26 +08:00
parent 18cf1b0ae5
commit 8d256384c1
2 changed files with 9 additions and 2 deletions
@@ -98,7 +98,7 @@
</template>
<template slot-scope="text,record" slot="billNumber">
{{text}}<span v-if="record.paymentStatus === 0 && !record.paymentRecord " class="color-red">&nbsp;(待上传汇款凭证)</span>
{{text}}<span v-if="record.paymentStatus === 0 && !record.paymentRecord " class="color-red">&nbsp;(待上传凭证)</span>
</template>
@@ -436,7 +436,7 @@
</a-row>
</template>
<!-- 现金不显示-->
<a-row v-if="isCash !== '3' ">
<a-row v-if="isCash !== '2' ">
<a-col :span="24">
<a-form-item label="缴费凭证/付款说明" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-image-upload
@@ -1326,6 +1326,13 @@ export default {
} else {
this.paymentMethodFlag = false
}
if(this.model.billNumber){
this.$nextTick( () => {
this.form.setFieldsValue({
'billNumber':this.model.billNumber
})
})
}
let invoiceRequirements = this.form.getFieldValue('invoiceRequirements')
invoiceRequirements && this.invoiceRequirementsChange(invoiceRequirements)
this.isCash = value