|
|
|
@ -92,7 +92,7 @@
|
|
|
|
|
let $P = pageObject["${pageName}"];
|
|
|
|
|
|
|
|
|
|
// FormFields
|
|
|
|
|
$P.formFields = new FimsFormFields("#frmSearch--${pageName}");
|
|
|
|
|
$P.formFields = new AddsFormFields("#frmSearch--${pageName}");
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
* DatasetControl
|
|
|
|
@ -240,7 +240,7 @@
|
|
|
|
|
content: "현재 " + $P.control.prefixName + " 정보를 선택 하시겠습니까?"
|
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
|
, onOK: () => {
|
|
|
|
|
let openPage = new FimsFormFields("#${openPage}");
|
|
|
|
|
let openPage = new AddsFormFields("#${openPage}");
|
|
|
|
|
openPage.set (null,$P.control.getCurrent()); // formFields
|
|
|
|
|
dialog.close("productMainDialog");
|
|
|
|
|
}
|
|
|
|
|