瀏覽代碼

Merge branch 'test' of http://192.168.2.236:10080/zhouna/AIPlatform into test

luolei 5 年之前
父節點
當前提交
7e9c3938f4
共有 5 個文件被更改,包括 13 次插入14 次删除
  1. 2 2
      src/css/index.less
  2. 3 3
      src/css/reset.less
  3. 二進制
      src/images/icon_check.png
  4. 4 5
      src/js/qcListDept.js
  5. 4 4
      src/js/qcListPerson.js

+ 2 - 2
src/css/index.less

@@ -294,8 +294,8 @@
     input {
       border: 1px solid #E2E5EF;
       width: 300px;
-      height: 40px;
-      line-height: 40px;
+      height: 34px;
+      line-height: 34px;
       border-radius: 3px;
       margin-bottom: 30px;
       padding: 0 10px;

+ 3 - 3
src/css/reset.less

@@ -115,7 +115,7 @@ textarea {
   border-bottom: 10px solid #F5F6FA;
   font-size: 16px;
   text-indent: 20px;
-  font-weight: bold;
+  font-weight: normal;
   letter-spacing: 1px;
 }
 
@@ -208,7 +208,7 @@ textarea {
     left: 50%;
     top: 30%;
     margin-left: -200px;
-    padding-bottom: 20px;
+    padding-bottom: 34px;
     border-radius: 4px;
     overflow: hidden;
   }
@@ -328,7 +328,7 @@ input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
   line-height: 44px;
   padding-left: 15px;
   font-size: 14px;
-  font-weight: bold;
+  font-weight: normal;
   letter-spacing: 1px;
   min-width: 100px;
   p {

二進制
src/images/icon_check.png


+ 4 - 5
src/js/qcListDept.js

@@ -376,7 +376,7 @@ $('.recordScoreBtn').on("click",function(e){
     } else{
         loading()
         for(let j = 0; j < scoreList.length; j++){
-            recordScore(scoreList[j],scoreList.length)
+            recordScore(scoreList[j],scoreList.length,true)
         }
     }
 })
@@ -393,10 +393,9 @@ function recordScore(behospitalCode,totalNum,hasToast){
                 const activePage = $(".activePage").attr('data-page') || 1
 
                 getTabData(activePage)
-            }
-            if(hasToast){
-            
-                $.alerModal({"message":'评分成功',type:"tip",time:'1000',isFather: true, fatherWrapper: $("#mainBox", parent.document)});
+                if(hasToast){
+                  $.alerModal({"message":'评分成功',type:"tip",time:'1000',isFather: true, fatherWrapper: $("#mainBox", parent.document)});
+                }
             }
         }else{
             hideLoading()

+ 4 - 4
src/js/qcListPerson.js

@@ -376,7 +376,7 @@ $('.recordScoreBtn').on("click",function(e){
     } else{
         loading()
         for(let j = 0; j < scoreList.length; j++){
-            recordScore(scoreList[j],scoreList.length)
+            recordScore(scoreList[j],scoreList.length,true)
         }
     }
 })
@@ -393,9 +393,9 @@ function recordScore(behospitalCode,totalNum,hasToast){
                 const activePage = $(".activePage").attr('data-page') || 1
 
                 getTabData(activePage)
-            }
-            if(hasToast){
-                $.alerModal({"message":'评分成功',type:"tip",time:'1000',isFather: true, fatherWrapper: $("#mainBox", parent.document)});
+                if(hasToast){
+                    $.alerModal({"message":'评分成功',type:"tip",time:'1000',isFather: true, fatherWrapper: $("#mainBox", parent.document)});
+                }
             }
         }else{
             hideLoading()