|
@@ -252,36 +252,36 @@ function renderTab(data,hisId,activePage){
|
|
|
${item.firstLevelNum+'' || "-"}
|
|
|
${item.firSameLevelNum<0?'<img class="updownimg" src="'+jiantou_down+'"/>':item.firSameLevelNum>0?'<img class="updownimg" src="'+jiantou_up+'"/>':''}
|
|
|
</td>
|
|
|
- <td class="goHomeDetailB" data-dept="${item.deptName || ""}" dept-id="${item.deptId || ""}" data-c="甲">
|
|
|
+ <td data-dept="${item.deptName || ""}" dept-id="${item.deptId || ""}" data-c="甲">
|
|
|
${item.sameFirstLevelNum+'' || "-"}
|
|
|
</td>
|
|
|
<td class="goHomeDetailB goHomeDetail" data-dept="${item.deptName || ""}" dept-id="${item.deptId || ""}" data-c="乙">
|
|
|
${item.secondLevelNum+'' || "-"}
|
|
|
${item.secSameLevelNum<0?'<img class="updownimg" src="'+jiantou_down+'"/>':item.secSameLevelNum>0?'<img class="updownimg" src="'+jiantou_up+'"/>':''}
|
|
|
</td>
|
|
|
- <td class="goHomeDetailB" data-dept="${item.deptName || ""}" dept-id="${item.deptId || ""}" data-c="乙">
|
|
|
+ <td data-dept="${item.deptName || ""}" dept-id="${item.deptId || ""}" data-c="乙">
|
|
|
${item.sameSecondLevelNum+'' || "-"}
|
|
|
</td>
|
|
|
<td class="goHomeDetailB goHomeDetail" data-dept="${item.deptName || ""}" dept-id="${item.deptId || ""}" data-c="丙">
|
|
|
${item.thirdLevelNum+'' || "-"}
|
|
|
${item.thiSameLevelNum<0?'<img class="updownimg" src="'+jiantou_down+'"/>':item.thiSameLevelNum>0?'<img class="updownimg" src="'+jiantou_up+'"/>':''}
|
|
|
</td>
|
|
|
- <td class="goHomeDetailB" data-dept="${item.deptName || ""}" dept-id="${item.deptId || ""}" data-c="丙">${item.sameThirdLevelNum+'' || "-"}</td>
|
|
|
+ <td data-dept="${item.deptName || ""}" dept-id="${item.deptId || ""}" data-c="丙">${item.sameThirdLevelNum+'' || "-"}</td>
|
|
|
<td >
|
|
|
${item.firstLevelPercentStr || "-"}
|
|
|
${item.firSameLevelPercent<0?'<img class="updownimg" src="'+jiantou_down+'"/>':item.firSameLevelPercent>0?'<img class="updownimg" src="'+jiantou_up+'"/>':''}
|
|
|
</td>
|
|
|
- <td >${item.sameFirstLevelPercent}</td>
|
|
|
+ <td >${item.sameFirstLevelPercentStr}</td>
|
|
|
<td >
|
|
|
${item.secondLevelPercentStr || "-"}
|
|
|
${item.secSameLevelPercent<0?'<img class="updownimg" src="'+jiantou_down+'"/>':item.secSameLevelPercent>0?'<img class="updownimg" src="'+jiantou_up+'"/>':''}
|
|
|
</td>
|
|
|
- <td >${item.sameSecondLevelPercent}</td>
|
|
|
+ <td >${item.sameSecondLevelPercentStr}</td>
|
|
|
<td >
|
|
|
${item.thirdLevelPercentStr || "-"}
|
|
|
${item.thiSameLevelPercent<0?'<img class="updownimg" src="'+jiantou_down+'"/>':item.thiSameLevelPercent>0?'<img class="updownimg" src="'+jiantou_up+'"/>':''}
|
|
|
</td>
|
|
|
- <td >${item.sameThirdLevelPercent}</td>
|
|
|
+ <td >${item.sameThirdLevelPercentStr}</td>
|
|
|
</tr>
|
|
|
`
|
|
|
}
|
|
@@ -424,7 +424,7 @@ function saveModifyOne(itemCopy){
|
|
|
|
|
|
}
|
|
|
}).catch((e) =>{
|
|
|
-
|
|
|
+
|
|
|
})
|
|
|
}
|
|
|
//选择病历等级
|