liuzhen 5 lat temu
rodzic
commit
55a706e3d4
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      WebUI/CallCenterWeb.UI/js/index.js

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

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