외사활동 사건목록 중간저장.
parent
fb75171ad9
commit
d6c8d155b4
|
|
@ -3,6 +3,13 @@ $(document).on('click', '#addActivityCaseBtn', function (){
|
|||
getActivityCaseEditModal(null);
|
||||
})
|
||||
|
||||
$(document).on('click', '#peopleAddBtn', function (){
|
||||
getPeopleDiv()
|
||||
})
|
||||
$(document).on('click', '#officerAddBtn', function (){
|
||||
getOfficerDiv()
|
||||
})
|
||||
|
||||
$(document).on('click', '#saveTempBtn,#saveActivityCaseBtn', function(){
|
||||
saveActivityCase($(this).attr("data-status"));
|
||||
})
|
||||
|
|
@ -34,7 +41,6 @@ function getActivityCaseEditModal(caseKey){
|
|||
autoclose: true
|
||||
});
|
||||
setUploadDiv();
|
||||
setEditor('editor', '400');
|
||||
$("#activityCaseEditModal").modal('show');
|
||||
},
|
||||
error:function(){
|
||||
|
|
@ -43,6 +49,13 @@ function getActivityCaseEditModal(caseKey){
|
|||
});
|
||||
}
|
||||
|
||||
function getPeopleDiv(){
|
||||
|
||||
}
|
||||
function getOfficerDiv(){
|
||||
|
||||
}
|
||||
|
||||
function getActivityCaseViewModal(caseKey){
|
||||
$.ajax({
|
||||
url: '/counterIntelligence/activityCaseViewModal',
|
||||
|
|
|
|||
|
|
@ -53,6 +53,20 @@
|
|||
<div class="col-sm-2">
|
||||
<input type="text" class="form-control form-control-sm" id="receiptNum" name="receiptNum" th:value="${activityCase.receiptNum}">
|
||||
</div>
|
||||
<label for="receiptDt" class="col-sm-1 col-form-label col-form-label-sm text-center">접수일</label>
|
||||
<div class="col-sm-2">
|
||||
<input type="text" class="form-control form-control-sm dateSelector" id="receiptDt" name="receiptDt" th:value="${#temporals.format(activityCase.receiptDt, 'yyyy-MM-dd')}" readonly>
|
||||
</div>
|
||||
<label for="receiptNum" class="col-sm-1 col-form-label col-form-label-sm text-center">접수단서</label>
|
||||
<div class="col-sm-2">
|
||||
<input type="text" class="form-control form-control-sm" id="receiptNum" name="receiptNum" th:value="${activityCase.receiptNum}">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-1">
|
||||
<label for="resultNum" class="col-sm-1 col-form-label col-form-label-sm text-center">관할법원</label>
|
||||
<div class="col-sm-2">
|
||||
<input type="text" class="form-control form-control-sm" id="resultNum" name="resultNum" th:value="${activityCase.resultNum}">
|
||||
</div>
|
||||
<label for="receiptNum" class="col-sm-1 col-form-label col-form-label-sm text-center">사건번호</label>
|
||||
<div class="col-sm-2">
|
||||
<input type="text" class="form-control form-control-sm" id="receiptNum" name="receiptNum" th:value="${activityCase.receiptNum}">
|
||||
|
|
@ -61,12 +75,6 @@
|
|||
<div class="col-sm-2">
|
||||
<input type="text" class="form-control form-control-sm" id="resultNum" name="resultNum" th:value="${activityCase.resultNum}">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-1">
|
||||
<label for="receiptDt" class="col-sm-1 col-form-label col-form-label-sm text-center">접수일</label>
|
||||
<div class="col-sm-2">
|
||||
<input type="text" class="form-control form-control-sm dateSelector" id="receiptDt" name="receiptDt" th:value="${#temporals.format(activityCase.receiptDt, 'yyyy-MM-dd')}" readonly>
|
||||
</div>
|
||||
<label for="resultDt" class="col-sm-1 col-form-label col-form-label-sm text-center">종결일</label>
|
||||
<div class="col-sm-2">
|
||||
<input type="text" class="form-control form-control-sm dateSelector" id="resultDt" name="resultDt" th:value="${#temporals.format(activityCase.resultDt, 'yyyy-MM-dd')}" readonly>
|
||||
|
|
@ -78,6 +86,44 @@
|
|||
<textarea class="form-control form-control-sm" id="summaryInfo" name="summaryInfo"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-1">
|
||||
<label for="summaryInfo" class="col-sm-1 col-form-label col-form-label-sm text-center">
|
||||
관련자
|
||||
<button type="button" class="border-0 bg-white" id="peopleAddBtn">
|
||||
<i class="bi bi-plus-square text-primary"></i>
|
||||
</button>
|
||||
</label>
|
||||
<div class="col-sm-11 border">
|
||||
<div class="row" id="peopleHome">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-1">
|
||||
<label for="summaryInfo" class="col-sm-1 col-form-label col-form-label-sm text-center">
|
||||
수사관
|
||||
<button type="button" class="border-0 bg-white" id="officerAddBtn">
|
||||
<i class="bi bi-plus-square text-primary"></i>
|
||||
</button>
|
||||
</label>
|
||||
<div class="col-sm-11 border">
|
||||
<div class="row" id="officerHome">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-1">
|
||||
<label for="summaryInfo" class="col-sm-1 col-form-label col-form-label-sm text-center">지휘서/메모</label>
|
||||
<div class="col-sm-11">
|
||||
<input type="text" class="form-control form-control-sm" id="receiptNum" name="receiptNum" th:value="${activityCase.receiptNum}">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-1">
|
||||
<label for="summaryInfo" class="col-sm-1 col-form-label col-form-label-sm text-center">비고</label>
|
||||
<div class="col-sm-11">
|
||||
<input type="text" class="form-control form-control-sm" id="receiptNum" name="receiptNum" th:value="${activityCase.receiptNum}">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb-3">
|
||||
<label for="fileInputer" class="col-sm-1 col-form-label col-form-label-sm text-center">첨부파일</label>
|
||||
<div class="col-sm-11" style="min-height: 70px;">
|
||||
|
|
|
|||
Loading…
Reference in New Issue