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.
 
 
 
 

154 lines
7.6 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. <link rel="stylesheet" type="text/css" href="./css/ace.min.css"/>
  9. <link rel="stylesheet" type="text/css" href="./css/bootstrap/bootstrap.min.css"/>
  10. <link rel="stylesheet" type="text/css" href="./css/bootstrap-timepicker.css"/>
  11. <link rel="stylesheet" type="text/css" href="./css/font-awesome.min.css"/>
  12. <link rel="stylesheet" type="text/css" href="./css/daterangepicker.css"/>
  13. <link rel="stylesheet" type="text/css" href="./css/datepicker.css"/>
  14. <link rel="stylesheet" type="text/css" href="./css/master.css">
  15. <link rel="stylesheet" type="text/css" href="./css/combo.select.css"/>
  16. <style>
  17. .combo-select {
  18. border: none;
  19. }
  20. </style>
  21. </head>
  22. <body>
  23. <!--标题-->
  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> CS System<sub style="font-size:12px;position: initial;">&nbsp;<span id="version_txt"></span></sub>
  28. </a>
  29. </div>
  30. </div>
  31. <div class="warp clearfix" id="show_html" style="display: none">
  32. <div class="control-bar" ></div>
  33. <div class="control-show" style="float: left;">-->
  34. <div style="margin-top: 30px;margin-left: 25px">
  35. <div style="font-size: 15px;height: 50px;border-bottom: 1px solid lightgrey">填写订单</div>
  36. <div style="margin-top: 20px">
  37. <span style="display: inline-block;width: 100px;text-align: right">酒店名称:</span>
  38. <span style="display: inline-block;" id="hotel_name">[酒店名称]</span>
  39. </div>
  40. <div style="margin-top: 20px">
  41. <span style="width: 100px;display: inline-block;text-align: right">房型名称:</span>
  42. <span id="product_name">[产品名称]</span>
  43. </div>
  44. <div style="margin-top: 20px">
  45. <span id="channel" data-if-cancel="0" style="width: 100px;display: inline-block;text-align: right"><span
  46. style="color:red;">* </span>订单渠道:</span>
  47. <select style="width: 150px;color: inherit;display: inline-block;font-size: 12px" id="org_id"
  48. onchange="timeDiff()" class="select_line">
  49. <option selected=selected id=0 style='font-size: 12px;'>请选择</option>
  50. </select>
  51. </div>
  52. <div style="margin-top: 20px">
  53. <span style="width: 100px;display: inline-block"></span>
  54. <input type="text" style="width: 150px;height: 30px;font-size: 13px;color: inherit" placeholder="渠道订单号"
  55. id="org_num">
  56. </div>
  57. <div style="margin-top: 20px">
  58. <span style="width: 100px;display: inline-block;text-align: right"><span
  59. style="color:red;">* </span>入住日期:</span>
  60. <input type="text" id="start_date" class="Wdate"
  61. style="height: 25px;width: 110px" name="begin" placeholder="出发日期"
  62. onfocus="WdatePicker({ onpicked:function(dp){timeDiffStart();},doubleCalendar:true,errDealMode:0,isShowClear:false,dateFmt:'yyyy-MM-dd', minDate:'', maxDate:'' });"/>
  63. <span>-</span>
  64. <input type="text" id="end_date" class="Wdate"
  65. style="height: 25px;width: 110px"
  66. name="begin" placeholder="结束日期"
  67. onfocus="WdatePicker({ onpicked:function(dp){timeDiff();},doubleCalendar:true,errDealMode:0,isShowClear:false,dateFmt:'yyyy-MM-dd', minDate:'#F{$dp.$D(\'start_date\')}', maxDate:'' });"/>
  68. <span style="display: inline-block;margin-left: 10px" id="datediff">共 0 晚</span>
  69. <span style="display: inline-block;margin-left: 10px">最晚到店:</span>
  70. <select style="width: 75px;margin-left: 10px" id="time">
  71. <option selected="selected">请选择</option>
  72. <option>24:00</option>
  73. </select>
  74. </div>
  75. <div style="margin-top: 20px">
  76. <table class="table table-striped table-bordered table-hover center" id="make_table"
  77. style="width: 652px;margin-left: 103px;display: none">
  78. <thead>
  79. <tr>
  80. <th class="center">入住日期</th>
  81. <th class="center">数量</th>
  82. <th class="center">结算单价</th>
  83. <th class="center">渠道佣金</th>
  84. <th class="center">结算总价</th>
  85. <th class="center">销售利润</th>
  86. </tr>
  87. </thead>
  88. <tbody id="make_order_list">
  89. <tr class="tr_str" data-json="[data-json]" data-json-maiduan="[data-json-maiduan]"
  90. data-json-baoliu="[data-json-baoliu]" data-json-xianxun="[data-json-xianxun]">
  91. <td>[入住日期]</td>
  92. <td>[数量]</td>
  93. <td>[结算价]</td>
  94. <td class="yongj_sum">[佣金]</td>
  95. <td class="jiesuan_sum">[结算价总额]</td>
  96. <td class="benefit_sum">[销售利润]</td>
  97. </tr>
  98. </tbody>
  99. <tr style="height: 35px;" id="total">
  100. <td style="width: 150px;font-weight: bold">总计</td>
  101. <td style="width: 100px;"></td>
  102. <td style="width: 100px;"></td>
  103. <td id="all_yongj" style="width: 100px;font-weight: bold"></td>
  104. <td id="all_jiesuan" style="width: 100px;font-weight: bold"></td>
  105. <td id="all_profit" style="width: 100px;font-weight: bold"></td>
  106. </tr>
  107. </table>
  108. </div>
  109. <div style="margin-top: 20px">
  110. <span style="width: 100px;display: inline-block;text-align: right"><span style="color:red;">* </span>联系人:</span>
  111. <input id="contacts" type="text" style="width: 150px;height: 30px;font-size: 13px;color: inherit"
  112. placeholder="联系人姓名">
  113. </div>
  114. <div style="margin-top: 20px">
  115. <span style="width: 100px;display: inline-block;text-align: right">联系方式:</span>
  116. <input id="phone" type="text" style="width: 150px;height: 30px;font-size: 13px;color: inherit"
  117. placeholder="联系方式">
  118. </div>
  119. <div style="margin-top: 20px" class="note">
  120. <span style="width: 100px;display: inline-block;text-align: right;vertical-align: top">订单备注:</span>
  121. <button class="" value="" id="addNote" onclick="addNote()" style="">添加备注</button>
  122. </div>
  123. <hr>
  124. <div class="form-group" style="margin-top: 20px;">
  125. <button class="btn btn-primary storage" value="" id="button" style="margin-left: 400px;width: 100px;"
  126. onclick="commit()">提&nbsp;&nbsp;&nbsp;交
  127. </button>
  128. <!--<button class="btn btn-primary storage" value="" id="button_send" style="margin-left: 70px;width: 100px;"
  129. onclick="ZZConfirm('确认下单后进行自动发单操作?',function() {
  130. commit(1);
  131. })">提交并发单
  132. </button>-->
  133. <button class="btn btn-primary storage" value="" id="button_send" style="margin-left: 70px;width: 100px;"
  134. onclick="commit(1)">提交并发单
  135. </button>
  136. </div>
  137. </div>
  138. <!--</div>
  139. </div>-->
  140. </body>
  141. <script language="javascript" type="text/javascript" src="My97DatePicker/WdatePicker.js"></script>
  142. <script type="text/javascript" src="js/htCommon.js"></script>
  143. <script type="text/javascript" src="js/make_hotel_order.js?v=0.0.2"></script>
  144. <script src="js/jquery.combo.select.js" type="text/javascript" charset="utf-8"></script>
  145. <!--<script type="text/javascript" src="js/xm.js"></script>
  146. <script src="js/master.js" type="text/javascript" charset="utf-8"></script>
  147. <script>
  148. login();
  149. </script>-->
  150. </html>