|
@@ -255,6 +255,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 {
|
|
@@ -276,7 +277,8 @@ function renderTab(data, hisId, activePage) {
|
|
|
<td class="textCenter">${item.details[1].leaveHospitalDate || '-'}</td>
|
|
|
<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 delete">${item.diffDays || '-'}</td>
|
|
|
+ <td class="textCenter delete">${item.lastAgainBehospitalPlan || "-"}</td>
|
|
|
</tr>
|
|
|
`;
|
|
|
}
|