MSI\liwei 7 ani în urmă
părinte
comite
b6cd47687d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      VisualInspection/qzd/js/task/new.js

+ 1 - 1
VisualInspection/qzd/js/task/new.js

@@ -89,7 +89,7 @@ function queryTask() {
         { width: 160, text: '出勤人员', type: 'string', flex: true, sort: 'down', colClass: 'text-center', field: 'userNames' },
         // {width: 120, text: '状态', type: 'string', flex: true, colClass: '',field: 'check_status_name'}
     ];
-    user.roles[0].id = 20;
+   // user.roles[0].id = 20;
     if (user.roles[0].id == 20 || user.roles[0].id == 21) {
         var colFunc = { width: 160, text: '操作', type: 'string', flex: true, field: 'id', colClass: 'text-center' };
         colFunc.oper = $.zui.store.get("task_table_btn_1");