From 1b24be130c7f32c63cb6da39ba900349b7ad8b5b Mon Sep 17 00:00:00 2001
From: yangjun <1173114630@qq.com>
Date: Thu, 29 Jan 2026 09:06:03 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/NuConfigSuppliersApplyForm.vue | 22 +++++++++----------
.../NuConfigSuppliersApplyModal.vue | 4 ++--
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyForm.vue b/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyForm.vue
index c64ad74..412838c 100644
--- a/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyForm.vue
+++ b/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyForm.vue
@@ -8,50 +8,50 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
@@ -212,7 +212,7 @@ async function submitForm() {
return;
}
if (model.applyStatus == 3 && !model.applyContent) {
- createMessage.warning('请填写审核备注');
+ createMessage.warning('请填写驳回原因');
confirmLoading.value = false;
return;
}
diff --git a/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyModal.vue b/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyModal.vue
index 0cd7ae8..7620dad 100644
--- a/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyModal.vue
+++ b/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyModal.vue
@@ -11,7 +11,7 @@
-
关闭
@@ -29,7 +29,7 @@ import NuConfigSuppliersApplyUpInfoForm from './NuConfigSuppliersApplyUpInfoForm
import JModal from '/@/components/Modal/src/JModal/JModal.vue';
const title = ref('');
-const width = ref('80%');
+const width = ref('800');
const visible = ref(false);
const disableSubmit = ref(false);
const registerForm = ref();