zhouna 4 tahun lalu
induk
melakukan
92068105e0
3 mengubah file dengan 5 tambahan dan 5 penghapusan
  1. 1 1
      src/js/allotCheckTask.js
  2. 2 2
      src/js/checkTaskList.js
  3. 2 2
      src/js/creatCheckTask.js

+ 1 - 1
src/js/allotCheckTask.js

@@ -425,7 +425,7 @@ function renderCheckerTable(d){
     let str = ``,code="";
     global_CheckerId="";
     if(!data||data.length===0){
-        $('.checkerTable .tbody').html(emptyBox(null,4))
+        $('.checkerTable .tbody').html(emptyBox(null,5))
         //if(!noTasksUpdate){getTabData(1);}
         //   initScroll("qcList","YX",1)
         return;

+ 2 - 2
src/js/checkTaskList.js

@@ -260,7 +260,7 @@ function getTabData(activePage) {
         jobDistributionTimeEnd:filterData.jobDistributionTimeEnd+" 23:59:59"
     }
     $('.pagination').html("")
-    $('.tbody').html(emptyBox('努力加载中...', '', 14))
+    $('.tbody').html(emptyBox('努力加载中...', '', 15))
     return post(ywCheckApi.getUserList, param).then(res => {
         if (res.data.code == '0') {
             tabList = res.data.data.records
@@ -325,7 +325,7 @@ function bindScoreSelect(){
 function renderTab(data) {
     let str = ``,code="";
     if (data.length === 0) {
-        $('.tbody').html(emptyBox(null, 14))
+        $('.tbody').html(emptyBox(null, 15))
         return;
     }
     const titles = $(".tabTitle th[valCode]");

+ 2 - 2
src/js/creatCheckTask.js

@@ -343,7 +343,7 @@ function getTabData(activePage){
         endDate:filterData.endDate+" 23:59:59",
     }
     $('.pagination').html("")
-    $('.tbody').html(emptyBox('努力加载中...','',16))
+    $('.tbody').html(emptyBox('努力加载中...','',17))
     return post(ywCheckApi.getTaskList,param).then(res =>{
         if(res.data.code == '0'){
             const data = res.data.data;
@@ -373,7 +373,7 @@ function renderTab(data){
     let str = ``,code="";
     let hasSelectAll = true;
     if(data.length===0){
-      $('.tbody').html(emptyBox(null,16))
+      $('.tbody').html(emptyBox(null,17))
     //   initScroll("qcList","YX",1)
       return;
     }