Explorar el Código

微信代码提交

miaofuhao %!s(int64=4) %!d(string=hace) años
padre
commit
de3941203a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      WebChat/html/gongDanDetail.html

+ 2 - 1
WebChat/html/gongDanDetail.html

@@ -360,7 +360,8 @@
360 360
                         } else if (conDetail.F_WorkState == 9) {
361 361
                             $('.order_state').html('已处理');
362 362
                             $('.order_HandleContent').show();
363
-                            $('.order_HandleContent').html('处理内容:' + conDetail.F_Result);
363
+                            //$('.order_HandleContent').html('处理内容:' + conDetail.F_Result);  //处理结果
364
+                            $('.order_HandleContent').html('处理内容:' + conDetail.F_FinalOpinion); //结案意见
364 365
                         } else {
365 366
                             $('.order_state').html('正在处理');
366 367
                         }