From 64dd4762d65334a1a9272d96ad8652b0c3bc70e8 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 3 Apr 2024 09:53:13 +0800 Subject: [PATCH 1/2] =?UTF-8?q?[update]=20=E5=88=B0=E8=B4=A6=E5=BC=80?= =?UTF-8?q?=E7=A5=A8-=E5=BC=80=E7=A5=A8-=E5=8F=91=E7=A5=A8=E9=99=84?= =?UTF-8?q?=E4=BB=B6=E5=AD=97=E6=AE=B5=E6=94=B9=E6=88=90=E9=9D=9E=E5=BF=85?= =?UTF-8?q?=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../arriveAndInvoicing/modules/InvoicingModule.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/financialManagement/arriveAndInvoicing/modules/InvoicingModule.vue b/src/views/financialManagement/arriveAndInvoicing/modules/InvoicingModule.vue index 1370fd1..6af4d00 100644 --- a/src/views/financialManagement/arriveAndInvoicing/modules/InvoicingModule.vue +++ b/src/views/financialManagement/arriveAndInvoicing/modules/InvoicingModule.vue @@ -160,7 +160,7 @@ export default { validateTrigger: 'change' }, invoiceFileId: { - rules: [{ required: true, message: '请上传发票附件' }], + rules: [{ required: false, message: '请上传发票附件' }], validateTrigger: 'change' } }, From 42707aea1d0e3859b0159778b9295dd20b8c2312 Mon Sep 17 00:00:00 2001 From: danshihao Date: Wed, 3 Apr 2024 11:52:15 +0800 Subject: [PATCH 2/2] =?UTF-8?q?[update=20=E5=88=B0=E8=B4=A6=E5=BC=80?= =?UTF-8?q?=E7=A5=A8]=20=E5=90=88=E5=B9=B6=E5=BC=80=E7=A5=A8=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E5=8F=91=E7=A5=A8=E9=99=84=E4=BB=B6=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/packManagement/modules/BatchInvoicingModule.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/packManagement/modules/BatchInvoicingModule.vue b/src/views/packManagement/modules/BatchInvoicingModule.vue index 0c00fca..fd7e666 100644 --- a/src/views/packManagement/modules/BatchInvoicingModule.vue +++ b/src/views/packManagement/modules/BatchInvoicingModule.vue @@ -276,7 +276,7 @@ export default { validateTrigger: 'blur' }, invoiceFileId: { - rules: [{ required: true, message: '请上传发票附件' }], + rules: [{ required: false, message: '请上传发票附件' }], validateTrigger: 'change' } },