|
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta HTTP-EQUIV="pragma" CONTENT="no-cache">
- <meta HTTP-EQUIV="expires" CONTENT="0">
- <title>批量修改价格与库存</title>
- <style>
- .height {
- height: 47px;
- }
-
- .title {
- font-size: large;
- display: inline-block;
- line-height: 47px;
- margin-left: 10px;
- }
-
- .head {
- line-height: 47px;
- width: 80px;
- margin-left: 10px;
- text-align: right;
- display: inline-block
- }
-
- .input {
- border: 1px solid lightgrey;
- width: 124px;
- display: inline-block;
- vertical-align: top;
- height: 28px;
- line-height: 28px;
- margin-top: 5px;
- color: lightgrey;
- }
-
- .inputshort {
- border: 1px solid lightgrey;
- width: 70px;
- display: inline-block;
- vertical-align: top;
- height: 28px;
- line-height: 28px;
- margin-top: 5px;
- color: lightgrey;
-
- }
-
- .inputin {
- width: 85px;
- border: medium none;
- color: grey;
- }
-
- .inputinshort {
- width: 50px;
- border: medium none;
- color: grey;
- }
-
- .button {
- width: 80px;
- height: 35px;
- display: inline-block;
- line-height: 30px;
- border: 1px solid rgb(204, 204, 204);
- text-align: center;
- color: #fff;
- cursor: pointer;
- background-color: #428bca !important;
- }
-
- .frist_style_chinese {
- vertical-align: top;
- display: inline-block;
- height: 50px;
- width: 355px;
- line-height: 50px;
- font-family: "微软雅黑";
- margin-left: 10px;
- }
-
- .frist_style_cha {
- display: inline-block;
- height: 50px;
- width: 50px;
- }
-
- .frist_style_cha img {
- width: 20px;
- height: 20px;
- margin-top: 15px;
- margin-left: 15px;
- }
-
- </style>
- </head>
-
- <body>
- <!--<div class="navbar navbar-default" style="margin-bottom: 0px;">
- <div class="navbar-header ">
- <a href="#" class="navbar-brand">
- <i class="icon-leaf"></i> CS System<sub style="font-size:12px;position: initial;"> <span id="version_txt"></span></sub>
- </a>
- </div>
- </div>
- <div class="warp clearfix" id="show_html" style="display: none">
- <div class="control-bar"></div>
- <div class="control-show" style="float: left;">-->
- <div style="width: 420px;height: 300px;border:1px solid lightgrey">
- <div class="height" style="width: 420px;background: lightgrey;">
- <span class="frist_style_chinese">批量修改价格与库存</span><span class="frist_style_cha"> <img
- src="images/chacha.png" type="button"
- onclick="doclick_close" style="cursor: pointer;"/></span>
- </div>
- <div style="width: 420px;">
- <span class="head">时间范围:</span>
- <input type="text" class="Wdate" style="height: 20px; width: 120px;display: inline-block" name="begin"
- onClick="WdatePicker({doubleCalendar:true,errDealMode:0,alwaysUseStartDate:true})"/>
- <span>-</span>
- <input type="text" class="Wdate" style="height: 20px; width: 120px;display: inline-block" name="end"
- onClick="WdatePicker({doubleCalendar:true,errDealMode:0,alwaysUseStartDate:true})"/>
- </div>
- <div>
- <span class="head">适用星期:</span>
- <span>
- <input type="checkbox">一
- </span>
- <span>
- <input type="checkbox">二
- </span>
- <span>
- <input type="checkbox">三
- </span>
- <span>
- <input type="checkbox">四
- </span>
- <span>
- <input type="checkbox">五
- </span>
- <span>
- <input type="checkbox">六
- </span>
- <span>
- <input type="checkbox">七
- </span>
- </div>
- <div style="width: 420px; height: 40px;">
- <span class="head" style="height: 40px; line-height: 40px;">授权库存:</span>
- <select style="width: 125px; vertical-align: top; height: 30px; margin-top: 5px;">
- <option value="0" selected="selected" style="font-size: 12px;">数值</option>
- <option value="1" style="font-size: 12px;">共享库存</option>
- <option value="2" style="font-size: 12px;">人工确认</option>
- <option value="3" style="font-size: 12px;">满房</option>
- </select>
- <span class="inputshort"><input type="text" class="inputinshort"/>间</span>
- </div>
- <div>
- <span class="head" style="height: 40px; line-height: 40px;">分销价:</span>
- <span class="input"><input type="text" class="inputin"/>RMB</span>
- </div>
- <div>
- <span class="head" style="height: 40px; line-height: 40px;">零售价:</span>
- <span class="input"><input type="text" class="inputin"/>RMB</span>
- </div>
- <div>
- <span style="margin-left: 250px"><input type="button" class="button" value="保存"/></span>
- </div>
- </div>
-
- <!--</div>
- </div>-->
- </body>
- <script language="javascript" type="text/javascript" src="My97DatePicker/WdatePicker.js"></script>
- <script type="text/javascript" src="js/htCommon.js"></script>
- <!--<script type="text/javascript" src="js/xm.js"></script>
- <script src="js/master.js" type="text/javascript" charset="utf-8"></script>
- <script>
- login();
- </script>-->
- </html>
|