|
|
|
@ -5,28 +5,24 @@
|
|
|
|
|
<div class="container-xxl flex-grow-1 px-0">
|
|
|
|
|
|
|
|
|
|
<div class="card">
|
|
|
|
|
<form id="frmEdit--${pageName}" name="frmEdit">
|
|
|
|
|
<form name="frmEdit">
|
|
|
|
|
|
|
|
|
|
<div class="row g-1" id="forRootAdmin--${pageName}" hidden>
|
|
|
|
|
<div class="row g-1" name="forRootAdmin" hidden>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="sggID--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end required">
|
|
|
|
|
<label is="name-label" for="sggID"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end required">
|
|
|
|
|
시군구코드
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
|
|
<input type="text" id="sggID--${pageName}" name="sggID" data-map="SGG_CD"
|
|
|
|
|
class="form-control" required maxlength="7" readonly />
|
|
|
|
|
|
|
|
|
|
<input type="text" is="id-input" name="sggID" data-map="SGG_CD"
|
|
|
|
|
class="form-control w-px-200" required maxlength="7" readonly />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="instCode--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end required">
|
|
|
|
|
<label is="name-label" for="instCode"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end required">
|
|
|
|
|
기관코드
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
|
|
<input type="text" id="instCode--${pageName}" name="instCode" data-map="INST_CD"
|
|
|
|
|
class="form-control" required maxlength="7" readonly />
|
|
|
|
|
|
|
|
|
|
<input type="text" is="id-input" name="instCode" data-map="INST_CD"
|
|
|
|
|
class="form-control w-px-200" required maxlength="7" readonly />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
@ -35,219 +31,219 @@
|
|
|
|
|
<div class="row g-1">
|
|
|
|
|
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="deptID--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end required">
|
|
|
|
|
<label is="name-label" for="deptID"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end required">
|
|
|
|
|
부서코드
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
|
|
<input type="text" id="deptID--${pageName}" name="deptID" data-map="DEPT_CD"
|
|
|
|
|
class="form-control" required maxlength="7" readonly />
|
|
|
|
|
<input type="text" is="id-input" name="deptID" data-map="DEPT_CD"
|
|
|
|
|
class="form-control w-px-200" required maxlength="7" readonly />
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="name--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end required">
|
|
|
|
|
<label is="name-label" for="name"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end required">
|
|
|
|
|
부서명
|
|
|
|
|
</label>
|
|
|
|
|
|
|
|
|
|
<input type="text" id="name--${pageName}" name="name" data-map="DEPT_NM"
|
|
|
|
|
class="form-control" required readonly />
|
|
|
|
|
<input type="text" is="id-input" name="name" data-map="DEPT_NM"
|
|
|
|
|
class="form-control w-px-200" required readonly />
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="col-md-12" hidden>
|
|
|
|
|
<input type="text" id="telno--${pageName}" name="telno" data-map="DEPT_TELNO"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" id="faxno--${pageName}" name="faxno" data-map="DEPT_FXNO"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="telno" data-map="DEPT_TELNO"
|
|
|
|
|
class="form-control w-px-200" />
|
|
|
|
|
<input type="text" is="id-input" name="faxno" data-map="DEPT_FXNO"
|
|
|
|
|
class="form-control w-px-200" />
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="row g-1">
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="cvlcptLinkSeCd--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
<label is="name-label" for="cvlcptLinkSeCd"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
민원연계구분
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="cvlcptLinkSeCd--${pageName}" name="cvlcptLinkSeCd" data-map="CVLCPT_LINK_SE_CD"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="cvlcptLinkSeCd" data-map="CVLCPT_LINK_SE_CD"
|
|
|
|
|
class="form-control w-px-200" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="vrbacntLinkSeCd--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
<label is="name-label" for="vrbacntLinkSeCd"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
가상계좌연계구분
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="vrbacntLinkSeCd--${pageName}" name="vrbacntLinkSeCd" data-map="VRBACNT_LINK_SE_CD"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="vrbacntLinkSeCd" data-map="VRBACNT_LINK_SE_CD"
|
|
|
|
|
class="form-control w-px-200" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="pstofcNm--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
<label is="name-label" for="pstofcNm"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
우체국명
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="pstofcNm--${pageName}" name="pstofcNm" data-map="PSTOFC_NM"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="pstofcNm" data-map="PSTOFC_NM"
|
|
|
|
|
class="form-control w-px-200" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="rgNoHeader--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
<label is="name-label" for="rgNoHeader"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
등기번호 헤더
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="rgNoHeader--${pageName}" name="rgNoHeader" data-map="RG_NO_HEADER"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="rgNoHeader" data-map="RG_NO_HEADER"
|
|
|
|
|
class="form-control w-px-200" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="sndngLinkSeCd--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
<label is="name-label" for="sndngLinkSeCd"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
발송연계구분
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="sndngLinkSeCd--${pageName}" name="sndngLinkSeCd" data-map="SNDNG_LINK_SE_CD"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="sndngLinkSeCd" data-map="SNDNG_LINK_SE_CD"
|
|
|
|
|
class="form-control w-px-200" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="egpConOrg--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
<label is="name-label" for="egpConOrg"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
E그린 외부기관구분
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="egpConOrg--${pageName}" name="egpConOrg" data-map="EGP_CON_ORG"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="egpConOrg" data-map="EGP_CON_ORG"
|
|
|
|
|
class="form-control w-px-200" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="egpRceptId--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
<label is="name-label" for="egpRceptId"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
E그린 접수수체국기호
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="egpRceptId--${pageName}" name="egpRceptId" data-map="EGP_RCEPT_ID"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="egpRceptId" data-map="EGP_RCEPT_ID"
|
|
|
|
|
class="form-control w-px-200" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="egpApvlNb--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
<label is="name-label" for="egpApvlNb"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
E그린 후납계약승인번호
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="egpApvlNb--${pageName}" name="egpApvlNb" data-map="EGP_APVL_NB"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="egpApvlNb" data-map="EGP_APVL_NB"
|
|
|
|
|
class="form-control w-px-200" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="egpEsbPath--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
<label is="name-label" for="egpEsbPath"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
E그린 ESB경로
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="egpEsbPath--${pageName}" name="egpEsbPath" data-map="EGP_ESB_PATH"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="egpEsbPath" data-map="EGP_ESB_PATH"
|
|
|
|
|
class="form-control w-px-300" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="egpPostInstId--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
<label is="name-label" for="egpPostInstId"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
E그린 우정정보센터 기관ID
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="egpPostInstId--${pageName}" name="egpPostInstId" data-map="EGP_POST_INST_ID"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="egpPostInstId" data-map="EGP_POST_INST_ID"
|
|
|
|
|
class="form-control w-px-200" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="egpCertCn--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
<label is="name-label" for="egpCertCn"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
E그린 인증서CN
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="egpCertCn--${pageName}" name="egpCertCn" data-map="EGP_CERT_CN"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="egpCertCn" data-map="EGP_CERT_CN"
|
|
|
|
|
class="form-control w-px-200" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="ensInterfaceId--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
<label is="name-label" for="ensInterfaceId"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
세외수입인터페이스ID
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="ensInterfaceId--${pageName}" name="ensInterfaceId" data-map="ENS_INTERFACE_ID"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="ensInterfaceId" data-map="ENS_INTERFACE_ID"
|
|
|
|
|
class="form-control w-px-200" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="ensSourceCd--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
<label is="name-label" for="ensSourceCd"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
세외수입소스코드
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="ensSourceCd--${pageName}" name="ensSourceCd" data-map="ENS_SOURCE_CD"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="ensSourceCd" data-map="ENS_SOURCE_CD"
|
|
|
|
|
class="form-control w-px-200" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="ensTargetCd--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
<label is="name-label" for="ensTargetCd"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
세외수입타겟코드
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="ensTargetCd--${pageName}" name="ensTargetCd" data-map="ENS_TARGET_CD"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="ensTargetCd" data-map="ENS_TARGET_CD"
|
|
|
|
|
class="form-control w-px-200" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="ensUrl--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
<label is="name-label" for="ensUrl"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
세외수입URL
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="ensUrl--${pageName}" name="ensUrl" data-map="ENS_URL"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="ensUrl" data-map="ENS_URL"
|
|
|
|
|
class="form-control w-px-300" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="nxrpLinkYn--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
<label is="name-label" for="nxrpLinkYn"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
세외수입 연계 여부
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="nxrpLinkYn--${pageName}" name="nxrpLinkYn" data-map="NXRP_LINK_YN"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="nxrpLinkYn" data-map="NXRP_LINK_YN"
|
|
|
|
|
class="form-control w-px-200" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="nxrpLinkSrvcUrl--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
<label is="name-label" for="nxrpLinkSrvcUrl"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
세외수입연계서비스URL
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="nxrpLinkSrvcUrl--${pageName}" name="nxrpLinkSrvcUrl" data-map="NXRP_LINK_SRVC_URL"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="nxrpLinkSrvcUrl" data-map="NXRP_LINK_SRVC_URL"
|
|
|
|
|
class="form-control w-px-300" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="nxrpRgnSeCd--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
<label is="name-label" for="nxrpRgnSeCd"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
세외수입지역구분코드
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="nxrpRgnSeCd--${pageName}" name="nxrpRgnSeCd" data-map="NXRP_RGN_SE_CD"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="nxrpRgnSeCd" data-map="NXRP_RGN_SE_CD"
|
|
|
|
|
class="form-control w-px-200" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="dtbnBankNm--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
<label is="name-label" for="dtbnBankNm"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
교부은행명
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="dtbnBankNm--${pageName}" name="dtbnBankNm" data-map="DTBN_BANK_NM"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="dtbnBankNm" data-map="DTBN_BANK_NM"
|
|
|
|
|
class="form-control w-px-200" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="dtbnActno--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
<label is="name-label" for="dtbnActno"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
교부계좌번호
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="dtbnActno--${pageName}" name="dtbnActno" data-map="DTBN_ACTNO"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="dtbnActno" data-map="DTBN_ACTNO"
|
|
|
|
|
class="form-control w-px-200" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="docHeader--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
<label is="name-label" for="docHeader"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
문서머릿말
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="docHeader--${pageName}" name="docHeader" data-map="DOC_HEADER"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="docHeader" data-map="DOC_HEADER"
|
|
|
|
|
class="form-control w-px-200" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<label for="srvrOs--${pageName}"
|
|
|
|
|
class="w-px-120 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
<label is="name-label" for="srvrOs"
|
|
|
|
|
class="w-px-160 bg-lighter pe-2 col-form-label text-sm-end">
|
|
|
|
|
서버OS
|
|
|
|
|
</label>
|
|
|
|
|
<input type="text" id="srvrOs--${pageName}" name="srvrOs" data-map="SRVR_OS"
|
|
|
|
|
class="form-control" />
|
|
|
|
|
<input type="text" is="id-input" name="srvrOs" data-map="SRVR_OS"
|
|
|
|
|
class="form-control w-px-200" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="row m-3">
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
|
<span class="float-end">
|
|
|
|
|
<button type="button" id="btnSave--${pageName}" class="btn btn-primary">저장</button>
|
|
|
|
|
<button type="button" name="btnSave" class="btn btn-primary">저장</button>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -281,7 +277,7 @@ $(document).ready(function(){
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
* DatasetControl, Dataset, FormFields
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
$P.formFields = new FimsFormFields("#frmEdit--${pageName}");
|
|
|
|
|
$P.formFields = new FimsFormFields($P.selector("frmEdit"));
|
|
|
|
|
|
|
|
|
|
$P.ctrl = new DatasetControl({
|
|
|
|
|
dataGetter : obj => obj["List"], appendData : true,
|
|
|
|
@ -309,7 +305,7 @@ $(document).ready(function(){
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
$P.fnSave = () => {
|
|
|
|
|
|
|
|
|
|
if(!customValidate($("#frmEdit--${pageName} input"))) return;
|
|
|
|
|
if(!customValidate($P.$find("frmEdit").find("input"))) return;
|
|
|
|
|
|
|
|
|
|
var info = $P.formFields.get();
|
|
|
|
|
if(info.deptID.length != 7){
|
|
|
|
@ -337,7 +333,7 @@ $(document).ready(function(){
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
* element.on
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
$("#btnSave--${pageName}").on('click', () => $P.fnSave());
|
|
|
|
|
$P.$find("btnSave").on('click', () => $P.fnSave());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
@ -345,15 +341,15 @@ $(document).ready(function(){
|
|
|
|
|
**************************************************************************/
|
|
|
|
|
|
|
|
|
|
if(MY_INFO.institute == 'ADMIN00') {
|
|
|
|
|
$("#forRootAdmin--${pageName}").removeAttr("hidden");
|
|
|
|
|
$P.$find("forRootAdmin").removeAttr("hidden");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var deptInfo = ${deptInfo};
|
|
|
|
|
$("#deptID--${pageName}").attr("disabled","disabled");
|
|
|
|
|
$("#name--${pageName}").attr("disabled","disabled");
|
|
|
|
|
$P.$find("deptID").attr("disabled","disabled");
|
|
|
|
|
$P.$find("name").attr("disabled","disabled");
|
|
|
|
|
$P.ctrl.dataset.setData([deptInfo]);
|
|
|
|
|
if(deptInfo.USE_YN == "N"){
|
|
|
|
|
$("#btnSave--${pageName}").attr("disabled","disabled");
|
|
|
|
|
$P.$find("btnSave").attr("disabled","disabled");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|