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.
 
 
 
 

153 lines
6.3 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>填写订单</title>
  6. <link rel="stylesheet" type="text/css" href="./css/ace.min.css" />
  7. <link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css" />
  8. <link rel="stylesheet" type="text/css" href="./css/bootstrap-timepicker.css" />
  9. <link rel="stylesheet" type="text/css" href="./css/font-awesome.min.css" />
  10. <link rel="stylesheet" type="text/css" href="./css/daterangepicker.css" />
  11. <link rel="stylesheet" type="text/css" href="./css/datepicker.css" />
  12. <link rel="stylesheet" type="text/css" href="./css/master.css">
  13. <script type="text/javascript" src="./js/jquery-2.0.3.min.js"></script>
  14. <script type="text/javascript" src="./js/create_order.js"></script>
  15. <script type="text/javascript" src="./js/date-time/bootstrap-datepicker.min.js"></script>
  16. <script type="text/javascript" src="./js/date-time/bootstrap-timepicker.min.js"></script>
  17. <script src="js/jquery.cookie.js"></script>
  18. <script src="js/xm.js"></script>
  19. <script>
  20. login();
  21. </script>
  22. </head>
  23. <body style="font-size: 12px;">
  24. <div class="navbar navbar-default" style="margin-bottom: 0px;">
  25. <div class="navbar-header ">
  26. <a href="#" class="navbar-brand">
  27. <i class="icon-leaf"></i>
  28. CS System
  29. </a>
  30. </div>
  31. </div>
  32. <div class="warp clearfix" >
  33. <div class="control-bar"></div>
  34. <div class="control-show" style="float: left;">
  35. <!--
  36. 作者:刘兵
  37. 时间:2016-06-03
  38. 描述:add start
  39. -->
  40. <div class="page-content" style="width: 1200px;">
  41. <div class="page-header">
  42. <h1 style="font-size: 14px;">填写订单</h1>
  43. </div>
  44. <div class="row">
  45. <form class="form-horizontal" role="form">
  46. <div class="form-group">
  47. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;">线&nbsp&nbsp路:</label>
  48. <label id="line" class="col-sm-6 control-label" style="font-size: 12px; text-align: left;"></label>
  49. </div>
  50. <div class="form-group">
  51. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;">上下站点:</label>
  52. <label class="col-sm-1 control-label" style="font-size: 12px; width: 5%; text-align: left;">出发</label>
  53. <div class="col-sm-1" style="width: 25%; padding-left: 3px;">
  54. <select id="startArea" style="font-size: 12px; width: 160px;" onclick="show_end_station()">
  55. <option value="0" selected="selected" style="font-size: 12px;">startArea</option>
  56. </select>
  57. </div>
  58. <label class="col-sm-1 control-label" style="font-size: 12px; width: 5%; text-align: center;">到达</label>
  59. <div class="col-sm-1" style="width: 25%;">
  60. <select id="endArea" style="font-size: 12px; width: 160px;" onclick="show_ticket_list()">
  61. <option value="0" selected="selected" style="font-size: 12px;">endArea</option>
  62. </select>
  63. </div>
  64. </div>
  65. <div class="form-group">
  66. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;">数&nbsp&nbsp量:</label>
  67. <div class="col-sm-1 table-responsive" style="width: 465px;">
  68. <table id="infoTable" class="table table-striped table-bordered table-hover">
  69. <thead>
  70. <tr>
  71. <th style="width: 80px;">座位类型</th>
  72. <th style="width: 120px;">票种</th>
  73. <th style="width: 90px;">价格</th>
  74. <th style="width: 105px;">数量</th>
  75. </tr>
  76. </thead>
  77. <tbody id="tableInfo">
  78. <tr>
  79. <td style="width: 80px;">座位</td>
  80. <td style="width: 80px;">票种</td>
  81. <td style="width: 90px;">价格
  82. <input type="text" id="price" />
  83. </td>
  84. <td style="width: 105px;">
  85. <select id="number_select" style="font-size: 12px; width: 60px;">
  86. <option value="default" selected="selected" style="font-size: 12px;">num</option>
  87. </select>
  88. </td>
  89. </tr>
  90. </tbody>
  91. </table>
  92. </div>
  93. </div>
  94. <div class="form-group">
  95. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;">联系信息:</label>
  96. <div class="col-sm-2">
  97. <input class="form-control" id="username" type="text" style="font-size: 12px;" placeholder="姓名" required maxlength="20"/><span style="color:red;" id="nameinfo"></span>
  98. </div>
  99. </div>
  100. <div class="form-group">
  101. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;" ></label>
  102. <div class="col-sm-2">
  103. <input class="form-control" type="text" style="font-size: 12px;" placeholder="手机" id="usernum" required maxlength="11"/><span style="color:red;" id="numinfo"></span>
  104. </div>
  105. </div>
  106. <div class="form-group">
  107. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;"></label>
  108. <div class="col-sm-2">
  109. <input class="form-control" type="text" style="font-size: 12px;" placeholder="身份证" id="userid" required maxlength="18"/><span style="color:red;" id="idinfo"></span>
  110. </div>
  111. </div>
  112. <div class="form-group">
  113. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;">订单渠道:</label>
  114. <div class="col-sm-2" >
  115. <select id="orderSource" style="font-size: 12px; padding: 0px; width: 100%;">
  116. <option value="-2" selected="selected" style="font-size: 12px;">请选择</option>
  117. </select>
  118. </div>
  119. </div>
  120. <div class="form-group">
  121. <label class="col-sm-1 control-label no-padding-right" style="font-size: 12px;" ></label>
  122. <div class="col-sm-2">
  123. <input id="channelNum" class="form-control" type="text" style="font-size: 12px;" placeholder="渠道订单号"/>
  124. </div>
  125. </div>
  126. </form>
  127. </div>
  128. <div class="form-actions" style="background: #FFFFFF;">
  129. <div class="col-md-1">
  130. <button class="btn btn-info" style="font-size: 12px;" id="usersubmit" onclick="submit_order()">提交</button>
  131. &nbsp; &nbsp; &nbsp;
  132. </div>
  133. <div class="col-md-1">
  134. <button class="btn" style="font-size: 12px;" onclick="javascript :history.back(-1)">返回</button>
  135. </div>
  136. </div>
  137. </div>
  138. <!--
  139. 作者:作者:刘兵
  140. 时间:2016-06-03
  141. 描述:add end
  142. -->
  143. </div>
  144. </div>
  145. </body>
  146. <script type="text/javascript" src="./js/master.js"></script>
  147. </html>