feat: 도매상 API 통합 및 스키마 업데이트
- wholesale 패키지 연동 (SooinSession, GeoYoungSession) - Flask Blueprint 분리 (sooin_api.py, geoyoung_api.py) - order_context 스키마 확장 (wholesaler_id, internal_code 등) - 수인약품 개별 취소 기능 (cancel_item, restore_item) - 문서 추가: WHOLESALE_API_INTEGRATION.md - 테스트 스크립트들
This commit is contained in:
206
backend/bag_page.html
Normal file
206
backend/bag_page.html
Normal file
@@ -0,0 +1,206 @@
|
||||
|
||||
|
||||
<!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 id="bagLine0">
|
||||
|
||||
Reference in New Issue
Block a user