/* * @Company: hugeInfo * @Author: ldh * @Date: 2022-03-07 15:26:41 * @LastEditTime: 2023-06-15 16:59:50 * @LastEditors: lihl * @Version: 1.0.0 * @Description: 公共下拉框数据 */ // 申请渠道 -去掉【其他渠道】是为了在【纠纷登记页面】的纠纷来源没有此选择 const caseCanal = [ { value: '22_00001-1', label: '机构登记', }, { value: '22_00001-2', label: '小程序', } // , // { // value: '22_00001-3', // label: '其他渠道', // }, ]; // 调解类型 const mediateType = [ { value: '22_00002-1', label: '人民调解', }, { value: '22_00002-2', label: '司法调解', }, { value: '22_00002-3', label: '诉讼调解', }, { value: '22_00002-4', label: '行政调解', }, ]; // 当事人地位 const personType = [ { value: '15_020008-1', label: '申请人', }, { value: '15_020008-2', label: '被申请人', }, { value: '15_020008-3', label: '第三人', }, ]; // 当事人类型 const personClass = [ { value: '09_01001-1', label: '自然人', }, { value: '09_01001-2', label: '法人', }, { value: '09_01001-3', label: '非法人组织', }, ]; // 性别 const sex = [ { value: '09_00003-1', label: '男', }, { value: '09_00003-2', label: '女', }, ]; // 代理人类型 const agentClass = [ { value: '09_01010-1', label: '律师', }, { value: '09_01010-3', label: '监护人', }, { value: '09_01010-4', label: '亲友', }, { value: '09_01010-5', label: '社会团体推荐的公民', }, { value: '09_01010-6', label: '所在单位推荐的人', }, { value: '09_01010-8', label: '法律工作者', }, { value: '09_01010-9', label: '所在社区推荐的公民', }, ]; // 证件类型 const cardType = [ { value: '09_00015-1', label: '身份证', }, { value: '09_00015-11', label: '户口簿', }, { value: '09_00015-12', label: '中国护照', }, { value: '09_00015-13', label: '外国护照', }, { value: '09_00015-14', label: '港澳居民来往内陆通行证', }, { value: '09_00015-16', label: '台湾居民来往大陆通行证', }, { value: '09_00015-255', label: '其他', }, { value: '09_00015-17', label: '当事人未提供证件信息', }, ]; // 调解不予受理原因 const mediateError = [ { value: '22_00005-1', label: '人民法院已经受理或正在受理的', }, { value: '22_00005-2', label: '一方当事人不同意调解的', }, { value: '22_00005-3', label: '已构成犯罪或构成违反治安管理处罚行为的', }, { value: '22_00005-4', label: '已通过其他渠道受理或处理', }, { value: '22_00005-5', label: '其他', }, ]; // 拒绝签收原因 const refuseSign = [ { value: '22_00009-1', label: '人民法院已经受理或正在受理的', }, { value: '22_00009-2', label: '一方当事人不同意调解的', }, { value: '22_00009-3', label: '已构成犯罪或构成违反治安管理处罚行为的', }, { value: '22_00009-4', label: '已通过其他渠道受理或处理', }, { value: '22_00009-5', label: '材料不全或不合格', }, { value: '22_00009-6', label: '不属于管辖受理范围', }, { value: '22_00009-9', label: '其他(自行填写)', }, ]; // 职业 const job = [ { value: '22_00003-1', label: '专业人士(教师/医生/律师等)', }, { value: '22_00003-2', label: '服务业人员(餐饮服务员/司机/售货员等)', }, { value: '22_00003-3', label: '自由职业者(作家/艺术家/摄影师/导游等)', }, { value: '22_00003-4', label: '工人(工厂工人/建筑工人/城市环卫工人等)', }, { value: '22_00003-5', label: '公司职员', }, { value: '22_00003-6', label: '商人/雇主', }, { value: '22_00003-7', label: '小商贩/个体户', }, { value: '22_00003-8', label: '事业单位/公务员/政府工作人员', }, { value: '22_00003-9', label: '学生', }, { value: '22_00003-10', label: '家庭主妇', }, { value: '22_00003-11', label: '农民/牧民/渔夫', }, { value: '22_00003-12', label: '无业/失业', }, { value: '22_00003-255', label: '其他', }, ]; // 民族 const nation = [ { value: '09_00005-1', label: '汉族', }, { value: '09_00005-2', label: '蒙古族', }, { value: '09_00005-3', label: '回族', }, { value: '09_00005-4', label: '藏族', }, { value: '09_00005-5', label: '维吾尔族', }, { value: '09_00005-6', label: '苗族', }, { value: '09_00005-7', label: '彝族', }, { value: '09_00005-8', label: '壮族', }, { value: '09_00005-9', label: '布依族', }, { value: '09_00005-10', label: '朝鲜族', }, { value: '09_00005-11', label: '满族', }, { value: '09_00005-12', label: '侗族', }, { value: '09_00005-13', label: '瑶族', }, { value: '09_00005-14', label: '白族', }, { value: '09_00005-15', label: '土家族', }, { value: '09_00005-16', label: '哈尼族', }, { value: '09_00005-17', label: '哈萨克族', }, { value: '09_00005-18', label: '傣族', }, { value: '09_00005-19', label: '黎族', }, { value: '09_00005-20', label: '傈僳族', }, { value: '09_00005-21', label: '佤族', }, { value: '09_00005-22', label: '畲族', }, { value: '09_00005-23', label: '高山族', }, { value: '09_00005-24', label: '拉祜族', }, { value: '09_00005-25', label: '水族', }, { value: '09_00005-26', label: '东乡族', }, { value: '09_00005-27', label: '纳西族', }, { value: '09_00005-28', label: '景颇族', }, { value: '09_00005-29', label: '柯尔克孜族', }, { value: '09_00005-30', label: '土族', }, { value: '09_00005-31', label: '达斡尔族', }, { value: '09_00005-32', label: '仫佬族', }, { value: '09_00005-33', label: '羌族', }, { value: '09_00005-34', label: '布郎族', }, { value: '09_00005-35', label: '撒拉族', }, { value: '09_00005-36', label: '毛南族', }, { value: '09_00005-37', label: '仡佬族', }, { value: '09_00005-38', label: '锡伯族', }, { value: '09_00005-39', label: '阿昌族', }, { value: '09_00005-40', label: '普米族', }, { value: '09_00005-41', label: '塔吉克族', }, { value: '09_00005-42', label: '怒族', }, { value: '09_00005-43', label: '乌孜别克族', }, { value: '09_00005-44', label: '俄罗斯族', }, { value: '09_00005-45', label: '鄂温克族', }, { value: '09_00005-46', label: '崩龙族', }, { value: '09_00005-47', label: '保安族', }, { value: '09_00005-48', label: '裕固族', }, { value: '09_00005-49', label: '京族', }, { value: '09_00005-50', label: '塔塔尔族', }, { value: '09_00005-51', label: '独龙族', }, { value: '09_00005-52', label: '鄂伦春族', }, { value: '09_00005-53', label: '赫哲族', }, { value: '09_00005-54', label: '门巴族', }, { value: '09_00005-55', label: '珞巴族', }, { value: '09_00005-56', label: '基诺族', }, { value: '09_00005-57', label: '台湾人', }, { value: '09_00005-58', label: '香港人', }, { value: '09_00005-59', label: '澳门人', }, { value: '09_00005-60', label: '华侨', }, { value: '09_00005-255', label: '其他', }, ]; // 委托类型 const agentType = [ { value: '22_00004-1', label: '一般授权代理', }, { value: '22_00004-2', label: '特别委托代理', }, { value: '22_00004-3', label: '共同委托代理', }, { value: '22_00004-4', label: '转委托代理', }, ]; // 纠纷状态 const caseStatus = [ { value: '22_00008-1', label: '受理调解', }, { value: '22_00008-2', label: '退回', }, { value: '22_00008-3', label: '已补材', }, { value: '22_00008-4', label: '不予受理', }, ]; // 签收意见 const signResult = [ { value: '22_00010-1', label: '同意签收', }, { value: '22_00010-2', label: '拒绝签收', }, ]; // 调度来源 const dispSource = [ { value: '22_00011-1', label: '纠纷调度', }, { value: '22_00011-2', label: '申请协助', }, { value: '22_00011-3', label: '拒签退回', }, { value: '22_00011-4', label: '超时未签收', }, { value: '22_00011-5', label: '异常重新调度', }, ]; // 调度类型 const dispType = [ { value: '22_00012-1', label: '人工派单', }, { value: '22_00012-2', label: '加入抢单池', }, ]; // 调度处理 const dispHandle = [ { value: '22_00013-1', label: '正常调度', }, { value: '22_00013-2', label: '重新调度', }, { value: '22_00013-3', label: '退回申请人', }, { value: '22_00013-4', label: '不予受理', }, ]; // 调解进度 const process = [ { value: '22_00006-1', label: '待受理', }, { value: '22_00006-2', label: '待调解', }, { value: '22_00006-3', label: '调解中', }, { value: '22_00006-4', label: '调解结束', }, { value: '22_00006-5', label: '退回申请人', }, { value: '22_00006-6', label: '不予受理', }, ]; // 调解结果 const mediResult = [ { value: '22_00025-1', label: '调解成功', }, { value: '22_00025-2', label: '调解不成功', }, ]; // 会议类型 const meetType = [ { value: '22_00020-1', label: '纠纷调解会议', }, { value: '22_00020-2', label: '司法确认会议', }, ]; // 会议方式 const meetWay = [ { value: '22_00021-3', label: '线上 + 线下', }, { value: '22_00021-2', label: '线上', }, { value: '22_00021-1', label: '线下', }, ]; // 调解参与人类型 const joinUserType = [ { value: '22_00022-1', label: '调解员', }, { value: '22_00022-2', label: '法官', }, { value: '22_00022-3', label: '专家', }, { value: '22_00022-9', label: '其他', }, { value: '22_00022-10', label: '代理人', }, { value: '22_00022-11', label: '申请人', }, { value: '22_00022-12', label: '被申请人', }, { value: '22_00022-15', label: '第三人', }, ]; // 通知方式 const noticeWay = [ { value: '22_00023-1', label: '微信通知', }, { value: '22_00023-2', label: '短信通知', }, ]; // 归档状态 const fileStatus = [ { value: '1', label: '未归档', }, { value: '2', label: '已归档', }, ]; // 任务节点执行者类型 const operType = [ { value: '22_00026-1', label: '指定人员', }, { value: '22_00026-2', label: '指定角色', }, { value: '22_00026-3', label: '前序节点执行者', }, { value: '22_00026-4', label: '前序节点指定', }, ]; // 实名认证状态 const realStatus = [ { value: '1', label: '通过', }, { value: '99', label: '未通过', }, ]; // 人脸认证状态 const faceStatus = [ { value: '1', label: '已认证', }, { value: '99', label: '未认证', }, ]; // 司法确认进度 const judicProcess = [ { value: '22_00029-1', label: '待审查', }, { value: '22_00029-2', label: '未开始', }, { value: '22_00029-3', label: '进行中', }, { value: '22_00029-4', label: '已结束', }, { value: '22_00029-5', label: '退回补料', }, { value: '22_00029-6', label: '不予受理', }, ]; // 司法确认状态 const judicStatus = [ { value: '22_00029-1', label: '受理确认', }, { value: '22_00029-2', label: '退回', }, { value: '22_00029-3', label: '已补材', }, { value: '22_00029-4', label: '已结束', }, { value: '22_00029-5', label: '不予受理', }, { value: '22_00029-6', label: '异常终止', }, ]; // 司法确认结果 const judicResult = [ { value: '22_00028-1', label: '已达成', }, { value: '22_00028-2', label: '未达成', }, ]; // 司法确认不予受理原因 const judicError = [ { value: '22_00031-1', label: '不属于人民法院受理民事案件的范围', }, { value: '22_00031-2', label: '调解协议生效之日起30日后申请', }, { value: '22_00031-3', label: '纠纷类型不符合司法确认要求', }, { value: '22_00031-4', label: '不在受理管辖范围', }, { value: '22_00031-5', label: '其他不宜由人民法院受理的情形', }, ]; // 司法确认退回原因 const judicReturn = [ { value: '22_00032-1', label: '其他', }, ]; // 会议视频录制状态:1:录制转码中,2:已上传 const recordStatus = [ { value: '1', label: '录制转码中', }, { value: '2', label: '已上传', }, ]; // 涉及人群 const crowd = [ { value: '22_00035-1', label: '未成年人', }, { value: '22_00035-2', label: '残疾人', }, { value: '22_00035-3', label: '外来农民工', }, { value: '22_00035-4', label: '待下岗', }, { value: '22_00035-5', label: '妇女', }, { value: '22_00035-6', label: '失业', }, { value: '22_00035-7', label: '在职', }, { value: '22_00035-8', label: '老年人', }, { value: '22_00035-9', label: '其他', }, ]; // 纠纷来源 const caseSource = [ { value: '22_00036-2', label: '依申请调解', }, { value: '22_00036-1', label: '地方政府委托移送', }, { value: '22_00036-3', label: '主动调解', }, { value: '22_00036-4', label: '法援委托移送', }, { value: '22_00036-5', label: '检察院委托移送', }, { value: '22_00036-6', label: '公安机关委托移送', }, { value: '22_00036-7', label: '信访记录委托移送', }, { value: '22_00036-8', label: '劳动站移交', }, { value: '22_00036-9', label: '派出所移交', }, { value: '22_00036-10', 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 mediFalseCause = [ { value: '22_00019-1', label: '当事人未能就调解协议达成一致', }, { value: '22_00019-2', label: '当事人拒绝调解', }, { value: '22_00019-3', label: '提前终止调解', }, { value: '22_00019-4', label: '当事人撤销调解请求', }, { value: '22_00019-9', label: '其他(自行填写)', }, ]; // 审查结果 const auditResult = [ { value: '22_00032-0', label: '审查中' }, { value: '22_00032-1', label: '审查同意' }, { value: '22_00032-2', label: '审查拒绝' }, ]; const obj = { caseCanal, mediateType, personType, personClass, sex, agentClass, cardType, mediateError, refuseSign, job, nation, agentType, caseStatus, signResult, dispSource, dispType, dispHandle, process, mediResult, meetType, meetWay, joinUserType, noticeWay, fileStatus, operType, realStatus, faceStatus, judicProcess, judicStatus, judicResult, judicError, judicReturn, recordStatus, crowd, caseSource, selectdata, fulfilSitu, mediFalseCause, auditResult, }; export default obj;