feat(credit): 企业详情页面增加子表数据导入功能
- 为18个信用相关API的导入方法添加companyId参数支持 - 在企业详情页面的各个子表tab中添加导入和刷新按钮 - 创建credit-company-related-import组件实现统一的导入弹窗 - 新增taxpayerCode字段到用户信息模型中 - 移除企业详情页面中冗余的描述项注释代码 - 实现基于企业ID或纳税人识别号的数据加载缓存机制 - 添加导入模板下载功能和文件类型验证
This commit is contained in:
@@ -314,7 +314,14 @@
|
|||||||
'deleted',
|
'deleted',
|
||||||
'tenantId',
|
'tenantId',
|
||||||
'userId',
|
'userId',
|
||||||
'companyId'
|
'name1',
|
||||||
|
'sortNumber',
|
||||||
|
'recommend',
|
||||||
|
'url',
|
||||||
|
'status',
|
||||||
|
'comments',
|
||||||
|
'companyId',
|
||||||
|
'updateTime'
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const commonTitleMap: Record<string, string> = {
|
const commonTitleMap: Record<string, string> = {
|
||||||
@@ -323,7 +330,12 @@
|
|||||||
name1: '被执行人',
|
name1: '被执行人',
|
||||||
code: '税号',
|
code: '税号',
|
||||||
url: '链接地址',
|
url: '链接地址',
|
||||||
|
caseNumber: '案号',
|
||||||
|
courtName: '法院',
|
||||||
|
occurrenceTime: '发生时间',
|
||||||
|
amount: '执行标的',
|
||||||
status: '状态',
|
status: '状态',
|
||||||
|
dataStatus: '数据状态',
|
||||||
comments: '备注',
|
comments: '备注',
|
||||||
createTime: '创建时间',
|
createTime: '创建时间',
|
||||||
updateTime: '修改时间'
|
updateTime: '修改时间'
|
||||||
@@ -476,7 +488,6 @@
|
|||||||
cechnologyLevel: undefined,
|
cechnologyLevel: undefined,
|
||||||
smallEnterprise: undefined,
|
smallEnterprise: undefined,
|
||||||
recommend: undefined,
|
recommend: undefined,
|
||||||
sortNumber: undefined,
|
|
||||||
deleted: undefined,
|
deleted: undefined,
|
||||||
userId: undefined,
|
userId: undefined,
|
||||||
tenantId: undefined,
|
tenantId: undefined,
|
||||||
|
|||||||
Reference in New Issue
Block a user