【bug】 bug修改
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
</template>
|
||||
|
||||
<template slot-scope="text,record" slot="billNumber">
|
||||
{{text}}<span v-if="record.paymentStatus === 0 && !record.paymentRecord " class="color-red"> (待上传汇款凭证)</span>
|
||||
{{text}}<span v-if="record.paymentStatus === 0 && !record.paymentRecord " class="color-red"> (待上传凭证)</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
|
||||
|
||||
Reference in New Issue
Block a user