Forráskód Böngészése

Merge branch 'nacyy' of http://116.63.33.55/git/nazw into nacyy

tangyao 6 hónapja
szülő
commit
8e6ca9e94f

+ 1 - 1
nngkxxdp/src/main/resources/static/naxsb/css/qjt.css

@@ -1,6 +1,6 @@
 body {
     margin: 0;
-    overflow: hidden;
+    overflow: scroll;
     /* 溢出隐藏 */
 }
 

+ 3 - 2
nngkxxdp/src/main/resources/static/naxsb/dqfw.html

@@ -355,7 +355,7 @@
             <div style="height: 60px;"></div>
             <div v-if="dialogVisible" class="dialog">
                 <div class="dialogHeader">
-                    <div class="dialogTitle">· 经开区新建非公党组织流程图</div>
+                    <div class="dialogTitle">· {{currTitle?currTitle:''}}</div>
                     <div class="close" @click="dialogVisible=!dialogVisible;hide = false;">
                         <img src="images/close-dqfw.png" />
                     </div>
@@ -441,6 +441,7 @@
                 dialogVisible: false,
                 childrenList: [],
                 hide: false,
+                currTitle: ''
             };
         },
         methods: {
@@ -480,7 +481,6 @@
                         if (newList.length) {
                             that.currentTab = newList[0].id
                         }
-                        console.log(that.currentTab);
                         that.getrightData(that.currentTab);
                         that.leftList = newList;
                     }
@@ -493,6 +493,7 @@
                     type: "get",
                     dataType: "json",
                     success: function (data) {
+                        that.currTitle = data.information;
                         that.rightdata = data;
                     }
                 })

BIN
nngkxxdp/src/main/resources/static/naxsb/image/cjls.webp


BIN
nngkxxdp/src/main/resources/static/naxsb/image/cygyy.webp


BIN
nngkxxdp/src/main/resources/static/naxsb/image/dxkjy.webp


BIN
nngkxxdp/src/main/resources/static/naxsb/image/npxq.webp


BIN
nngkxxdp/src/main/resources/static/naxsb/image/xjcy.webp


BIN
nngkxxdp/src/main/resources/static/naxsb/image/ylcxg.png


+ 2 - 2
nngkxxdp/src/main/resources/static/naxsb/indexbmhq.html

@@ -274,7 +274,7 @@
 
 <body style="position: relative;">
   <video autoplay loop muted playsinline>
-    <source src="media/业.ecabc222.mp4" type="video/mp4">
+    <source src="hellona.mp4" type="video/mp4">
     Your browser does not support the video tag.
   </video>
   <div class="" id="indexcygyy">
@@ -341,7 +341,7 @@
           <div class="collapseItem">
             <div class="link" @click="window.open('https://www.cqna.gov.cn/zwgk_254/zfxxgkml/zcjd/wzjd/')">政策文件</div>
             <div class="link" @click="window.open('https://www.cqna.gov.cn/zczs/zcwd/')">政策问答</div>
-            <div class="link" @click="window.open('https://www.cqna.gov.cn/zczs/zcwj/')">政策解读</div>
+            <div class="link" @click="window.open('https://www.cqna.gov.cn/zwgk_254/zfxxgkml/zcjd/')">政策解读</div>
             <div class="link" @click="window.open('https://www.cqna.gov.cn/zczs/zcjsq/')">政策计算器</div>
           </div>
         </el-collapse-item>

BIN
nngkxxdp/src/main/resources/static/naxsb/media/hellona.mp4


+ 6 - 5
nngkxxdp/src/main/resources/static/naxsb/qjt.html

@@ -20,6 +20,7 @@
     <!-- 引入组件库 -->
     <script src="js/index.js"></script>
     <script src="js/echarts.min.js"></script>
+    <script src="js/jquery-3.5.1.min.js"></script>
     <script src="js/urljson.js"></script>
     <style>
         @media screen and (max-width:1600px) {
@@ -112,12 +113,12 @@
                                         </div>
                                     </div>
                                 </div>
-                                <div class="list1 green">
+                                <div class="list green">
                                     <div class="top radio">停车场:</div>
                                     <div class="bottom">
                                         <img src="images/floor3.png" alt="">
                                         <div>
-                                            行政中心室外/底下停车场<br />盛捷公寓停车场
+                                            <span style="white-space: nowrap;">行政中心室外/底下停车场</span><br />盛捷公寓停车场
                                         </div>
                                     </div>
                                 </div>
@@ -136,7 +137,7 @@
                             <div class="floortitle">排队数据</div>
                             <div class="floorcontent">
                                 <div class="list blue">
-                                    <div class="top radio">2号楼当前排队人数:</div>
+                                    <div class="top radio">当前排队人数:</div>
                                     <div class="bottom">
                                         <img src="images/floor1.png" alt="">
                                         <div><span class="number" id="currWaitPeople2">-</span>
@@ -675,13 +676,13 @@
     animateValue(currWaitPeopleElement2, 0, 6, time);
     // 2号楼可办事项数量
     const taskNumElement2 = document.getElementById('taskNum2');
-    animateValue(taskNumElement2, 0, 321, time);
+    animateValue(taskNumElement2, 0, 798, time);
     // 2号楼平均等待时长
     const waitTimeElement2 = document.getElementById('waitTime2');
     animateValue(waitTimeElement2, 0, 7, time);
     // 2号楼窗口数
     const winNumElement2 = document.getElementById('winNum2');
-    animateValue(winNumElement2, 0, 11, time);
+    animateValue(winNumElement2, 0, 78, time);
     //本月加载
     var data = handlingNumber(1, 2)
 

+ 6 - 6
nngkxxdp/src/main/resources/static/naxsb/tdcr.html

@@ -325,17 +325,17 @@
                     spaceBetween: 10
                 });
             })
-            if (this.id == 4) {
+            if (id == 4) {
                 this.backgroundImage = 'image/npxqcyy.jpg';
-            } else if (this.id == 6) {
+            } else if (id == 6) {
                 this.backgroundImage = 'image/dxkjy.jpg';
-            } else if (this.id == 5) {
+            } else if (id == 5) {
                 this.backgroundImage = 'image/ylcxg.jpg';
-            } else if (this.id == 1) {
+            } else if (id == 1) {
                 this.backgroundImage = 'image/cycyy.jpg';
-            } else if (this.id == 2) {
+            } else if (id == 2) {
                 this.backgroundImage = 'image/xjqcdzcyy.jpg';
-            } else if (this.id == 3) {
+            } else if (id == 3) {
                 this.backgroundImage = 'image/cjlscxcyy.jpg';
             } else {
                 this.backgroundImage = 'image/tdcy.webp';

+ 6 - 6
nngkxxdp/src/main/resources/static/naxsb/tdcrlist.html

@@ -325,17 +325,17 @@
             this.getParkDetail();
             this.getParkData();
             this.getSellLand(id);
-            if (this.id == 4) {
+            if (id == 4) {
                 this.backgroundImage = 'image/npxqcyy.jpg';
-            } else if (this.id == 6) {
+            } else if (id == 6) {
                 this.backgroundImage = 'image/dxkjy.jpg';
-            } else if (this.id == 5) {
+            } else if (id == 5) {
                 this.backgroundImage = 'image/ylcxg.jpg';
-            } else if (this.id == 1) {
+            } else if (id == 1) {
                 this.backgroundImage = 'image/cycyy.jpg';
-            } else if (this.id == 2) {
+            } else if (id == 2) {
                 this.backgroundImage = 'image/xjqcdzcyy.jpg';
-            } else if (this.id == 3) {
+            } else if (id == 3) {
                 this.backgroundImage = 'image/cjlscxcyy.jpg';
             } else {
                 this.backgroundImage = 'image/tdcy.webp';

+ 1 - 1
nngkxxdp/src/main/resources/static/naxsb/wyyy.html

@@ -236,8 +236,8 @@
                 </el-form-item> -->
                     <el-form-item label="拟办理业务" prop="business">
                         <el-select v-model="form.business" 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>

+ 15 - 1
nngkxxdp/src/main/resources/static/naxsb/znxz.html

@@ -233,7 +233,7 @@
                     <div class="zwsj" v-if="!this.contentList.length">暂无数据</div>
                     <div class="list" v-for="(item,index) in contentList" @click="goDeteil(item.id)">
                         <div class="left">
-                            <img :src="item.imgUrl?item.imgUrl:'images/znxz0.png'" alt="">
+                            <img :src="item.imgUrl?item.imgUrl:backgroundImage" alt="">
                             <div class="number" style="" v-if="index < 10">0{{index+1}}</div>
                             <div class="number" style="" v-else>{{index+1}}</div>
                         </div>
@@ -293,6 +293,7 @@
                 contentList: [
                 ],
                 pointList: [],
+                backgroundImage: 'image/ztcy.webp'
             }
         },
         methods: {
@@ -422,6 +423,19 @@
             if (znxztabs) {
                 this.tjdzList = znxztabs.split(',');
             }
+            if (id == 4) {
+                this.backgroundImage = 'image/ztnp.webp';
+            } else if (id == 6) {
+                this.backgroundImage = 'image/ztdx.webp';
+            } else if (id == 5) {
+                this.backgroundImage = 'image/ztyl.webp';
+            } else if (id == 3) {
+                this.backgroundImage = 'image/ztcjcx.webp';
+            } else if (id == 2) {
+                this.backgroundImage = 'image/ztxj.webp';
+            } else {
+                this.backgroundImage = 'image/ztcy.webp';
+            }
         }
     })
 </script>

+ 23 - 24
nngkxxdp/src/main/resources/static/naxsb/ztcrdetail.html

@@ -238,34 +238,31 @@
                         <span>招商面积m²</span>
                         <span>{{ztcrDetail.space?ztcrDetail.space:'-'}}㎡</span>
                     </div>
-                    <div class="listitm" style="background-color: #4B98F6;">
-                        <span>主导产业</span>
-                        <span>{{ztcrDetail.productModule?ztcrDetail.productModule:'-'}}</span>
-                    </div>
                     <!-- <div class="listitm" style="background-color: #4BB664;">
                         <span>出售价格</span>
                         <span>{{ztcrDetail.sellingPrice?ztcrDetail.sellingPrice:'-'}}</span>
-                    </div>
-                    <div class="listitm" style="background-color: #DFC483;">
-                        <span>厂房级别</span>
-                        <span>{{ztcrDetail.workLevel?ztcrDetail.workLevel:'-'}}</span>
                     </div> -->
+                    <div class="listitm" style="background-color: #DFC483;">
+                        <span>载体类型</span>
+                        <span>{{ztcrDetail.application?ztcrDetail.application:'-'}}</span>
+                    </div>
                 </div>
                 <div class="text">
-                    <!-- <div style="">
+                    <div style="" v-if="ztcrDetail.productModule">
                         <span>主导产业:</span>
                         <div class="icon"
                             v-for="(item,index) in (ztcrDetail.productModule?ztcrDetail.productModule.split('、'):[])">
                             {{item}}</div>
-                    </div> -->
-                    <div style="">
+                    </div>
+                    <div style="" v-if="ztcrDetail.complement">
                         <span>周边配套:</span>
                         <div class="iconzb"
                             v-for="(item,index) in (ztcrDetail.complement?ztcrDetail.complement.split(','):[])">
                             {{item}}</div>
                     </div>
-                    <div><span>详细地址:</span><span>{{ztcrDetail.addr?ztcrDetail.addr:'-'}}</span></div>
-                    <div>
+                    <div v-if="ztcrDetail.addr"><span>详细地址:</span><span>{{ztcrDetail.addr?ztcrDetail.addr:'-'}}</span>
+                    </div>
+                    <div v-if="ztcrDetail.contactName">
                         <span>联系方式:</span><span>{{ztcrDetail.contactName?ztcrDetail.contactName:'-'}}&nbsp;&nbsp;{{ztcrDetail.contactPhone}}</span>
                     </div>
                 </div>
@@ -320,18 +317,20 @@
                     spaceBetween: 10
                 });
             })
-            if (this.id == 4) {
-                this.backgroundImage = 'image/ztnp.webp';
-            } else if (this.id == 6) {
-                this.backgroundImage = 'image/ztdx.webp';
-            } else if (this.id == 5) {
-                this.backgroundImage = 'image/ztyl.webp';
-            } else if (this.id == 3) {
-                this.backgroundImage = 'image/ztcjcx.webp';
-            } else if (this.id == 2) {
-                this.backgroundImage = 'image/ztxj.webp';
+            if (id == 4) {
+                this.backgroundImage = 'image/npxq.webp';
+            } else if (id == 6) {
+                this.backgroundImage = 'image/dxkjy.webp';
+            } else if (id == 5) {
+                this.backgroundImage = 'image/ylcxg.png';
+            } else if (id == 3) {
+                this.backgroundImage = 'image/cjls.webp';
+            } else if (id == 2) {
+                this.backgroundImage = 'image/xjcy.webp';
+            } else if (id == 1) {
+                this.backgroundImage = 'image/cygyy.webp';
             } else {
-                this.backgroundImage = 'image/ztcy.webp';
+                this.backgroundImage = 'image/cygyy.webp';
             }
         },
         methods: {

+ 13 - 11
nngkxxdp/src/main/resources/static/naxsb/ztcrlist.html

@@ -351,18 +351,20 @@
             this.getParkData();
             this.getParkDetail();
             this.getSellBuild();
-            if (this.id == 4) {
-                this.backgroundImage = 'image/ztnp.webp';
-            } else if (this.id == 6) {
-                this.backgroundImage = 'image/ztdx.webp';
-            } else if (this.id == 5) {
-                this.backgroundImage = 'image/ztyl.webp';
-            } else if (this.id == 3) {
-                this.backgroundImage = 'image/ztcjcx.webp';
-            } else if (this.id == 2) {
-                this.backgroundImage = 'image/ztxj.webp';
+            if (id == 4) {
+                this.backgroundImage = 'image/npxq.webp';
+            } else if (id == 6) {
+                this.backgroundImage = 'image/dxkjy.webp';
+            } else if (id == 5) {
+                this.backgroundImage = 'image/ylcxg.png';
+            } else if (id == 3) {
+                this.backgroundImage = 'image/cjls.webp';
+            } else if (id == 2) {
+                this.backgroundImage = 'image/xjcy.webp';
+            } else if (id == 1) {
+                this.backgroundImage = 'image/cygyy.webp';
             } else {
-                this.backgroundImage = 'image/ztcy.webp';
+                this.backgroundImage = 'image/cygyy.webp';
             }
         },
         methods: {