From e978022eaa03c076b18c851a7c0852402e80fd1c Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Fri, 06 Sep 2024 16:38:42 +0800
Subject: [PATCH] feat: 识别文字

---
 gz-customerSystem/src/utils/selectOption.js |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 47 insertions(+), 0 deletions(-)

diff --git a/gz-customerSystem/src/utils/selectOption.js b/gz-customerSystem/src/utils/selectOption.js
index 2bd12c6..977bb33 100644
--- a/gz-customerSystem/src/utils/selectOption.js
+++ b/gz-customerSystem/src/utils/selectOption.js
@@ -98,6 +98,18 @@
     label: '身份证明材料',
   },
   {
+    value: '22_00018-207',
+    label: '代理人授权委托书',
+  },
+  {
+    value: '22_00018-203',
+    label: '企业(机构)登记材料',
+  },
+  {
+    value: '22_00018-204',
+    label: '法定(机构)代表人身份证明材料',
+  },
+  {
     value: '22_00018-501',
     label: '办理附件',
   },
@@ -108,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: '当事人',
   },
 ];
 // 性别
@@ -1125,6 +1171,7 @@
   personClass,
   fileOwnerCat,
   fileOwnerType,
+  uploaderType,
   sex,
   cardType,
   nation,

--
Gitblit v1.8.0