From 9f0d625d4b1208170680c38d679e80dc7ebcb0d5 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Wed, 14 Jan 2026 16:02:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=EF=BC=9A=201=E3=80=81=E8=B0=83=E6=95=B4=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E7=BB=86=E8=8A=82=EF=BC=9A=E8=BE=B9=E8=B7=9D=E7=AD=89=202?= =?UTF-8?q?=E3=80=81=E5=AE=A1=E6=A0=B8=E6=97=B6=E5=AE=A1=E6=A0=B8=E5=A4=87?= =?UTF-8?q?=E6=B3=A8=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../NuConfigSuppliersApplyList.vue | 4 +- .../components/NuConfigSuppliersApplyForm.vue | 3 +- .../NuConfigSuppliersApplyModal.vue | 131 +++++++++--------- 3 files changed, 70 insertions(+), 68 deletions(-) diff --git a/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyList.vue b/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyList.vue index 5a1809e..ba5d819 100644 --- a/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyList.vue +++ b/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyList.vue @@ -102,7 +102,7 @@ xs:24, sm:4, xl:6, - xxl:4 + xxl:6 }); const wrapperCol = reactive({ xs: 24, @@ -231,7 +231,7 @@ padding: 0; .table-page-search-submitButtons { display: block; - margin-bottom: 24px; + margin-bottom: 14px; white-space: nowrap; } .query-group-cust{ diff --git a/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyForm.vue b/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyForm.vue index eb0073e..b272fb5 100644 --- a/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyForm.vue +++ b/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyForm.vue @@ -118,6 +118,7 @@ const opeMediaAddress = import.meta.env.VITE_OPE_MEDIA_ADDRESS const confirmLoading = ref(false); //表单验证 const validatorRules = reactive({ + applyContent: [{ required: true, message: '请输入审核备注!' }], }); const { resetFields, validate, validateInfos } = useForm(formData, validatorRules, { immediate: false }); @@ -226,6 +227,6 @@ const opeMediaAddress = import.meta.env.VITE_OPE_MEDIA_ADDRESS diff --git a/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyModal.vue b/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyModal.vue index cfa3ed9..45a371b 100644 --- a/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyModal.vue +++ b/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyModal.vue @@ -1,8 +1,9 @@