| | |
| | | securityGuardcolumn,//自招保安单位备案 |
| | | cancellationOfFilingcolumn, //自招保安单位备案撤销 |
| | | armedEscortcolumn, //武装押运许可申请 |
| | | changeOfLegalPersoncolumn, //保安服务公司法人变更 |
| | | } from './column' |
| | | |
| | | import { |
| | |
| | | securityGuard,//自招保安单位备案 |
| | | cancellationOfFiling,//自招保安单位备案撤销 |
| | | armedEscort,//武装押运许可申请 |
| | | changeOfLegalPerson, //保安服务公司法人变更 |
| | | } from './htmls' |
| | | |
| | | |
| | | import { |
| | | crossRegionenclosure,// 跨区域经营备案 |
| | | securityTrainingenclosure, //保安培训许可申请 |
| | | securityPermitenclosure, //保安服务许可申请 |
| | | branchOfficeenclosure, //设立分公司备案 |
| | | securityGuardenclosure,//自招保安单位备案 |
| | | cancellationOfFilingenclosure,//自招保安单位备案撤销 |
| | | armedEscortenclosure,//武装押运许可申请 |
| | | changeOfLegalPersonenclosure, //保安服务公司法人变更 |
| | | } from './enclosure' |
| | | |
| | | |
| | | |
| | | export var ourDatas = [ |
| | | { |
| | |
| | | htmls: securityPermit, |
| | | column: securityPermitcolumn, |
| | | apiName: ['permit/save', 'permit/storage', 'permit/selectIn'] |
| | | } |
| | | }, |
| | | overtime: { |
| | | overtimef: 30, |
| | | overtimec: 20, |
| | | }, |
| | | enclosure: securityPermitenclosure, |
| | | }, |
| | | { |
| | | menuName: "保安培训许可申请", |
| | |
| | | htmls: securityTraining, |
| | | column: securityTrainingcolumn, |
| | | apiName: ['permit/save', 'permit/storage', 'permit/selectIn'] |
| | | } |
| | | }, |
| | | overtime: { |
| | | overtimef: 30, |
| | | overtimec: 20, |
| | | }, |
| | | enclosure: securityTrainingenclosure, |
| | | }, |
| | | |
| | | { |
| | |
| | | htmls: branchOffice, |
| | | column: branchOfficecolumn, |
| | | apiName: ['record/save', 'record/rocordsave', 'record/selectIn'] |
| | | } |
| | | }, |
| | | overtime: { |
| | | overtimef: 30, |
| | | overtimec: 14, |
| | | }, |
| | | enclosure: branchOfficeenclosure, |
| | | |
| | | }, |
| | | { |
| | |
| | | htmls: securityGuard, |
| | | column: securityGuardcolumn, |
| | | apiName: ['record/save', 'record/rocordsave', 'record/selectIn'] |
| | | } |
| | | }, |
| | | overtime: { |
| | | overtimef: 30, |
| | | overtimec: 14, |
| | | }, |
| | | enclosure: securityGuardenclosure, |
| | | }, |
| | | |
| | | { |
| | |
| | | htmls: cancellationOfFiling, |
| | | column: cancellationOfFilingcolumn, |
| | | apiName: ['revoke/save', 'revoke/revokesave', 'revoke/selectIn'] |
| | | } |
| | | }, |
| | | overtime: { |
| | | overtimef: 30, |
| | | overtimec: 14, |
| | | }, |
| | | enclosure: cancellationOfFilingenclosure, |
| | | }, |
| | | { |
| | | menuName: "跨区域经营备案", |
| | |
| | | htmls: crossRegion, |
| | | column: crossRegioncolumn, |
| | | apiName: ['recordk/save', 'recordk/recorkstorage', 'recordk/selectIn'] |
| | | } |
| | | }, |
| | | overtime: { |
| | | overtimef: 30, |
| | | overtimec: 14, |
| | | }, |
| | | enclosure: crossRegionenclosure, |
| | | }, |
| | | { |
| | | menuName: "武装押运许可申请", |
| | |
| | | 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: ['recordk/save', 'recordk/recorkstorage', 'recordk/selectIn'] |
| | | }, |
| | | overtime: { |
| | | overtimef: 30, |
| | | overtimec: 10, |
| | | }, |
| | | enclosure: changeOfLegalPersonenclosure, |
| | | } |
| | | ] |