Browse Source

微信工单详情隐藏办理过程

miaofuhao 6 years ago
parent
commit
656c50ebfe
1 changed files with 21 additions and 21 deletions
  1. 21 21
      WebChat/html/gongDanDetail.html

+ 21 - 21
WebChat/html/gongDanDetail.html

@@ -306,7 +306,7 @@
306 306
                 <div class="mui-table-view">
307 307
                     <div id='image-list' class="row image-list"></div>
308 308
                 </div>
309
-                <h4 class="gdgz gzDiv" >工单跟踪信息</h4>
309
+                <!--<h4 class="gdgz gzDiv" >工单跟踪信息</h4>
310 310
 
311 311
                 <li class="mui-table-view-cell gzDiv">
312 312
                     <ul class="layui-timeline time_line">
@@ -320,7 +320,7 @@
320 320
                             </div>
321 321
                         </li>-->
322 322
                     </ul>
323
-                </li>
323
+                </li>-->
324 324
             </div>
325 325
         </ul>
326 326
 
@@ -373,25 +373,25 @@
373 373
                         $('.order_time').html(conDetail.F_CreateTime);
374 374
                     }
375 375
 
376
-                    var time_line = con.data.item;
377
-                    $(time_line).each(function (i, n) {
378
-                        var oldmsg = n.F_Message
379
-                        var jqmsg = "";
380
-                        var jqmsgnew;
381
-                        if (oldmsg.match(/-(\S*)\)/) == null) {
382
-                            jqmsgnew = n.F_Message;
383
-                        } else {
384
-                            jqmsg = oldmsg.match(/-(\S*)\)/)[0];
385
-                            jqmsgnew = oldmsg.replace(jqmsg, "");
386
-                        }
387
-                        $('<li class="layui-timeline-item">' +
388
-                            '<i class="layui-icon layui-timeline-axis">&#xe63f;</i>' +
389
-                            '<div class="layui-timeline-content layui-text">' +
390
-                            '<h3 class="layui-timeline-title">' + n.F_CreateTime + '</h3>' +
391
-                            '<p>' + jqmsgnew + '</p>' +
392
-                            '</div>' +
393
-                            '</li>').appendTo('.time_line')
394
-                    })
376
+//                  var time_line = con.data.item;
377
+//                  $(time_line).each(function (i, n) {
378
+//                      var oldmsg = n.F_Message
379
+//                      var jqmsg = "";
380
+//                      var jqmsgnew;
381
+//                      if (oldmsg.match(/-(\S*)\)/) == null) {
382
+//                          jqmsgnew = n.F_Message;
383
+//                      } else {
384
+//                          jqmsg = oldmsg.match(/-(\S*)\)/)[0];
385
+//                          jqmsgnew = oldmsg.replace(jqmsg, "");
386
+//                      }
387
+//                      $('<li class="layui-timeline-item">' +
388
+//                          '<i class="layui-icon layui-timeline-axis">&#xe63f;</i>' +
389
+//                          '<div class="layui-timeline-content layui-text">' +
390
+//                          '<h3 class="layui-timeline-title">' + n.F_CreateTime + '</h3>' +
391
+//                          '<p>' + jqmsgnew + '</p>' +
392
+//                          '</div>' +
393
+//                          '</li>').appendTo('.time_line')
394
+//                  })
395 395
                     //图片展示
396 396
                     if (conDetail.File) {
397 397
                         $(conDetail.File).each(function (i, n) {