You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

183 lines
5.7 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta HTTP-EQUIV="pragma" CONTENT="no-cache">
  6. <meta HTTP-EQUIV="expires" CONTENT="0">
  7. <title>批量修改价格与库存</title>
  8. <style>
  9. .height {
  10. height: 47px;
  11. }
  12. .title {
  13. font-size: large;
  14. display: inline-block;
  15. line-height: 47px;
  16. margin-left: 10px;
  17. }
  18. .head {
  19. line-height: 47px;
  20. width: 80px;
  21. margin-left: 10px;
  22. text-align: right;
  23. display: inline-block
  24. }
  25. .input {
  26. border: 1px solid lightgrey;
  27. width: 124px;
  28. display: inline-block;
  29. vertical-align: top;
  30. height: 28px;
  31. line-height: 28px;
  32. margin-top: 5px;
  33. color: lightgrey;
  34. }
  35. .inputshort {
  36. border: 1px solid lightgrey;
  37. width: 70px;
  38. display: inline-block;
  39. vertical-align: top;
  40. height: 28px;
  41. line-height: 28px;
  42. margin-top: 5px;
  43. color: lightgrey;
  44. }
  45. .inputin {
  46. width: 85px;
  47. border: medium none;
  48. color: grey;
  49. }
  50. .inputinshort {
  51. width: 50px;
  52. border: medium none;
  53. color: grey;
  54. }
  55. .button {
  56. width: 80px;
  57. height: 35px;
  58. display: inline-block;
  59. line-height: 30px;
  60. border: 1px solid rgb(204, 204, 204);
  61. text-align: center;
  62. color: #fff;
  63. cursor: pointer;
  64. background-color: #428bca !important;
  65. }
  66. .frist_style_chinese {
  67. vertical-align: top;
  68. display: inline-block;
  69. height: 50px;
  70. width: 355px;
  71. line-height: 50px;
  72. font-family: "微软雅黑";
  73. margin-left: 10px;
  74. }
  75. .frist_style_cha {
  76. display: inline-block;
  77. height: 50px;
  78. width: 50px;
  79. }
  80. .frist_style_cha img {
  81. width: 20px;
  82. height: 20px;
  83. margin-top: 15px;
  84. margin-left: 15px;
  85. }
  86. </style>
  87. </head>
  88. <body>
  89. <!--<div class="navbar navbar-default" style="margin-bottom: 0px;">
  90. <div class="navbar-header ">
  91. <a href="#" class="navbar-brand">
  92. <i class="icon-leaf"></i> CS System<sub style="font-size:12px;position: initial;">&nbsp;<span id="version_txt"></span></sub>
  93. </a>
  94. </div>
  95. </div>
  96. <div class="warp clearfix" id="show_html" style="display: none">
  97. <div class="control-bar"></div>
  98. <div class="control-show" style="float: left;">-->
  99. <div style="width: 420px;height: 300px;border:1px solid lightgrey">
  100. <div class="height" style="width: 420px;background: lightgrey;">
  101. <span class="frist_style_chinese">批量修改价格与库存</span><span class="frist_style_cha"> <img
  102. src="images/chacha.png" type="button"
  103. onclick="doclick_close" style="cursor: pointer;"/></span>
  104. </div>
  105. <div style="width: 420px;">
  106. <span class="head">时间范围:</span>
  107. <input type="text" class="Wdate" style="height: 20px; width: 120px;display: inline-block" name="begin"
  108. onClick="WdatePicker({doubleCalendar:true,errDealMode:0,alwaysUseStartDate:true})"/>
  109. <span>-</span>
  110. <input type="text" class="Wdate" style="height: 20px; width: 120px;display: inline-block" name="end"
  111. onClick="WdatePicker({doubleCalendar:true,errDealMode:0,alwaysUseStartDate:true})"/>
  112. </div>
  113. <div>
  114. <span class="head">适用星期:</span>
  115. <span>
  116. <input type="checkbox">一
  117. </span>
  118. <span>
  119. <input type="checkbox">二
  120. </span>
  121. <span>
  122. <input type="checkbox">三
  123. </span>
  124. <span>
  125. <input type="checkbox">四
  126. </span>
  127. <span>
  128. <input type="checkbox">五
  129. </span>
  130. <span>
  131. <input type="checkbox">六
  132. </span>
  133. <span>
  134. <input type="checkbox">七
  135. </span>
  136. </div>
  137. <div style="width: 420px; height: 40px;">
  138. <span class="head" style="height: 40px; line-height: 40px;">授权库存:</span>
  139. <select style="width: 125px; vertical-align: top; height: 30px; margin-top: 5px;">
  140. <option value="0" selected="selected" style="font-size: 12px;">数值</option>
  141. <option value="1" style="font-size: 12px;">共享库存</option>
  142. <option value="2" style="font-size: 12px;">人工确认</option>
  143. <option value="3" style="font-size: 12px;">满房</option>
  144. </select>
  145. <span class="inputshort"><input type="text" class="inputinshort"/>间</span>
  146. </div>
  147. <div>
  148. <span class="head" style="height: 40px; line-height: 40px;">分销价:</span>
  149. <span class="input"><input type="text" class="inputin"/>RMB</span>
  150. </div>
  151. <div>
  152. <span class="head" style="height: 40px; line-height: 40px;">零售价:</span>
  153. <span class="input"><input type="text" class="inputin"/>RMB</span>
  154. </div>
  155. <div>
  156. <span style="margin-left: 250px"><input type="button" class="button" value="保存"/></span>
  157. </div>
  158. </div>
  159. <!--</div>
  160. </div>-->
  161. </body>
  162. <script language="javascript" type="text/javascript" src="My97DatePicker/WdatePicker.js"></script>
  163. <script type="text/javascript" src="js/htCommon.js"></script>
  164. <!--<script type="text/javascript" src="js/xm.js"></script>
  165. <script src="js/master.js" type="text/javascript" charset="utf-8"></script>
  166. <script>
  167. login();
  168. </script>-->
  169. </html>