From 0f351df78c27f97f0bf28140bfd72ebfcca55a22 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Thu, 29 Jan 2026 10:31:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E3=80=81=E4=BF=A1=E6=81=AF=E5=8F=98=E6=9B=B4=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../NuConfigSuppliersApply.data.ts | 6 +- ...t.vue => NuConfigSuppliersApplyListBK.vue} | 0 ...vue => NuConfigSuppliersApplyUpListBK.vue} | 0 .../NuConfigSuppliersAuditList.vue | 285 ++++++++++++++++++ 4 files changed, 288 insertions(+), 3 deletions(-) rename src/views/invoicing/configSuppliersApply/{NuConfigSuppliersApplyList.vue => NuConfigSuppliersApplyListBK.vue} (100%) rename src/views/invoicing/configSuppliersApply/{NuConfigSuppliersApplyUpList.vue => NuConfigSuppliersApplyUpListBK.vue} (100%) create mode 100644 src/views/invoicing/configSuppliersApply/NuConfigSuppliersAuditList.vue diff --git a/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApply.data.ts b/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApply.data.ts index 9f3bb68..7f73bc5 100644 --- a/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApply.data.ts +++ b/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApply.data.ts @@ -58,11 +58,11 @@ export const columns: BasicColumn[] = [ customRender: ({ text, record }) => { console.log(text); var applyStatus = ''; - if (text == '1') { + if (text == '1' || text == '4') { applyStatus = '待审核'; } else if (text == '2') { applyStatus = '审核通过'; - } else if (text == '3') { + } else if (text == '3' || text == '5') { applyStatus = '审核未通过'; } return applyStatus; @@ -121,7 +121,7 @@ export const upColumns: BasicColumn[] = [ const imageUrl = text ? opeMediaAddress + text : opeMediaAddress + import.meta.env.VITE_DEFAULT_DIRECTIVE_PRE_PIC; return render.renderImage({ text: imageUrl }); }, - } + }, ]; export const applyObj = { diff --git a/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyList.vue b/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyListBK.vue similarity index 100% rename from src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyList.vue rename to src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyListBK.vue diff --git a/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyUpList.vue b/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyUpListBK.vue similarity index 100% rename from src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyUpList.vue rename to src/views/invoicing/configSuppliersApply/NuConfigSuppliersApplyUpListBK.vue diff --git a/src/views/invoicing/configSuppliersApply/NuConfigSuppliersAuditList.vue b/src/views/invoicing/configSuppliersApply/NuConfigSuppliersAuditList.vue new file mode 100644 index 0000000..4622a52 --- /dev/null +++ b/src/views/invoicing/configSuppliersApply/NuConfigSuppliersAuditList.vue @@ -0,0 +1,285 @@ + + + + +