fix: 폐기신청 fix

dev
Jonguk. Lim 5 months ago
parent c4abe0945b
commit c791afdfcf

@ -61,7 +61,7 @@ public class AddsNimsController extends ApplicationController {
ModelAndView mav = new ModelAndView(); ModelAndView mav = new ModelAndView();
setCmmCode("ADDS04", mav); setCmmCode("ADDS04", mav);
if(!isEmpty(dsuseReceptInfo)){ if(!isEmpty(dsuseReceptInfo) && !isEmpty(dsuseReceptInfo.getDscdmngId())){
mav.setViewName("adds/nims/dsuseMgtReceiptMain-detail"); mav.setViewName("adds/nims/dsuseMgtReceiptMain-detail");
mav.addObject("dsuseReceptInfo", toJson(dsuseReceptInfo)); mav.addObject("dsuseReceptInfo", toJson(dsuseReceptInfo));
// DsuseMgtReceiptQuery query = new DsuseMgtReceiptQuery(); // DsuseMgtReceiptQuery query = new DsuseMgtReceiptQuery();

@ -416,7 +416,7 @@
} }
dialog.alert({ dialog.alert({
content: "현재 " + $P.control.prefixName + " 정보를 저장하시겠습니까?" content: "현재 폐기 신청서 접수 정보를 저장 하시겠습니까?"
, init: () => { setDialogZindex(); } , init: () => { setDialogZindex(); }
, onOK: () => { , onOK: () => {
$P.control.save(bsshData, dsProd, fileArr); // formFields $P.control.save(bsshData, dsProd, fileArr); // formFields

@ -434,7 +434,7 @@
} }
// 폐기신청서 접수 등록 버튼 이벤트 // 폐기신청서 접수 등록 버튼 이벤트
$P.fnCreateDsuseMGT = (title) => { $P.fnCreateDsuseMGT = () => {
$P.control.getInfo(); $P.control.getInfo();
} }

Loading…
Cancel
Save