Browse Source

除去 评分栏

morphone1995 4 years ago
parent
commit
625b5b6a30
3 changed files with 9 additions and 9 deletions
  1. 3 3
      src/js/qcListDept.js
  2. 3 3
      src/js/qcListDocteam.js
  3. 3 3
      src/js/qcListPerson.js

+ 3 - 3
src/js/qcListDept.js

@@ -320,10 +320,11 @@ function renderTab(data){
         if(!item.hasSelect){
             hasSelectAll = false
         }
+        // <td  class="recordScoreOperaBtn textCenter" style="opacity:${hasData('FUNC000017')?'1':'0.5'}">评分</td>
         str += `
             <tr  data-index=${i}>
                 <td class="scoreOperaItem textCenter">${item.hasSelect ? `<img class="iconCheck" src=${iconCheck} />`:`<img class="iconCheck" src=${iconUnCheck} />`}</td>
-                <td  class="recordScoreOperaBtn textCenter" style="opacity:${hasData('FUNC000017')?'1':'0.5'}">评分</td>`
+                `
         for(let j = 0; j < pageSet.length; j++){
             if(pageSet[j].status == 1){
                 if(pageSet[j].val === "checkStatus" || pageSet[j].val === "mrStatus" ){
@@ -584,8 +585,7 @@ function getPageSet(){
 }
 
 function renderTabTitle(data){
-    let str = ` <th class="textCenter" ></th>
-    <th class="recordScoreOpera textCenter" style="width: 65px;">操作</th>`
+    let str = ` <th class="textCenter" ></th>`
     for(let i = 0; i < data.length; i++){
         const item = data[i]
         if(item.status == 1){

+ 3 - 3
src/js/qcListDocteam.js

@@ -303,10 +303,11 @@ function renderTab(data){
         if(!item.hasSelect){
             hasSelectAll = false
         }
+        // <td  class="recordScoreOperaBtn textCenter" style="opacity:${hasData('FUNC000017')?'1':'0.5'}">评分</td>
         str += `
             <tr  data-index=${i}>
                 <td class="scoreOperaItem textCenter">${item.hasSelect ? `<img class="iconCheck" src=${iconCheck} />`:`<img class="iconCheck" src=${iconUnCheck} />`}</td>
-                <td  class="recordScoreOperaBtn textCenter" style="opacity:${hasData('FUNC000017')?'1':'0.5'}">评分</td>`
+                `
         for(let j = 0; j < pageSet.length; j++){
             if(pageSet[j].status == 1){
                 if(pageSet[j].val === "checkStatus" || pageSet[j].val === "mrStatus" ){
@@ -533,8 +534,7 @@ function getPageSet(){
 }
 
 function renderTabTitle(data){
-    let str = ` <th class="textCenter" ></th>
-    <th class="recordScoreOpera textCenter" style="width: 65px;">操作</th>`
+    let str = ` <th class="textCenter" ></th>`
     for(let i = 0; i < data.length; i++){
         const item = data[i]
         if(item.status == 1){

+ 3 - 3
src/js/qcListPerson.js

@@ -323,10 +323,11 @@ function renderTab(data){
         if(!item.hasSelect){
             hasSelectAll = false
         }
+        // <td  class="recordScoreOperaBtn textCenter" style="opacity:${hasData('FUNC000017')?'1':'0.5'}">评分</td>
         str += `
             <tr  data-index=${i}>
                 <td class="scoreOperaItem textCenter">${item.hasSelect ? `<img class="iconCheck" src=${iconCheck} />`:`<img class="iconCheck" src=${iconUnCheck} />`}</td>
-                <td  class="recordScoreOperaBtn textCenter" style="opacity:${hasData('FUNC000017')?'1':'0.5'}">评分</td>`
+                `
         for(let j = 0; j < pageSet.length; j++){
             if(pageSet[j].status == 1){
                 if(pageSet[j].val === "checkStatus" || pageSet[j].val === "mrStatus" ){
@@ -585,8 +586,7 @@ function getPageSet(){
 }
 
 function renderTabTitle(data){
-    let str = ` <th class="textCenter" ></th>
-    <th class="recordScoreOpera textCenter" style="width: 65px;">操作</th>`
+    let str = ` <th class="textCenter" ></th>`
     for(let i = 0; i < data.length; i++){
         const item = data[i]
         if(item.status == 1){