- internal_code DB 저장 → 프론트에서 선택한 제품 그대로 주문 - 기존 장바구니 백업/복구로 사용자 장바구니 보존 - 수인약품 submit_order() 수정 (체크박스 제외 방식) - 테스트 파일 정리 및 문서 추가
150 lines
5.7 KiB
HTML
150 lines
5.7 KiB
HTML
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
|
|
|
|
<link rel="stylesheet" href="http://sooinpharm.co.kr/Common/Css/Reset.css" type="text/css" media="screen" />
|
|
|
|
<link rel="stylesheet" href="http://sooinpharm.co.kr/Common/Css/Bag.css?v=260116" type="text/css" media="screen" />
|
|
|
|
<link rel="stylesheet" href="http://sooinpharm.co.kr/Common/Css/jquery-ui.css" type="text/css" />
|
|
|
|
|
|
|
|
<title>수인약품(주) :: 장바구니</title>
|
|
|
|
</head>
|
|
|
|
<body oncontextmenu="return false" >
|
|
|
|
<input type="hidden" id="domainNm" name="domainNm" value="sooinpharm.co.kr" />
|
|
|
|
<input type="hidden" id="aggqty" value="N">
|
|
|
|
<input type='hidden' id='hardcoding' value='sooinpharm'>
|
|
|
|
<input type='hidden' id='bidding' value=''>
|
|
|
|
<input type='hidden' id='gumaeKind' value='U'>
|
|
|
|
<input type="hidden" id="min_order_qty" value=""><!--최소주문수량-->
|
|
|
|
<input type="hidden" id="BigWideFlag" value="">
|
|
|
|
<input type="hidden" id="DayOrdAmt" value="0">
|
|
|
|
<input type='hidden' id='baekjestockcd' value=''>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="msg_order" style="margin: 0px 0 2px 0px;padding: 0px 7px 2px 0;background-position-y: 50%;position:relative;">
|
|
|
|
<div style="padding-left: 19px;line-height:13px;min-height:37px;display:table;"><span style="display: table-cell;text-align: left;vertical-align: middle;">17시 이후 주문은 다음근무일로 주문됩니다</span></div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<h1 id="bag_title">장바구니</h1>
|
|
|
|
<div id="bag"
|
|
|
|
style='height:518px;'
|
|
|
|
>
|
|
|
|
<form name="frmBag" id="frmBag" method="post" action="./OrderEnd.asp" autocomplete=off>
|
|
|
|
<fieldset class="info">
|
|
|
|
<legend>주문관련 버튼 및 메모</legend>
|
|
|
|
<ul class="btn">
|
|
|
|
<li><a href="./BagOrder.asp?kind=del&currVenCd=50911&currMkind=&currRealVenCd=" title="장바구니 비우기" id="btn_cancel_order">장바구니 비우기</a></li>
|
|
|
|
|
|
|
|
<input type="hidden" name="hostuser" id="hostuser" />
|
|
|
|
|
|
|
|
<li><input type="image" src="http://sooinpharm.co.kr/Images/Btn/btn_order_v2.gif" alt="주문전송" title="주문전송" /></li>
|
|
|
|
|
|
|
|
<input type='hidden' id='btnState' value='true'>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<p class="memo">
|
|
|
|
<label for="tx_memo" >주문전송 메모</label><input type="text" name="tx_memo" id="tx_memo" maxlength="150" class="setInput_h20" title="메모" value="" />
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<input type="hidden" name="pDate" id="pDate" value=""/>
|
|
|
|
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
<fieldset class="list">
|
|
|
|
<legend>장바구니</legend>
|
|
|
|
<table class="bag_list" summary="스크롤링을 위해 고정시킬 테이블 제목">
|
|
|
|
<caption>장바구니 리스트</caption>
|
|
|
|
<colgroup>
|
|
|
|
|
|
|
|
<col width="30" />
|
|
|
|
<col width="*" />
|
|
|
|
<col width="35" />
|
|
|
|
<col width="77" />
|
|
|
|
|
|
|
|
</colgroup>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<th scope="col" class="title1 first">건별취소</th>
|
|
|
|
<th scope="col" class="title2">제품명</th>
|
|
|
|
<th scope="col" class="title3">수량</th>
|
|
|
|
<th scope="col" class="title4">금액</th>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
</table>
|
|
|
|
<div id="bag_view"
|
|
|
|
style='height:375px;'
|
|
|
|
> <!--닫는 태그-->
|
|
|
|
<div class="wrap_table" style="height:375px;overflow-y:scroll;overflow-x:hidden;"><!--scroll div-->
|
|
|
|
<table class="bag_list">
|
|
|
|
<caption>장바구니 리스트</caption>
|
|
|
|
<colgroup>
|
|
|
|
|
|
|
|
<col width="30" />
|
|
|
|
<col width="*" />
|
|
|
|
<col width="35" />
|
|
|
|
<col width="60" />
|
|
|
|
|
|
|
|
</colgroup>
|
|
|
|
<thead style="display:none;">
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<th scope="col" class="title1 first">건별취소</th>
|
|
|
|
<th scope="col" class="title2">제품명</th>
|
|
|
|
<th scope="col" class="title3">수량</th>
|
|
|
|
<th scope="col" class="title4">금액</th>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr><td colspan="4">장바구니에 담긴 제품이 없습니다.</td></tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div><!--scroll-->
|
|
|
|
</div>
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
|
|
|
|
<fieldset class="total_price">
|
|
|
|
<legend>장바구니 총 금액</legend>
|
|
|
|
<div class="cntPhysic">
|
|
|
|
<dl class="orderPhy">
|
|
|
|
<dt><span>주문품목</span></dt>
|
|
|
|
<dd class=""><span id="cnt_order">0개</span></dd>
|
|
|
|
</dl>
|
|
|
|
<dl class="cancelPhy">
|
|
|
|
<dt><span>취소품목</span></dt>
|
|
|
|
<dd class=""><span id="cnt_cancel">0개</span></dd>
|
|
|
|
</dl>
|
|
|
|
</div>
|
|
|
|
<dl class="total">
|
|
|
|
<dt>주문금액</dt>
|
|
|
|
<dd id="bag_totPrice" class="" data="0">
|
|
|
|
0원
|
|
|
|
</dd>
|
|
|
|
</dl>
|
|
|
|
|
|
|
|
<input type="hidden" name="chkOrderOk" id="chkOrderOk" value="Y" />
|
|
|
|
|
|
|
|
<input type="hidden" name="order_min_amt" id="order_min_amt" value="" />
|
|
|
|
<input type="hidden" name="intArray" id="intArray" value="-1" />
|
|
|
|
<input type="hidden" name="currVenCd" id="currVenCd" value="50911" />
|
|
|
|
<input type="hidden" name="currMkind" id="currMkind" value="" />
|
|
|
|
<input type="hidden" name="kind" value="bag_saveall" />
|
|
|
|
<input type="hidden" name="currLoc" id="currLoc" value="" />
|
|
|
|
<input type="hidden" name="currRealVenCd" id="currRealVenCd" value="" />
|
|
|
|
<input type="hidden" name="ven_rotation_check" id="ven_rotation_check" value="N"/>
|
|
|
|
</fieldset>
|
|
|
|
</form>
|
|
|
|
</div><!-- //bag -->
|
|
|
|
|
|
|
|
<input type="hidden" name="cookStockFlag_order" id="cookStockFlag_order" value="N" />
|
|
|
|
|
|
|
|
<script type="text/javascript" src="http://sooinpharm.co.kr/Common/Javascript/1.7.2/jquery.min.js"></script>
|
|
|
|
<script type="text/javascript" src="http://sooinpharm.co.kr/Common/Javascript/1.8/jquery-ui.min.js"></script>
|
|
|
|
<script type="text/javascript" src="http://sooinpharm.co.kr/Common/Javascript/Bag.js?v=250228"></script>
|
|
|
|
<script type="text/javascript" src="http://sooinpharm.co.kr/Common/Javascript/Common.js?v=220125"></script>
|
|
|
|
</body>
|
|
|
|
</html> |