fit : 오타수정 및 항목수정.

dev
Leeyh1121 5 months ago
parent 1aa87fe826
commit 228801bec1

@ -295,7 +295,7 @@
, title : dialogTitle
, content : resp
, size : $P.control.infoSize
, onClose : () => { $P.refreshList(); }
, onClose : () => { $P.RefreshList(); }
});
}
});

@ -64,15 +64,15 @@
</div>
<div class="col-md-4">
<label for="prdlstMstCd--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">제조 번호</label>
<input type="text" class="form-control w-60" id="prdlstMstCd--${pageName}" name="mnfNo" data-map="prdlstMstCd" readonly>
<input type="text" class="form-control w-60" id="prdlstMstCd--${pageName}" name="mnfNo" data-map="mnfNo" readonly>
</div>
<div class="col-md-4">
<label for="prdlstMstCd--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">제조 일련 번호</label>
<input type="text" class="form-control w-60" id="prdlstMstCd--${pageName}" name="mnfSeq" data-map="prdlstMstCd" readonly>
<input type="text" class="form-control w-60" id="prdlstMstCd--${pageName}" name="mnfSeq" data-map="mnfSeq" readonly>
</div>
<div class="col-md-4">
<label for="rgsDt--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">유효기간</label>
<input type="text" class="form-control w-60" id="rgsDt--${pageName}" name="prdValidDe" data-map="rgsDt" readonly>
<input type="text" class="form-control w-60" id="rgsDt--${pageName}" name="prdValidDe" data-map="prdValidDe" readonly>
</div>
<div class="col-md-4">
<label for="prdMinDistbQy--${pageName}" class="w-px-130 bg-lighter pe-2 col-form-label text-sm-end">최소 유통단위 수량</label>
@ -97,6 +97,7 @@
</span>
</div>
</form>
<form id="productList--${pageName}" name="productList">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--productList" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead">
<tr id="theadTr--productList"
@ -140,6 +141,7 @@
</tr>
</template>
</table>
</form>
</div> <!-- <div class="card"> -->
<!-- 업무 버튼 표시 -->
<div>
@ -286,7 +288,7 @@
});
}
$P.productList.onDataSetChange = item => {
$P.productList.onDatasetChange = item => {
if (!item) return;
let empty = $P.productListList.empty;
@ -393,7 +395,7 @@
// 초기 화면 설정
$P.initForm = () => {
// Dialog 마우스로 드래그 할 수 있도록 설정.
fnMakeDraggableDialog(document.getElementById($P.control.prefix + "Dialog"));
//fnMakeDraggableDialog(document.getElementById($P.control.prefix + "Dialog"));
}

@ -294,7 +294,7 @@
, title : dialogTitle
, content : resp
, size : $P.control.infoSize
, onClose : () => { $P.refreshList(); }
, onClose : () => { $P.RefreshList(); }
});
}
});

@ -35,7 +35,7 @@
<div class="table-responsive ox-scroll oy-scroll h-px-500" id="table-responsive--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead>
<tr><th style="width: 15.828px;text-align:center;" tabindex="0">No</th>
<tr>
<th class="sorting" style="width: 146.156px;">제품코드</th>
<th class="sorting" style="width: 160.141px;">제품명</th>
<th class="sorting" style="width: 160.141px;">마약/향정 구분</th>
@ -244,8 +244,8 @@
"pg": "1",
"ymd": "",
"fg2": "",
//"p": $P.formFields.get().schProductCd,
"p": '8806416009017',
"p": $P.formFields.get().schProductCd,
// "p": '8806416009017',
"pn": $P.formFields.get().schProductNm,
"dbSkipYn": "N",
"userId": "suji"

Loading…
Cancel
Save