[update 批复文号设置] 去掉收费通知单

This commit is contained in:
danshihao
2024-03-29 10:10:59 +08:00
parent b88c1bdf2e
commit 8c3856aaca
2 changed files with 13 additions and 13 deletions
@@ -122,12 +122,12 @@ export default {
return text + '年'
}
},
{
title: '收费通知单',
align: 'center',
dataIndex: 'chargeNoticeName',
scopedSlots: { customRender: 'fileSlot' }
},
// {
// title: '收费通知单',
// align: 'center',
// dataIndex: 'chargeNoticeName',
// scopedSlots: { customRender: 'fileSlot' }
// },
{
title: '操作',
dataIndex: 'action',
@@ -17,10 +17,10 @@
<!-- <a-input v-decorator="['dateYear',validatorRules.dateYear]" placeholder="请输入时间(年)"></a-input>-->
<j-year-date :disabled="model.id ? true : false" v-decorator="['dateYear',validatorRules.dateYear]" placeholder="请输入时间(年)"></j-year-date>
</a-form-item>
<a-form-item label="收费通知单" :labelCol="labelCol" :wrapperCol="wrapperCol">
<j-upload ref="fileModal" v-decorator="['chargeNoticeFileId']" returnId :trigger-change="true" :file-type="fileType" file-type-error-message="请上传pdf或者word" :number="1"></j-upload>
<span style="color: #bfbfbf">请上传pdf或者word</span>
</a-form-item>
<!-- <a-form-item label="收费通知单" :labelCol="labelCol" :wrapperCol="wrapperCol">-->
<!-- <j-upload ref="fileModal" v-decorator="['chargeNoticeFileId']" returnId :trigger-change="true" :file-type="fileType" file-type-error-message="请上传pdf或者word" :number="1"></j-upload>-->
<!-- <span style="color: #bfbfbf">请上传pdf或者word</span>-->
<!-- </a-form-item>-->
</a-form>
</a-spin>
</j-modal>
@@ -97,9 +97,9 @@ export default {
// 触发表单验证
this.form.validateFields((err, values) => {
if (!err) {
const fileModal = this.$refs.fileModal
const length = fileModal.fileList.length
values.chargeNoticeName = length ? this.$refs.fileModal.fileList[0].name : ''
// const fileModal = this.$refs.fileModal
// const length = fileModal.fileList.length
// values.chargeNoticeName = length ? this.$refs.fileModal.fileList[0].name : ''
that.confirmLoading = true
let httpurl = ''
let method = 'post'