From d7ca134342a0a2004d9c15fab49fd0a41557e29c Mon Sep 17 00:00:00 2001
From: liuwh <964324856@qq.com>
Date: Sat, 07 Sep 2024 21:59:18 +0800
Subject: [PATCH] 提交
---
gz-customerSystem/src/utils/selectOption.js | 66 ++++++++++++++++++++++++++-------
1 files changed, 52 insertions(+), 14 deletions(-)
diff --git a/gz-customerSystem/src/utils/selectOption.js b/gz-customerSystem/src/utils/selectOption.js
index 5a9f6d2..ce4d453 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 = [
{
@@ -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
@@ -778,20 +826,6 @@
{
value: '24_00007-2',
label: '监护人',
- },
-];
-// 企业类型
-const enterpriseType = [
- {
- value: '24_00008-1',
- label: '餐饮服务',
- },
-];
-// 机构类型
-const orgaType = [
- {
- value: '24_00009-1',
- label: '志愿者服务',
},
];
@@ -1082,11 +1116,14 @@
},
];
+
+
const obj = {
caseCanal,
visitWay,
personType,
personClass,
+ fileOwnerCat,
fileOwnerType,
sex,
cardType,
@@ -1102,6 +1139,7 @@
agentRelate,
enterpriseType,
orgaType,
+ caseLevelList,
// VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV 暂时用不到,防止以后会用的,先保留 VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV
--
Gitblit v1.8.0