forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-10 eb65923fafe836f8fcd56d3efee4d0fd3a33ac5f
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: '申请材料',
  },
@@ -96,6 +90,18 @@
  {
    value: '22_00018-202',
    label: '身份证明材料',
  },
  {
    value: '22_00018-207',
    label: '代理人授权委托书',
  },
  {
    value: '22_00018-203',
    label: '企业(机构)登记材料',
  },
  {
    value: '22_00018-204',
    label: '法定(机构)代表人身份证明材料',
  },
  {
    value: '22_00018-501',
@@ -109,10 +115,51 @@
    value: '22_00018-507',
    label: '督办回复附件',
  },
  {
    value: '22_00018-508',
    label: '联合处置申请附件',
  },
  {
    value: '22_00018-509',
    label: '联合处置申请审核附件',
  },
  {
    value: '22_00018-520',
    label: '回退申请附件',
  },
  {
    value: '22_00018-511',
    label: '回退审核附件',
  },
  {
    value: '22_00018-512',
    label: '上报申请附件',
  },
  {
    value: '22_00018-513',
    label: '上报审核附件',
  },
  {
    value: '22_00018-302',
    label: '协议文书',
  },
  {
    value: '22_00018-514',
    label: '结案审核附件',
  },
];
// 附件上传人类型
const uploaderType = [{
    value: 1,
    label: '工作人员',
  },
  {
    value: 2,
    label: '当事人',
  },
];
// 性别
const sex = [
  {
const sex = [{
    value: '09_00003-1',
    label: '男',
  },
@@ -122,8 +169,7 @@
  },
];
// 证件类型
const cardType = [
  {
const cardType = [{
    value: '09_00015-1',
    label: '身份证',
  },
@@ -157,8 +203,7 @@
  },
];
// 民族
const nation = [
  {
const nation = [{
    value: '09_00005-1',
    label: '汉族',
  },
@@ -404,8 +449,7 @@
  },
];
// 委托类型
const agentType = [
  {
const agentType = [{
    value: '22_00004-1',
    label: '一般授权代理',
  },
@@ -423,8 +467,7 @@
  },
];
// 事项状态
const caseStatus = [
  {
const caseStatus = [{
    value: 1,
    label: '待签收',
  },
@@ -450,8 +493,7 @@
  },
];
// 事项进度
const process = [
  {
const process = [{
    value: 1,
    label: '来访登记',
  },
@@ -477,8 +519,7 @@
  },
];
// 调解结果
const mediResult = [
  {
const mediResult = [{
    value: '22_00025-1',
    label: '化解成功',
  },
@@ -488,8 +529,7 @@
  },
];
// 会议类型
const meetType = [
  {
const meetType = [{
    value: '22_00020-1',
    label: '纠纷调解会议',
  },
@@ -499,8 +539,7 @@
  },
];
// 会议方式
const meetWay = [
  {
const meetWay = [{
    value: '22_00021-3',
    label: '线上 + 线下',
  },
@@ -514,8 +553,7 @@
  },
];
// 调度类型
const dispType = [
  {
const dispType = [{
    value: '22_00012-1',
    label: '归口分流',
  },
@@ -525,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: '亲属',
  },
@@ -547,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: '一级'
  },
@@ -579,8 +610,7 @@
// VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV 暂时用不到,防止以后会用的,先保留 VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV
// 调解类型
const mediateType = [
  {
const mediateType = [{
    value: '22_00002-1',
    label: '人民调解',
  },
@@ -598,8 +628,7 @@
  },
];
// 代理人类型
const agentClass = [
  {
const agentClass = [{
    value: '09_01010-1',
    label: '律师',
  },
@@ -629,8 +658,7 @@
  },
];
// 职业
const job = [
  {
const job = [{
    value: '22_00003-1',
    label: '专业人士(教师/医生/律师等)',
  },
@@ -684,8 +712,7 @@
  },
];
// 通知方式
const noticeWay = [
  {
const noticeWay = [{
    value: '22_00023-1',
    label: '微信通知',
  },
@@ -695,8 +722,7 @@
  },
];
// 归档状态
const fileStatus = [
  {
const fileStatus = [{
    value: 0,
    label: '未归档',
  },
@@ -706,8 +732,7 @@
  },
];
// 任务节点执行者类型
const taskCandeType = [
  {
const taskCandeType = [{
    value: 1,
    label: '所有人',
  },
@@ -725,8 +750,7 @@
  },
];
// 实名认证状态
const realStatus = [
  {
const realStatus = [{
    value: 0,
    label: '未认证',
  },
@@ -736,8 +760,7 @@
  },
];
// 会议视频录制状态:1:录制转码中,2:已上传
const recordStatus = [
  {
const recordStatus = [{
    value: '1',
    label: '录制转码中',
  },
@@ -747,8 +770,7 @@
  },
];
// 涉及人群
const crowd = [
  {
const crowd = [{
    value: '22_00035-1',
    label: '未成年人',
  },
@@ -786,8 +808,7 @@
  },
];
// 纠纷来源
const caseSource = [
  {
const caseSource = [{
    value: '22_00036-2',
    label: '依申请调解',
  },
@@ -834,8 +855,7 @@
// 调解不予受理原因
const mediateError = [
  {
const mediateError = [{
    value: '22_00005-1',
    label: '人民法院已经受理或正在受理的',
  },
@@ -857,8 +877,7 @@
  },
];
// 拒绝签收原因
const refuseSign = [
  {
const refuseSign = [{
    value: '22_00009-1',
    label: '人民法院已经受理或正在受理的',
  },
@@ -888,8 +907,7 @@
  },
];
// 签收意见
const signResult = [
  {
const signResult = [{
    value: '22_00010-1',
    label: '同意签收',
  },
@@ -899,8 +917,7 @@
  },
];
// 调度来源
const dispSource = [
  {
const dispSource = [{
    value: '22_00011-1',
    label: '纠纷调度',
  },
@@ -922,8 +939,7 @@
  },
];
// 调度处理
const dispHandle = [
  {
const dispHandle = [{
    value: '22_00013-1',
    label: '正常调度',
  },
@@ -941,8 +957,7 @@
  },
];
// 调解参与人类型
const joinUserType = [
  {
const joinUserType = [{
    value: '22_00022-1',
    label: '调解员',
  },
@@ -976,8 +991,7 @@
  },
];
// 人脸认证状态
const faceStatus = [
  {
const faceStatus = [{
    value: '1',
    label: '已认证',
  },
@@ -987,8 +1001,7 @@
  },
];
// 司法确认进度
const judicProcess = [
  {
const judicProcess = [{
    value: '22_00029-1',
    label: '待审查',
  },
@@ -1014,8 +1027,7 @@
  },
];
// 司法确认状态
const judicStatus = [
  {
const judicStatus = [{
    value: '22_00029-1',
    label: '受理确认',
  },
@@ -1041,8 +1053,7 @@
  },
];
// 司法确认结果
const judicResult = [
  {
const judicResult = [{
    value: '22_00028-1',
    label: '已达成',
  },
@@ -1052,8 +1063,7 @@
  },
];
// 司法确认不予受理原因
const judicError = [
  {
const judicError = [{
    value: '22_00031-1',
    label: '不属于人民法院受理民事案件的范围',
  },
@@ -1075,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: '当事人未能就调解协议达成一致',
  },
@@ -1125,6 +1145,7 @@
  personClass,
  fileOwnerCat,
  fileOwnerType,
  uploaderType,
  sex,
  cardType,
  nation,
@@ -1173,4 +1194,4 @@
  mediFalseCause,
};
export default obj;
export default obj;