|
@@ -0,0 +1,877 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <meta name=”SiteName” content=”重庆市南岸区人民政府”>
|
|
|
+ <meta name="SiteDomain" content="http://www.cqna.gov.cn" />
|
|
|
+ <meta name="SiteIDCode" content="5001080014">
|
|
|
+ <meta name="ColumnName" content="帮代办">
|
|
|
+ <meta name="ColumnDescription" content="帮代办" />
|
|
|
+ <meta name="ColumnKeywords" content="帮代办" />
|
|
|
+ <meta name="ColumnType" content="帮代办" />
|
|
|
+ <title>帮代办-重庆市南岸区人民政府网</title>
|
|
|
+ <!-- 引入 Vue -->
|
|
|
+ <script src="https://www.cqna.gov.cn/syygapi/naxsb/js/vue.min.js"></script>
|
|
|
+ <!-- 引入样式 -->
|
|
|
+ <link rel="stylesheet" href="https://www.cqna.gov.cn/syygapi/naxsb/css/index.css">
|
|
|
+ <!-- 引入组件库 -->
|
|
|
+ <script src="https://www.cqna.gov.cn/syygapi/naxsb/js/index.js"></script>
|
|
|
+ <!-- jquery-->
|
|
|
+ <script src="https://www.cqna.gov.cn/syygapi/naxsb/js/jquery-3.5.1.min.js"></script>
|
|
|
+ <script src="https://www.cqna.gov.cn/syygapi/naxsb/js/urljson.js"></script>
|
|
|
+ <style>
|
|
|
+ * {
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ ul {
|
|
|
+ padding: 0;
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ li {
|
|
|
+ list-style: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ @font-face {
|
|
|
+ font-family: 'DOUYU';
|
|
|
+ src: url('../fonts/DOUYUFONT-2.woff');
|
|
|
+ font-weight: normal;
|
|
|
+ font-style: normal;
|
|
|
+ }
|
|
|
+
|
|
|
+ .topBg {
|
|
|
+ width: 100vw;
|
|
|
+ height: 53vw;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ padding-top: 40vw;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+
|
|
|
+ .topBg .topButton {
|
|
|
+ width: 38vw;
|
|
|
+ height: 11vw;
|
|
|
+ background-image: url(images/button-bdb.png);
|
|
|
+ background-size: 100% 100%;
|
|
|
+ color: #B68957 !important;
|
|
|
+ text-shadow: 0px 2px 1px #FFFFFF !important;
|
|
|
+ margin: auto;
|
|
|
+ }
|
|
|
+ .content>div:last-child {
|
|
|
+ margin-bottom: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content .name {
|
|
|
+ width: 100vw;
|
|
|
+ height: 12vw;
|
|
|
+ background-image: url(images/bg-title.png);
|
|
|
+ margin-top: 20px;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ font-family: "DOUYU";
|
|
|
+ font-weight: normal;
|
|
|
+ font-size: 12px;
|
|
|
+ color: #FFFFFF;
|
|
|
+ line-height: 12vw;
|
|
|
+ text-shadow: 0px 3px 13px rgba(15, 51, 130, 0.46);
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .project {
|
|
|
+ width: 95vw;
|
|
|
+ text-indent: 40px;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #333333;
|
|
|
+ line-height: 28px;
|
|
|
+ margin: auto;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content .list {
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content .list li {
|
|
|
+ width: 95vw;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ height: 36vw;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ margin: auto;
|
|
|
+ margin-top: 15px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content .list .top {
|
|
|
+ height: 10vw;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 15px;
|
|
|
+ color: #FFFFFF;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content .list .bottom {
|
|
|
+ height: calc(100% - 10vw);
|
|
|
+ padding: 3vw;
|
|
|
+ box-sizing: border-box;
|
|
|
+ line-height: 24px;
|
|
|
+ text-indent: 26px;
|
|
|
+ font-size: 13px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content .fwdx {
|
|
|
+ width: 95vw;
|
|
|
+ height: 13vw;
|
|
|
+ background: #CCE6FF;
|
|
|
+ border: 1px solid #0044D6;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 13vw;
|
|
|
+ font-family: Microsoft YaHei;
|
|
|
+ font-size: 13px;
|
|
|
+ color: #0041CE;
|
|
|
+ margin: auto;
|
|
|
+ }
|
|
|
+
|
|
|
+ .fwlc {
|
|
|
+ width: 95vw;
|
|
|
+ margin: auto;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .fwlc .text {
|
|
|
+ width: 15vw;
|
|
|
+ height: 9vw;
|
|
|
+ line-height: 9vw;
|
|
|
+ background: #1589EB;
|
|
|
+ font-size: 13px;
|
|
|
+ color: #FFFFFF;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .fwlc .arrow {
|
|
|
+ width: 30px;
|
|
|
+ height: 35px;
|
|
|
+ background-image: url(images/arrow.png);
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ tr,
|
|
|
+ td {
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .table {
|
|
|
+ width: 95vw;
|
|
|
+ margin: auto;
|
|
|
+ border-spacing: 0;
|
|
|
+ border: 1px solid #7BA7CC;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .table tr:last-child {
|
|
|
+ border-bottom: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ table tr {
|
|
|
+ /* border-bottom: 1px solid #7BA7CC; */
|
|
|
+ }
|
|
|
+
|
|
|
+ .table .title {
|
|
|
+ display: table-row;
|
|
|
+ }
|
|
|
+
|
|
|
+ .table .title td {
|
|
|
+ height: 9vw;
|
|
|
+ background: #279CFF;
|
|
|
+ font-size: 12px;
|
|
|
+ color: #FFFFFF;
|
|
|
+ line-height: 9vw;
|
|
|
+ padding: 0;
|
|
|
+ padding-left: 10px;
|
|
|
+ border: 1px solid #9cc6e9;
|
|
|
+ }
|
|
|
+
|
|
|
+ .table tr td {
|
|
|
+ /* display: flex; */
|
|
|
+ flex-direction: column;
|
|
|
+ font-size: 12px;
|
|
|
+ color: #1964A4;
|
|
|
+ line-height: 6vw;
|
|
|
+ padding: 0px 5px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border: 1px solid #9cc6e9;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ .table .one {
|
|
|
+ white-space: nowrap;
|
|
|
+ width: 3%;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .table .two {
|
|
|
+ width: 26%;
|
|
|
+ }
|
|
|
+ .table .four {
|
|
|
+ width: 25%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .table .five {
|
|
|
+ width: 25%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-dialog__body {
|
|
|
+ height: 65vh;
|
|
|
+ overflow-y: scroll;
|
|
|
+ overflow-x: hidden;
|
|
|
+ /* 你想要的高度 */
|
|
|
+ }
|
|
|
+
|
|
|
+ /* .el-dialog__body::-webkit-scrollbar {
|
|
|
+ width: 0px;
|
|
|
+ height: 0px;
|
|
|
+ } */
|
|
|
+
|
|
|
+ .el-image {
|
|
|
+ min-width: 90px;
|
|
|
+ margin-left: 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-dialog {
|
|
|
+ margin-top: 10vh !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ .subButton {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
+
|
|
|
+ .subButton .el-form-item__content {
|
|
|
+ margin-left: 0 !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ .subButton button {
|
|
|
+ padding: 13px 25px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-select-dropdown {
|
|
|
+ width: 98vw;
|
|
|
+ }
|
|
|
+ .el-dialog__title{
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+
|
|
|
+</head>
|
|
|
+
|
|
|
+<body>
|
|
|
+ <div style="width:100%;" class="header"></div>
|
|
|
+ <div>
|
|
|
+ <div class="topBg" style="background-image: url(images/indexbg-bdb.png);" id="topBg">
|
|
|
+ <div class="topButton" @click="wybdb"></div>
|
|
|
+ <el-dialog title="南岸区重庆经开区帮办代办需求表" :visible.sync="dialogVisible" width="98%" @close="handleClose"
|
|
|
+ :close-on-click-modal="false">
|
|
|
+ <el-form ref="form" :model="form" :rules="rules" label-width="150px">
|
|
|
+ <el-form-item label="项目单位名称" prop="unitName">
|
|
|
+ <el-input v-model="form.unitName" placeholder="请输入项目单位名称"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="项目单位地址" prop="projectAddr">
|
|
|
+ <el-input type="textarea" v-model="form.projectAddr" placeholder="请输入项目单位地址"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="项目单位负责人" prop="chargeName">
|
|
|
+ <el-input v-model="form.chargeName" placeholder="请输入项目单位负责人"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="联系电话" prop="chargePhone">
|
|
|
+ <el-input v-model="form.chargePhone" placeholder="请输入联系电话" maxlength="11" show-word-limit
|
|
|
+ @blur="validatePhonefzr"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="项目单位经办人" prop="handlerName">
|
|
|
+ <el-input v-model="form.handlerName" placeholder="请输入项目单位经办人"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="联系电话" prop="handlerPhone">
|
|
|
+ <el-input v-model="form.handlerPhone" placeholder="请输入联系电话" maxlength="11" show-word-limit
|
|
|
+ @blur="validatePhonejbr"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="需帮办代办具体事项" prop="proxyMatters">
|
|
|
+ <el-select v-model="form.proxyMatters" placeholder="请选择需帮办代办具体事项" style="width: 100%;">
|
|
|
+ <el-option label="政府投资房屋建筑和市政基础设施工程建设项目初步设计审批" value="政府投资房屋建筑和市政基础设施工程建设项目初步设计审批">
|
|
|
+ </el-option>
|
|
|
+ <el-option label="建设工程消防设计审查" value="建设工程消防设计审查"></el-option>
|
|
|
+ <el-option label="施工图审查备案" value="施工图审查备案"></el-option>
|
|
|
+ <el-option label="建筑工程施工许可证核发" value="建筑工程施工许可证核发"></el-option>
|
|
|
+ <el-option label="城镇污水排入排水管网许可" value="城镇污水排入排水管网许可"></el-option>
|
|
|
+ <el-option label="建设工程质量竣工验收监督" value="建设工程质量竣工验收监督"></el-option>
|
|
|
+ <el-option label="建设工程消防验收" value="建设工程消防验收"></el-option>
|
|
|
+ <el-option label="建设工程消防验收备案" value="建设工程消防验收备案"></el-option>
|
|
|
+ <el-option label="建设工程档案专项验收" value="建设工程档案专项验收"></el-option>
|
|
|
+ <el-option label="医疗机构执业登记(申请变更诊疗科目)" value="医疗机构执业登记(申请变更诊疗科目)"></el-option>
|
|
|
+ <el-option label="医疗机构执业登记(申请变更法定代表人或主要负责人)" value="医疗机构执业登记(申请变更法定代表人或主要负责人)"></el-option>
|
|
|
+ <el-option label="医疗机构执业登记(申请变更床位)" value="医疗机构执业登记(申请变更床位)"></el-option>
|
|
|
+ <el-option label="医疗机构执业登记(申请医疗机构执业登记)" value="医疗机构执业登记(申请医疗机构执业登记)"></el-option>
|
|
|
+ <el-option label="放射源诊疗技术和医用辐射机构许可(放射诊疗许可证校检)" value="放射源诊疗技术和医用辐射机构许可(放射诊疗许可证校检)">
|
|
|
+ </el-option>
|
|
|
+ <el-option label="放射源诊疗技术和医用辐射机构许可(放射诊疗许可证变更(变更射诊疗场所、诊疗设备或诊疗项目、放射性核素))"
|
|
|
+ value="放射源诊疗技术和医用辐射机构许可(放射诊疗许可证变更(变更射诊疗场所、诊疗设备或诊疗项目、放射性核素))"></el-option>
|
|
|
+ <el-option label="放射源诊疗技术和医用辐射机构许可(放射诊疗许可)" value="放射源诊疗技术和医用辐射机构许可(放射诊疗许可)"></el-option>
|
|
|
+ <el-option label="医疗机构放射性职业病危害建设项目预评价报告审核" value="医疗机构放射性职业病危害建设项目预评价报告审核"></el-option>
|
|
|
+ <el-option label="医疗机构放射性职业病危害建设项目竣工验收" value="医疗机构放射性职业病危害建设项目竣工验收"></el-option>
|
|
|
+ <el-option label="公共场所卫生许可(除饭馆、咖啡馆、酒吧、茶座等)(延续)" value="公共场所卫生许可(除饭馆、咖啡馆、酒吧、茶座等)(延续)">
|
|
|
+ </el-option>
|
|
|
+ <el-option label="公共场所卫生许可(除饭馆、咖啡馆、酒吧、茶座等)(新办)" value="公共场所卫生许可(除饭馆、咖啡馆、酒吧、茶座等)(新办)">
|
|
|
+ </el-option>
|
|
|
+ <el-option label="公共场所卫生许可(除饭馆、咖啡馆、酒吧、茶座等)(变更)" value="公共场所卫生许可(除饭馆、咖啡馆、酒吧、茶座等)(变更)">
|
|
|
+ </el-option>
|
|
|
+ <el-option label="公共场所卫生许可(除饭馆、咖啡馆、酒吧、茶座等)(注销)" value="公共场所卫生许可(除饭馆、咖啡馆、酒吧、茶座等)(注销)">
|
|
|
+ </el-option>
|
|
|
+ <el-option label="诊所备案(新办)" value="诊所备案(新办)"></el-option>
|
|
|
+ <el-option label="诊所备案(变更)" value="诊所备案(变更)"></el-option>
|
|
|
+ <el-option label="中医诊所备案" value="中医诊所备案"></el-option>
|
|
|
+ <el-option label="存量房买卖(企业间交易)" value="存量房买卖(企业间交易)"></el-option>
|
|
|
+ <el-option label="企业不动产登记资料查询" value="企业不动产登记资料查询"></el-option>
|
|
|
+ <el-option label="土地使用权初始登记" value="土地使用权初始登记"></el-option>
|
|
|
+ <el-option label="城镇房屋初始登记" value="城镇房屋初始登记"></el-option>
|
|
|
+ <el-option label="内资企业设立登记" value="内资企业设立登记"></el-option>
|
|
|
+ <el-option label="内资企业变更登记" value="内资企业变更登记"></el-option>
|
|
|
+ <el-option label="外资企业设立登记" value="外资企业设立登记"></el-option>
|
|
|
+ <el-option label="外资企业变更登记" value="外资企业变更登记"></el-option>
|
|
|
+ <el-option label="食品经营许可新设" value="食品经营许可新设"></el-option>
|
|
|
+ <el-option label="食品经营许可变更" value="食品经营许可变更"></el-option>
|
|
|
+ </el-select>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="帮办代办联络人" prop="proxyName">
|
|
|
+ <el-input v-model="form.proxyName" placeholder="请输入帮办代办联络人"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="联系电话" prop="proxyPhone">
|
|
|
+ <el-input v-model="form.proxyPhone" placeholder="请输入联系电话" maxlength="11" show-word-limit
|
|
|
+ @blur="validatePhonellr"></el-input>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="验证码" prop="imgCode">
|
|
|
+ <div style="display: flex;">
|
|
|
+ <el-input v-model="form.imgCode" style="width: 36%;" placeholder="请输入验证码"></el-input>
|
|
|
+ <el-image :src="imageCode" @click="getVerifyCode"></el-image>
|
|
|
+ </div>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item class="subButton">
|
|
|
+ <el-button type="primary" @click="submitForm('form')">提交</el-button>
|
|
|
+ <el-button @click="dialogVisible = false">取消</el-button>
|
|
|
+ </el-form-item>
|
|
|
+ </el-form>
|
|
|
+ </el-dialog>
|
|
|
+ </div>
|
|
|
+ <div class="content">
|
|
|
+ <div class="name">服务介绍</div>
|
|
|
+ <div class="project">
|
|
|
+ 为南岸区、重庆经开区辖区范围内重点产业投资项目提供帮代办服务。
|
|
|
+ (一)帮代办的服务内容为入驻大厅的政务服务事项。
|
|
|
+ (二)代理办服务具体内容详见《南岸区重庆经开区代办事项清单》,该清单根据实际情况适时调整更新。
|
|
|
+ </div>
|
|
|
+ <ul class="list">
|
|
|
+ <li style="background-image: url(images/bdb1.png);height: 29vw;">
|
|
|
+ <div class="top" style="text-shadow: 0px 3px 3px #387E66;">帮助办</div>
|
|
|
+ <div class="bottom" style="color: #387E66;">根据项目单位需要,为服务对象提供事项办理咨询、指导、协调等服务</div>
|
|
|
+ </li>
|
|
|
+ <li style="background-image: url(images/bdb2.png);">
|
|
|
+ <div class="top" style="text-shadow: 0px 3px 3px rgba(65,9,99,0.46);">代理办</div>
|
|
|
+ <div class="bottom" style="color: #410963;">
|
|
|
+ 接受服务对象的委托,代理服务对象办理事项的服务。项目单位只需提交符合要求的申报资料和收取结果文件,不参与中间办理过程。
|
|
|
+ </div>
|
|
|
+ </li>
|
|
|
+ <li style="background-image: url(images/bdb3.png);height: 28vw;">
|
|
|
+ <div class="top" style="text-shadow: 0px 3px 3px #A6190F;">上门办</div>
|
|
|
+ <div class="bottom" style="color: #72120B;">针对老、弱、病、残、孕等特殊群体有需要可提供上门办服务。</div>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ <div class="name">服务对象</div>
|
|
|
+ <div class="fwdx">南岸区 重庆经开区辖区范围内的重点产业投资项目。</div>
|
|
|
+ <div class="name">服务流程</div>
|
|
|
+ <div class="fwlc">
|
|
|
+ <div class="text">受理</div>
|
|
|
+ <div class="arrow"></div>
|
|
|
+ <div class="text">承办</div>
|
|
|
+ <div class="arrow"></div>
|
|
|
+ <div class="text">会商</div>
|
|
|
+ <div class="arrow"></div>
|
|
|
+ <div class="text">办结</div>
|
|
|
+ </div>
|
|
|
+ <div class="name">代办人员</div>
|
|
|
+ <div class="fwdx">
|
|
|
+ <div>柴静、樊世行 电话:023-62606905</div>
|
|
|
+ </div>
|
|
|
+ <div class="name">服务内容</div>
|
|
|
+ <table class="table">
|
|
|
+ <tr class="title">
|
|
|
+ <td class="one" style="padding: 5px;">序号</td>
|
|
|
+ <td class="two">事项名称</td>
|
|
|
+ <td class="four">审批部门</td>
|
|
|
+ <td class="five">咨询电话</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one" rowspan="2">1</td>
|
|
|
+ <td class="two" rowspan="2">政府投资房屋建筑和市政基础设施工程建设项目初步设计审批</td>
|
|
|
+ <td class="four">区住房城乡建委</td>
|
|
|
+ <td class="five">023-62606780<br/>023-62988217</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="four">经开区生态环境建管局</td>
|
|
|
+ <td class="five">023-62980249</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one" rowspan="2">2</td>
|
|
|
+ <td class="two" rowspan="2">建设工程消防设计审查</td>
|
|
|
+ <td class="four">区住房城乡建委</td>
|
|
|
+ <td class="five">023-62606780<br/>023-62988355</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="four">经开区生态环境建管局</td>
|
|
|
+ <td class="five">023-62980249</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one" rowspan="2">3</td>
|
|
|
+ <td class="two" rowspan="2">施工图审查备案</td>
|
|
|
+ <td class="four">区住房城乡建委</td>
|
|
|
+ <td class="five">023-62606780<br/>023-62988217</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="four">经开区生态环境建管局</td>
|
|
|
+ <td class="five">023-62980249</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one" rowspan="2">4</td>
|
|
|
+ <td class="two" rowspan="2">建筑工程施工许可证核发</td>
|
|
|
+ <td class="four">区住房城乡建委</td>
|
|
|
+ <td class="five">023-62606780</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="four">经开区生态环境建管局</td>
|
|
|
+ <td class="five">023-62980249</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one" rowspan="2">5</td>
|
|
|
+ <td class="two" rowspan="2">城镇污水排入排水管网许可</td>
|
|
|
+ <td class="four">区住房城乡建委</td>
|
|
|
+ <td class="five">023-62606780<br/>023-62988221</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="four">经开区生态环境建管局</td>
|
|
|
+ <td class="five">023-62980249</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one" rowspan="2">6</td>
|
|
|
+ <td class="two" rowspan="2">建设工程质量竣工验收监督</td>
|
|
|
+ <td class="four">区住房城乡建委</td>
|
|
|
+ <td class="five">023-62606780<br/>023-62988225</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="four">经开区生态环境建管局</td>
|
|
|
+ <td class="five">023-62980249</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one" rowspan="2">7</td>
|
|
|
+ <td class="two" rowspan="2">建设工程消防验收</td>
|
|
|
+ <td class="four">区住房城乡建委</td>
|
|
|
+ <td class="five">023-62606780<br/>023-62987912</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="four">经开区生态环境建管局</td>
|
|
|
+ <td class="five">023-62980249</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one" rowspan="2">8</td>
|
|
|
+ <td class="two" rowspan="2">建设工程消防验收备案</td>
|
|
|
+ <td class="four">区住房城乡建委</td>
|
|
|
+ <td class="five">023-62606780<br/>023-62987912</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="four">经开区生态环境建管局</td>
|
|
|
+ <td class="five">023-62980249</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one" rowspan="2">9</td>
|
|
|
+ <td class="two" rowspan="2">建设工程档案专项验收</td>
|
|
|
+ <td class="four">区住房城乡建委</td>
|
|
|
+ <td class="five">023-62606780<br/>023-62919705</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="four">经开区生态环境建管局</td>
|
|
|
+ <td class="five">023-62980249</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one">10</td>
|
|
|
+ <td class="two">医疗机构执业登记(申请变更诊疗科目)</td>
|
|
|
+ <td class="four">区卫生健康委</td>
|
|
|
+ <td class="five">023-62606761</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one">11</td>
|
|
|
+ <td class="two">医疗机构执业登记(申请变更法定代表人或主要负责人)</td>
|
|
|
+ <td class="four">区卫生健康委</td>
|
|
|
+ <td class="five">023-62606761</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one">12</td>
|
|
|
+ <td class="two">医疗机构执业登记(申请变更床位)</td>
|
|
|
+ <td class="four">区卫生健康委</td>
|
|
|
+ <td class="five">023-62606761</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one">13</td>
|
|
|
+ <td class="two">医疗机构执业登记(申请医疗机构执业登记)</td>
|
|
|
+ <td class="four">区卫生健康委</td>
|
|
|
+ <td class="five">023-62606761</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one">14</td>
|
|
|
+ <td class="two">放射源诊疗技术和医用辐射机构许可(放射诊疗许可证校检)</td>
|
|
|
+ <td class="four">区卫生健康委</td>
|
|
|
+ <td class="five">023-62980379</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one">15</td>
|
|
|
+ <td class="two">放射源诊疗技术和医用辐射机构许可(放射诊疗许可证变更(变更射诊疗场所、诊疗设备或诊疗项目、放射性核素))</td>
|
|
|
+ <td class="four">区卫生健康委</td>
|
|
|
+ <td class="five">023-62980379</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one">16</td>
|
|
|
+ <td class="two">放射源诊疗技术和医用辐射机构许可(放射诊疗许可)</td>
|
|
|
+ <td class="four">区卫生健康委</td>
|
|
|
+ <td class="five">023-62980379</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one">17</td>
|
|
|
+ <td class="two">医疗机构放射性职业病危害建设项目预评价报告审核</td>
|
|
|
+ <td class="four">区卫生健康委</td>
|
|
|
+ <td class="five">023-62980379</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one">18</td>
|
|
|
+ <td class="two">医疗机构放射性职业病危害建设项目竣工验收</td>
|
|
|
+ <td class="four">区卫生健康委</td>
|
|
|
+ <td class="five">023-62980379</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one">19</td>
|
|
|
+ <td class="two">公共场所卫生许可(除饭馆、咖啡馆、酒吧、茶座等)(延续)</td>
|
|
|
+ <td class="four">区卫生健康委</td>
|
|
|
+ <td class="five">023-62606761</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one">20</td>
|
|
|
+ <td class="two">公共场所卫生许可(除饭馆、咖啡馆、酒吧、茶座等)(新办)</td>
|
|
|
+ <td class="four">区卫生健康委</td>
|
|
|
+ <td class="five">023-62606761</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one">21</td>
|
|
|
+ <td class="two">公共场所卫生许可(除饭馆、咖啡馆、酒吧、茶座等)(变更)</td>
|
|
|
+ <td class="four">区卫生健康委</td>
|
|
|
+ <td class="five">023-62606761</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one">22</td>
|
|
|
+ <td class="two">公共场所卫生许可(除饭馆、咖啡馆、酒吧、茶座等)(注销)</td>
|
|
|
+ <td class="four">区卫生健康委</td>
|
|
|
+ <td class="five">023-62606761</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one">23</td>
|
|
|
+ <td class="two">诊所备案(新办)</td>
|
|
|
+ <td class="four">区卫生健康委</td>
|
|
|
+ <td class="five">023-62606761</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one">24</td>
|
|
|
+ <td class="two">诊所备案(变更)</td>
|
|
|
+ <td class="four">区卫生健康委</td>
|
|
|
+ <td class="five">023-62606761</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one">25</td>
|
|
|
+ <td class="two">中医诊所备案</td>
|
|
|
+ <td class="four">区卫生健康委</td>
|
|
|
+ <td class="five">023-62980379</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one">26</td>
|
|
|
+ <td class="two">存量房买卖(企业间交易)</td>
|
|
|
+ <td class="four">南岸不动产登记中心</td>
|
|
|
+ <td class="five">023-62986062</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one">27</td>
|
|
|
+ <td class="two">企业不动产登记资料查询</td>
|
|
|
+ <td class="four">南岸不动产登记中心</td>
|
|
|
+ <td class="five">023-62986151</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one">28</td>
|
|
|
+ <td class="two">土地使用权初始登记</td>
|
|
|
+ <td class="four">南岸不动产登记中心</td>
|
|
|
+ <td class="five">023-62986057</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one">29</td>
|
|
|
+ <td class="two">城镇房屋初始登记</td>
|
|
|
+ <td class="four">南岸不动产登记中心</td>
|
|
|
+ <td class="five">023-62986057</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one" rowspan="2">30</td>
|
|
|
+ <td class="two" rowspan="2">内资企业设立登记</td>
|
|
|
+ <td class="four">区市场监管局</td>
|
|
|
+ <td class="five">023-62606751</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="four">经开区生态环境建管局</td>
|
|
|
+ <td class="five">023-62980204</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one" rowspan="2">31</td>
|
|
|
+ <td class="two" rowspan="2">内资企业变更登记</td>
|
|
|
+ <td class="four">区市场监管局</td>
|
|
|
+ <td class="five">023-62606751</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="four">经开区生态环境建管局</td>
|
|
|
+ <td class="five">023-62980204</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one" rowspan="2">32</td>
|
|
|
+ <td class="two" rowspan="2">外资企业设立登记</td>
|
|
|
+ <td class="four">区市场监管局</td>
|
|
|
+ <td class="five">023-62606751</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="four">经开区生态环境建管局</td>
|
|
|
+ <td class="five">023-62980204</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one" rowspan="2">33</td>
|
|
|
+ <td class="two" rowspan="2">外资企业变更登记</td>
|
|
|
+ <td class="four">区市场监管局</td>
|
|
|
+ <td class="five">023-62606751</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="four">经开区生态环境建管局</td>
|
|
|
+ <td class="five">023-62980204</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one" rowspan="2">34</td>
|
|
|
+ <td class="two" rowspan="2">食品经营许可新设</td>
|
|
|
+ <td class="four">区市场监管局</td>
|
|
|
+ <td class="five">023-62606751</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="four">经开区生态环境建管局</td>
|
|
|
+ <td class="five">023-62980204</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="one" rowspan="2">35</td>
|
|
|
+ <td class="two" rowspan="2">食品经营许可变更</td>
|
|
|
+ <td class="four">区市场监管局</td>
|
|
|
+ <td class="five">023-62606751</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td class="four">经开区生态环境建管局</td>
|
|
|
+ <td class="five">023-62980204</td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div style="width:100%;" class="footer"></div>
|
|
|
+</body>
|
|
|
+<script>
|
|
|
+ $(function () {
|
|
|
+
|
|
|
+ $(".header").load('https://www.cqna.gov.cn/syygapi/naxsb/top/top_style.html');
|
|
|
+ $(".footer").load('https://www.cqna.gov.cn/syygapi/naxsb/footer/footer.html');
|
|
|
+ });
|
|
|
+</script>
|
|
|
+<script>
|
|
|
+ new Vue({
|
|
|
+ el: "#topBg",
|
|
|
+ data: function () {
|
|
|
+ return {
|
|
|
+ dialogVisible: false,
|
|
|
+ reqPtah: '',
|
|
|
+ form: {
|
|
|
+ unitName: '',
|
|
|
+ projectAddr: '',
|
|
|
+ chargeName: '',
|
|
|
+ chargePhone: '',
|
|
|
+ handlerName: '',
|
|
|
+ handlerPhone: '',
|
|
|
+ proxyName: '',
|
|
|
+ proxyPhone: '',
|
|
|
+ proxyMatters: '',
|
|
|
+ imgCode: ''
|
|
|
+ },
|
|
|
+ /*图形验证码*/
|
|
|
+ imageCode: "",
|
|
|
+ rules: {
|
|
|
+ unitName: [
|
|
|
+ { required: true, message: '请输入项目单位名称', trigger: 'blur' }
|
|
|
+ ],
|
|
|
+ projectAddr: [
|
|
|
+ { required: true, message: '请项目单位地址', trigger: 'blur' }
|
|
|
+ ],
|
|
|
+ chargeName: [
|
|
|
+ { required: true, message: '请输入项目单位负责人名字', trigger: 'blur' }
|
|
|
+ ],
|
|
|
+ chargePhone: [
|
|
|
+ { required: true, message: '请输入项目单位负责人联系电话', trigger: 'blur' }
|
|
|
+ ],
|
|
|
+ handlerName: [
|
|
|
+ { required: true, message: '请输入项目单位经办人名字', trigger: 'blur' }
|
|
|
+ ],
|
|
|
+ handlerPhone: [
|
|
|
+ { required: true, message: '请输入项目单位经办人联系电话', trigger: 'blur' }
|
|
|
+ ],
|
|
|
+ proxyName: [
|
|
|
+ { required: true, message: '请输入帮办代办联络人名字', trigger: 'blur' }
|
|
|
+ ],
|
|
|
+ proxyPhone: [
|
|
|
+ { required: true, message: '请输入联络人联系电话', trigger: 'blur' }
|
|
|
+ ],
|
|
|
+ proxyMatters: [
|
|
|
+ { required: true, message: '请选择需帮办代办具体事项', trigger: 'blur' }
|
|
|
+ ],
|
|
|
+ imgCode: [
|
|
|
+ { required: true, message: '请输入验证码', trigger: 'blur' }
|
|
|
+ ],
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ methods: {
|
|
|
+ handleClose() {
|
|
|
+ this.dialogVisible = false;
|
|
|
+ this.$refs.form.resetFields();
|
|
|
+ },
|
|
|
+ wybdb() {
|
|
|
+ this.dialogVisible = true;
|
|
|
+ },
|
|
|
+ validatePhonefzr() {
|
|
|
+ const reg = /^1[3-9]\d{9}$/;
|
|
|
+ if (!reg.test(this.form.chargePhone)) {
|
|
|
+ this.$message.error('请输入有效的负责人手机号');
|
|
|
+ return false;
|
|
|
+ } else {
|
|
|
+ return true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ validatePhonejbr() {
|
|
|
+ const reg = /^1[3-9]\d{9}$/;
|
|
|
+ if (!reg.test(this.form.handlerPhone)) {
|
|
|
+ this.$message.error('请输入有效的经办人手机号');
|
|
|
+ return false;
|
|
|
+ } else {
|
|
|
+ return true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ validatePhonellr() {
|
|
|
+ const reg = /^1[3-9]\d{9}$/;
|
|
|
+ if (!reg.test(this.form.proxyPhone)) {
|
|
|
+ this.$message.error('请输入有效的联络人手机号');
|
|
|
+ return false;
|
|
|
+ } else {
|
|
|
+ return true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ validatePhone() {
|
|
|
+ const reg = /^1[3-9]\d{9}$/;
|
|
|
+ const validateSinglePhone = (field, label) => {
|
|
|
+ if (!reg.test(this.form[field])) {
|
|
|
+ this.$message.error(`请输入有效的${label}手机号`);
|
|
|
+ return false;
|
|
|
+ }
|
|
|
+ return true;
|
|
|
+ };
|
|
|
+ if (!validateSinglePhone('chargePhone', '负责人')) {
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (!validateSinglePhone('handlerPhone', '经办人')) {
|
|
|
+ return
|
|
|
+ }
|
|
|
+ if (!validateSinglePhone('proxyPhone', '联络人')) {
|
|
|
+ return
|
|
|
+ }
|
|
|
+ return true;
|
|
|
+ },
|
|
|
+
|
|
|
+ submitForm(formName) {
|
|
|
+ this.$refs[formName].validate((valid) => {
|
|
|
+ if (valid) {
|
|
|
+ if (!this.validatePhone()) {
|
|
|
+ return
|
|
|
+ }
|
|
|
+ this.form.imgKey = sessionStorage.getItem("registerImageCodeKey");
|
|
|
+ let formData = this.form; // 获取表单数据
|
|
|
+ $.ajax({
|
|
|
+ url: conpath + '/proxyDemand',
|
|
|
+ type: 'POST',
|
|
|
+ contentType: 'application/json; charset=utf-8',
|
|
|
+ data: JSON.stringify(formData),
|
|
|
+ dataType: 'json',
|
|
|
+ success: function (data) {
|
|
|
+ if (data.result === 'ok') {
|
|
|
+ this.$message.success('提交成功!');
|
|
|
+ this.dialogVisible = false; // 关闭对话框
|
|
|
+ } else {
|
|
|
+ this.getVerifyCode();
|
|
|
+ this.$message.error(data.success || '提交失败!');
|
|
|
+ }
|
|
|
+ }.bind(this),
|
|
|
+ error: function (error) {
|
|
|
+ console.error('error:', error);
|
|
|
+ }
|
|
|
+ });
|
|
|
+ console.log('提交的数据:', formData);
|
|
|
+ } else {
|
|
|
+ return false;
|
|
|
+ }
|
|
|
+ });
|
|
|
+ },
|
|
|
+ createUuid() {
|
|
|
+ var s = [];
|
|
|
+ var hexDigits = "0123456789abcdefghi";
|
|
|
+ for (var i = 0; i < 36; i++) {
|
|
|
+ s[i] = hexDigits.substr(Math.floor(Math.random() * 0x10), 1);
|
|
|
+ }
|
|
|
+ s[14] = "4"; // bits 12-15 of the time_hi_and_version field to 0010
|
|
|
+ s[19] = hexDigits.substr((s[19] & 0x3) | 0x8, 1); // bits 6-7 of the clock_seq_hi_and_reserved to 01
|
|
|
+ s[8] = s[13] = s[18] = s[23] = "-";
|
|
|
+
|
|
|
+ var uuid = s.join("");
|
|
|
+ return uuid;
|
|
|
+ },
|
|
|
+ getVerifyCode() {
|
|
|
+ let that = this
|
|
|
+ let imageCodeKey = sessionStorage.getItem("registerImageCodeKey");
|
|
|
+ if (!imageCodeKey || imageCodeKey === '') {
|
|
|
+ imageCodeKey = this.createUuid();
|
|
|
+ sessionStorage.setItem("registerImageCodeKey", imageCodeKey);
|
|
|
+ }
|
|
|
+ $.ajax({
|
|
|
+ url: conpath + '/reserveOvertime/code/' + imageCodeKey,
|
|
|
+ type: 'post',
|
|
|
+ dataType: 'json',
|
|
|
+ success: function (data) {
|
|
|
+ that.imageCode = "data:image/jpeg;base64," + data.success;
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }
|
|
|
+ },
|
|
|
+ mounted() {
|
|
|
+ this.getVerifyCode();
|
|
|
+ }
|
|
|
+ })
|
|
|
+</script>
|
|
|
+
|
|
|
+</html>
|