From fba5368179ebf908f3751e6b2a2fd800b897f6f4 Mon Sep 17 00:00:00 2001 From: liyj <1003249715@qq.com> Date: Fri, 30 Aug 2024 16:41:17 +0800 Subject: [PATCH] 1、字典值修改 2、新增纠纷类型数据字典js --- gz-customerSystem/src/utils/selectOption.js | 71 ++++++++++++++++++++++++++--------- 1 files changed, 53 insertions(+), 18 deletions(-) diff --git a/gz-customerSystem/src/utils/selectOption.js b/gz-customerSystem/src/utils/selectOption.js index e30ca84..5a9f6d2 100644 --- a/gz-customerSystem/src/utils/selectOption.js +++ b/gz-customerSystem/src/utils/selectOption.js @@ -65,7 +65,7 @@ }, ]; //上传材料类型 -const sourceType = [ +const fileOwnerType = [ { value: '22_00018-101', label: '申请材料', @@ -647,7 +647,7 @@ }, ]; // 任务节点执行者类型 -const operType = [ +const taskCandeType = [ { value: 1, label: '所有人', @@ -767,6 +767,31 @@ { value: '22_00036-10', label: '其他部门委托移送', + }, +]; +// 委托关系 +const agentRelate = [ + { + value: '24_00007-1', + label: '亲属', + }, + { + value: '24_00007-2', + label: '监护人', + }, +]; +// 企业类型 +const enterpriseType = [ + { + value: '24_00008-1', + label: '餐饮服务', + }, +]; +// 机构类型 +const orgaType = [ + { + value: '24_00009-1', + label: '志愿者服务', }, ]; @@ -1059,45 +1084,55 @@ const obj = { caseCanal, - mediateType, + visitWay, personType, personClass, - sourceType, + fileOwnerType, sex, - agentClass, cardType, - mediateError, - refuseSign, - job, nation, agentType, caseStatus, - signResult, - dispSource, - dispType, - dispHandle, process, mediResult, meetType, meetWay, - joinUserType, + dispType, + auditResult, + agentRelate, + enterpriseType, + orgaType, + + // VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV 暂时用不到,防止以后会用的,先保留 VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV + + mediateType, + agentClass, + job, noticeWay, fileStatus, - operType, + taskCandeType, realStatus, + recordStatus, + crowd, + caseSource, + + // VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV旧系统下拉框,临时保留VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV + + mediateError, + refuseSign, + signResult, + dispSource, + dispHandle, + joinUserType, faceStatus, judicProcess, judicStatus, judicResult, judicError, judicReturn, - recordStatus, - crowd, - caseSource, selectdata, fulfilSitu, mediFalseCause, - auditResult, }; export default obj; -- Gitblit v1.8.0