保安服务单位许可和备案申请系统
liuyg
2021-09-26 6162d1cfeac4c4dc3b022eecfa67b6fa7e58495d
src/views/home/ourDatas.js
@@ -4,7 +4,9 @@
    crossRegioncolumn,//跨区域经营备案
    branchOfficecolumn, //设立分公司备案
    securityGuardcolumn,//自招保安单位备案
    cancellationOfFilingcolumn //自招保安单位备案撤销
    cancellationOfFilingcolumn, //自招保安单位备案撤销
    armedEscortcolumn, //武装押运许可申请
    changeOfLegalPersoncolumn, //保安服务公司法人变更
} from './column'
import {
@@ -13,25 +15,48 @@
    securityPermit, //保安服务许可申请
    branchOffice, //设立分公司备案
    securityGuard,//自招保安单位备案
    cancellationOfFiling//自招保安单位备案撤销
    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/服务许可背景图.jpg)",
        topUrl: "url(/img/login-sq1.png)",
        topUrlh: "url(/img/login-sq11.png)",
        // topUrl: "/img/服务许可背景图.jpg",
        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: "保安培训许可申请",
@@ -44,7 +69,12 @@
            htmls: securityTraining,
            column: securityTrainingcolumn,
            apiName: ['permit/save', 'permit/storage', 'permit/selectIn']
        }
        },
        overtime: {
            overtimef: 30,
            overtimec: 20,
        },
        enclosure: securityTrainingenclosure,
    },
    {
@@ -58,7 +88,12 @@
            htmls: branchOffice,
            column: branchOfficecolumn,
            apiName: ['record/save', 'record/rocordsave', 'record/selectIn']
        }
        },
        overtime: {
            overtimef: 30,
            overtimec: 14,
        },
        enclosure: branchOfficeenclosure,
    },
    {
@@ -72,7 +107,12 @@
            htmls: securityGuard,
            column: securityGuardcolumn,
            apiName: ['record/save', 'record/rocordsave', 'record/selectIn']
        }
        },
        overtime: {
            overtimef: 30,
            overtimec: 14,
        },
        enclosure: securityGuardenclosure,
    },
    {
@@ -86,7 +126,12 @@
            htmls: cancellationOfFiling,
            column: cancellationOfFilingcolumn,
            apiName: ['revoke/save', 'revoke/revokesave', 'revoke/selectIn']
        }
        },
        overtime: {
            overtimef: 30,
            overtimec: 14,
        },
        enclosure: cancellationOfFilingenclosure,
    },
    {
        menuName: "跨区域经营备案",
@@ -99,6 +144,52 @@
            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: ['recordk/save', 'recordk/recorkstorage', 'recordk/selectIn']
        },
        overtime: {
            overtimef: 30,
            overtimec: 10,
        },
        enclosure: changeOfLegalPersonenclosure,
    }
]