From 4f7ea178a56ad2b88cbb8a742915804fc94bc65f Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Sun, 08 Sep 2024 17:53:34 +0800 Subject: [PATCH] 提交 --- gz-customerSystem/src/utils/selectOption.js | 89 +++++++++++++++++++++++++++++++++++++++----- 1 files changed, 78 insertions(+), 11 deletions(-) diff --git a/gz-customerSystem/src/utils/selectOption.js b/gz-customerSystem/src/utils/selectOption.js index 5fb7fd1..977bb33 100644 --- a/gz-customerSystem/src/utils/selectOption.js +++ b/gz-customerSystem/src/utils/selectOption.js @@ -64,6 +64,25 @@ label: '非法人组织', }, ]; +//上传材料大类 +const fileOwnerCat = [ + { + value: '22_00014-1', + label: '申请材料', + }, + { + value: '22_00014-2', + label: '证据材料', + }, + { + value: '22_00014-7', + label: '办理材料', + }, + { + value: '22_00014-5', + label: '结案材料', + }, +]; //上传材料类型 const fileOwnerType = [ { @@ -79,6 +98,18 @@ label: '身份证明材料', }, { + value: '22_00018-207', + label: '代理人授权委托书', + }, + { + value: '22_00018-203', + label: '企业(机构)登记材料', + }, + { + value: '22_00018-204', + label: '法定(机构)代表人身份证明材料', + }, + { value: '22_00018-501', label: '办理附件', }, @@ -89,6 +120,40 @@ { 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: '上报审核附件', + }, +]; +// 附件上传人类型 +const uploaderType = [ + { + value: 1, + label: '工作人员', + }, + { value: 2, + label: '当事人', }, ]; // 性别 @@ -516,6 +581,17 @@ label: '不同意' }, ]; +// 委托关系 +const agentRelate = [ + { + value: '24_00007-1', + label: '亲属', + }, + { + value: '24_00007-2', + label: '监护人', + }, +]; // 企业类型 const enterpriseType = [ { @@ -796,17 +872,6 @@ { value: '22_00036-10', label: '其他部门委托移送', - }, -]; -// 委托关系 -const agentRelate = [ - { - value: '24_00007-1', - label: '亲属', - }, - { - value: '24_00007-2', - label: '监护人', }, ]; @@ -1104,7 +1169,9 @@ visitWay, personType, personClass, + fileOwnerCat, fileOwnerType, + uploaderType, sex, cardType, nation, -- Gitblit v1.8.0