|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>酒店库存</title>
- <script src="js/jquery-2.2.4.min.js" type="text/javascript" charset="utf-8"></script>
- <link rel="stylesheet" href="css/font-awesome.min.css" charset="UTF-8">
- <script src="js/jquery.cookie.js"></script>
- <!--<script src="js/xm.js"></script>
- <script>
- login();
- </script>-->
-
-
- <style>
- .box{
- margin-top: 50px;
- margin-left: 30px;
- font-size: 12px;
- color: #333;
- }
- .ipt{
- margin-left:29px;
- width: 298px;
- height: 22px;
- border: 1px solid #707070;
- }
- .contentleft{
- margin-top: 60px;
- width: 974px;
- float: left;
- }
- .selectMonth{
- width: 972px;
- height: 48px;
- line-height: 48px;
- border: 1px solid #ccc;
- border-bottom:none;
- }
- .jtone{
- float: left;
- margin-top: 16px;
- margin-left: 10px;
- cursor: pointer;
- }
- .selectMonth span{
- float: left;
- }
- .LastMonth{
- margin-left:15px;
- }
- .weeknum{
- float: left;
- overflow: hidden;
- width: 118px;
- height: 20px;
- padding-top:8px;
- border: 1px solid #ccc;
- border-right:none;
- padding-left:10px;
- padding-right:10px;
- }
- .weeknum input{
- float: right;
- }
- .se{
- width: 11px;
- height: 11px;
- margin:0px;
- padding: 0px;
- }
- .jtsec{
- float: right;
- margin-top: 16px;
- margin-right: 10px;
- cursor: pointer;
- }
- .rili{
- overflow: hidden;
- border-left:1px solid #ccc;
- }
- .rili .xk{
- float: left;
- width: 128px;
- height: 116px;
- border: 1px solid #ccc;
- border-top: none;
- border-left: none;
- padding-top: 12px;
- padding-left: 10px;
- }
- .rili .kc{
- margin-top: 15px;
- margin-bottom: 7px;
- }
- .rili .jg{
- margin-top:7px;
- }
- .contentright{
- float: left;
- margin-top:114px;
- margin-left: 40px;
- }
- .allse{
- float:right;margin-right:10px;
- }
- .switchs{
- margin-left:10px;
- cursor: pointer;
- }
- .crsele{
- width: 73px;
- height: 23px;
- border: 1px solid #707070;
- padding-left: 5px;
- margin-left: 5px;
- line-height: 23px;
- }
- .cript{
- width: 66px;
- padding: 0px;
- height: 20px;
- border: 1px solid #707070;
- padding-left: 5px;
- margin-top: 13px;
- margin-right:8px;
- margin-left: 5px;
- }
- .mt{
- margin-top:13px;
- }
- .kg{
- margin-left:5px;
- cursor: pointer;
- }
- .but span{
- margin-top: 28px;
- float: left;
- width: 58px;
- height: 22px;
- line-height: 22px;
- text-align: center;
- border: 1px solid #ccc;
- margin-left: 5px;
- cursor: pointer;
- }
- </style>
- </head>
- <body>
- <div class="box">
- <div class="header">
- <span>产 品: </span>
- <span id="product">千岛湖滨江希尔顿度假村</span>
- <input id="pro_name" class="ipt" type="text" placeholder="填写名称从下拉框中选择" oninput="hotelname_change(this.value)" name="pro_name">
- <input type="hidden"id="'pro_name_value'" value="" name="pro_name_value" />
- <div id="product_name_search" style="margin-left: 167px; border:1px solid #ccc; width:298px; border-top:none;height:115px; overflow-y:scroll; position:absolute; z-index:10; background:#fff; display:none;">
-
- </div>
- </div>
- <div class="contentleft">
- <div class="selectMonth">
- <img id="jtone" class="jtone" src="images/monthone.jpg" alt="">
- <span id="LastMonth" class="LastMonth">5</span>
- <span>月</span>
- <span id="NowYear" style="margin-left:377px;">2016</span>
- <span>年</span>
- <span id="NowMonth">6</span>
- <span>月</span>
- <input id="quan" class="quan se" style="margin-left:11px; margin-top:18px;" type="checkbox">
- <img id="jtsec" class="jtsec" src="images/monthsec.jpg" alt="">
- <span style="float:right;margin-right:15px;">月</span>
- <span id="futureMonth" style="float:right">7</span>
- </div>
- <div class="selectweek" id="selectweek">
- <span class="weeknum">
- <span class="zhou" style="float:left;">周日</span>
- <input class="se" type="checkbox">
- </span>
- <span class="weeknum">
- <span class="zhou" style="float:left;">周一</span>
- <input class="se" type="checkbox">
- </span>
- <span class="weeknum">
- <span class="zhou" style="float:left;">周二</span>
- <input class="se" type="checkbox">
- </span>
- <span class="weeknum">
- <span class="zhou" style="float:left;">周三</span>
- <input class="se" type="checkbox">
- </span>
- <span class="weeknum">
- <span class="zhou" style="float:left;">周四</span>
- <input class="se" type="checkbox">
- </span>
- <span class="weeknum">
- <span class="zhou" style="float:left;">周五</span>
- <input class="se" type="checkbox">
- </span>
- <span class="weeknum" style="border-right:1px solid #ccc">
- <span class="zhou" style="float:left;">周六</span>
- <input class="se" type="checkbox">
- </span>
- </div>
- <div class="rili" id="rili">
- <div class="xk">
- <div>
- <span>[day_info]</span>
- <input class="se allse xian" id="[xian_check]" type="checkbox">
- </div>
- <div class="kc" id="kc">
- <span>[sell]</span>
- <span>/</span>
- <span >[all]</span>
- <span style="font-size:10px; margin-left:10px;">[type]</span>
- <img class="switchs" index="1" id="ata" src="images/close.jpg" alt="">
- </div>
- <div class="jg">
- <span>采购:</span>
- <span id="caigou_h">[purchasing price]</span>
- </div>
- <div class="jg">
- <span>分销:</span>
- <span>[distribution price]</span>
- </div>
- <div class="jg">
- <span>零售:</span>
- <span>[retail price]</span>
- </div>
- </div>
- </div>
- </div>
- <div class="contentright">
- <div>
- <span>采购类型:</span>
- <select name="" id="crsele1" class="crsele">
- <option value="229">现询</option>
- <option value="230">保留</option>
- <option value="228">买断</option>
- </select>
- </div>
- <div>
- <span style="letter-spacing:6px;">库存</span>量:
- <input id="rkc" class="cript" type="text" onkeyup="this.value=this.value.replace(/\D/g,'')" maxlength="3" >
- <span>间</span>
- </div>
- <div>
- <span style="letter-spacing:6px;">采购</span>价:
- <input id="rcg" class="cript" type="text" onkeyup="this.value=this.value.replace(/\D/g,'')">
- <span>元</span>
- </div>
- <div>
- <span style="letter-spacing:6px;">分销</span>价:
- <input id="rfx" class="cript" type="text" onkeyup="this.value=this.value.replace(/\D/g,'')">
- <span>元</span>
- </div>
- <div>
- <span style="letter-spacing:6px;">零售</span>价:
- <input id="rls" class="cript" type="text" onkeyup="this.value=this.value.replace(/\D/g,'')">
- <span>元</span>
- </div>
- <div>
- <span style="letter-spacing:25px;">早</span>餐:
- <select name="" id="crsele2" class="crsele mt">
- <option value="206">请选择</option>
- <option value="207">不含早</option>
- <option value="208">单早</option>
- <option value="209">双早</option>
- <option value="209">三早</option>
- <option value="210">四早</option>
- </select>
- </div>
- <div>
- <span>售卖开关:</span>
- <img id="kg" class="mt kg" src="" alt="" name="kaiguan" >
- <input type="hidden" name="kaiguan" value="144" id="kaiguanStyle"/>
- <span id="see_switch"></span>
- </div>
- <div class="but">
- <span id="rqd" style="background:#ccc;">确定</span>
- <span id="delInfo" onclick="delInfo()">删除</span>
- </div>
- </div>
- </div>
- </body>
- <script src="js/jquery-2.2.4.min.js"></script>
- <script src="js/calendar.js" type="text/javascript" charset="utf-8"></script>
-
-
-
- <script>
-
- </script>
- </html>
|