|
@@ -199,6 +199,7 @@ function renderTab(data,hisId,activePage){
|
|
|
<td class="textCenter">${item.details[0].behospitalDayNum || "-"}</td>
|
|
|
<td class="textCenter">${item.details[0].totleFee || "-"}</td>
|
|
|
<td class="textCenter" rowspan="2">${item.diffDays || "-"}</td>
|
|
|
+ <td class="textCenter" rowspan="2">${item.lastAgainBehospitalPlan || "-"}</td>
|
|
|
</tr>
|
|
|
`
|
|
|
}else{
|
|
@@ -218,6 +219,7 @@ function renderTab(data,hisId,activePage){
|
|
|
<td class="textCenter">${item.details[1].behospitalDayNum || "-"}</td>
|
|
|
<td class="textCenter">${item.details[1].totleFee || "-"}</td>
|
|
|
<td class="textCenter delete">${item.diffDays || "-"}</td>
|
|
|
+ <td class="textCenter">${item.lastAgainBehospitalPlan || "-"}</td>
|
|
|
</tr>
|
|
|
`
|
|
|
}
|