liuzhen %!s(int64=5) %!d(string=hace) años
padre
commit
55a706e3d4
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      WebUI/CallCenterWeb.UI/js/index.js

+ 2 - 1
WebUI/CallCenterWeb.UI/js/index.js

1598
     if (dicTypeid == 50 && row.F_WorkState !== 9) {
1598
     if (dicTypeid == 50 && row.F_WorkState !== 9) {
1599
         return '<a class="xg" onclick="reminder(' + row.F_WorkOrderId + ')" title="催单">催单</a>';
1599
         return '<a class="xg" onclick="reminder(' + row.F_WorkOrderId + ')" title="催单">催单</a>';
1600
     } else {
1600
     } else {
1601
-        return '';
1601
+//      return '';
1602
+         return '<a class="xg" onclick="reminder(' + row.F_WorkOrderId + ')" title="催单">催单</a>';
1602
     }
1603
     }
1603
 }
1604
 }
1604
 function reminder(str) {
1605
 function reminder(str) {