2 Revize 555fac05a7 ... dc86dd6990

Autor SHA1 Zpráva Datum
  dgf dc86dd6990 更新 před 8 roky
  dgf e5f4935033 před 8 roky

+ 1 - 1
ApabiReader1.7.8/apabiReader.html

@@ -21,7 +21,7 @@
             <p id="load">
                 <a href="http://www.apabi.cn/download/product/ApabiReaderforAndroid/ApabiReader1.7.8.apk"><img border="0" src="djxz.jpg" alt="下载文件"></a>
             </p>
-            <!--http://172.28.93.5:8080/ApabiReader1.7.8/ApabiReader1.7.8.apk-->
+            <!--"http://120.26.136.253/ApabiReader/ApabiReader1.7.8.apk-->
             <p>(通过在浏览器打开)</p>
         </div>
     </div>

binární
dist/img/webChatImg/flower.jpg


binární
dist/img/webChatImg/flower.png


binární
dist/img/webChatImg/timg2.png


+ 68 - 0
dist/img/webChatImg/固定资产投资项目节能登记表-空白表格.doc

@@ -0,0 +1,68 @@
+
+附件三:
+
+
+
+                         固定资产投资项目节能登记表
+
+项目名称:                                 填表日期:        年   月   日
+|项 |项目建设单位|(盖章)                 |单位负责人  |                |
+|目 |            |                       |            |                |
+|概 |            |                       |            |                |
+|况 |            |                       |            |                |
+|   |通讯地址    |                       |负责人电话  |                |
+|   |建设地点    |                       |邮政编码    |                |
+|   |联系人      |                       |联系人电话  |                |
+|   |项目性质    |□新建   □改建   □扩建  |项目总投资  |        万元    |
+|   |投资管理类别|    审批□        |核准□             |备案□           |
+|   |项目所属行业|                       |建筑面积(m2|                |
+|   |            |                       |)          |                |
+|   | 建设规模及 |                                                    |
+|   |主要内容    |                                                    |
+|年 |能源种类    |计量  |年需要实物量|参考折标系数|年耗能量(吨标准煤 |
+|耗 |            |单位  |            |            |)                 |
+|能 |            |      |            |            |                   |
+|量 |            |      |            |            |                   |
+|   |            |      |            |            |                   |
+|   |            |      |            |            |                   |
+|   |            |      |            |            |                   |
+|   |            |      |            |            |                   |
+|   |能源消费总量(吨标准煤)                      |                   |
+|   |耗能工质   |计量   |年需要      |参考折标     |年耗能量(吨标准煤 |
+|   |种类       |单位   |实物量      |系数         |)                 |
+|   |           |       |            |             |                   |
+|   |           |       |            |             |                   |
+|   |           |       |            |             |                   |
+|   |耗能工质总量(吨标准煤)                      |                   |
+|   |一次能源、二次能源的消费总量(吨标准煤)      |                   |
+|   |项目年耗能总量(吨标准煤)                    |                   |
+|项目节能措施简述(采用的节能设计标准、规范以及节能新技术、新产品并说明|
+|项目能源利用效率):                                                  |
+|                                                                      |
+|                                                                      |
+|                                                                      |
+|                                                                      |
+|                                                                      |
+|                                                                      |
+|                                                                      |
+|                                                                      |
+|其它需要说明的情况:                                                  |
+|                                                                      |
+|                                                                      |
+|                                                                      |
+|                                                                      |
+|                                                                      |
+|                                                                      |
+|                                                                      |
+|节能审查登记备案意见:                                                |
+|                                                                      |
+|                                                                      |
+|                                                                      |
+|                                                                      |
+|                                                                      |
+|                                                                      |
+|(签 章)                                                             |
+|年  月  日                                                            |
+
+
+注:各种能源及耗能工质折标准煤参考系数参照《综合能耗计算通则》(GB/T2589)。

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 3166 - 0
dist/npm-debug.log


+ 57 - 46
lszw12345/src/js/controller/detailController.js

@@ -1,4 +1,7 @@
-angular.module('app').controller('DetailController', ['$scope', 'messageService', '$stateParams', function($scope, messageService, $stateParams) {
+'use strict';
+
+angular.module('app').controller('DetailController', ['$scope', '$state', '$stateParams', 'messageService', function($scope, $state, $stateParams, messageService) {
+
     $scope.myVar = false;
     $scope.toggle = function() {
         $scope.myVar = !$scope.myVar;
@@ -13,7 +16,6 @@ angular.module('app').controller('DetailController', ['$scope', 'messageService'
             $scope.myVar2 = !$scope.myVar2;
     };
 
-
     $scope.detailId = $stateParams.data;
     $scope.powersource = ['法定本级行使', '中央下放到省级', '省级下放到设区市', '省级下放到县(市、区)', '设区市下放到县(市、区)', '中央下放到设区市', '中央下放到县(市、区)'];
     $scope.$on('$viewContentLoaded', function() {
@@ -31,6 +33,27 @@ angular.module('app').controller('DetailController', ['$scope', 'messageService'
             }
             console.log($scope.TIME3);
             $scope.MATERIAL = x2js.xml_str2json($scope.detailIds.MATERIAL_INFO);
+            if ($scope.MATERIAL.DATAAREA.MATERIALS.MATERIAL.length > 0) {
+                var len = $scope.MATERIAL.DATAAREA.MATERIALS.MATERIAL.length;
+                $scope.materialArrs = $scope.MATERIAL.DATAAREA.MATERIALS.MATERIAL;
+                for (var i = 0; i < len; i++) {
+                    console.log($scope.materialArrs[i]);
+                }
+            }
+            // $scope.file = $scope.material.DATAAREA.MATERIALS.MATERIAL[1].EMPTYTABLE;
+            // console.log("file", $scope.material);
+            // $(".word")[0].href = $scope.file.FILEURL;
+            // var form = document.forms[0];
+            // var formData = new FormData(form);
+            // var reader = new FileReader();
+            // var $Blob = $scope.getBlobBydataURI($scope.file.FILECONTENT, 'application/msword');
+            // reader.readAsDataURL($Blob);
+            // reader.onload = function(e) {
+            //     console.log(e);
+            //     console.log($(".word"));
+            //     $(".word")[0].href = e.target.result;
+            // };
+
             $scope.QA = x2js.xml_str2json($scope.detailIds.QA_INFO);
             $scope.QAS = $scope.QA.DATAAREA.QAS.QA;
             if (Array.isArray($scope.QAS) !== true) {
@@ -42,29 +65,6 @@ angular.module('app').controller('DetailController', ['$scope', 'messageService'
             console.log($scope.QA);
             console.log($scope.QAS);
 
-
-            ///转换数组
-            // $scope.time = ($scope.ACCEPT.DATAAREA.ACCEPT_ADDRESSS.ACCEPT_ADDRESS.ACCEPT_TIMEDESC).split(";");
-            // // $scope.time2 = $scope.time[0].split(":");
-            // // console.log($scope.time);
-            // // console.log($scope.time2);
-
-            // $scope.season = [];
-            // $scope.time2 = [];
-            // for (var i = 0; i < $scope.time.length; i++) {
-            //     var a = $scope.time[i].split(":");
-            //     // console.log(a[0]);
-            //     // console.log(a[1]);
-            //     $scope.season.push(a[0]);
-            //     $scope.time2.push(a[1]);
-
-            //     // console.log(season);
-            //     // console.log(time2);
-            //     //...
-            // }
-            // console.log($scope.season);
-            // console.log($scope.time2);
-
             //受理条件
             if ($scope.detailIds.APPLY_CONDITION === "" || $scope.detailIds.APPLY_CONDITION === undefined || $scope.detailIds.APPLY_CONDITION === null) {
                 $("#applyes")[0].innerHTML = '<img src="../img/webChatImg/暂无内容.png" alt="">';
@@ -98,29 +98,40 @@ angular.module('app').controller('DetailController', ['$scope', 'messageService'
             $(".time2")[0].innerHTML = $scope.time2;
             // console.log($scope.time2);
             // console.log($(".time2"));
-
-
-            // function isArray(obj) {
-            //     $scope.arr = new Array($scope.QAS);
-            //     console.log($scope.arr);
-            //     return Object.prototype.toString.call(obj) === '[object Array]';
-            // }
-            // console.log(isArray($scope.QAS));
-
-
-
-
-            $scope.qus = function(question) {
-                console.log(question);
-                $scope.Wen = question.QUESTION;
-                $scope.Da = question.ANSWER;
-            }
-
-
-
         }, function(error) { console.log("error!"); });
 
-
+        $scope.qus = function(question) {
+            console.log(question);
+            $scope.Wen = question.QUESTION;
+            $scope.Da = question.ANSWER;
+        };
     });
 
+    // $scope.getBlobBydataURI = function(dataURI, type) {
+    //     var binary = atob(dataURI);
+    //     var array = [];
+    //     for (var i = 0; i < binary.length; i++) {
+    //         array.push(binary.charCodeAt(i));
+    //     }
+    //     return new Blob([new Uint8Array(array)], { type: type });
+    // };
+
+    $scope.back = function() {
+        $state.go("webChat.listView", { data: $stateParams.back }, { inherit: false });
+        history.back(-1);
+    };
+
+    $scope.tabChange = function(e) {
+        var actived = $(e.target);
+        console.log(actived);
+        angular.element(".tab__content").addClass("point-none");
+        if (actived[0].textContent == "基本信息") {
+            $("#listV").removeClass("point-none");
+        } else if (actived[0].textContent == "申办材料") {
+            $("#material").removeClass("point-none");
+        } else if (actived[0].textContent == "受理条件") {
+            $("#applyes").removeClass("point-none");
+        }
+    };
+
 }]);

+ 4 - 6
lszw12345/src/js/controller/homeController.js

@@ -1,10 +1,12 @@
 'use strict';
 
-
 angular.module('app').controller('HomeController', ['$scope', 'messageService', function($scope, messageService) {
 
+    $scope.county = ['丽水市', '莲都区', '龙泉市', '青田县', '云和县', '庆元县', '缙云县', '遂昌县', '松阳县', '景宁县', '经济开发区']
     $scope.$on('$viewContentLoaded', function() {
-
+        console.log(messageService.countyId);
+        $("#city")[0].textContent = $scope.county[messageService.countyId];
+        $scope.countyId = messageService.countyId;
     });
 
     $scope.menuLeft = function(event) {
@@ -23,10 +25,6 @@ angular.module('app').controller('HomeController', ['$scope', 'messageService',
                 actived.addClass("actived");
                 $(actived[0].children).addClass("actived");
                 messageService.setCounty(actived[0].value);
-                // messageService.getCounty(function(response) {
-                //         console.log("Success", response);
-                //     },
-                //     function(error) { console.log("error!"); });
             } else if (actived[0].innerText !== "") {
                 $("#city")[0].textContent = actived[0].innerText;
                 angular.element(".menu").removeClass("menu--visible");

+ 12 - 13
lszw12345/src/js/controller/listViewController.js

@@ -1,19 +1,18 @@
-angular.module('app').controller('ListViewController', ['$scope', 'messageService', '$state', '$stateParams', function($scope, messageService, $state, $stateParams) {
+'use strict';
 
+angular.module('app').controller('ListViewController', ['$scope', '$state', '$stateParams', 'messageService', function($scope, $state, $stateParams, messageService) {
 
-    $scope.id = $stateParams.data;
-    $scope.$on('$viewContentLoaded', function() {
-        console.log($scope.id);
-        messageService.getByBranch($scope.id, function(response) {
-            console.log("Success", response);
-            $scope.lists = response.data;
-        }, function(error) { console.log("error!"); });
+    $scope.guId = $stateParams.data;
+    console.log($scope.guId);
 
-        $scope.Detailed = function(detailId) {
-            console.log(detailId);
-            $state.go("webChat.detail", { data: detailId }, { inherit: false });
-        };
+    messageService.getByBranch($scope.guId, function(response) {
+        console.log("Success1", response);
+        $scope.lists = response.data;
+    }, function(error) { console.log("error!"); });
 
-    });
+
+    $scope.detailView = function(qlCode) {
+        $state.go("webChat.detail", { data: qlCode, back: $scope.guId }, { inherit: false });
+    };
 
 }]);

+ 1 - 9
lszw12345/src/js/controller/serviceController.js

@@ -1,22 +1,14 @@
 'use strict';
 
 angular.module('app').controller('ServiceController', ['$scope', 'messageService', '$state', function($scope, messageService, $state) {
-    //lxtalkClient.Invoke('{FB60F992-A0FD-47B3-AAA7-E80DF209C5A4}', '_Register', '', $scope);
+
     messageService.getCounty(function(response) {
         console.log("Success", response);
         $scope.branchs = response.data;
     }, function(error) { console.log("error!"); });
 
     $scope.listView = function(id) {
-
         $state.go("webChat.listView", { data: id }, { inherit: false });
     };
 
-    // $scope.listView = function(listid) {
-    //     console.log(listid);
-    //     messageService.getDetail(listid, function(response) {
-    //         console.log("Success", response);
-    //     }, function(error) { console.log("error!"); });
-    // };
-
 }]);

+ 1 - 0
lszw12345/src/js/controller/webController.js

@@ -8,4 +8,5 @@ angular.module('app').controller('WebController', ['$scope', 'messageService', f
 
 
 
+
 }]);

+ 2 - 1
lszw12345/src/js/router.js

@@ -40,12 +40,13 @@ angular.module('app').run(['$rootScope', '$state', '$stateParams',
             .state('webChat.listView', {
                 params: { data: {} },
                 url: '/listView',
+                params: { data: {} }, //
                 templateUrl: 'templates/listView.html',
                 controller: 'ListViewController'
             })
             .state('webChat.detail', {
                 url: '/detail',
-                params: { data: {} }, //
+                params: { data: {}, back: {} }, //
                 templateUrl: 'templates/detail.html',
                 controller: 'DetailController'
 

+ 66 - 32
lszw12345/src/less/app.detail.less

@@ -158,7 +158,7 @@
     position: relative;
     list-style: none;
     background-color: #fff;
-    margin: 20px 0;
+    margin: 14px 0;
 //    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
 }
 .tab {
@@ -211,19 +211,19 @@
 
 .tab + label:hover {
     background-color: #f9f9f9;
-    box-shadow: 0 1px 0 #f4f4f4 inset;
+    box-shadow: 0 0 1px #f4f4f4 inset;
 }
 
 .tab__content {
     padding: 5px 25px;
-    background-color: transparent;
+    background-color: #FFF;
     position: absolute;
     width: 100%;
     height: 100%;
     z-index: -1;
     opacity: 0;
     left: 0;
-    transform: translateY(-3px);
+    //transform: translateY(-3px);
     border-radius: 6px;
     .list{
         padding: 0 0;
@@ -232,16 +232,16 @@
             list-style-type: none;
             text-decoration: none;
             border-bottom:1px solid #EEEEEE;
-            font: 12px Montserrat;
+            font: 13px Montserrat;
         }
        a {
             color: #000;
             text-decoration: none !important;
             .right{
                 float: right;
-                margin-top: 16px;
+                margin-top: 11px;
                 color:#337ab7;
-                font-size:12px;
+                font-size:13px;
                 width: 200px;
                 text-align: right;
                 text-overflow:ellipsis;
@@ -251,35 +251,69 @@
                 text-shadow: 0 0 0;
             }
             .question{
-                position: relative; 
-                top: 18px;
-                color: coral;
-                padding-right:10px; 
+                    color: coral;
+                    margin-left: 0px;
+                }
+        
             }
-            .liebiao{
-                width: 300px;
-                border: none;
-                margin-left: 15px;
-                text-overflow:ellipsis;
-                overflow:hidden;
-                white-space:nowrap;
+            i{
+                color:#1592FF;
+                position: absolute;
+                margin-left:-15px;
+                margin-top: 12px;
+            }
+            .big{
+                font-size: 15px;
+            }
+            b {
+                font: 13px/40px Montserrat;
+                opacity: 1;
+                transform: translateX(50px);
+                transition: all 0.1s;
+                .liebiao{
+                    width: 300px;
+                    border: none;
+                    height: 20px;
+                    margin-left: 15px;
+                    text-overflow:ellipsis;
+                    overflow:hidden;
+                    white-space:nowrap;
+                    text-shadow: 0 0 0;
+                }
             }
         }
-        i{
-            color:#1592FF;
-            position: absolute;
-            margin-left:-15px;
-            margin-top: 18px;
-        }
-         b {
-            font: 12px/48px Montserrat;
-            opacity: 1;
-            transform: translateX(50px);
-            transition: all 0.1s;
-        }
+
+    .material {
+         font: 13px/24px Montserrat;
+         padding-left: 10px;
+         li {
+             list-style-type:decimal;
+             list-style-position:outside;
+             p {
+                 line-height: 20px !important;
+                 margin-bottom: -3px;
+             }
+         }
+         span {
+             display: inline-block;
+             font-size: 11px;
+             color: #666;
+         }
+         a {
+             display: block;
+             font-size:11px;
+         }
     }
+    &.point-none{
+        pointer-events: none;
+    }
+    &#applyes {
+        font: 13px/24px Montserrat;
+        height: 100%;
+    }
+
     .time2{
-        font: 12px/36px Montserrat;
+        font: 13px/36px Montserrat;
         text-shadow: 0 0 0;
         color:#337ab7;
     }
@@ -290,7 +324,7 @@
     display: block;
 }
 p {
-    line-height: 2.0;
+    line-height: 1.5;
 }
 img{
     width: 100%;

+ 21 - 12
lszw12345/src/templates/detail.html

@@ -1,26 +1,26 @@
 <div class="header">
-    <span onClick="javascript :history.back(-1);" class="glyphicon glyphicon-arrow-left"></span><span>网上信箱</span><span ui-sref="home" class="glyphicon glyphicon-home"></span>
+    <span ng-click="back()" class="glyphicon glyphicon-arrow-left"></span><span>事项详细</span><span ui-sref="home" class="glyphicon glyphicon-home"></span>
 </div>
 <input type="text" readonly class="title" value="{{detailIds.QL_NAME}}">
 <div class="tab-wrap">
     <!-- active tab on page load gets checked attribute -->
     <input type="radio" id="tab1" name="tabGroup1" class="tab" checked>
-    <label for="tab1">基本信息</label>
+    <label for="tab1" ng-click="tabChange($event)">基本信息</label>
     <input type="radio" id="tab2" name="tabGroup1" class="tab">
-    <label for="tab2">申办材料</label>
+    <label for="tab2" ng-click="tabChange($event)">申办材料</label>
     <input type="radio" id="tab3" name="tabGroup1" class="tab">
-    <label for="tab3">受理条件</label>
-    <div class="tab__content">
-        <div class="">
+    <label for="tab3" ng-click="tabChange($event)">受理条件</label>
+    <div class="tab__content" id="listV">
+        <div>
             <ul class="list">
                 <li><a href=""><i class="fa fa-university" aria-hidden="true"></i><b>实施机关</b> <input type="text" readonly class="right" value="{{detailIds.QL_DEP}}"></a></li>
                 <li><a href=""><i class="fa fa-gavel" aria-hidden="true"></i><b>权力来源</b> <input type="text" readonly class="right" value="{{powersource[detailIds.ITEMSOURCE-1]}}"></a></li>
-                <li><a href=""><i class="fa fa-home" aria-hidden="true"></i><b>责任处室</b> <input type="text" readonly class="right" value="{{detailIds.LEAD_DEPT}}"></a></li>
+                <li><a href=""><i class="fa fa-university" aria-hidden="true"></i><b>责任处室</b> <input type="text" readonly class="right" value="{{detailIds.LEAD_DEPT}}"></a></li>
                 <li><a href=""><i class="fa fa-user-circle" aria-hidden="true"></i><b>办事对象</b>  <input type="text" readonly class="right" value="{{XINGZHENXDRXZ}}"></a></li>
                 <li><a href=""><i class="fa fa-location-arrow" aria-hidden="true"></i><b>办事次数</b> <input type="text" readonly class="right" value="{{detailIds.APPLYERMIN_COUNT}}次;{{detailIds.APPLYERMIN_COUNT_DESC}}"></a></li>
                 <li><a href=""><i class="fa fa-hourglass-half" aria-hidden="true"></i><b>法定期限</b> <input type="text" readonly class="right" value="{{ANTICIPATE_DAY}}"></a></li>
                 <li><a href=""><i class="fa fa-hourglass-half" aria-hidden="true"></i><b>承诺期限</b> <input type="text" readonly class="right" value="{{PROMISE_DAY}}"></a></li>
-                <li><a href=""><i class="fa fa-home" aria-hidden="true"></i><b>办理地点</b> <input type="text" readonly class="right" value="{{TIME3[0].ADDRESS}}"></a></li>
+                <li><a href=""><i class="fa fa-home big" aria-hidden="true"></i><b>办理地点</b> <input type="text" readonly class="right" value="{{TIME3[0].ADDRESS}}"></a></li>
                 <li><a href=""><i class="fa fa-clock-o" aria-hidden="true"></i><b>受理时间</b><span class="glyphicon glyphicon-menu-right right" ng-click="toggle()"></span></a></li>
                 <!-- <li ng-show="myVar"><a href=""><b>{{$scope.season[0]}}</b><span class="right">{{$scope.time2[0]}}</span></a></li> -->
                 <div style="border-bottom: 1px solid #EEEEEE; " ng-show="myVar" class="time2"> </div>
@@ -29,15 +29,24 @@
                 <li><a href=""><i class="fa fa-question-circle-o" aria-hidden="true"></i><b>问题解答</b><span class="glyphicon glyphicon-menu-right right" ng-click="toggle2()"></span></a></li>
                 <!-- 问题列表 -->
                 <li ng-show="myVar2" data-toggle="modal" data-target="#myModal" ng-repeat="question in QAS track by $index">
-                    <a href=""><span class="glyphicon glyphicon-question-sign question"></span> <input type="text" readonly ng-click="qus(question)" class="liebiao" value="{{question.QUESTION}}"></a>
+                    <a href=""><i class="fa fa-question-circle-o question" aria-hidden="true"> </i><b><input type="text" readonly ng-click="qus(question)" class="liebiao" value="{{question.QUESTION}}"></b></a>
                 </li>
             </ul>
         </div>
     </div>
-    <div class="tab__content">
-        <p>1、&nbsp;项目建设单位及项目所在地设区市节能主管部门节能审查申请--[原件](必要); <br> 2、&nbsp;固定资产投资项目节能报告--[原件](必要);<br> 3、&nbsp;企业投资项目可行性研究报告--[原件](必要); <br></p>
+    <div class="tab__content point-none" id="material">
+        <ul class="material">
+            <li ng-repeat="materialarr in materialArrs track by $index">
+                <p>{{materialarr.NAME}}</p>
+                <span>[必要、原件、{{materialarr.DETAIL_REQUIREMENT}}]</span>
+                <a class="word" ng-href="{{materialarr.EMPTYTABLE.FILEURL}}" target="_blank">{{materialarr.EMPTYTABLE.FILENAME}}</a>
+                <a class="word" ng-href="{{materialarr.EXAMPLETABLE.FILEURL}}" target="_blank">{{materialarr.EXAMPLETABLE.FILENAME}}</a>
+            </li>
+            <a class="word" type="application/msword" href="http://120.26.136.253/ApabiReader/节能报告示范文本.docx" target="_blank">节能报告示范文本</a>
+            <a class="word" type="application/msword" href="http://zjqlk.oss-cn-hangzhou.aliyuncs.com/7/2/25083601-076b-1e3b-e5fa-082e5ad71d2d.docx" target="_blank">节能报告示范文本</a>
+        </ul>
     </div>
-    <div class="tab__content" id="applyes">
+    <div class="tab__content point-none" id="applyes">
         <!-- <img src="../img/webChatImg/暂无内容.png" alt=""> -->
     </div>
 </div>

+ 11 - 11
lszw12345/src/templates/home.html

@@ -61,27 +61,27 @@
         <div class="app-menu">
             <ul class="sidenav">
                 <div class="title"> 站点列表</div>
-                <li ng-value="0"><a ng-value="0" class="city actived" href="#">丽水市本级 <span class="glyphicon glyphicon-menu-right right"></span></a>
+                <li ng-value="0"><a ng-value="0" ng-class="{true: 'city actived', false: 'city'}[countyId==0]" href="#">丽水市本级 <span class="glyphicon glyphicon-menu-right right"></span></a>
                 </li>
-                <li ng-value="1"><a ng-value="1" class="city" href="#">莲都区 <span class="glyphicon glyphicon-menu-right right"></span></a>
+                <li ng-value="1"><a ng-value="1" ng-class="{true: 'city actived', false: 'city'}[countyId==1]" href="#">莲都区 <span class="glyphicon glyphicon-menu-right right"></span></a>
                 </li>
-                <li ng-value="2"><a ng-value="2" class="city" href="#">龙泉市<span class="glyphicon glyphicon-menu-right right"></span></a>
+                <li ng-value="2"><a ng-value="2" ng-class="{true: 'city actived', false: 'city'}[countyId==2]" href="#">龙泉市<span class="glyphicon glyphicon-menu-right right"></span></a>
                 </li>
-                <li ng-value="3"><a ng-value="3" class="city" href="#">青田县<span class="glyphicon glyphicon-menu-right right"></span></a>
+                <li ng-value="3"><a ng-value="3" ng-class="{true: 'city actived', false: 'city'}[countyId==3]" href="#">青田县<span class="glyphicon glyphicon-menu-right right"></span></a>
                 </li>
-                <li ng-value="4"><a ng-value="4" class="city" href="#">云和县<span class="glyphicon glyphicon-menu-right right"></span></a>
+                <li ng-value="4"><a ng-value="4" ng-class="{true: 'city actived', false: 'city'}[countyId==4]" href="#">云和县<span class="glyphicon glyphicon-menu-right right"></span></a>
                 </li>
-                <li ng-value="5"><a ng-value="5" class="city" href="#">庆元县<span class="glyphicon glyphicon-menu-right right"></span></a>
+                <li ng-value="5"><a ng-value="5" ng-class="{true: 'city actived', false: 'city'}[countyId==5]" href="#">庆元县<span class="glyphicon glyphicon-menu-right right"></span></a>
                 </li>
-                <li ng-value="6"><a ng-value="6" class="city" href="#">缙云县<span class="glyphicon glyphicon-menu-right right"></span></a>
+                <li ng-value="6"><a ng-value="6" ng-class="{true: 'city actived', false: 'city'}[countyId==6]" href="#">缙云县<span class="glyphicon glyphicon-menu-right right"></span></a>
                 </li>
-                <li ng-value="7"><a ng-value="7" class="city" href="#">遂昌县<span class="glyphicon glyphicon-menu-right right"></span></a>
+                <li ng-value="7"><a ng-value="7" ng-class="{true: 'city actived', false: 'city'}[countyId==7]" href="#">遂昌县<span class="glyphicon glyphicon-menu-right right"></span></a>
                 </li>
-                <li ng-value="8"><a ng-value="8" class="city" href="#">松阳县<span class="glyphicon glyphicon-menu-right right"></span></a>
+                <li ng-value="8"><a ng-value="8" ng-class="{true: 'city actived', false: 'city'}[countyId==8]" href="#">松阳县<span class="glyphicon glyphicon-menu-right right"></span></a>
                 </li>
-                <li ng-value="9"><a ng-value="9" class="city" href="#">景宁县<span class="glyphicon glyphicon-menu-right right"></span></a>
+                <li ng-value="9"><a ng-value="9" ng-class="{true: 'city actived', false: 'city'}[countyId==9]" href="#">景宁县<span class="glyphicon glyphicon-menu-right right"></span></a>
                 </li>
-                <li ng-value="10"><a ng-value="10" class="city" href="#">经济开发区<span class="glyphicon glyphicon-menu-right right"></span></a>
+                <li ng-value="10"><a ng-value="10" ng-class="{true: 'city actived', false: 'city'}[countyId==10]" href="#">经济开发区<span class="glyphicon glyphicon-menu-right right"></span></a>
                 </li>
             </ul>
         </div>

+ 2 - 2
lszw12345/src/templates/listView.html

@@ -1,9 +1,9 @@
 <div class="header">
-    <span onClick="javascript :history.back(-1);" class="glyphicon glyphicon-arrow-left"></span><span>服务事项</span><span ui-sref="home" class="glyphicon glyphicon-home"></span>
+    <span onClick="javascript :history.back(-1);" class="glyphicon glyphicon-arrow-left"></span><span>权利事项</span><span ui-sref="home" class="glyphicon glyphicon-home"></span>
 </div>
 <div class="listview">
     <ul class="view">
-        <li ng-repeat="list in lists" ui-sref="webChat.detail" ng-click="Detailed(list.QL_INNER_CODE)">
+        <li ng-repeat="list in lists track by $index" ng-click="detailView(list.QL_INNER_CODE)" ui-sref="webChat.detail">
             <a href="">
                 <input type="text" readonly value="{{list.QL_NAME}}">
                 <p>{{list.QL_DEP}}</p>

+ 128 - 1
lszw12345/src/templates/service.html

@@ -3,6 +3,133 @@
         <span onClick="javascript :history.back(-1);" class="glyphicon glyphicon-arrow-left"></span><span>服务事项</span><span ui-sref="home" class="glyphicon glyphicon-home"></span>
     </div>
 
-    <p ng-repeat="branch in branchs track by $index" ng-click="listView(branch.GUID)"> <span class="glyphicon glyphicon-link"></span>&nbsp{{branch.ShortName}}</p>
+    <p ng-repeat="branch in branchs track by $index" ng-click="listView(branch.GUID)" ui-sref="webChat.listView"> <span class="glyphicon glyphicon-link"></span>&nbsp{{branch.ShortName}}</p>
+    <!--<p> <span class="glyphicon glyphicon-link"></span>&nbsp市经信委</p>
+
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp市民宗局</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市公安局</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp市民政局</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市司法局</p>
+
+
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市国税局</p>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市财政局</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp市地税局</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市人力社保局</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp市国土局</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市建设局</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp市交通运输局</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市水利局局</p>
+
+
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市农业局</p>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市商务局</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp市文广出版局</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市卫生局</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp市审计局</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市环保局</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp市统计局</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市林业局</p>
+
+
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市旅游局</p>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市外侨办</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp市城管局</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市安监局</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp市市场监督局</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市质监局</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp市政府法制办</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市编委办</p>
+
+
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市人防办</p>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市台办</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp市档案局</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市审批中心</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp开发区管委会</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp开发区公安分区</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp市体育局</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市供销社</p>
+
+
+
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市金融办</p>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市公积金中心</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp市经合办</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市农科院</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp市林科院</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp丽水中等专业学校</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp丽水市公交公司</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市残联</p>
+
+
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市气象局</p>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市信访局</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp市烟草局</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市供排水公司</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp市国安局</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp开发区散装水泥办</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp市公路管理局</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市运管局</p>
+
+
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市中介机构</p>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp市港航管理局</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp丽水天然气公司</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp丽水华数公司</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp市广电总台</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp丽水电大</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp丽水日报社</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp丽水职技院</p>
+
+
+    <P> <span class="glyphicon glyphicon-link"></span>&nbsp党史方志办</P>
+    <p> <span class="glyphicon glyphicon-link"></span>&nbsp丽水供电公司</p>-->
 
 </div>