검찰연계 등록양식 추가
This commit is contained in:
parent
def32be69e
commit
c31f9eff61
@ -483,9 +483,8 @@ public class AdrPrsctLinkController {
|
|||||||
public boolean getItemChk(String type, String value) {
|
public boolean getItemChk(String type, String value) {
|
||||||
boolean rtnVal = true;
|
boolean rtnVal = true;
|
||||||
String dateRegExp = "^(19|20)[\\d]{2}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$";
|
String dateRegExp = "^(19|20)[\\d]{2}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$";
|
||||||
String phoneRegExp = "^(050[234567]{1}|01[016789]{1})-?[0-9]{3,4}-?[0-9]{4}$";
|
String phoneRegExp = "^(050[234567]{1}|01[016789]{1})-[0-9]{3,4}-[0-9]{4}$";
|
||||||
|
|
||||||
/*
|
|
||||||
try {
|
try {
|
||||||
if(type.equals("dividendDate")) {
|
if(type.equals("dividendDate")) {
|
||||||
//배당일
|
//배당일
|
||||||
@ -514,7 +513,7 @@ public class AdrPrsctLinkController {
|
|||||||
System.out.println("value : " + value);
|
System.out.println("value : " + value);
|
||||||
System.out.println("getItemChk : " + e.getMessage());
|
System.out.println("getItemChk : " + e.getMessage());
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
return rtnVal;
|
return rtnVal;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -74,7 +74,7 @@ function fncExcel() {
|
|||||||
|
|
||||||
//엑셀 업로드
|
//엑셀 업로드
|
||||||
function openExcelUploadPop() {
|
function openExcelUploadPop() {
|
||||||
window.open('/kccadr/adrpr/popup/adrPrsctLinkExcelRegistPop.do', 'openExcelUploadPop', 'width=700px,height=410px,scrollbars=no');
|
window.open('/kccadr/adrpr/popup/adrPrsctLinkExcelRegistPop.do', 'openExcelUploadPop', 'width=700px,height=412px,scrollbars=no');
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -181,7 +181,7 @@ function setAdrPrsctLinkSaveConfirm() {
|
|||||||
if (getValidCheck() == false) return;
|
if (getValidCheck() == false) return;
|
||||||
|
|
||||||
// Confirm
|
// Confirm
|
||||||
var cfm = confirm("등록 하시겠습니까?");
|
var cfm = confirm("저장 하시겠습니까?");
|
||||||
if (cfm == true) {
|
if (cfm == true) {
|
||||||
// 주문 저장
|
// 주문 저장
|
||||||
setAdrPrsctLinkSave();
|
setAdrPrsctLinkSave();
|
||||||
@ -206,7 +206,7 @@ function setAdrPrsctLinkSave() {
|
|||||||
async: false,
|
async: false,
|
||||||
success: function (data) {
|
success: function (data) {
|
||||||
if (data.isSuccess) {
|
if (data.isSuccess) {
|
||||||
alert("저장했습니다.");
|
alert("저장 완료 했습니다.");
|
||||||
|
|
||||||
// 수정모드 체크
|
// 수정모드 체크
|
||||||
if (prsctSeq != null && prsctSeq != "" && prsctSeq != undefined) {
|
if (prsctSeq != null && prsctSeq != "" && prsctSeq != undefined) {
|
||||||
|
|||||||
@ -100,7 +100,7 @@ function fncGoClose() {
|
|||||||
<div class="cont_wrap">
|
<div class="cont_wrap">
|
||||||
|
|
||||||
<div style="float: right; padding-right: 40px;">
|
<div style="float: right; padding-right: 40px;">
|
||||||
<a href="">업로드 양식 다운로드</a>
|
<button type="button" class="btnType05" onclick="location.href='/download/prsct/검찰연계_등록양식.xlsx'"><i class="downroad"></i>업로드 양식 다운로드</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="cont">
|
<div class="cont">
|
||||||
|
|||||||
BIN
src/main/webapp/download/prsct/검찰연계_등록양식.xlsx
Normal file
BIN
src/main/webapp/download/prsct/검찰연계_등록양식.xlsx
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user