luolei 5 years ago
parent
commit
27771769e9
48 changed files with 356 additions and 56 deletions
  1. 301 0
      src/css/singleVETO.less
  2. 1 1
      src/html/abnormal.html
  3. 1 1
      src/html/assertType.html
  4. 1 1
      src/html/deptScoreDetail.html
  5. 1 1
      src/html/itemDefectDetail.html
  6. 1 1
      src/html/itemManager.html
  7. 1 1
      src/html/jiaji.html
  8. 1 1
      src/html/mukuai.html
  9. 1 1
      src/html/mukuaiControl.html
  10. 1 1
      src/html/partDetail.html
  11. 1 1
      src/html/partDetailControl.html
  12. 1 1
      src/html/payDetail.html
  13. 1 1
      src/html/qcList.html
  14. 1 1
      src/html/qcListDept.html
  15. 1 1
      src/html/qcListDocteam.html
  16. 1 1
      src/html/qcListPerson.html
  17. 1 1
      src/html/quexianDetail.html
  18. 1 1
      src/html/quexianDetailControl.html
  19. 1 1
      src/html/quexianDetailHome.html
  20. 1 1
      src/html/quexianXQ.html
  21. 1 1
      src/html/singleVeto.html
  22. 1 1
      src/html/tiaomu.html
  23. 1 1
      src/html/tiaomuControl.html
  24. 1 4
      src/html/userManager.html
  25. 1 1
      src/js/abnormal.js
  26. 1 1
      src/js/assertType.js
  27. 1 1
      src/js/deptScoreDetail.js
  28. 2 2
      src/js/itemDefectDetail.js
  29. 1 1
      src/js/itemManager.js
  30. 1 1
      src/js/jiaji.js
  31. 1 1
      src/js/mukuai.js
  32. 1 1
      src/js/mukuaiControl.js
  33. 1 1
      src/js/partDetail.js
  34. 1 1
      src/js/partDetailControl.js
  35. 2 2
      src/js/qcList.js
  36. 2 2
      src/js/qcListDept.js
  37. 2 2
      src/js/qcListDocteam.js
  38. 2 2
      src/js/qcListPerson.js
  39. 3 1
      src/js/qcScore.js
  40. 1 1
      src/js/quexianDetail.js
  41. 1 1
      src/js/quexianDetailControl.js
  42. 1 1
      src/js/quexianDetailHome.js
  43. 1 1
      src/js/quexianXQ.js
  44. 2 2
      src/js/singleVeto.js
  45. 1 1
      src/js/tiaomu.js
  46. 1 1
      src/js/tiaomuControl.js
  47. 1 1
      src/js/userManager.js
  48. 1 1
      src/js/utils.js

+ 301 - 0
src/css/singleVETO.less

@@ -0,0 +1,301 @@
+@import './reset.less';
+
+.tiaomu{
+    width: 100%;
+    height: 100%;
+    overflow-y: auto;
+    background: @disColor;
+    .filterDropList{
+        position: absolute;
+        right: 0;
+        max-height: 200px;
+        overflow-y: auto;
+        background: #fff;
+        display: none;
+        border: 1px solid #e4e7ed;
+        box-shadow: 0 2px 12px 0 #e4e7ed;
+        z-index: 2;
+        li{
+            padding: 0 10px;
+        }
+    }
+    .deptList{
+        width: 160px;
+        max-height: 400px;
+    }    
+    .deptItem:hover{
+        background-color: #EEF4FF;
+        cursor: pointer;
+    }
+    .selectLevel,.selectDept{
+        display: inline-block;
+        position: relative;
+        width:160px;
+        padding: 0 10px;
+        height:40px;
+        border-radius:4px;
+        border: 1px solid #E2E5EF;
+        box-sizing: border-box;
+        cursor: pointer;
+    }
+    .filterItem.deptListWrap {
+        .selectDept,.deptList {
+            width: 180px;
+        }
+    }
+    .filterItem{
+        position: relative;
+        display: inline-block;
+        float: left;
+        height: 40px;
+        line-height: 40px;
+        margin: 0 20px 15px 0;
+        span{
+            display: inline-block;
+            line-height: 40px;
+            position: relative;
+        }
+        input{
+            width:120px;
+            height:40px;
+            border-radius:4px;
+            border: 1px solid #E2E5EF;
+            outline: none;
+            margin-right: 10px;
+            padding: 0 10px;
+            box-sizing: border-box;
+        }
+    }
+    .rejectList {
+        height: 80px !important;
+    }
+    .selectUsed,.selectReject {
+        float: right;
+    }
+    ul,li{
+        padding:0;
+        margin:0;
+        list-style:none;
+    }
+    h2{
+        width: 100%;
+        box-sizing: border-box;
+        background-color: #fff;
+        z-index: 20;
+        height: 44px;
+        line-height: 44px;
+        padding: 0 0 0 15px;
+        border-bottom: 1px solid #E2E5EF;
+        font-size: 16px;
+        font-weight: bold;
+        letter-spacing: 1px;
+    }
+    .main-body{
+        .main-body-com;
+        box-sizing: border-box;
+    }
+    table{
+        .table;
+        .moduleNumber{
+            text-align: center;
+        }
+        
+    }
+    // .filterBox{
+    //     margin: 0 0 20px 0;
+    // }
+    .filterItem{
+        position: relative;
+        display: inline-block;
+        margin-right: 20px;
+        height: 40px;
+        line-height: 40px;
+        margin: 0 20px 20px 0;
+    }
+    .filterDropList{
+        position: absolute;
+        right: 0;
+        max-height: 200px;
+        overflow-y: auto;
+        background: #fff;
+        display: none;
+        border: 1px solid #e4e7ed;
+        box-shadow: 0 2px 12px 0 #e4e7ed;
+        z-index: 2;
+        li{
+            padding: 0 10px;
+        }
+    }
+    .rejectList, .usedList{
+        height: 120px;
+        li{
+            padding: 0 10px;
+        }
+        li:hover{
+            background-color: #EEF4FF;
+            cursor: pointer;
+        }
+    }
+    .switchImg{
+        width: 30px;
+    }
+    .roleSelect {
+        position: relative;
+        top: 3px;
+        cursor: pointer;
+    }
+    .selectModuleType,.moduleItemInp,.selectUsed, .selectReject{
+        display: inline-block;
+        position: relative;
+        width:140px;
+        padding: 0 10px;
+        height:40px;
+        border-radius:4px;
+        border: 1px solid #E2E5EF;
+        box-sizing: border-box;
+        cursor: pointer;
+        padding-right: 26px;
+    }
+    .arrow{
+        position: absolute;
+        width: 10px;
+        top: 16px;
+        right: 10px;
+    }
+    .moduleItemInp{
+        cursor: default;
+        outline: none;
+    }
+    .moduleTypeList{
+         width: 160px;
+    }
+    .selectUsed, .selectReject{
+        width: 140px;
+    }
+    .modeTypeItem:hover{
+        background-color: #EEF4FF;
+        cursor: pointer;
+    }
+    .rejectList, .usedList {
+        width: 140px;
+    }
+    .filter{
+        display: inline-block;
+        width:60px;
+        height:36px;
+        background:@activeColor;
+        border-radius:4px;
+        color: #fff;
+        text-align: center;
+        line-height: 36px;
+        position: relative;
+        top: -1px;
+        cursor: pointer;
+    }
+    .export{
+        display: inline-block;
+        width:60px;
+        height:34px;
+        line-height: 34px;
+        background: #fff;
+        border-radius: 4px;
+        color: #777;
+        text-align: center;
+        border: 1px solid #777;
+        box-sizing: border-box;
+        cursor: pointer;
+        margin-left: 10px;
+        float: left;
+        top: 0px;
+    }
+    .editItem{
+       color: @activeColor;
+       cursor: pointer;
+    }
+    .editItemDis{
+        color: #aaa;
+        cursor: not-allowed;
+    }
+    
+    .ellipsis{
+        overflow: hidden;
+        text-overflow:ellipsis;
+        white-space: nowrap;
+    }
+    .textCenter{
+        text-align: center;
+    }
+    
+    
+    .pagination{
+        margin: 35px 0 20px 0  ;
+        text-align: right;
+    }
+    .totalSum{
+        font-size:12px;
+        line-height:17px;
+        color: #777777;
+        margin-right: 20px;
+    }
+    .pageNum,.prePage,.nextPage, .more{
+        display: inline-block;
+        width: 20px;
+        cursor: pointer;
+        margin: 0 20px 0 0;
+        text-align: center;
+        color: #777;
+    }
+    .prePage,.nextPage{
+        img{
+            position: relative;
+            top: 0px   ;
+        }
+    }
+     .more{
+        cursor: not-allowed;
+    }
+    .arrowPage{
+        width: 6px;
+    }
+    .activePage{
+        color: @activeColor;
+    }
+    
+    input::-webkit-outer-spin-button,
+    input::-webkit-inner-spin-button {
+        -webkit-appearance: none;
+    }
+     
+    input[type="number"] {
+        -moz-appearance: textfield;
+    }
+}
+.singleVeto{
+    .rejectList{
+        height: 101px !important;
+    }
+}
+.goDetail{
+    cursor: pointer;
+    color: @activeColor;
+}
+
+.usrContain .selectReject,.usrContain .selectModuleType ,.managerContainer .selectModuleType  {
+    float: right;
+}
+.usrContain .rejectList,.usrContain .usedList{
+    height: 200px;
+}
+.usrContain .selectModuleType, .usrContain .moduleItemInp, .usrContain .selectUsed, .usrContain .selectReject {
+    width: 170px;
+}
+.managerContainer .moduleTypeList {
+    width: 140px;
+}
+.managerContainer.usrContain .moduleTypeList {
+    width: 170px;
+    height: 400px;
+}
+.managerContainer.usrContain .selectReject {
+    width: 140px;
+}

+ 1 - 1
src/html/abnormal.html

@@ -63,7 +63,7 @@
                     <th class="patientage textCenter" >备注</th>
                     <th class="patientage textCenter" style="width: 150px;">操作</th>
                     </thead>
-                    <tbody>
+                    <tbody class="tbody">
 
                     </tbody>
                 </table>

+ 1 - 1
src/html/assertType.html

@@ -35,7 +35,7 @@
                         <th class="beHospitalId textCenter">质控类型</th>
                         <th class="beHospitalId textCenter" style="width: 200px;">操作</th>
                     </thead>
-                    <tbody>
+                    <tbody class="tbody">
 
                     </tbody>
                 </table>

+ 1 - 1
src/html/deptScoreDetail.html

@@ -59,7 +59,7 @@
                     <th class="beHospitalId textCenter">乙级率</th>
                     <th class="beHospitalId textCenter">丙级率</th>
                     </thead>
-                    <tbody>
+                    <tbody class="tbody">
 
                     </tbody>
                 </table>

+ 1 - 1
src/html/itemDefectDetail.html

@@ -114,7 +114,7 @@
                     <th class="outHospitalDate textCenter desc" code="leaveHospitalDate">出院日期</th>
                     <!-- <th class="scoreTime textCenter" code="grade_time">评分时间</th> -->
                     </thead>
-                    <tbody>
+                    <tbody class="tbody">
 
                     </tbody>
                     <tfoot>

+ 1 - 1
src/html/itemManager.html

@@ -59,7 +59,7 @@
                     <th class="moduleUsed">启用</th>
                     <th class="moduleOpera" style="width: 65px;">操作</th>
                 </thead>
-                <tbody>
+                <tbody class="tbody">
     
                 </tbody>
             </table>

+ 1 - 1
src/html/jiaji.html

@@ -43,7 +43,7 @@
                         <th class="moduleItemName">科室名称</th>
                         <th class="moduleScore" style="width: 80px;">甲级病历占比</th>
                     </thead>
-                    <tbody>
+                    <tbody class="tbody">
 
                     </tbody>
                 </table>

+ 1 - 1
src/html/mukuai.html

@@ -52,7 +52,7 @@
                     <th class="moduleItemName">模块名称</th>
                     <th class="moduleScore" style="width: 80px;">缺陷占比</th>
                 </thead>
-                <tbody>
+                <tbody class="tbody">
     
                 </tbody>
             </table>

+ 1 - 1
src/html/mukuaiControl.html

@@ -52,7 +52,7 @@
                     <th class="moduleItemName">模块名称</th>
                     <th class="moduleScore desc" style="width: 105px;" code="percentStr">缺陷占比</th>
                 </thead>
-                <tbody>
+                <tbody class="tbody">
     
                 </tbody>
             </table>

+ 1 - 1
src/html/partDetail.html

@@ -57,7 +57,7 @@
                     <th class="beHospitalId textCenter" code="averageValue">质控平均分</th>
                     <th class="beHospitalId textCenter" code="mrNum">质控病历数</th>
                     </thead>
-                    <tbody>
+                    <tbody class="tbody">
 
                     </tbody>
                 </table>

+ 1 - 1
src/html/partDetailControl.html

@@ -60,7 +60,7 @@
                         <th class="beHospitalId textCenter" code="averageValue">质控平均分</th>
                         <th class="beHospitalId textCenter" code="mrNum">质控病历数</th>
                     </thead>
-                    <tbody>
+                    <tbody class="tbody">
 
                     </tbody>
                 </table>

+ 1 - 1
src/html/payDetail.html

@@ -55,7 +55,7 @@
                         <th class="beHospitalId textCenter">科室名称</th>
                         <th class="patientNo textCenter" >平均住院花费(元)</th>
                     </thead>
-                    <tbody>
+                    <tbody class="tbody">
 
                     </tbody>
                 </table>

+ 1 - 1
src/html/qcList.html

@@ -96,7 +96,7 @@
                         <th class="scoreTime textCenter" code="grade_time">评分时间</th> -->
                     </tr>
                     </thead>
-                    <tbody>
+                    <tbody class="tbody">
 
                     </tbody>
                     <tfoot>

+ 1 - 1
src/html/qcListDept.html

@@ -96,7 +96,7 @@
                             <th class="scoreTime textCenter" code="grade_time">评分时间</th> -->
                         </tr>
                     </thead>
-                    <tbody>
+                    <tbody class="tbody">
 
                     </tbody>
                     <!-- <tfoot>

+ 1 - 1
src/html/qcListDocteam.html

@@ -88,7 +88,7 @@
                             <th class="scoreTime textCenter" code="grade_time">评分时间</th> -->
                         </tr>
                     </thead>
-                    <tbody>
+                    <tbody class="tbody">
 
                     </tbody>
                     <!-- <tfoot>

+ 1 - 1
src/html/qcListPerson.html

@@ -93,7 +93,7 @@
                             <th class="scoreTime textCenter" code="grade_time">评分时间</th>    -->
                         </tr> 
                     </thead>
-                    <tbody>
+                    <tbody class="tbody">
 
                     </tbody>
                     <!-- <tfoot>

+ 1 - 1
src/html/quexianDetail.html

@@ -62,7 +62,7 @@
                     <th class="moduleItemName textCenter" code="num">数量</th>
                     <th class="moduleScore" style="width: 100px;" code="percent">缺陷占比</th>
                 </thead>
-                <tbody>
+                <tbody class="tbody">
                     
                 </tbody>
             </table>

+ 1 - 1
src/html/quexianDetailControl.html

@@ -61,7 +61,7 @@
                     <th class="moduleItemName textCenter" code="num">数量</th>
                     <th class="moduleScore" style="width: 100px;" code="percent">缺陷占比</th>
                 </thead>
-                <tbody>
+                <tbody class="tbody">
     
                 </tbody>
             </table>

+ 1 - 1
src/html/quexianDetailHome.html

@@ -47,7 +47,7 @@
                     <th class="moduleItemName textCenter">数量</th>
                     <th class="moduleScore" style="width: 80px;">缺陷占比</th>
                 </thead>
-                <tbody>
+                <tbody class="tbody">
     
                 </tbody>
             </table>

+ 1 - 1
src/html/quexianXQ.html

@@ -55,7 +55,7 @@
                     <th class="beHospitalId textCenter">科室名称</th>
                     <th class="patientNo textCenter" >平均住院天数</th>
                     </thead>
-                    <tbody>
+                    <tbody class="tbody">
 
                     </tbody>
                 </table>

+ 1 - 1
src/html/singleVeto.html

@@ -65,7 +65,7 @@
                     <th class="moduleItemName">数量</th>
                     <th class="moduleScore" style="width: 80px;">缺陷占比</th>
                 </thead>
-                <tbody>
+                <tbody class="tbody">
 
                 </tbody>
             </table>

+ 1 - 1
src/html/tiaomu.html

@@ -48,7 +48,7 @@
                     <th class="moduleItemName">数量</th>
                     <th class="moduleScore" style="width: 80px;">缺陷占比</th>
                 </thead>
-                <tbody>
+                <tbody class="tbody">
     
                 </tbody>
             </table>

+ 1 - 1
src/html/tiaomuControl.html

@@ -47,7 +47,7 @@
                     <th class="moduleItemName">数量</th>
                     <th class="moduleScore" style="width: 80px;">缺陷占比</th>
                 </thead>
-                <tbody>
+                <tbody class="tbody">
     
                 </tbody>
             </table>

+ 1 - 4
src/html/userManager.html

@@ -41,15 +41,12 @@
                     <th class="moduleUsed">状态</th>
                     <th class="moduleOpera" style="width: 150px;">操作</th>
                 </thead>
-                <tbody>
+                <tbody class="tbody">
     
                 </tbody>
             </table>
             <div class="pagination"></div>
         </div>
-        
-        
-        
     </div>
 </body>
 

+ 1 - 1
src/js/abnormal.js

@@ -143,7 +143,7 @@ function renderTab(data,hisId,activePage){
             </tr>
         `
     }
-    $('tbody').html(str?str:emptyBox())
+    $('.tbody').html(str?str:emptyBox())
     bindScoreDetail(hisId)
 }
 function getQcAnnormalMode(item,type,mol,des){

+ 1 - 1
src/js/assertType.js

@@ -201,7 +201,7 @@ function renderTab(data,hisId,activePage){
             </tr>
         `
     }
-    $('tbody').html(str?str:emptyBox())
+    $('.tbody').html(str?str:emptyBox())
     bindScoreDetail(hisId)
     $(".goHomeDetail").click(function(){
         let docName = $(this).attr("data-doc")

+ 1 - 1
src/js/deptScoreDetail.js

@@ -222,7 +222,7 @@ function renderTab(data,hisId,activePage){
             </tr>
         `
     }
-    $('tbody').html(str?str:emptyBox())
+    $('.tbody').html(str?str:emptyBox())
     bindScoreDetail(hisId)
     $(".goHomeDetail").click(function(){
         let docName = $(this).attr("data-doc")

+ 2 - 2
src/js/itemDefectDetail.js

@@ -219,7 +219,7 @@ function renderTab(data,hisId){
     let str = ``
     let hasSelectAll = true;
     if(data.length===0){
-      $('tbody').html(emptyBox())
+      $('.tbody').html(emptyBox())
       return;
     }
     for(let i = 0; i < data.length; i++){
@@ -251,7 +251,7 @@ function renderTab(data,hisId){
         $('.scoreOpera img').attr("src" ,iconUnCheck)
         $('.scoreOpera').attr("data-selectall",false)
     }
-    $('tbody').html(str)
+    $('.tbody').html(str)
     bindScoreOperaItem()
     bindRecordScoreOper()
     bindScoreDetail(hisId)

+ 1 - 1
src/js/itemManager.js

@@ -131,7 +131,7 @@ function renderTab(data,activePage){
             </tr>
         `
     }
-    $('tbody').html(str)
+    $('.tbody').html(str)
     bindEdit(data,activePage)
 }
 

+ 1 - 1
src/js/jiaji.js

@@ -170,7 +170,7 @@ function renderTab(data,hisId,activePage){
             </tr>
         `
     }
-    $('tbody').html(str?str:emptyBox())
+    $('.tbody').html(str?str:emptyBox())
     bindScoreDetail(hisId)
 }
 

+ 1 - 1
src/js/mukuai.js

@@ -285,7 +285,7 @@ function renderTab(data,activePage){
             </tr>
         `
     }
-    $('tbody').html(str?str:emptyBox())
+    $('.tbody').html(str?str:emptyBox())
     bindEdit(data,activePage)
     $(".goHomeDetail").click(function(){
         let model = $(this).attr("data-model")

+ 1 - 1
src/js/mukuaiControl.js

@@ -297,7 +297,7 @@ function renderTab(data,activePage){
             </tr>
         `
     }
-    $('tbody').html(str?str:emptyBox())
+    $('.tbody').html(str?str:emptyBox())
     bindEdit(data,activePage)
     $(".goHomeDetail").click(function(){
         let model = $(this).attr("data-model")

+ 1 - 1
src/js/partDetail.js

@@ -232,7 +232,7 @@ function renderTab(data,hisId,activePage){
             </tr>
         `
     }
-    $('tbody').html(str?str:emptyBox())
+    $('.tbody').html(str?str:emptyBox())
     bindScoreDetail(hisId)
     $(".goHomeDetail").click(function(){
         let docName = $(this).attr("data-doc")

+ 1 - 1
src/js/partDetailControl.js

@@ -179,7 +179,7 @@ function renderTab(data,hisId,activePage){
             </tr>
         `
     }
-    $('tbody').html(str?str:emptyBox())
+    $('.tbody').html(str?str:emptyBox())
     bindScoreDetail(hisId)
     $(".goHomeDetail").click(function(){
         let deptName = $(this).attr("data-dept")

+ 2 - 2
src/js/qcList.js

@@ -209,7 +209,7 @@ function renderTab(data,hisId){
     let str = ``
     let hasSelectAll = true;
     if(data.length===0){
-      $('tbody').html(emptyBox(null,showNum+2))
+      $('.tbody').html(emptyBox(null,showNum+2))
       return;
     }
     for(let i = 0; i < data.length; i++){
@@ -255,7 +255,7 @@ function renderTab(data,hisId){
         $('.scoreOpera img').attr("src" ,iconUnCheck)
         $('.scoreOpera').attr("data-selectall",false)
     }
-    $('tbody').html(str)
+    $('.tbody').html(str)
     bindScoreOperaItem()
     bindRecordScoreOper()
     bindScoreDetail(hisId)

+ 2 - 2
src/js/qcListDept.js

@@ -228,7 +228,7 @@ function renderTab(data){
     let str = ``
     let hasSelectAll = true;
     if(data.length===0){
-        $('tbody').html(emptyBox(null,showNum+2))
+        $('.tbody').html(emptyBox(null,showNum+2))
       return;
     }
     for(let i = 0; i < data.length; i++){
@@ -274,7 +274,7 @@ function renderTab(data){
         $('.scoreOpera img').attr("src" ,iconUnCheck)
         $('.scoreOpera').attr("data-selectall",false)
     }
-    $('tbody').html(str)
+    $('.tbody').html(str)
     bindScoreOperaItem()
     bindRecordScoreOper()
     bindScoreDetail()

+ 2 - 2
src/js/qcListDocteam.js

@@ -208,7 +208,7 @@ function renderTab(data){
     let str = ``
     let hasSelectAll = true;
     if(data.length===0){
-        $('tbody').html(emptyBox(null,showNum+2))
+        $('.tbody').html(emptyBox(null,showNum+2))
       return;
     }
     for(let i = 0; i < data.length; i++){
@@ -254,7 +254,7 @@ function renderTab(data){
         $('.scoreOpera img').attr("src" ,iconUnCheck)
         $('.scoreOpera').attr("data-selectall",false)
     }
-    $('tbody').html(str)
+    $('.tbody').html(str)
     bindScoreOperaItem()
     bindRecordScoreOper()
     bindScoreDetail()

+ 2 - 2
src/js/qcListPerson.js

@@ -229,7 +229,7 @@ function renderTab(data){
     let str = ``
     let hasSelectAll = true;
     if(data.length===0){
-        $('tbody').html(emptyBox(null,showNum+2))
+        $('.tbody').html(emptyBox(null,showNum+2))
         return;
     }
     for(let i = 0; i < data.length; i++){
@@ -275,7 +275,7 @@ function renderTab(data){
         $('.scoreOpera img').attr("src" ,iconUnCheck)
         $('.scoreOpera').attr("data-selectall",false)
     }
-    $('tbody').html(str)
+    $('.tbody').html(str)
     bindScoreOperaItem()
     bindRecordScoreOper()
     bindScoreDetail()

+ 3 - 1
src/js/qcScore.js

@@ -180,7 +180,9 @@ function formatInfoData(k,data){
       }
       $(".flaw-item .title a[code="+code+"]").click();
       const anch=$(".flaw-item .title a[code="+code+"]").attr("href");
-      $('#contentInfo').scrollTop($(anch).offset().top-60);
+      if($(anch)[0]){
+        $('#contentInfo').scrollTop($(anch).offset().top-60);
+      }
     });
   }
 

+ 1 - 1
src/js/quexianDetail.js

@@ -325,7 +325,7 @@ function renderTab(data,activePage){
             </tr>
         `
     }
-    $('tbody').html(str?str:emptyBox())
+    $('.tbody').html(str?str:emptyBox())
     bindEdit(data,activePage)
 }
 

+ 1 - 1
src/js/quexianDetailControl.js

@@ -304,7 +304,7 @@ function renderTab(data,activePage){
             </tr>
         `
     }
-    $('tbody').html(str?str:emptyBox())
+    $('.tbody').html(str?str:emptyBox())
     bindEdit(data,activePage)
 }
 

+ 1 - 1
src/js/quexianDetailHome.js

@@ -321,7 +321,7 @@ function renderTab(data,activePage){
             </tr>
         `
     }
-    $('tbody').html(str?str:emptyBox())
+    $('.tbody').html(str?str:emptyBox())
     bindEdit(data,activePage)
 }
 

+ 1 - 1
src/js/quexianXQ.js

@@ -126,7 +126,7 @@ function renderTab(data,hisId,activePage){
             </tr>
         `
     }
-    $('tbody').html(str?str:emptyBox())
+    $('.tbody').html(str?str:emptyBox())
     bindScoreDetail(hisId)
 }
 

+ 2 - 2
src/js/singleVeto.js

@@ -1,5 +1,5 @@
 const $ = require('jquery');
-require("../css/tiaomu.less");
+require("../css/singleVeto.less");
 require('./../resource/jquery-ui/jquery-ui.min.js');
 require('./modal.js');
 const {api} = require('./api.js')
@@ -305,7 +305,7 @@ function renderTab(data,activePage){
             </tr>
         `
     }
-    $('tbody').html(str?str:emptyBox())
+    $('.tbody').html(str?str:emptyBox())
     bindEdit(data,activePage)
     goDetail(data)
 }

+ 1 - 1
src/js/tiaomu.js

@@ -292,7 +292,7 @@ function renderTab(data,activePage){
             </tr>
         `
     }
-    $('tbody').html(str?str:emptyBox())
+    $('.tbody').html(str?str:emptyBox())
     bindEdit(data,activePage)
 }
 

+ 1 - 1
src/js/tiaomuControl.js

@@ -263,7 +263,7 @@ function renderTab(data,activePage){
             </tr>
         `
     }
-    $('tbody').html(str?str:emptyBox())
+    $('.tbody').html(str?str:emptyBox())
     bindEdit(data,activePage)
 }
 

+ 1 - 1
src/js/userManager.js

@@ -122,7 +122,7 @@ function renderTab(data,activePage){
             </tr>
         `
     }
-    $('tbody').html(str?str:emptyBox())
+    $('.tbody').html(str?str:emptyBox())
     bindEdit(data,activePage)
 }
 

+ 1 - 1
src/js/utils.js

@@ -2,7 +2,7 @@ const qs = require('qs');
 const $ = require("jquery");
 const axios = require("axios")
 var Utils = require('./rePromise');
-const baseUrl = "http://192.168.2.236:5858"
+const baseUrl = "http://192.168.2.241:5858"
 //页面映射
 const pageMap={
   'YH-KZT':'console.html',