|
|
@ -392,19 +392,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
// 저장
|
|
|
|
// 저장
|
|
|
|
$P.fnSave = () => {
|
|
|
|
$P.fnSave = () => {
|
|
|
|
dialog.alert({
|
|
|
|
let openPage = new AddsFormFields("#${openPage}");
|
|
|
|
content: "현재 " + $P.control.prefixName + " 정보를 선택 하시겠습니까?"
|
|
|
|
productData = {...$P.control.getCurrent(), ...$P.detailControl.getCurrent()}
|
|
|
|
, init: () => { setDialogZindex(); }
|
|
|
|
openPage.set (null,productData); // formFields
|
|
|
|
, onOK: () => {
|
|
|
|
dialog.close("productMainDialog");
|
|
|
|
let openPage = new AddsFormFields("#${openPage}");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
productData = {...$P.control.getCurrent(), ...$P.detailControl.getCurrent()}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
openPage.set (null,productData); // formFields
|
|
|
|
|
|
|
|
//openPage.set (null,$P.DetailControl.getCurrent()); // formFields
|
|
|
|
|
|
|
|
dialog.close("productMainDialog");
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
/**************************************************************************
|
|
|
|