From 1aa30fa1aec5e09059e28a90e9e3f505068e4971 Mon Sep 17 00:00:00 2001
From: yangjun <1173114630@qq.com>
Date: Fri, 6 Feb 2026 14:12:08 +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
---
.../NuConfigSuppliersApply.data.ts | 6 +--
.../NuConfigSuppliersAuditHistoryList.vue | 6 +--
.../NuConfigSuppliersApplyDetailForm.vue | 2 +-
.../NuConfigSuppliersApplyHistoryModal.vue | 21 ++++++++++
.../NuConfigSuppliersApplyModal.vue | 40 ++++++++++++++++---
5 files changed, 61 insertions(+), 14 deletions(-)
diff --git a/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApply.data.ts b/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApply.data.ts
index 3ffcf52..c12b6b7 100644
--- a/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApply.data.ts
+++ b/src/views/invoicing/configSuppliersApply/NuConfigSuppliersApply.data.ts
@@ -45,7 +45,7 @@ export const columns: BasicColumn[] = [
dataIndex: 'openingBankNo',
},
{
- title: '资质照片',
+ title: '营业执照',
align: 'center',
dataIndex: 'imgPath',
customRender: ({ text }) => {
@@ -201,7 +201,7 @@ export const upColumns: BasicColumn[] = [
dataIndex: 'openingBankNo',
},
{
- title: '资质照片',
+ title: '营业执照',
align: 'center',
dataIndex: 'imgPath',
customRender: ({ text }) => {
@@ -234,7 +234,7 @@ export const superQuerySchema = {
openingBank: { title: '开户行', order: 6, view: 'text', type: 'string' },
openingBankNo: { title: '开户行账号', order: 7, view: 'text', type: 'string' },
wechartId: { title: '微信账号', order: 8, view: 'text', type: 'string' },
- imgPath: { title: '资质照片', order: 9, view: 'text', type: 'string' },
+ imgPath: { title: '营业执照', order: 9, view: 'text', type: 'string' },
applyStatus: { title: '审核状态', order: 10, view: 'text', type: 'string' },
applyContent: { title: '审核备注', order: 11, view: 'text', type: 'string' },
};
diff --git a/src/views/invoicing/configSuppliersApply/NuConfigSuppliersAuditHistoryList.vue b/src/views/invoicing/configSuppliersApply/NuConfigSuppliersAuditHistoryList.vue
index 11fa6e7..1a2a552 100644
--- a/src/views/invoicing/configSuppliersApply/NuConfigSuppliersAuditHistoryList.vue
+++ b/src/views/invoicing/configSuppliersApply/NuConfigSuppliersAuditHistoryList.vue
@@ -58,7 +58,6 @@
-
@@ -70,7 +69,6 @@ import { columns2, superQuerySchema } from './NuConfigSuppliersApply.data';
import { list, deleteOne, batchDelete, getImportUrl, getExportUrl } from './NuConfigSuppliersApply.api';
import { downloadFile } from '/@/utils/common/renderUtils';
import NuConfigSuppliersApplyHistoryModal from './components/NuConfigSuppliersApplyHistoryModal.vue'
-import NuConfigSuppliersApplyModal from './components/NuConfigSuppliersApplyModal.vue'
import { useUserStore } from '/@/store/modules/user';
import JInput from '/@/components/Form/src/jeecg/components/JInput.vue';
import JImageUpload from '/@/components/Form/src/jeecg/components/JImageUpload.vue';
@@ -139,8 +137,8 @@ function handleDetail(record: Recordable) {
registerModal.value.disableSubmit = true;
registerModal.value.edit(record);
}else if(record.optType == '入驻'){
- registerDetailModal.value.disableSubmit = true;
- registerDetailModal.value.edit(record);
+ registerModal.value.disableSubmit = true;
+ registerModal.value.editDitail(record);
}else{
createMessage.error('错误数据,请联系管员');
diff --git a/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyDetailForm.vue b/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyDetailForm.vue
index eba30ac..321deac 100644
--- a/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyDetailForm.vue
+++ b/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyDetailForm.vue
@@ -6,7 +6,7 @@
name="NuConfigSuppliersApplyForm">
-
+
+
+
+
+
+
+ 关2闭
+ 确认
+
+
diff --git a/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyModal.vue b/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyModal.vue
index a13b604..4c856f0 100644
--- a/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyModal.vue
+++ b/src/views/invoicing/configSuppliersApply/components/NuConfigSuppliersApplyModal.vue
@@ -2,20 +2,30 @@
-
-
+
+
关闭
确认
-
+
+
+
+ 关闭
+ 确认
+
+
+
+