forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-08-31 5df87dcdbcd6cd34939d43fba9d80b08e61f642b
gz-customerSystem/src/utils/selectOption.js
@@ -64,8 +64,27 @@
    label: '非法人组织',
  },
];
//上传材料大类
const fileOwnerCat = [
  {
    value: '22_00014-1',
    label: '申请材料',
  },
  {
    value: '22_00014-2',
    label: '证据材料',
  },
  {
    value: '22_00014-7',
    label: '办理材料',
  },
  {
    value: '22_00014-5',
    label: '结案材料',
  },
];
//上传材料类型
const sourceType = [
const fileOwnerType = [
  {
    value: '22_00018-101',
    label: '申请材料',
@@ -516,6 +535,35 @@
    label: '不同意' 
  },
];
// 企业类型
const enterpriseType = [
  {
    value: '24_00008-1',
    label: '餐饮服务',
  },
];
// 机构类型
const orgaType = [
  {
    value: '24_00009-1',
    label: '志愿者服务',
  },
];
//事项等级
const caseLevelList = [
  {
    value: 1,
    label: '一级'
  },
  {
    value: 2,
    label: '二级'
  },
  {
    value: 3,
    label: '三级'
  },
]
// VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV 暂时用不到,防止以后会用的,先保留 VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV
@@ -647,7 +695,7 @@
  },
];
// 任务节点执行者类型
const operType = [
const taskCandeType = [
  {
    value: 1,
    label: '所有人',
@@ -767,6 +815,17 @@
  {
    value: '22_00036-10',
    label: '其他部门委托移送',
  },
];
// 委托关系
const agentRelate = [
  {
    value: '24_00007-1',
    label: '亲属',
  },
  {
    value: '24_00007-2',
    label: '监护人',
  },
];
@@ -1057,47 +1116,61 @@
  },
];
const obj = {
  caseCanal,
  mediateType,
  visitWay,
  personType,
  personClass,
  sourceType,
  fileOwnerCat,
  fileOwnerType,
  sex,
  agentClass,
  cardType,
  mediateError,
  refuseSign,
  job,
  nation,
  agentType,
  caseStatus,
  signResult,
  dispSource,
  dispType,
  dispHandle,
  process,
  mediResult,
  meetType,
  meetWay,
  joinUserType,
  dispType,
  auditResult,
  agentRelate,
  enterpriseType,
  orgaType,
  caseLevelList,
  // 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;