zhouna 3 年 前
コミット
8efe163550

+ 1 - 1
src/html/dataAnalysis/statisticsDetail.html

@@ -63,7 +63,7 @@
                     <thead>
                     <th class="moduleName" style="width: 65px;" code="level">病历等级</th>
                     <th class="beHospitalId textCenter" code="scoreRes">病历得分</th>
-                    <th class="beHospitalId textCenter" code="fileCode">病案号</th>
+                    <th class="beHospitalId textCenter" code="behospitalCode">病人住院序号</th>
                     <th class="beHospitalId textCenter" code="name">病人姓名</th>
                     <th class="beHospitalId textCenter" code="age">年龄</th>
                     <th class="beHospitalId textCenter desc" code="behospitalDate">入院日期</th>

+ 1 - 1
src/js/dataAnalysis/statisticsDetail.js

@@ -245,7 +245,7 @@ function renderTab(data,hisId){
         str += `<tr  data-index=${i}>
                 <td >${item.level || "-"}</td>
                 <td >${item.scoreRes || "-"}</td>
-                <td >${item.fileCode || "-"}</td>
+                <td >${item.behospitalCode || "-"}</td>
                 <td >${item.name || "-"}</td>
                 <td >${item.age || "-"}</td>
                 <td >${item.behospitalDate || "-"}</td>

+ 0 - 1
src/js/dept/improveStatisticsDept.js

@@ -159,7 +159,6 @@ function getTabData(activePage){
   const param=getFilterParam(activePage);
   if(param.startDate > param.endDate){
 	$.alerModal({"message":'开始时间不能大于结束时间~',type:"tip",time:'1000',isFather: true, fatherWrapper: $("#mainBox", parent.document)});
-	console.log('开始时间',dateStatrt)
 	return
   }
   $('.pagination').html("")

+ 1 - 1
src/js/dept/statisticsDetailDept.js

@@ -46,7 +46,7 @@ $(function() {
   if(isPlacefile != 1){
 	data_desc="behospitalDate"
   }
-  $(".partTitle .titlePic ").html(`<a class="consoleP" href="improveStatistics.html">条目缺陷改善统计 / </a>病历列表`)
+  $(".partTitle .titlePic ").html(`<a class="consoleP" href="improveStatisticsDept.html">条目缺陷改善统计 / </a>病历列表`)
 
   $("#filterToggler").click(function(){
 	const text = $(this).text();