검찰연계 등록양식 추가
This commit is contained in:
parent
def32be69e
commit
c31f9eff61
@ -483,9 +483,8 @@ public class AdrPrsctLinkController {
|
||||
public boolean getItemChk(String type, String value) {
|
||||
boolean rtnVal = true;
|
||||
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 {
|
||||
if(type.equals("dividendDate")) {
|
||||
//배당일
|
||||
@ -514,7 +513,7 @@ public class AdrPrsctLinkController {
|
||||
System.out.println("value : " + value);
|
||||
System.out.println("getItemChk : " + e.getMessage());
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
return rtnVal;
|
||||
}
|
||||
|
||||
@ -74,7 +74,7 @@ function fncExcel() {
|
||||
|
||||
//엑셀 업로드
|
||||
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>
|
||||
|
||||
@ -181,7 +181,7 @@ function setAdrPrsctLinkSaveConfirm() {
|
||||
if (getValidCheck() == false) return;
|
||||
|
||||
// Confirm
|
||||
var cfm = confirm("등록 하시겠습니까?");
|
||||
var cfm = confirm("저장 하시겠습니까?");
|
||||
if (cfm == true) {
|
||||
// 주문 저장
|
||||
setAdrPrsctLinkSave();
|
||||
@ -206,7 +206,7 @@ function setAdrPrsctLinkSave() {
|
||||
async: false,
|
||||
success: function (data) {
|
||||
if (data.isSuccess) {
|
||||
alert("저장했습니다.");
|
||||
alert("저장 완료 했습니다.");
|
||||
|
||||
// 수정모드 체크
|
||||
if (prsctSeq != null && prsctSeq != "" && prsctSeq != undefined) {
|
||||
|
||||
@ -100,7 +100,7 @@ function fncGoClose() {
|
||||
<div class="cont_wrap">
|
||||
|
||||
<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 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