Преглед изворни кода

直接处理的“关闭代码”,建议改成“处理结果”

seimin пре 11 месеци
родитељ
комит
be83e1f762

+ 1 - 1
assets/i18n/zh.json

@@ -293,7 +293,7 @@
293 293
                     "CHANGETYPE": "变更类型",
294 294
                     "CHANGECLASSIFY": "变更分类",
295 295
                     "CHANGESTATE": "变更状态",
296
-                    "CHANGECLOSECODE": "变更关闭代码"
296
+                    "CHANGECLOSECODE": "变更处理结果"
297 297
                 },
298 298
                 "servicelayer": {
299 299
                     "MAIN": "服务配置",

+ 1 - 1
assets/i18n/zh.json.bak

@@ -250,7 +250,7 @@
250 250
           "CHANGETYPE": "变更类型",
251 251
           "CHANGECLASSIFY": "变更分类",
252 252
           "CHANGESTATE": "变更状态",
253
-          "CHANGECLOSECODE": "变更关闭代码"
253
+          "CHANGECLOSECODE": "变更处理结果"
254 254
         },
255 255
         "servicelayer": {
256 256
           "MAIN": "服务配置",

+ 2 - 2
assets/js/controllers/businessConfiguration/faultSymptomsCtrl.js

@@ -1375,7 +1375,7 @@ app.controller('faultSymptoms', ["$rootScope", "$scope", "$state", "$timeout", "
1375 1375
         },2000)
1376 1376
     }
1377 1377
     // 事件来源结束
1378
-    // 关闭代码开始
1378
+    // 处理结果开始
1379 1379
     $scope.incident_closecodeData=[];
1380 1380
     $scope.getIncident_closecode=function(){
1381 1381
         var data={
@@ -1433,7 +1433,7 @@ app.controller('faultSymptoms', ["$rootScope", "$scope", "$state", "$timeout", "
1433 1433
             $scope.getIncident_closecode();
1434 1434
         },2000)
1435 1435
     }
1436
-    // 关闭代码结束
1436
+    // 处理结果结束
1437 1437
     // 优先级规则开始
1438 1438
     $scope.incident_prioritymatrixAdd=function(){
1439 1439
         var modalInstance = $modal.open({

+ 2 - 2
assets/js/controllers/incident/incidentCtrl.js

@@ -1090,7 +1090,7 @@ app.controller('incidentListCtrl', ["$scope", "$http", "i18nService", "$rootScop
1090 1090
                         }
1091 1091
                     })
1092 1092
                 }
1093
-                // 获取关闭代码
1093
+                // 获取处理结果
1094 1094
                 $scope.getIncidentClosecode = function(){
1095 1095
                     api_wechatfile.getDictionary({"key":"incident_closecode","type":"list"}).then(function (data) {
1096 1096
                         $scope.incidentClosecodeList = data || [];
@@ -1141,7 +1141,7 @@ app.controller('incidentListCtrl', ["$scope", "$http", "i18nService", "$rootScop
1141 1141
                     if ($scope.model.category.hasSimple != 1 &&!$scope.postData.closecode){
1142 1142
                         Alert.swal({
1143 1143
                             title: "操作失败",
1144
-                            text: "请选择关闭代码!",
1144
+                            text: "请选择处理结果!",
1145 1145
                             type: "error"
1146 1146
                         });
1147 1147
                         return;

+ 3 - 3
assets/js/controllers/mainCtrl.js

@@ -4388,9 +4388,9 @@ function ($rootScope, $scope, $state, $translate, $localStorage, $cookieStore, $
4388 4388
                 console.log($scope.categorySelect)
4389 4389
                 $scope.incidentModel = {
4390 4390
                   handlerMsg:'',//处理方案
4391
-                  closecode:'',//关闭代码
4391
+                  closecode:'',//处理结果
4392 4392
                 };
4393
-                // 关闭代码
4393
+                // 处理结果
4394 4394
                 $scope.closecodeArray = [];
4395 4395
                 $scope.jry_closecodeSearch = function () {
4396 4396
                   api_wechatfile
@@ -4414,7 +4414,7 @@ function ($rootScope, $scope, $state, $translate, $localStorage, $cookieStore, $
4414 4414
                   if(!$scope.incidentModel.closecode.id){
4415 4415
                     SweetAlert.swal({
4416 4416
                         title: "提示",
4417
-                        text: "请选择关闭代码!",
4417
+                        text: "请选择处理结果!",
4418 4418
                         type: "error",
4419 4419
                         confirmButtonColor: "#DD6B55"
4420 4420
                     });

Разлика између датотеке није приказан због своје велике величине
+ 1 - 1
assets/js/controllers/system/processdesign/changeplan.js


Разлика између датотеке није приказан због своје велике величине
+ 1 - 1
assets/js/controllers/system/processdesign/incidentplan.js


Разлика између датотеке није приказан због своје велике величине
+ 1 - 1
assets/js/controllers/system/processdesign/incidentplan/closecode.js


+ 3 - 3
assets/js/controllers/system/processdesign/incidentplan/incidentSetUpCtrl.js

@@ -24,7 +24,7 @@ app.controller('incidentSetUp', ["$rootScope", "$scope", "$state", "$timeout", "
24 24
         {"name":"工时"},
25 25
         {"name":"服务级别协议"},
26 26
         {"name":"事件来源"},
27
-        {"name":"关闭代码"},
27
+        {"name":"处理结果"},
28 28
         {"name":"事件状态"},
29 29
         {"name":"满意度评价"},
30 30
         {"name":"结果类型"},
@@ -1318,7 +1318,7 @@ app.controller('incidentSetUp', ["$rootScope", "$scope", "$state", "$timeout", "
1318 1318
         },2000)
1319 1319
     }
1320 1320
     // 事件来源结束
1321
-    // 关闭代码开始
1321
+    // 处理结果开始
1322 1322
     $scope.incident_closecodeData=[];
1323 1323
     $scope.getIncident_closecode=function(){
1324 1324
         var data={
@@ -1376,7 +1376,7 @@ app.controller('incidentSetUp', ["$rootScope", "$scope", "$state", "$timeout", "
1376 1376
             $scope.getIncident_closecode();
1377 1377
         },2000)
1378 1378
     }
1379
-    // 关闭代码结束
1379
+    // 处理结果结束
1380 1380
     // 优先级规则开始
1381 1381
     $scope.incident_prioritymatrixAdd=function(){
1382 1382
         var modalInstance = $modal.open({

Разлика између датотеке није приказан због своје велике величине
+ 1 - 1
assets/js/controllers/system/processdesign/problemplan.js


Разлика између датотеке није приказан због своје велике величине
+ 1 - 1
assets/js/controllers/system/processdesign/releaseplan.js


+ 102 - 102
assets/views/businessConfiguration/faultSymptoms.html

@@ -82,28 +82,28 @@
82 82
     }
83 83
    /* 故障现象开始 */
84 84
    /* 公共css,需要复用 */
85
-    
85
+
86 86
    .iconfont {
87 87
         font-size: 14px;
88 88
     }
89
-    
89
+
90 90
     .nav-pills>li>a {
91 91
         border-radius: 0px;
92 92
     }
93
-    
93
+
94 94
     .nav-pills>li.active>a,
95 95
     .nav-pills>li.active>a:hover,
96 96
     .nav-pills>li.active>a:focus {
97 97
         background-color: #006bbf;
98 98
         color: white !important;
99 99
     }
100
-    
100
+
101 101
     .panel-tabs,
102 102
     .tabbable {
103 103
         /* padding: 14px; */
104 104
         background-color: white;
105 105
     }
106
-    
106
+
107 107
     .tab-content>.tab-pane,
108 108
     .pill-content>.pill-pane {
109 109
         padding: 14px;
@@ -112,14 +112,14 @@
112 112
         border-right: 1px solid #eeeeee;
113 113
         border-radius: 0px 0px 8px 8px;
114 114
     }
115
-    
115
+
116 116
     .nav-tabs>li.active a,
117 117
     .nav-tabs>li.active a:hover,
118 118
     .nav-tabs>li.active a:focus {
119 119
         background-color: #006bc0;
120 120
         color: white;
121 121
     }
122
-    
122
+
123 123
     .nav-tabs {
124 124
         border-top: 1px solid #eeeeee;
125 125
         border-bottom: 1px solid #eeeeee;
@@ -128,16 +128,16 @@
128 128
         border-radius: 8px 8px 0 0;
129 129
         height: 47px;
130 130
     }
131
-    
131
+
132 132
     .nav-tabs>li {
133 133
         border-right: 1px solid #eeeeee;
134 134
     }
135
-    
135
+
136 136
     .nav-tabs>li:last-child {
137 137
         border-right: none;
138 138
     }
139 139
     /* 独立css */
140
-    
140
+
141 141
     .mainDiv {
142 142
         /* background: red; */
143 143
         /* padding: 14px; */
@@ -145,20 +145,20 @@
145 145
         overflow: hidden;
146 146
         /* zoom: 1; */
147 147
     }
148
-    
148
+
149 149
     .mainDivLeft {
150 150
         border-radius: 8px;
151 151
         border: 1px solid #eeeeee;
152 152
         width: 288px;
153 153
         float: left;
154 154
     }
155
-    
155
+
156 156
     .mainDivRight {
157 157
         margin-left: 302px;
158 158
         border-radius: 8px;
159 159
         border: 1px solid #eeeeee;
160 160
     }
161
-    
161
+
162 162
     .mainDiv-head {
163 163
         height: 47px;
164 164
         line-height: 47px;
@@ -169,7 +169,7 @@
169 169
         padding-left: 10px;
170 170
         padding-right: 4px;
171 171
     }
172
-    
172
+
173 173
     .mainDivLeft-span {
174 174
         border: 1px solid;
175 175
         /* padding: 15px 0px 15px 0px; */
@@ -183,35 +183,35 @@
183 183
         margin-right: 10px;
184 184
         font-size: 14px;
185 185
     }
186
-    
186
+
187 187
     .mainDiv-head-right {
188 188
         display: inline-block;
189 189
         float: right;
190 190
     }
191
-    
191
+
192 192
     .edit-left {
193 193
         display: inline-block;
194 194
         /* float: left; */
195 195
         margin-left: 10px;
196 196
     }
197
-    
197
+
198 198
     .span-1 {
199 199
         border-color: #006bc0;
200 200
         color: #006bc0;
201 201
     }
202
-    
202
+
203 203
     .span-2 {
204 204
         border: none;
205 205
         color: white;
206 206
         background-color: #006bc0;
207 207
     }
208
-    
208
+
209 209
     .span-3 {
210 210
         border: none;
211 211
         color: white;
212 212
         background-color: #fc4c58;
213 213
     }
214
-    
214
+
215 215
     .mainDiv-body {
216 216
         border-radius: 8px;
217 217
         border: 1px solid #eeeeee;
@@ -221,7 +221,7 @@
221 221
         /* height: 402px; */
222 222
         overflow: auto;
223 223
     }
224
-    
224
+
225 225
     .mainDiv-body-1 {
226 226
         height: 50px;
227 227
         line-height: 50px;
@@ -230,7 +230,7 @@
230 230
         padding: 0px 14px;
231 231
         border-bottom: 1px solid #eeeeee;
232 232
     }
233
-    
233
+
234 234
     .mainDiv-body-2 {
235 235
         height: 70px;
236 236
         line-height: 70px;
@@ -239,16 +239,16 @@
239 239
         padding: 0px 30px;
240 240
         border-bottom: 1px solid #eeeeee;
241 241
     }
242
-    
242
+
243 243
     .mainDiv-body-2:last-child {
244 244
         border-bottom: none;
245 245
     }
246
-    
246
+
247 247
     .fixHeight {
248 248
         /* height: 450px; */
249 249
         overflow: auto;
250 250
     }
251
-    
251
+
252 252
     .mainDiv-body-3 {
253 253
         height: 50px;
254 254
         line-height: 50px;
@@ -257,7 +257,7 @@
257 257
         padding: 0px 30px;
258 258
         border-bottom: 1px solid #eeeeee;
259 259
     }
260
-    
260
+
261 261
     .mainDiv-body-3:last-child {
262 262
         border-bottom: none;
263 263
     }
@@ -271,17 +271,17 @@
271 271
         margin-bottom: 0px;
272 272
         overflow: hidden;
273 273
     }
274
-    
274
+
275 275
     .mainDiv-body-noList {
276 276
         height: 110px;
277 277
         margin: 50px 0;
278 278
         text-align: center;
279 279
     }
280
-    
280
+
281 281
     .form-control {
282 282
         display: inline-block;
283 283
     }
284
-    
284
+
285 285
     .mainDivLeft-span-1 {
286 286
         border: 1px solid;
287 287
         padding-left: 15px;
@@ -295,7 +295,7 @@
295 295
         font-size: 14px;
296 296
         display: inline-block;
297 297
     }
298
-    
298
+
299 299
     .mainDivLeft-span-2 {
300 300
         border: 1px solid;
301 301
         padding-left: 15px;
@@ -309,7 +309,7 @@
309 309
         font-size: 14px;
310 310
         display: inline-block;
311 311
     }
312
-    
312
+
313 313
     .mainDivLeft-span-edit-1 {
314 314
         border: 1px solid;
315 315
         padding-left: 8px;
@@ -323,7 +323,7 @@
323 323
         font-size: 12px;
324 324
         display: inline-block;
325 325
     }
326
-    
326
+
327 327
     .mainDivLeft-span-edit-2 {
328 328
         border: 1px solid;
329 329
         padding-left: 8px;
@@ -338,13 +338,13 @@
338 338
         display: inline-block;
339 339
     }
340 340
     /* tab内容css */
341
-    
341
+
342 342
     .tab-mainDiv {
343 343
         border: 1px solid #eeeeee;
344 344
         border-radius: 8px;
345 345
         /* min-height: 360px; */
346 346
     }
347
-    
347
+
348 348
     .tab-mainDiv-head {
349 349
         text-align: center;
350 350
         border-bottom: 1px solid #eeeeee;
@@ -353,7 +353,7 @@
353 353
         font-size: 14px;
354 354
         color: #93989e;
355 355
     }
356
-    
356
+
357 357
     .tab-mainDiv-body {
358 358
         padding: 14px;
359 359
         min-height: 280px;
@@ -362,7 +362,7 @@
362 362
         /* padding-top: 14px; */
363 363
         /* padding-bottom: 14px; */
364 364
     }
365
-    
365
+
366 366
     .tab-mainDiv-body-lineDiv-50 {
367 367
         /* display: inline-block; */
368 368
         font-size: 14px;
@@ -371,7 +371,7 @@
371 371
         width: 47%;
372 372
         padding-left: 14px;
373 373
     }
374
-    
374
+
375 375
     .tab-mainDiv-body-lineDiv-100 {
376 376
         /* display: inline-block; */
377 377
         font-size: 14px;
@@ -380,29 +380,29 @@
380 380
         width: 96%;
381 381
         padding-left: 14px;
382 382
     }
383
-    
383
+
384 384
     .tab-mainDiv-body-lable {
385 385
         padding-bottom: 10px;
386 386
         /* width: 370px; */
387 387
     }
388
-    
388
+
389 389
     .tab-mainDiv-body-content {
390 390
         padding-bottom: 10px;
391 391
         /* width: 370px; */
392 392
     }
393
-    
393
+
394 394
     .tab-mainDiv-body-content>textarea {
395 395
         min-height: 68px;
396 396
         width: 100%;
397 397
     }
398
-    
398
+
399 399
     .tab-mainDiv-foot {
400 400
         /* margin: 14px auto; */
401 401
         border-top: 1px solid #eeeeee;
402 402
         text-align: center;
403 403
         padding: 7px;
404 404
     }
405
-    
405
+
406 406
     .tab-mainDiv-body-button-1 {
407 407
         display: inline-block;
408 408
         width: 80px;
@@ -415,7 +415,7 @@
415 415
         border-radius: 4px;
416 416
         margin-right: 14px;
417 417
     }
418
-    
418
+
419 419
     .tab-mainDiv-body-button-2 {
420 420
         display: inline-block;
421 421
         width: 80px;
@@ -429,9 +429,9 @@
429 429
         box-sizing: border-box;
430 430
         border: 1px solid #eeeeee;
431 431
     }
432
-    
432
+
433 433
     .abn-tree {}
434
-    
434
+
435 435
     .tree-control .tree-view {
436 436
         width: inherit;
437 437
         z-index: 9999;
@@ -469,13 +469,13 @@
469 469
         <div class="col-xs-12">
470 470
             <div class="fonsize">故障现象管理>{{leftListName}}</div>
471 471
             <div class="rightBox">
472
-                
472
+
473 473
                 <!-- 故障现象开始 -->
474 474
                 <div ng-if="leftListName=='故障现象'">
475 475
                     <div class="mainDiv">
476
-                        
476
+
477 477
                         <!-- 谁固定谁在前 -->
478
-                
478
+
479 479
                         <div class="mainDivLeft">
480 480
                             <div class="mainDiv-head">
481 481
                                 <span>服务目录</span>
@@ -490,10 +490,10 @@
490 490
                                     <!-- <abn-tree tree-data="my_data" tree-control="my_tree" on-select="my_tree_handler(branch)" expand-level="2" icon-leaf="iconfont icon-zuzhijiaose" icon-expand="ti-plus" icon-collapse="ti-minus "></abn-tree> -->
491 491
                                     <abn-tree tree-data="my_data" tree-control="my_tree" on-select="my_tree_handler(branch)" expand-level="2" icon-leaf="iconfont icon-fenlei" icon-expand="ti-plus" icon-collapse="ti-minus"></abn-tree>
492 492
                                 </div>
493
-                
493
+
494 494
                             </div>
495 495
                         </div>
496
-                
496
+
497 497
                         <div class="mainDivRight" ng-if="changecate">
498 498
                             <!-- <div class="mainDivRight"> -->
499 499
                             <div class="mainDiv-head" style="display: flex;justify-content: space-between;align-items:center;">
@@ -571,7 +571,7 @@
571 571
                                         <switch ng-model="subdata.hasSimple" class="green"></switch>
572 572
                                     </div>
573 573
                                 </div>
574
-                                
574
+
575 575
                                 <div class="tab-mainDiv-body-lineDiv-50">
576 576
                                     <div class="tab-mainDiv-body-lable">
577 577
                                         别名:
@@ -711,8 +711,8 @@
711 711
                                         </div>
712 712
                                     </div>
713 713
                                 </div>
714
-                                
715
-                                
714
+
715
+
716 716
                                 <!-- <div class="tab-mainDiv-body-lineDiv-50">
717 717
                                     <div class="tab-mainDiv-body-lable">关联组:</div>
718 718
                                     <ui-select class="tab-mainDiv-body-content" ng-model="subdata.group" theme="bootstrap">
@@ -743,7 +743,7 @@
743 743
                                         <switch ng-model="subdata.hasArea" class="green"></switch>
744 744
                                     </div>
745 745
                                 </div> -->
746
-                                
746
+
747 747
                                 <!-- <div class="tab-mainDiv-body-lineDiv-50">
748 748
                                     <div class="tab-mainDiv-body-lable">
749 749
                                         是否关联地点:
@@ -762,7 +762,7 @@
762 762
                                 </div> -->
763 763
                             </div>
764 764
                         </div>
765
-                
765
+
766 766
                         <div class="mainDivRight" ng-if="addcate">
767 767
                             <!-- <div class="mainDivRight"> -->
768 768
                             <div class="mainDiv-head">
@@ -839,7 +839,7 @@
839 839
                                             <switch ng-model="adddata.hasSimple" class="green"></switch>
840 840
                                         </div>
841 841
                                     </div>
842
-                                    
842
+
843 843
                                     <div class="tab-mainDiv-body-lineDiv-50">
844 844
                                         <div class="tab-mainDiv-body-lable">
845 845
                                             是否分院区处理:
@@ -959,7 +959,7 @@
959 959
                                             </div>
960 960
                                         </div>
961 961
                                     </div>
962
-                                    
962
+
963 963
                                 <!-- <div class="tab-mainDiv-body-lineDiv-50">
964 964
                                     <div class="tab-mainDiv-body-lable">关联组:</div>
965 965
                                     <ui-select class="tab-mainDiv-body-content" ng-model="adddata.group" theme="bootstrap">
@@ -990,7 +990,7 @@
990 990
                                         <switch ng-model="adddata.hasArea" class="green"></switch>
991 991
                                     </div>
992 992
                                 </div> -->
993
-                                
993
+
994 994
                                 <!-- <div class="tab-mainDiv-body-lineDiv-50">
995 995
                                     <div class="tab-mainDiv-body-lable">
996 996
                                         是否关联地点:
@@ -1009,7 +1009,7 @@
1009 1009
                                 </div>
1010 1010
                             </div>
1011 1011
                         </div>
1012
-                
1012
+
1013 1013
                         <div class="mainDivRight" ng-if="addcate==''&&changecate==''">
1014 1014
                             <!-- <div class="mainDivRight"> -->
1015 1015
                             <div class="mainDiv-head">
@@ -1022,15 +1022,15 @@
1022 1022
                                 </div>
1023 1023
                             </div>
1024 1024
                         </div>
1025
-                    </div>   
1025
+                    </div>
1026 1026
                 </div>
1027 1027
                 <!-- 故障现象结束 -->
1028 1028
                 <!-- 巡检范围开始 -->
1029 1029
                 <div ng-if="leftListName=='巡检范围'">
1030 1030
                     <div class="mainDiv">
1031
-                        
1031
+
1032 1032
                         <!-- 谁固定谁在前 -->
1033
-                
1033
+
1034 1034
                         <div class="mainDivLeft">
1035 1035
                             <div class="mainDiv-head">
1036 1036
                                 <span>服务目录</span>
@@ -1046,7 +1046,7 @@
1046 1046
                                 </div>
1047 1047
                             </div>
1048 1048
                         </div>
1049
-                
1049
+
1050 1050
                         <div class="mainDivRight" ng-if="changecate">
1051 1051
                             <div class="mainDiv-head">
1052 1052
                                 <span>服务目录修改</span>
@@ -1100,7 +1100,7 @@
1100 1100
                                 </div>
1101 1101
                             </div>
1102 1102
                         </div>
1103
-                
1103
+
1104 1104
                         <div class="mainDivRight" ng-if="add1cate">
1105 1105
                             <div class="mainDiv-head">
1106 1106
                                 <span>服务目录新增</span>
@@ -1165,7 +1165,7 @@
1165 1165
                                 </div>
1166 1166
                             </div>
1167 1167
                         </div>
1168
-                
1168
+
1169 1169
                         <div class="mainDivRight" ng-if="add1cate==''&&changecate==''">
1170 1170
                             <!-- <div class="mainDivRight"> -->
1171 1171
                             <div class="mainDiv-head">
@@ -1178,7 +1178,7 @@
1178 1178
                                 </div>
1179 1179
                             </div>
1180 1180
                         </div>
1181
-                    </div>   
1181
+                    </div>
1182 1182
                 </div>
1183 1183
                 <!-- 巡检范围结束 -->
1184 1184
                 <!-- 事件紧急度开始 -->
@@ -1187,8 +1187,8 @@
1187 1187
                         <div class="contentName col-xs-12">紧急度</div>
1188 1188
                         <div class="col-xs-12" ng-repeat="v in incident_emergencyData">
1189 1189
                             <input class="form-control inputcolor emergencyIptSize" style="border-color: #dedede;color: #93989e;" type="text" ng-model="v.name" placeholder="" />
1190
-                        </div> 
1191
-                    </div>                                  
1190
+                        </div>
1191
+                    </div>
1192 1192
                 </div>
1193 1193
                 <!-- 事件紧急度结束 -->
1194 1194
                 <!-- 事件影响度开始 -->
@@ -1197,7 +1197,7 @@
1197 1197
                         <div class="contentName col-xs-12">影响度</div>
1198 1198
                         <div class="col-xs-12" ng-repeat="v in incident_influenceData">
1199 1199
                             <input class="form-control inputcolor emergencyIptSize" style="border-color: #dedede;color: #93989e;" type="text" ng-model="v.name" placeholder="" />
1200
-                        </div>        
1200
+                        </div>
1201 1201
                     </div>
1202 1202
                 </div>
1203 1203
                 <!-- 事件影响度结束 -->
@@ -1207,8 +1207,8 @@
1207 1207
                         <div class="contentName col-xs-12">优先级</div>
1208 1208
                         <div class="col-xs-12" ng-repeat="v in incident_priorityData">
1209 1209
                             <input class="form-control inputcolor emergencyIptSize" style="border-color: #dedede;color: #93989e;" type="text" ng-model="v.name" placeholder="" />
1210
-                        </div> 
1211
-                    </div>              
1210
+                        </div>
1211
+                    </div>
1212 1212
                 </div>
1213 1213
                 <!-- 事件优先级结束 -->
1214 1214
                 <!-- 服务级别协议开始 -->
@@ -1217,20 +1217,20 @@
1217 1217
                         <div class="contentName col-xs-12">名称</div>
1218 1218
                         <div class="col-xs-12" ng-repeat="v in incident_SLA_Data">
1219 1219
                             <input class="form-control inputcolor emergencyIptSize" style="border-color: #dedede;color: #93989e;" type="text" ng-model="v.name" placeholder="" disabled="true">
1220
-                        </div>  
1221
-                    </div>  
1220
+                        </div>
1221
+                    </div>
1222 1222
                     <div class="col-xs-4">
1223 1223
                         <div class="contentName col-xs-12">解决时间(分钟)</div>
1224 1224
                         <div class="col-xs-12" ng-repeat="v in incident_SLA_Data">
1225 1225
                             <input class="form-control inputcolor emergencyIptSize" style="border-color: #dedede;color: #93989e;" type="text" ng-model="v.resolveTime" placeholder="" />
1226
-                        </div>  
1227
-                    </div> 
1226
+                        </div>
1227
+                    </div>
1228 1228
                     <div class="col-xs-4">
1229 1229
                         <div class="contentName col-xs-12">响应时间(分钟)</div>
1230 1230
                         <div class="col-xs-12" ng-repeat="v in incident_SLA_Data">
1231 1231
                             <input class="form-control inputcolor emergencyIptSize" style="border-color: #dedede;color: #93989e;" type="text" ng-model="v.responseTime" placeholder="" />
1232
-                        </div>  
1233
-                    </div>            
1232
+                        </div>
1233
+                    </div>
1234 1234
                 </div>
1235 1235
                 <!-- 服务级别协议结束 -->
1236 1236
                 <!-- 工时开始 -->
@@ -1239,8 +1239,8 @@
1239 1239
                         <div class="contentName col-xs-12">工时</div>
1240 1240
                         <div class="col-xs-12" ng-repeat="v in incident_complexityData">
1241 1241
                             <input class="form-control inputcolor emergencyIptSize" style="border-color: #dedede;color: #93989e;" type="text" ng-model="v.name" placeholder="" />
1242
-                        </div> 
1243
-                    </div>              
1242
+                        </div>
1243
+                    </div>
1244 1244
                 </div>
1245 1245
                 <!-- 工时结束 -->
1246 1246
                 <!-- 事件来源开始 -->
@@ -1249,45 +1249,45 @@
1249 1249
                         <div class="contentName col-xs-12">来源</div>
1250 1250
                         <div class="col-xs-12" ng-repeat="v in incident_sourceData">
1251 1251
                             <input class="form-control inputcolor emergencyIptSize" style="border-color: #dedede;color: #93989e;" type="text" ng-model="v.name" placeholder="" />
1252
-                        </div> 
1253
-                    </div> 
1252
+                        </div>
1253
+                    </div>
1254 1254
                     <div class="col-xs-4">
1255 1255
                         <div class="contentName col-xs-12">来源关联</div>
1256 1256
                         <div class="col-xs-12" ng-repeat="v in incident_sourceData">
1257 1257
                             <input class="form-control inputcolor emergencyIptSize" style="border-color: #dedede;color: #93989e;" type="text" ng-model="v.value" placeholder="" />
1258
-                        </div> 
1259
-                    </div>             
1258
+                        </div>
1259
+                    </div>
1260 1260
                 </div>
1261 1261
                 <!-- 事件来源结束 -->
1262
-                <!-- 关闭代码开始 -->
1263
-                <div ng-if="leftListName=='关闭代码'">
1262
+                <!-- 处理结果开始 -->
1263
+                <div ng-if="leftListName=='处理结果'">
1264 1264
                     <div class="col-xs-4">
1265
-                        <div class="contentName col-xs-12">关闭代码</div>
1265
+                        <div class="contentName col-xs-12">处理结果</div>
1266 1266
                         <div class="col-xs-12" ng-repeat="v in incident_closecodeData">
1267 1267
                             <input class="form-control inputcolor emergencyIptSize" style="border-color: #dedede;color: #93989e;" type="text" ng-model="v.value" placeholder="" />
1268
-                        </div>  
1269
-                    </div>  
1268
+                        </div>
1269
+                    </div>
1270 1270
                     <div class="col-xs-4">
1271 1271
                         <div class="contentName col-xs-12">关闭原因</div>
1272 1272
                         <div class="col-xs-12" ng-repeat="v in incident_closecodeData">
1273 1273
                             <input class="form-control inputcolor emergencyIptSize" style="border-color: #dedede;color: #93989e;" type="text" ng-model="v.desc" placeholder="" />
1274
-                        </div>  
1275
-                    </div> 
1274
+                        </div>
1275
+                    </div>
1276 1276
                     <div class="col-xs-4">
1277 1277
                         <div class="contentName col-xs-12">关闭原因缩写</div>
1278 1278
                         <div class="col-xs-12" ng-repeat="v in incident_closecodeData">
1279 1279
                             <input class="form-control inputcolor emergencyIptSize" style="border-color: #dedede;color: #93989e;" type="text" ng-model="v.name" placeholder="" />
1280
-                        </div>  
1281
-                    </div>            
1280
+                        </div>
1281
+                    </div>
1282 1282
                 </div>
1283
-                <!-- 关闭代码结束 -->
1283
+                <!-- 处理结果结束 -->
1284 1284
                 <!-- 事件状态开始 -->
1285 1285
                 <div ng-if="leftListName=='事件状态'">
1286 1286
                     <div class="col-xs-4">
1287 1287
                         <div class="contentName col-xs-12">事件状态</div>
1288 1288
                         <div class="col-xs-12" ng-repeat="v in incident_classificationData">
1289 1289
                             <input class="form-control inputcolor emergencyIptSize" style="border-color: #dedede;color: #93989e;" type="text" ng-model="v.name" placeholder="" />
1290
-                        </div>        
1290
+                        </div>
1291 1291
                     </div>
1292 1292
                 </div>
1293 1293
                 <!-- 事件状态结束 -->
@@ -1297,7 +1297,7 @@
1297 1297
                         <div class="contentName col-xs-12">满意度评价</div>
1298 1298
                         <div class="col-xs-12" ng-repeat="v in incident_evaluateData">
1299 1299
                             <input class="form-control inputcolor emergencyIptSize" style="border-color: #dedede;color: #93989e;" type="text" ng-model="v.name" placeholder="" />
1300
-                        </div>        
1300
+                        </div>
1301 1301
                     </div>
1302 1302
                 </div>
1303 1303
                 <!-- 满意度评价结束 -->
@@ -1307,7 +1307,7 @@
1307 1307
                         <div class="contentName col-xs-12">结果类型</div>
1308 1308
                         <div class="col-xs-12" ng-repeat="v in incident_resultData">
1309 1309
                             <input class="form-control inputcolor emergencyIptSize" style="border-color: #dedede;color: #93989e;" type="text" ng-model="v.name" placeholder="" />
1310
-                        </div>        
1310
+                        </div>
1311 1311
                     </div>
1312 1312
                 </div>
1313 1313
                 <!-- 结果类型结束 -->
@@ -1324,7 +1324,7 @@
1324 1324
                                     <div ng-bind-html="item.name | highlight: $select.search"></div>
1325 1325
                                 </ui-select-choices>
1326 1326
                             </ui-select>
1327
-                        </div>  
1327
+                        </div>
1328 1328
                     </div>
1329 1329
                     <div class="col-xs-4">
1330 1330
                         <div class="contentName col-xs-12">紧急度</div>
@@ -1337,7 +1337,7 @@
1337 1337
                                     <div ng-bind-html="item.name | highlight: $select.search"></div>
1338 1338
                                 </ui-select-choices>
1339 1339
                             </ui-select>
1340
-                        </div>  
1340
+                        </div>
1341 1341
                     </div>
1342 1342
                     <div class="col-xs-4">
1343 1343
                         <div class="contentName col-xs-12">优先级</div>
@@ -1352,9 +1352,9 @@
1352 1352
                                     </ui-select-choices>
1353 1353
                                 </ui-select>
1354 1354
                                 <i class="iconfont icon-shanchu2 guanbiIco" ng-click="removePrioritymatrix(v)" ng-show="shanchu"></i>
1355
-                            </div>  
1355
+                            </div>
1356 1356
                         </div>
1357
-                        
1357
+
1358 1358
                     </div>
1359 1359
                     <div class="col-xs-12" ng-show="xinzeng">
1360 1360
                         <button class="btn btnAdd" ng-click="incident_prioritymatrixAdd()">新增</button>
@@ -1408,8 +1408,8 @@
1408 1408
             <div class="btn btn_search" ng-click="incident_sourceSave()">保存</div>
1409 1409
             <div class="btn btn_other" ng-click="incident_sourceReturn()">恢复默认</div>
1410 1410
         </div>
1411
-        <!-- 关闭代码 -->
1412
-        <div class="col-xs-12 btn_box" ng-if="leftListName=='关闭代码'&&bianji">
1411
+        <!-- 处理结果 -->
1412
+        <div class="col-xs-12 btn_box" ng-if="leftListName=='处理结果'&&bianji">
1413 1413
             <div class="btn btn_search" ng-click="incident_closecodeSave()">保存</div>
1414 1414
             <div class="btn btn_other" ng-click="incident_closecodeReturn()">恢复默认</div>
1415 1415
         </div>

+ 1 - 1
assets/views/incident/incidentDetail.html

@@ -424,7 +424,7 @@
424 424
                 <div class="col-xs-4 ui-label">
425 425
                     <div class="form-group">
426 426
                         <div class="padding-top-5">
427
-                            <label>关闭代码:</label>
427
+                            <label>处理结果:</label>
428 428
                             <div>
429 429
                                 <input class="form-control" ng-value="model.closecode.desc" type="text" disabled="disabled" />
430 430
                             </div>

+ 2 - 2
assets/views/incident/tpl/detailincident.html

@@ -103,9 +103,9 @@
103 103
             </div>
104 104
         </div>
105 105
         <div class=" form-group col-md-4">
106
-            <label class=" control-label">关闭代码:</label>
106
+            <label class=" control-label">处理结果:</label>
107 107
             <div>
108
-                <input id="title" name="title" ng-model="entity.closecode.reason" class="form-control" placeholder="关闭代码" disabled="true" />
108
+                <input id="title" name="title" ng-model="entity.closecode.reason" class="form-control" placeholder="处理结果" disabled="true" />
109 109
             </div>
110 110
         </div>
111 111
         <div class=" form-group col-md-12">

+ 1 - 1
assets/views/incident/tpl/doing.tpl.html

@@ -24,7 +24,7 @@
24 24
     <div class="form-group incidentsearch" style="margin:0 auto;width: 300px;" ng-if="model.category.hasSimple != 1">
25 25
         <div class=" input-group" style="margin:8px 0 0;">
26 26
             <div class="control-label pull-left margin-top-5 margin-right-5">
27
-                <label class="demoincident"><span class="red">*</span>关闭代码</label>:</div>
27
+                <label class="demoincident"><span class="red">*</span>处理结果</label>:</div>
28 28
             <div class="pull-right">
29 29
                 <ui-select class="pull-left" style="width:220px" ng-model="postData.closecode" theme="bootstrap">
30 30
                     <ui-select-match placeholder="">

+ 22 - 23
assets/views/newOrderDirectly.html

@@ -22,13 +22,13 @@
22 22
             ></textarea>
23 23
           </div>
24 24
           <div class="c_item clearfix">
25
-            <label><span class="colorRed">*</span>关闭代码:</label>
25
+            <label><span class="colorRed">*</span>处理结果:</label>
26 26
             <ui-select
27 27
               class="c_item_value"
28 28
               ng-model="incidentModel.closecode"
29 29
               theme="bootstrap"
30 30
             >
31
-              <ui-select-match placeholder="请选择关闭代码">
31
+              <ui-select-match placeholder="请选择处理结果">
32 32
                 <span ng-bind="$select.selected.name"> </span>
33 33
               </ui-select-match>
34 34
               <ui-select-choices
@@ -72,7 +72,7 @@
72 72
       color: #c2c2c5;
73 73
       opacity: 1;
74 74
     }
75
-  
75
+
76 76
     .newOrder_content textarea::-webkit-input-placeholder {
77 77
       /* Chrome/Opera/Safari */
78 78
       color: #c2c2c5;
@@ -91,7 +91,7 @@
91 91
       color: #c2c2c5;
92 92
       opacity: 1;
93 93
     }
94
-  
94
+
95 95
     .newOrder_content .colorRed {
96 96
       color: red;
97 97
     }
@@ -110,7 +110,7 @@
110 110
       border-radius: 5px;
111 111
       color: #d8d8d8;
112 112
     }
113
-  
113
+
114 114
     .newOrder_content .fileupload-icon {
115 115
       font-size: 32px;
116 116
       position: absolute;
@@ -135,7 +135,7 @@
135 135
       opacity: 1;
136 136
       overflow: hidden;
137 137
     }
138
-  
138
+
139 139
     .newOrder_content .close:hover {
140 140
       opacity: 0.8;
141 141
     }
@@ -175,11 +175,11 @@
175 175
       flex: 1;
176 176
       text-align: right;
177 177
     }
178
-  
178
+
179 179
     .jry_positionFather .describe {
180 180
       width: 430px;
181 181
     }
182
-  
182
+
183 183
     .jry_positionChild {
184 184
       position: absolute;
185 185
       height: 20px;
@@ -187,17 +187,17 @@
187 187
       right: 14px;
188 188
       top: 50%;
189 189
     }
190
-  
190
+
191 191
     .jry_positionFather {
192 192
       position: relative;
193 193
       width: 100%;
194 194
     }
195
-  
195
+
196 196
     .jry_item {
197 197
       display: inline-block;
198 198
       margin-left: 5px;
199 199
     }
200
-  
200
+
201 201
     .jry_icon {
202 202
       position: absolute;
203 203
       right: 0;
@@ -211,7 +211,7 @@
211 211
       background-color: white;
212 212
       border-radius: 0 4px 4px 0;
213 213
     }
214
-  
214
+
215 215
     .DingW {
216 216
       position: relative;
217 217
       display: flex;
@@ -236,27 +236,27 @@
236 236
       color: #fff;
237 237
       background-color: #006bc0;
238 238
     }
239
-  
239
+
240 240
     .SJFL_ipt {
241 241
       width: 100%;
242 242
       height: 30px;
243 243
       border-radius: 4px 0 0 4px !important;
244 244
     }
245
-  
245
+
246 246
     .radio_left {
247 247
       width: 40px;
248 248
       display: flex;
249 249
       align-items: center;
250 250
       justify-content: center;
251 251
     }
252
-  
252
+
253 253
     .list {
254 254
       padding: 10px 0;
255 255
       border-bottom: 1px rgb(211, 211, 211) solid;
256 256
       border-top: 1px rgb(211, 211, 211) solid;
257 257
       display: flex;
258 258
     }
259
-  
259
+
260 260
     .noData {
261 261
       display: flex;
262 262
       width: 100%;
@@ -266,15 +266,15 @@
266 266
       border-bottom: none !important;
267 267
       padding-top: 30px !important;
268 268
     }
269
-  
269
+
270 270
     .noData img {
271 271
       width: 120px;
272 272
     }
273
-  
273
+
274 274
     .newOrder_content {
275 275
       display: flex;
276 276
     }
277
-  
277
+
278 278
     .leftList {
279 279
       width: 280px;
280 280
       background-color: rgb(245, 245, 245);
@@ -284,7 +284,7 @@
284 284
       border-radius: 4px;
285 285
       padding: 5px;
286 286
     }
287
-  
287
+
288 288
     .centerList {
289 289
       /* width: 778px; */
290 290
       flex: 1;
@@ -324,7 +324,7 @@
324 324
       line-height: 30px;
325 325
       margin: 0;
326 326
     }
327
-  
327
+
328 328
     .rightList {
329 329
       width: 280px;
330 330
       background-color: rgb(245, 245, 245);
@@ -334,7 +334,7 @@
334 334
       border-radius: 4px;
335 335
       padding: 5px;
336 336
     }
337
-  
337
+
338 338
     .head {
339 339
       color: #005395;
340 340
       font-size: 12px;
@@ -343,4 +343,3 @@
343 343
       border-bottom: 1px rgb(211, 211, 211) solid;
344 344
     }
345 345
   </style>
346
-  

+ 6 - 6
assets/views/report/catergry.html

@@ -404,7 +404,7 @@
404 404
                             优先级
405 405
                         </th>
406 406
                         <th rowspan="1" colspan='5'>
407
-                            关闭代码
407
+                            处理结果
408 408
                         </th>
409 409
                     </tr>
410 410
                     <tr>
@@ -442,19 +442,19 @@
442 442
443 443
                         </th>
444 444
                         <th rowspan="1">
445
-                            关闭代码1
445
+                            处理结果1
446 446
                         </th>
447 447
                         <th rowspan="1">
448
-                            关闭代码2
448
+                            处理结果2
449 449
                         </th>
450 450
                         <th rowspan="1">
451
-                            关闭代码3
451
+                            处理结果3
452 452
                         </th>
453 453
                         <th rowspan="1">
454
-                            关闭代码4
454
+                            处理结果4
455 455
                         </th>
456 456
                         <th rowspan="1">
457
-                            关闭代码5
457
+                            处理结果5
458 458
                         </th>
459 459
                     </tr>
460 460
                 </thread>

+ 1 - 1
assets/views/system/processdesign/incidentplan/closecode.html

@@ -1,7 +1,7 @@
1 1
 <section id="page-title">
2 2
     <div class="row">
3 3
         <div class="col-sm-8">
4
-            <h1 class="mainTitle">事件关闭代码设置</h1><span class="mainDescription">事件关闭代码设置,可对事件关闭代码进行修改,新增,删除</span></div>
4
+            <h1 class="mainTitle">事件处理结果设置</h1><span class="mainDescription">事件处理结果设置,可对事件处理结果进行修改,新增,删除</span></div>
5 5
     </div>
6 6
 </section>
7 7
 <div ng-controller="incidentcloseCtrl">

+ 6 - 6
assets/views/system/processdesign/incidentplan/incidentSetUp.html

@@ -1173,10 +1173,10 @@
1173 1173
                     </div>
1174 1174
                 </div>
1175 1175
                 <!-- 事件来源结束 -->
1176
-                <!-- 关闭代码开始 -->
1177
-                <div ng-if="leftListName=='关闭代码'">
1176
+                <!-- 处理结果开始 -->
1177
+                <div ng-if="leftListName=='处理结果'">
1178 1178
                     <div class="col-xs-4">
1179
-                        <div class="contentName col-xs-12">关闭代码</div>
1179
+                        <div class="contentName col-xs-12">处理结果</div>
1180 1180
                         <div class="col-xs-12" ng-repeat="v in incident_closecodeData">
1181 1181
                             <input class="form-control inputcolor emergencyIptSize" style="border-color: #dedede;color: #93989e;" type="text" ng-model="v.value" placeholder="" />
1182 1182
                         </div>
@@ -1194,7 +1194,7 @@
1194 1194
                         </div>
1195 1195
                     </div>
1196 1196
                 </div>
1197
-                <!-- 关闭代码结束 -->
1197
+                <!-- 处理结果结束 -->
1198 1198
                 <!-- 事件状态开始 -->
1199 1199
                 <div ng-if="leftListName=='事件状态'">
1200 1200
                     <div class="col-xs-4">
@@ -1350,8 +1350,8 @@
1350 1350
             <div class="btn btn_search" ng-click="incident_sourceSave()">保存</div>
1351 1351
             <div class="btn btn_other" ng-click="incident_sourceReturn()">恢复默认</div>
1352 1352
         </div>
1353
-        <!-- 关闭代码 -->
1354
-        <div class="col-xs-12 btn_box" ng-if="leftListName=='关闭代码'&&bianji">
1353
+        <!-- 处理结果 -->
1354
+        <div class="col-xs-12 btn_box" ng-if="leftListName=='处理结果'&&bianji">
1355 1355
             <div class="btn btn_search" ng-click="incident_closecodeSave()">保存</div>
1356 1356
             <div class="btn btn_other" ng-click="incident_closecodeReturn()">恢复默认</div>
1357 1357
         </div>

+ 2 - 2
assets/views/system/processdesign/knowledgedesign/system_1/processdesign/incidentplan/closecode.html

@@ -1,5 +1,5 @@
1 1
 
2
-<section id="page-title"><div class="row"><div class="col-sm-8"><h1 class="mainTitle">事件关闭代码设置</h1><span class="mainDescription">事件关闭代码设置,可对事件关闭代码进行修改,新增,删除</span></div></div></section>
2
+<section id="page-title"><div class="row"><div class="col-sm-8"><h1 class="mainTitle">事件处理结果设置</h1><span class="mainDescription">事件处理结果设置,可对事件处理结果进行修改,新增,删除</span></div></div></section>
3 3
 <div ng-controller="incidentcloseCtrl">
4 4
   <div class="row margin-top-10 margin-bottom-10">
5 5
     <div class="col-xs-12">
@@ -10,7 +10,7 @@
10 10
     </div>
11 11
   </div>
12 12
   </div>
13
- 
13
+
14 14
   <div ui-i18n="{{lang}}">
15 15
         <div id="grid1" ui-grid="gridOptions" ui-grid-pagination ui-grid-edit external-scopes="$scope" ui-grid-cellNav ui-grid-resize-columns ui-grid-selection class="grid"></div>
16 16
    </div>

+ 7 - 7
assets/views/system/processdesign/knowledgedesign/system_1/tpl/systemclose.html

@@ -1,28 +1,28 @@
1 1
 <div class="modal-header bg-primary" >
2 2
     <button type="button" class="close" ng-click="cancel()">×</button>
3
-    <i class="fa fa-inbox"></i><span class="label label-tag">关闭代码设置</span>
3
+    <i class="fa fa-inbox"></i><span class="label label-tag">处理结果设置</span>
4 4
 </div>
5 5
 <div class="modal-body">
6 6
     <div class="well well-lg"><br/>
7 7
       <div class="row form-group">
8
-        <label class="col-md-3 col-md-offset-1 control-label" for="code">关闭代码:</label>
8
+        <label class="col-md-3 col-md-offset-1 control-label" for="code">处理结果:</label>
9 9
         <div class="col-md-7">
10
-          <input  id="title" name="code" class="form-control"  ng-model="closedata.code" placeholder="关闭代码" />
10
+          <input  id="title" name="code" class="form-control"  ng-model="closedata.code" placeholder="处理结果" />
11 11
         </div>
12
-      </div>  
12
+      </div>
13 13
       <div class="row form-group">
14 14
         <label class="col-md-3 col-md-offset-1 control-label" for="reason">关闭原因:</label>
15 15
         <div class="col-md-7">
16 16
           <input  class="form-control" id="reason" name="reason" ng-model="closedata.reason"   placeholder="关闭原因" />
17
-        </div> 
17
+        </div>
18 18
       </div>
19 19
       <div class="row form-group">
20 20
         <label class="col-md-3 col-md-offset-1 control-label" for="type">关闭原因简写:</label>
21 21
         <div class="col-md-7">
22 22
           <input  class="form-control" id="type" name="type" class="form-control" ng-model="closedata.type" placeholder="关闭原因简写" />
23
-        </div> 
23
+        </div>
24 24
       </div>
25
-    </div> 
25
+    </div>
26 26
     <div class="panel-footer text-center">
27 27
         <a ng-click="savercode(closedata)"   data-dismiss="modal" class="btn btn-primary">保存</a>
28 28
         <button class="btn btn-primary btn-o" ng-click="cancel()" translate="modal.button.CANCEL">取消</button>

+ 7 - 7
assets/views/system/tpl/systemclose.html

@@ -1,28 +1,28 @@
1 1
 <div class="modal-header bg-primary" >
2 2
     <button type="button" class="close" ng-click="cancel()">×</button>
3
-    <i class="fa fa-inbox"></i><span class="label label-tag">关闭代码设置</span>
3
+    <i class="fa fa-inbox"></i><span class="label label-tag">处理结果设置</span>
4 4
 </div>
5 5
 <div class="modal-body">
6 6
     <div class="well well-lg"><br/>
7 7
       <div class="row form-group">
8
-        <label class="col-md-3 col-md-offset-1 control-label" for="code">关闭代码:</label>
8
+        <label class="col-md-3 col-md-offset-1 control-label" for="code">处理结果:</label>
9 9
         <div class="col-md-7">
10
-          <input  id="title" name="code" class="form-control"  ng-model="closedata.code" placeholder="关闭代码" />
10
+          <input  id="title" name="code" class="form-control"  ng-model="closedata.code" placeholder="处理结果" />
11 11
         </div>
12
-      </div>  
12
+      </div>
13 13
       <div class="row form-group">
14 14
         <label class="col-md-3 col-md-offset-1 control-label" for="reason">关闭原因:</label>
15 15
         <div class="col-md-7">
16 16
           <input  class="form-control" id="reason" name="reason" ng-model="closedata.reason"   placeholder="关闭原因" />
17
-        </div> 
17
+        </div>
18 18
       </div>
19 19
       <div class="row form-group">
20 20
         <label class="col-md-3 col-md-offset-1 control-label" for="type">关闭原因简写:</label>
21 21
         <div class="col-md-7">
22 22
           <input  class="form-control" id="type" name="type" class="form-control" ng-model="closedata.type" placeholder="关闭原因简写" />
23
-        </div> 
23
+        </div>
24 24
       </div>
25
-    </div> 
25
+    </div>
26 26
     <div class="panel-footer text-center">
27 27
         <a ng-click="savercode(closedata)"   data-dismiss="modal" class="btn btn-primary">保存</a>
28 28
         <button class="btn btn-primary btn-o" ng-click="cancel()" translate="modal.button.CANCEL">取消</button>