From e92ddbcdc1cb990de02621bccfa62cc067afd3b9 Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Mon, 09 Sep 2024 15:26:24 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh into master --- gz-customerSystem/src/utils/selectOption.js | 204 ++++++++++++++++++++++---------------------------- 1 files changed, 89 insertions(+), 115 deletions(-) diff --git a/gz-customerSystem/src/utils/selectOption.js b/gz-customerSystem/src/utils/selectOption.js index 977bb33..ac70aa9 100644 --- a/gz-customerSystem/src/utils/selectOption.js +++ b/gz-customerSystem/src/utils/selectOption.js @@ -9,8 +9,7 @@ */ // 事项来源 -const caseCanal = [ - { +const caseCanal = [{ value: '22_00001-1', label: '大厅来访', }, @@ -20,8 +19,7 @@ } ]; // 来访形式 -const visitWay = [ - { +const visitWay = [{ value: '24_00002-1', label: '来访', }, @@ -31,8 +29,7 @@ } ]; // 当事人地位 -const personType = [ - { +const personType = [{ value: '15_020008-1', label: '申请方当事人', }, @@ -50,8 +47,7 @@ }, ]; // 当事人类型 -const personClass = [ - { +const personClass = [{ value: '09_01001-1', label: '自然人', }, @@ -65,8 +61,7 @@ }, ]; //上传材料大类 -const fileOwnerCat = [ - { +const fileOwnerCat = [{ value: '22_00014-1', label: '申请材料', }, @@ -84,8 +79,7 @@ }, ]; //上传材料类型 -const fileOwnerType = [ - { +const fileOwnerType = [{ value: '22_00018-101', label: '申请材料', }, @@ -145,20 +139,27 @@ value: '22_00018-513', label: '上报审核附件', }, + { + value: '22_00018-302', + label: '协议文书', + }, + { + value: '22_00018-514', + label: '结案审核附件', + }, ]; // 附件上传人类型 -const uploaderType = [ - { +const uploaderType = [{ value: 1, label: '工作人员', }, - { value: 2, + { + value: 2, label: '当事人', }, ]; // 性别 -const sex = [ - { +const sex = [{ value: '09_00003-1', label: '男', }, @@ -168,8 +169,7 @@ }, ]; // 证件类型 -const cardType = [ - { +const cardType = [{ value: '09_00015-1', label: '身份证', }, @@ -203,8 +203,7 @@ }, ]; // 民族 -const nation = [ - { +const nation = [{ value: '09_00005-1', label: '汉族', }, @@ -450,8 +449,7 @@ }, ]; // 委托类型 -const agentType = [ - { +const agentType = [{ value: '22_00004-1', label: '一般授权代理', }, @@ -469,8 +467,7 @@ }, ]; // 事项状态 -const caseStatus = [ - { +const caseStatus = [{ value: 1, label: '待签收', }, @@ -496,8 +493,7 @@ }, ]; // 事项进度 -const process = [ - { +const process = [{ value: 1, label: '来访登记', }, @@ -523,8 +519,7 @@ }, ]; // 调解结果 -const mediResult = [ - { +const mediResult = [{ value: '22_00025-1', label: '化解成功', }, @@ -534,8 +529,7 @@ }, ]; // 会议类型 -const meetType = [ - { +const meetType = [{ value: '22_00020-1', label: '纠纷调解会议', }, @@ -545,8 +539,7 @@ }, ]; // 会议方式 -const meetWay = [ - { +const meetWay = [{ value: '22_00021-3', label: '线上 + 线下', }, @@ -560,8 +553,7 @@ }, ]; // 调度类型 -const dispType = [ - { +const dispType = [{ value: '22_00012-1', label: '归口分流', }, @@ -571,19 +563,17 @@ }, ]; // 通用审核结果 -const auditResult = [ - { - value: '24_00004-1', - label: '同意' +const auditResult = [{ + value: '24_00004-1', + label: '同意' }, - { - value: '24_00004-2', - label: '不同意' + { + value: '24_00004-2', + label: '不同意' }, ]; // 委托关系 -const agentRelate = [ - { +const agentRelate = [{ value: '24_00007-1', label: '亲属', }, @@ -593,22 +583,17 @@ }, ]; // 企业类型 -const enterpriseType = [ - { - value: '24_00008-1', - label: '餐饮服务', - }, -]; +const enterpriseType = [{ + value: '24_00008-1', + label: '餐饮服务', +}, ]; // 机构类型 -const orgaType = [ - { - value: '24_00009-1', - label: '志愿者服务', - }, -]; +const orgaType = [{ + value: '24_00009-1', + label: '志愿者服务', +}, ]; //事项等级 -const caseLevelList = [ - { +const caseLevelList = [{ value: 1, label: '一级' }, @@ -625,8 +610,7 @@ // VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV 暂时用不到,防止以后会用的,先保留 VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV // 调解类型 -const mediateType = [ - { +const mediateType = [{ value: '22_00002-1', label: '人民调解', }, @@ -644,8 +628,7 @@ }, ]; // 代理人类型 -const agentClass = [ - { +const agentClass = [{ value: '09_01010-1', label: '律师', }, @@ -675,8 +658,7 @@ }, ]; // 职业 -const job = [ - { +const job = [{ value: '22_00003-1', label: '专业人士(教师/医生/律师等)', }, @@ -730,8 +712,7 @@ }, ]; // 通知方式 -const noticeWay = [ - { +const noticeWay = [{ value: '22_00023-1', label: '微信通知', }, @@ -741,8 +722,7 @@ }, ]; // 归档状态 -const fileStatus = [ - { +const fileStatus = [{ value: 0, label: '未归档', }, @@ -752,8 +732,7 @@ }, ]; // 任务节点执行者类型 -const taskCandeType = [ - { +const taskCandeType = [{ value: 1, label: '所有人', }, @@ -771,8 +750,7 @@ }, ]; // 实名认证状态 -const realStatus = [ - { +const realStatus = [{ value: 0, label: '未认证', }, @@ -782,8 +760,7 @@ }, ]; // 会议视频录制状态:1:录制转码中,2:已上传 -const recordStatus = [ - { +const recordStatus = [{ value: '1', label: '录制转码中', }, @@ -793,8 +770,7 @@ }, ]; // 涉及人群 -const crowd = [ - { +const crowd = [{ value: '22_00035-1', label: '未成年人', }, @@ -832,8 +808,7 @@ }, ]; // 纠纷来源 -const caseSource = [ - { +const caseSource = [{ value: '22_00036-2', label: '依申请调解', }, @@ -880,8 +855,7 @@ // 调解不予受理原因 -const mediateError = [ - { +const mediateError = [{ value: '22_00005-1', label: '人民法院已经受理或正在受理的', }, @@ -903,8 +877,7 @@ }, ]; // 拒绝签收原因 -const refuseSign = [ - { +const refuseSign = [{ value: '22_00009-1', label: '人民法院已经受理或正在受理的', }, @@ -934,8 +907,7 @@ }, ]; // 签收意见 -const signResult = [ - { +const signResult = [{ value: '22_00010-1', label: '同意签收', }, @@ -945,8 +917,7 @@ }, ]; // 调度来源 -const dispSource = [ - { +const dispSource = [{ value: '22_00011-1', label: '纠纷调度', }, @@ -968,8 +939,7 @@ }, ]; // 调度处理 -const dispHandle = [ - { +const dispHandle = [{ value: '22_00013-1', label: '正常调度', }, @@ -987,8 +957,7 @@ }, ]; // 调解参与人类型 -const joinUserType = [ - { +const joinUserType = [{ value: '22_00022-1', label: '调解员', }, @@ -1022,8 +991,7 @@ }, ]; // 人脸认证状态 -const faceStatus = [ - { +const faceStatus = [{ value: '1', label: '已认证', }, @@ -1033,8 +1001,7 @@ }, ]; // 司法确认进度 -const judicProcess = [ - { +const judicProcess = [{ value: '22_00029-1', label: '待审查', }, @@ -1060,8 +1027,7 @@ }, ]; // 司法确认状态 -const judicStatus = [ - { +const judicStatus = [{ value: '22_00029-1', label: '受理确认', }, @@ -1087,8 +1053,7 @@ }, ]; // 司法确认结果 -const judicResult = [ - { +const judicResult = [{ value: '22_00028-1', label: '已达成', }, @@ -1098,8 +1063,7 @@ }, ]; // 司法确认不予受理原因 -const judicError = [ - { +const judicError = [{ value: '22_00031-1', label: '不属于人民法院受理民事案件的范围', }, @@ -1121,26 +1085,36 @@ }, ]; // 司法确认退回原因 -const judicReturn = [ +const judicReturn = [{ + value: '22_00032-1', + label: '其他', +}, ]; +// 系列案区别 +const selectdata = [{ + value: '1', + label: '非系列案' + }, { - value: '22_00032-1', - label: '其他', + value: '2', + label: '系列案' }, ]; -// 系列案区别 -const selectdata = [ - { value: '1', label: '非系列案' }, - { value: '2', label: '系列案' }, -]; // 履行情况 -const fulfilSitu = [ - { value: '22_00008-1', label: '未履行' }, - { value: '22_00008-2', label: '当场履行' }, - { value: '22_00008-3', label: '分期履行' }, +const fulfilSitu = [{ + value: '22_00008-1', + label: '未履行' + }, + { + value: '22_00008-2', + label: '当场履行' + }, + { + value: '22_00008-3', + label: '分期履行' + }, ]; //调解不成功原因 -const mediFalseCause = [ - { +const mediFalseCause = [{ value: '22_00019-1', label: '当事人未能就调解协议达成一致', }, @@ -1220,4 +1194,4 @@ mediFalseCause, }; -export default obj; +export default obj; \ No newline at end of file -- Gitblit v1.8.0