fix: 폐기보고 확인 화면 레이블 정리

dev
Jonguk. Lim 5 months ago
parent 4cc1fb6762
commit ee7406f689

@ -163,7 +163,7 @@
</template>
<template id="${infoPrefix}NotFound--${pageName}Mapping">
<tr class="odd">
<td valign="top" colspan="13" class="dataTables_empty text-center">${prefixName} 정보를 찾지 못했습니다.</td>
<td valign="top" colspan="13" class="dataTables_empty text-center">폐기 보고 정보를 찾지 못했습니다.</td>
</tr>
</template>
</table>
@ -472,7 +472,7 @@
if (!customValidate($("#frmEdit--${pageName}").find("input, select, textarea"))) return;
dialog.alert({
content: "현재 " + $P.control.prefixName + " 정보를 저장하시겠습니까?"
content: "현재 폐기 보고 확인 정보를 저장하시겠습니까?"
, init: () => { setDialogZindex(); }
, onOK: () => {
$P.control.save($P.bsshFormFields.get()); // formFields

@ -66,7 +66,7 @@
</div>
<div>
<button type="button" class="btn btn-primary w-px-120" id="btnCreateDsuseMgtMapping--${pageName}" title="폐기 보고 맵핑">
폐기 보고 맵핑
마약류 시스템 폐기 보고 확인
</button>
<button type="button" class="btn btn-excel w-px-120" id="btnExcel--${pageName}" title="엑셀">
엑셀

Loading…
Cancel
Save