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