|
|
@ -87,7 +87,7 @@
|
|
|
|
<th class="cmn align-content-center p-1" style="width: 170px;" rowspan="2">관할관청</th>
|
|
|
|
<th class="cmn align-content-center p-1" style="width: 170px;" rowspan="2">관할관청</th>
|
|
|
|
<th class="cmn align-content-center p-1" style="width: 140px;" rowspan="2">취급자번호</th>
|
|
|
|
<th class="cmn align-content-center p-1" style="width: 140px;" rowspan="2">취급자번호</th>
|
|
|
|
<th class="cmn align-content-center p-1" style="width: 280px;" rowspan="2">취급업체명</th>
|
|
|
|
<th class="cmn align-content-center p-1" style="width: 280px;" rowspan="2">취급업체명</th>
|
|
|
|
<th class="cmn align-content-center p-1" style="width: 120px;" rowspan="2">대표자</th>
|
|
|
|
<th class="cmn align-content-center p-1" style="width: 100px;" rowspan="2">대표자</th>
|
|
|
|
<th class="cmn fw-bold" colspan="4">처리상태 별 (폐기건수 / 폐기수량)</th>
|
|
|
|
<th class="cmn fw-bold" colspan="4">처리상태 별 (폐기건수 / 폐기수량)</th>
|
|
|
|
<th class="cmn align-content-center p-1" style="width: 100px;" rowspan="2">폐기건수</th>
|
|
|
|
<th class="cmn align-content-center p-1" style="width: 100px;" rowspan="2">폐기건수</th>
|
|
|
|
<th class="cmn align-content-center p-1" style="width: 100px;" rowspan="2">폐기수량</th>
|
|
|
|
<th class="cmn align-content-center p-1" style="width: 100px;" rowspan="2">폐기수량</th>
|
|
|
@ -95,7 +95,7 @@
|
|
|
|
<tr id="theadTr--${pageName}"
|
|
|
|
<tr id="theadTr--${pageName}"
|
|
|
|
data-by="by--${pageName}" data-by-output="byOutput--${pageName}" data-main-option="mainOption--${pageName}" data-sub-option="subOption--${pageName}">
|
|
|
|
data-by="by--${pageName}" data-by-output="byOutput--${pageName}" data-main-option="mainOption--${pageName}" data-sub-option="subOption--${pageName}">
|
|
|
|
<th class="cmn" style="width: 100px;">신청서접수</th>
|
|
|
|
<th class="cmn" style="width: 100px;">신청서접수</th>
|
|
|
|
<th class="cmn" style="width: 100px;">폐기결과[통보]처리</th>
|
|
|
|
<th class="cmn" style="width: 100px;">결과[통보]처리</th>
|
|
|
|
<th class="cmn" style="width: 100px;">폐기보고확인</th>
|
|
|
|
<th class="cmn" style="width: 100px;">폐기보고확인</th>
|
|
|
|
<th class="cmn" style="width: 100px;">보고완료</th>
|
|
|
|
<th class="cmn" style="width: 100px;">보고완료</th>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
@ -200,10 +200,11 @@
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
$P.control.getInfo = (obj, bsshCd) => {
|
|
|
|
$P.control.getInfo = (obj, bsshCd) => {
|
|
|
|
debugger;
|
|
|
|
|
|
|
|
if(bsshCd === undefined || bsshCd === '') return;
|
|
|
|
if(bsshCd === undefined || bsshCd === '') return;
|
|
|
|
const row = $P.control.dataset.getCurrent();
|
|
|
|
|
|
|
|
|
|
|
|
const row = $P.control.dataset.getData(bsshCd);
|
|
|
|
if(row.dept_nm === 'TOTAL') return;
|
|
|
|
if(row.dept_nm === 'TOTAL') return;
|
|
|
|
|
|
|
|
if(row[obj.dataset.val] === 0 || row[obj.dataset.val] === undefined) return;
|
|
|
|
|
|
|
|
|
|
|
|
let params = $P.formFields.get(); // 검색 조건
|
|
|
|
let params = $P.formFields.get(); // 검색 조건
|
|
|
|
if(!$('#chkDsuseDe--${pageName}').is(":checked")){
|
|
|
|
if(!$('#chkDsuseDe--${pageName}').is(":checked")){
|
|
|
@ -214,8 +215,6 @@
|
|
|
|
params.bsshCd = bsshCd;
|
|
|
|
params.bsshCd = bsshCd;
|
|
|
|
params.prgrsSttsCd = obj.dataset.div;
|
|
|
|
params.prgrsSttsCd = obj.dataset.div;
|
|
|
|
|
|
|
|
|
|
|
|
if(row[obj.dataset.val] === 0 || row[obj.dataset.val] === undefined) return;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ajax.get({
|
|
|
|
ajax.get({
|
|
|
|
url : wctx.url("/adds/nims/getDsuseMgtDsuseQyByBsshStatisticsDtls.do")
|
|
|
|
url : wctx.url("/adds/nims/getDsuseMgtDsuseQyByBsshStatisticsDtls.do")
|
|
|
|
, data : params
|
|
|
|
, data : params
|
|
|
|