From 8c3856aacadbbe9ae20ded8eeb6b746a27d45585 Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 29 Mar 2024 10:10:59 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E6=89=B9=E5=A4=8D=E6=96=87=E5=8F=B7?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE]=20=E5=8E=BB=E6=8E=89=E6=94=B6=E8=B4=B9?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TbApprovalDocumentNumberList.vue | 12 ++++++------ .../modules/TbApprovalDocumentNumberModal.vue | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/views/incomePayments/approvalDocument/TbApprovalDocumentNumberList.vue b/src/views/incomePayments/approvalDocument/TbApprovalDocumentNumberList.vue index 7e06c2d..23b5e1c 100644 --- a/src/views/incomePayments/approvalDocument/TbApprovalDocumentNumberList.vue +++ b/src/views/incomePayments/approvalDocument/TbApprovalDocumentNumberList.vue @@ -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', diff --git a/src/views/incomePayments/approvalDocument/modules/TbApprovalDocumentNumberModal.vue b/src/views/incomePayments/approvalDocument/modules/TbApprovalDocumentNumberModal.vue index 571606e..1f8bb10 100644 --- a/src/views/incomePayments/approvalDocument/modules/TbApprovalDocumentNumberModal.vue +++ b/src/views/incomePayments/approvalDocument/modules/TbApprovalDocumentNumberModal.vue @@ -17,10 +17,10 @@ - - - 请上传pdf或者word - + + + + @@ -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'