| | |
| | | crossRegioncolumn,//跨区域经营备案 |
| | | branchOfficecolumn, //设立分公司备案 |
| | | securityGuardcolumn,//自招保安单位备案 |
| | | cancellationOfFilingcolumn //自招保安单位备案撤销 |
| | | cancellationOfFilingcolumn, //自招保安单位备案撤销 |
| | | armedEscortcolumn, //武装押运许可申请 |
| | | } from './column' |
| | | |
| | | import { |
| | |
| | | securityPermit, //保安服务许可申请 |
| | | branchOffice, //设立分公司备案 |
| | | securityGuard,//自招保安单位备案 |
| | | cancellationOfFiling//自招保安单位备案撤销 |
| | | cancellationOfFiling,//自招保安单位备案撤销 |
| | | armedEscort,//武装押运许可申请 |
| | | } from './htmls' |
| | | |
| | | export var ourDatas = [ |
| | |
| | | type: 0, |
| | | imgType: 0, |
| | | datas: { |
| | | msg: `材料说明:普通保安服 |
| | | 务公司是指申请服务范围为:门卫、巡逻、守 |
| | | 护、随身护卫、安全检查、安全技术防范、安全风险评估、区域 |
| | | 秩序维护的公司。`, |
| | | htmls: securityPermit, |
| | | column: securityPermitcolumn, |
| | | apiName: ['permit/save', 'permit/storage', 'permit/selectIn'] |
| | |
| | | column: crossRegioncolumn, |
| | | apiName: ['recordk/save', 'recordk/recorkstorage', 'recordk/selectIn'] |
| | | } |
| | | }, |
| | | { |
| | | 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'] |
| | | } |
| | | } |
| | | ] |