1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
| import {
| securityPermitcolumn, //保安服务许可申请
| securityTrainingcolumn, //保安培训许可申请
| crossRegioncolumn, //跨区域经营备案
| branchOfficecolumn, //设立分公司备案
| securityGuardcolumn, //自招保安单位备案
| cancellationOfFilingcolumn, //自招保安单位备案撤销
| armedEscortcolumn, //武装押运许可申请
| changeOfLegalPersoncolumn, //保安服务公司法人变更
| } from './column'
|
| import {
| crossRegion, // 跨区域经营备案
| securityTraining, //保安培训许可申请
| securityPermit, //保安服务许可申请
| branchOffice, //设立分公司备案
| securityGuard, //自招保安单位备案
| cancellationOfFiling, //自招保安单位备案撤销
| armedEscort, //武装押运许可申请
| changeOfLegalPerson, //保安服务公司法人变更
| } from './htmls'
|
|
| import {
| crossRegionenclosure, // 跨区域经营备案
| securityTrainingenclosure, //保安培训许可申请
| securityPermitenclosure, //保安服务许可申请
| branchOfficeenclosure, //设立分公司备案
| securityGuardenclosure, //自招保安单位备案
| cancellationOfFilingenclosure, //自招保安单位备案撤销
| armedEscortenclosure, //武装押运许可申请
| changeOfLegalPersonenclosure, //保安服务公司法人变更
| } from './enclosure'
|
|
|
| export var ourDatas = [{
| menuName: "保安服务许可申请",
| centerUrl: "/img/logo.png",
| topUrl: "url(/img/login-sq1.png)",
| topUrlh: "url(/img/login-sq11.png)",
| targetUrl: "per",
| type: 0,
| imgType: 0,
| datas: {
| msg: `材料说明:普通保安服
| 务公司是指申请服务范围为:门卫、巡逻、守
| 护、随身护卫、安全检查、安全技术防范、安全风险评估、区域
| 秩序维护的公司。`,
| htmls: securityPermit,
| column: securityPermitcolumn,
| apiName: ['permit/save', 'permit/storage', 'permit/selectIn']
| },
| overtime: {
| overtimef: 30,
| overtimec: 20,
| },
| enclosure: securityPermitenclosure,
| },
| {
| menuName: "保安培训许可申请",
| centerUrl: "/img/logo.png",
| topUrl: "url(/img/login-sq4.png)",
| topUrlh: "url(/img/login-sq44.png)",
| type: 1,
| imgType: 1,
| datas: {
| htmls: securityTraining,
| column: securityTrainingcolumn,
| apiName: ['permit/save', 'permit/storage', 'permit/selectIn']
| },
| overtime: {
| overtimef: 30,
| overtimec: 20,
| },
| enclosure: securityTrainingenclosure,
| },
|
| {
| menuName: "设立分公司备案",
| centerUrl: "/img/logo.png",
| topUrl: "url(/img/login-sq2.png)",
| topUrlh: "url(/img/login-sq22.png)",
| type: 2,
| imgType: 2,
| datas: {
| htmls: branchOffice,
| column: branchOfficecolumn,
| apiName: ['record/save', 'record/rocordsave', 'record/selectIn']
| },
| overtime: {
| overtimef: 30,
| overtimec: 14,
| },
| enclosure: branchOfficeenclosure,
|
| },
| {
| menuName: "自招保安单位备案",
| centerUrl: "/img/logo.png",
| topUrl: "url(/img/login-sq3.png)",
| topUrlh: "url(/img/login-sq33.png)",
| type: 3,
| imgType: 3,
| datas: {
| htmls: securityGuard,
| column: securityGuardcolumn,
| apiName: ['record/save', 'record/rocordsave', 'record/selectIn']
| },
| overtime: {
| overtimef: 30,
| overtimec: 14,
| },
| enclosure: securityGuardenclosure,
| },
|
| {
| menuName: "自招保安单位撤销备案",
| centerUrl: "/img/logo.png",
| topUrl: "url(/img/login-sq5.png)",
| topUrlh: "url(/img/login-sq55.png)",
| type: 4,
| imgType: 6,
| datas: {
| htmls: cancellationOfFiling,
| column: cancellationOfFilingcolumn,
| apiName: ['revoke/save', 'revoke/revokesave', 'revoke/selectIn']
| },
| overtime: {
| overtimef: 30,
| overtimec: 14,
| },
| enclosure: cancellationOfFilingenclosure,
| },
| {
| menuName: "跨区域经营备案",
| centerUrl: "/img/logo.png",
| topUrl: "url(/img/login-sq10.png)",
| topUrlh: "url(/img/login-sq1010.png)",
| type: 5,
| imgType: 7,
| datas: {
| htmls: crossRegion,
| column: crossRegioncolumn,
| apiName: ['recordk/save', 'recordk/recorkstorage', 'recordk/selectIn']
| },
| overtime: {
| overtimef: 30,
| overtimec: 14,
| },
| enclosure: crossRegionenclosure,
| },
| {
| menuName: "武装押运许可申请",
| // centerUrl: "/img/logo.png",
| // topUrl: "url(/img/login-sq10.png)",
| // topUrlh: "url(/img/login-sq1010.png)",
| fromWhere: 0,
| type: 6,
| imgType: 8,
| datas: {
| msg: `按照《公安部关于印发<保安守
| 护押运管理规定>的通知》(公通字[2017]13号)规定
| :各地原则上不再许可设立新的
| 提供武装守护押运服务的保安企业,确需设立的,必须报经公安部同意后方可许可`,
| htmls: armedEscort,
| column: armedEscortcolumn,
| apiName: ['recordk/save', 'recordk/recorkstorage', 'recordk/selectIn']
| },
| overtime: {
| overtimef: 15,
| overtimec: 15,
| },
| enclosure: armedEscortenclosure,
| },
| { //保安服务公司法人变更
| menuName: "保安服务公司法人变更",
| centerUrl: "/img/logo.png",
| topUrl: "url(/img/login-sq10.png)",
| topUrlh: "url(/img/login-sq1010.png)",
| type: 7,
| imgType: 9,
| datas: {
| htmls: changeOfLegalPerson,
| column: changeOfLegalPersoncolumn,
| apiName: ['recordlegalperson/save', 'recordlegalperson/recorkstorage', 'recordlegalperson/selectIn']
| },
| overtime: {
| overtimef: 30,
| overtimec: 10,
| },
| enclosure: changeOfLegalPersonenclosure,
| }
| ]
|
|