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();