morphone1995 4 tahun lalu
induk
melakukan
85d6702130
2 mengubah file dengan 6 tambahan dan 3 penghapusan
  1. 3 2
      src/html/readmission.html
  2. 3 1
      src/js/qcListCopy.js

+ 3 - 2
src/html/readmission.html

@@ -51,7 +51,7 @@
                   </span>
                   <span class="filterItem typeFilter">
                       <span>病案号:</span>
-                      <input class="patientRecordInp" style="width: 148px;" type="text" placeholder="请输入病人住院序号">
+                      <input class="patientRecordInp" style="width: 148px;" type="text" placeholder="请输入病号">
                   </span>
                     <span class="filter">查询</span>
                     <span class="filterclear abnormalClear filterclearT">重置</span>
@@ -113,8 +113,9 @@
                       <th class="beHospitalId textCenter">病例得分</th>
                       <th class="beHospitalId textCenter">科室</th>
                       <th class="beHospitalId textCenter">主诊断</th>
-                      <th class="beHospitalId textCenter">出院日期</th>
                       <th class="beHospitalId textCenter">入院日期</th>
+                      <th class="beHospitalId textCenter">出院日期</th>
+                      <!-- <th class="beHospitalId textCenter">入院日期</th> -->
                       <th class="beHospitalId textCenter">间隔天数</th>
                     </tr>
                     </thead>

+ 3 - 1
src/js/qcListCopy.js

@@ -88,7 +88,9 @@ if(from==2){
   $(".partTitle .titlePic ").html(`<a href="keyItemFlawControl.html">关键条目缺陷占比 / </a>缺陷详情`)
 }else if(from==4){
     $(".qcFiliterItem").css("display","none")
-    $(".partTitle .titlePic ").html(`<a class="consoleD" href="console.html">控制台 / </a><a class="consoleP" href="singleVeto.html?from=1">条目缺陷占比 / </a><a class="defectDetail" href="quexianDetailControlHome.html">缺陷详情 / </a>病历详情`)
+    // 控制台 / 病案首页合格率占比 / 缺陷详情
+    // $(".partTitle .titlePic ").html(`<a class="consoleD" href="console.html">控制台 / </a><a class="consoleP" href="singleVeto.html?from=1">条目缺陷占比 / </a><a class="defectDetail" href="quexianDetailControlHome.html">缺陷详情 / </a>病历详情`)
+    $(".partTitle .titlePic ").html(`<a class="consoleD" href="console.html">控制台 / </a><a class="consoleP" href="partDetailControl.html?from=1">病案首页合格率占比 / </a><a class="defectDetail" href="quexianDetailControlHome.html">缺陷详情 / </a>病历详情`)
     $(".defectDetail").on("click",function(){
         $(parent.document).find("#contentIframe").attr("src","quexianDetailControlHome.html?deptName="+deptNamePram+"&deptId="+deptIdPram+"&from=1&casesId=243"+"&shijian=3"+"&ruleType="+ruleType+"&startDateParam="+startDateParam+"&endDateParam="+endDateParam) 
     })