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 @@ -