203 lines
6.5 KiB
Plaintext
203 lines
6.5 KiB
Plaintext
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
|
<%@ page import="com.pms.common.utils.*"%>
|
|
<%@ page import="java.util.*" %>
|
|
<%@include file= "/init.jsp" %>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title><%=Constants.SYSTEM_NAME%></title>
|
|
<script>
|
|
$(document).ready(function(){
|
|
$("#btn_close").click(function(){
|
|
self.close(0);
|
|
});
|
|
|
|
});
|
|
</script>
|
|
<script>
|
|
function inputNumberFormat(obj) {
|
|
obj.value = comma(uncomma(obj.value));
|
|
}
|
|
|
|
function comma(str) {
|
|
str = String(str);
|
|
return str.replace(/(\d)(?=(?:\d{3})+(?!\d))/g, '$1,');
|
|
}
|
|
|
|
function uncomma(str) {
|
|
str = String(str);
|
|
return str.replace(/[^\d]+/g, '');
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="">
|
|
<div class="plm_menu_name">
|
|
<h2>
|
|
<span>영업품목 상세</span>
|
|
</h2>
|
|
</div>
|
|
<section class="contents_page_basic_margin">
|
|
<div class="btn_wrap">
|
|
<div class="plm_btn_wrap">
|
|
<input type="button" value="+한줄추가" class="plm_btns">
|
|
</div>
|
|
</div>
|
|
<div class="plm_table_wrap" style="">
|
|
<div style="overflow-y:scroll;">
|
|
<table class="plm_table">
|
|
<colgroup>
|
|
<col width="5%">
|
|
<col width="35%">
|
|
<col width="10%">
|
|
<col width="5%">
|
|
<col width="15%">
|
|
<col width="15%">
|
|
<col width="15%">
|
|
</colgroup>
|
|
<thead>
|
|
<tr class="plm_thead">
|
|
<td><input type="checkbox"></td>
|
|
<td>모델명</td>
|
|
<td>사양</td>
|
|
<td>수량</td>
|
|
<td>계약금액</td>
|
|
<td>납기일</td>
|
|
<td>출하예정일</td>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
<div class="plm_scroll_table" style="width:100%; height:200px;">
|
|
<table class="plm_table">
|
|
<colgroup>
|
|
<col width="5%">
|
|
<col width="35%">
|
|
<col width="10%">
|
|
<col width="5%">
|
|
<col width="15%">
|
|
<col width="15%">
|
|
<col width="15%">
|
|
</colgroup>
|
|
<tbody>
|
|
<tr>
|
|
<td><input type="checkbox"></td>
|
|
<td><input type="text"></td>
|
|
<td>
|
|
<select>
|
|
<option>선택</option>
|
|
<option selected>신규</option>
|
|
<option>상품</option>
|
|
</select>
|
|
</td>
|
|
<td><input type="text"></td>
|
|
<td><input type="text" style="text-align:right; padding-right:5px;" id="recycle_result_amt" value="" onkeyup="inputNumberFormat(this)"/></td>
|
|
<td><input type="text"></td>
|
|
<td><input type="text"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><input type="checkbox"></td>
|
|
<td><input type="text"></td>
|
|
<td>
|
|
<select>
|
|
<option>선택</option>
|
|
<option selected>신규</option>
|
|
<option>상품</option>
|
|
</select>
|
|
</td>
|
|
<td><input type="text"></td>
|
|
<td><input type="text" style="text-align:right; padding-right:5px;" id="recycle_result_amt" value="" onkeyup="inputNumberFormat(this)"/></td>
|
|
<td><input type="text"></td>
|
|
<td><input type="text"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><input type="checkbox"></td>
|
|
<td><input type="text"></td>
|
|
<td>
|
|
<select>
|
|
<option>선택</option>
|
|
<option selected>신규</option>
|
|
<option>상품</option>
|
|
</select>
|
|
</td>
|
|
<td><input type="text"></td>
|
|
<td><input type="text" style="text-align:right; padding-right:5px;" id="recycle_result_amt" value="" onkeyup="inputNumberFormat(this)"/></td>
|
|
<td><input type="text"></td>
|
|
<td><input type="text"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><input type="checkbox"></td>
|
|
<td><input type="text"></td>
|
|
<td>
|
|
<select>
|
|
<option>선택</option>
|
|
<option selected>신규</option>
|
|
<option>상품</option>
|
|
</select>
|
|
</td>
|
|
<td><input type="text"></td>
|
|
<td><input type="text" style="text-align:right; padding-right:5px;" id="recycle_result_amt" value="" onkeyup="inputNumberFormat(this)"/></td>
|
|
<td><input type="text"></td>
|
|
<td><input type="text"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><input type="checkbox"></td>
|
|
<td><input type="text"></td>
|
|
<td>
|
|
<select>
|
|
<option>선택</option>
|
|
<option selected>신규</option>
|
|
<option>상품</option>
|
|
</select>
|
|
</td>
|
|
<td><input type="text"></td>
|
|
<td><input type="text" style="text-align:right; padding-right:5px;" id="recycle_result_amt" value="" onkeyup="inputNumberFormat(this)"/></td>
|
|
<td><input type="text"></td>
|
|
<td><input type="text"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><input type="checkbox"></td>
|
|
<td><input type="text"></td>
|
|
<td>
|
|
<select>
|
|
<option>선택</option>
|
|
<option selected>신규</option>
|
|
<option>상품</option>
|
|
</select>
|
|
</td>
|
|
<td><input type="text"></td>
|
|
<td><input type="text" style="text-align:right; padding-right:5px;" id="recycle_result_amt" value="" onkeyup="inputNumberFormat(this)"/></td>
|
|
<td><input type="text"></td>
|
|
<td><input type="text"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><input type="checkbox"></td>
|
|
<td><input type="text"></td>
|
|
<td>
|
|
<select>
|
|
<option>선택</option>
|
|
<option selected>신규</option>
|
|
<option>상품</option>
|
|
</select>
|
|
</td>
|
|
<td><input type="text"></td>
|
|
<td><input type="text" style="text-align:right; padding-right:5px;" id="recycle_result_amt" value="" onkeyup="inputNumberFormat(this)"/></td>
|
|
<td><input type="text"></td>
|
|
<td><input type="text"></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<div class="btn_wrap" style="clear:both;">
|
|
<div class="plm_btn_wrap_center">
|
|
<input type="button" value="Edit" id="" class="plm_btns">
|
|
<input type="button" value="저장" id="" class="plm_btns">
|
|
<input type="button" value="닫기" id="btn_close" class="plm_btns">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |