|
- <!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>
- <link rel="stylesheet" type="text/css" href="./css/ace.min.css"/>
- <link rel="stylesheet" type="text/css" href="./css/bootstrap/bootstrap.min.css"/>
- <link rel="stylesheet" type="text/css" href="./css/bootstrap-timepicker.css"/>
- <link rel="stylesheet" type="text/css" href="./css/font-awesome.min.css"/>
- <link rel="stylesheet" type="text/css" href="./css/daterangepicker.css"/>
- <link rel="stylesheet" type="text/css" href="./css/datepicker.css"/>
- <link rel="stylesheet" type="text/css" href="./css/master.css">
- <link rel="stylesheet" type="text/css" href="./css/combo.select.css"/>
- <style>
- .combo-select {
- border: none;
- }
- </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="margin-top: 30px;margin-left: 25px">
- <div style="font-size: 15px;height: 50px;border-bottom: 1px solid lightgrey">填写订单</div>
- <div style="margin-top: 20px">
- <span style="display: inline-block;width: 100px;text-align: right">酒店名称:</span>
- <span style="display: inline-block;" id="hotel_name">[酒店名称]</span>
- </div>
- <div style="margin-top: 20px">
- <span style="width: 100px;display: inline-block;text-align: right">房型名称:</span>
- <span id="product_name">[产品名称]</span>
- </div>
- <div style="margin-top: 20px">
- <span id="channel" data-if-cancel="0" style="width: 100px;display: inline-block;text-align: right"><span
- style="color:red;">* </span>订单渠道:</span>
- <select style="width: 150px;color: inherit;display: inline-block;font-size: 12px" id="org_id"
- onchange="timeDiff()" class="select_line">
- <option selected=selected id=0 style='font-size: 12px;'>请选择</option>
- </select>
- </div>
- <div style="margin-top: 20px">
- <span style="width: 100px;display: inline-block"></span>
- <input type="text" style="width: 150px;height: 30px;font-size: 13px;color: inherit" placeholder="渠道订单号"
- id="org_num">
- </div>
- <div style="margin-top: 20px">
- <span style="width: 100px;display: inline-block;text-align: right"><span
- style="color:red;">* </span>入住日期:</span>
- <input type="text" id="start_date" class="Wdate"
- style="height: 25px;width: 110px" name="begin" placeholder="出发日期"
- onfocus="WdatePicker({ onpicked:function(dp){timeDiffStart();},doubleCalendar:true,errDealMode:0,isShowClear:false,dateFmt:'yyyy-MM-dd', minDate:'', maxDate:'' });"/>
- <span>-</span>
- <input type="text" id="end_date" class="Wdate"
- style="height: 25px;width: 110px"
- name="begin" placeholder="结束日期"
- onfocus="WdatePicker({ onpicked:function(dp){timeDiff();},doubleCalendar:true,errDealMode:0,isShowClear:false,dateFmt:'yyyy-MM-dd', minDate:'#F{$dp.$D(\'start_date\')}', maxDate:'' });"/>
- <span style="display: inline-block;margin-left: 10px" id="datediff">共 0 晚</span>
- <span style="display: inline-block;margin-left: 10px">最晚到店:</span>
- <select style="width: 75px;margin-left: 10px" id="time">
- <option selected="selected">请选择</option>
- <option>24:00</option>
- </select>
- </div>
- <div style="margin-top: 20px">
- <table class="table table-striped table-bordered table-hover center" id="make_table"
- style="width: 652px;margin-left: 103px;display: none">
- <thead>
- <tr>
- <th class="center">入住日期</th>
- <th class="center">数量</th>
- <th class="center">结算单价</th>
- <th class="center">渠道佣金</th>
- <th class="center">结算总价</th>
- <th class="center">销售利润</th>
- </tr>
- </thead>
- <tbody id="make_order_list">
- <tr class="tr_str" data-json="[data-json]" data-json-maiduan="[data-json-maiduan]"
- data-json-baoliu="[data-json-baoliu]" data-json-xianxun="[data-json-xianxun]">
- <td>[入住日期]</td>
- <td>[数量]</td>
- <td>[结算价]</td>
- <td class="yongj_sum">[佣金]</td>
- <td class="jiesuan_sum">[结算价总额]</td>
- <td class="benefit_sum">[销售利润]</td>
- </tr>
- </tbody>
- <tr style="height: 35px;" id="total">
- <td style="width: 150px;font-weight: bold">总计</td>
- <td style="width: 100px;"></td>
- <td style="width: 100px;"></td>
- <td id="all_yongj" style="width: 100px;font-weight: bold"></td>
- <td id="all_jiesuan" style="width: 100px;font-weight: bold"></td>
- <td id="all_profit" style="width: 100px;font-weight: bold"></td>
- </tr>
- </table>
- </div>
- <div style="margin-top: 20px">
- <span style="width: 100px;display: inline-block;text-align: right"><span style="color:red;">* </span>联系人:</span>
- <input id="contacts" type="text" style="width: 150px;height: 30px;font-size: 13px;color: inherit"
- placeholder="联系人姓名">
- </div>
- <div style="margin-top: 20px">
- <span style="width: 100px;display: inline-block;text-align: right">联系方式:</span>
- <input id="phone" type="text" style="width: 150px;height: 30px;font-size: 13px;color: inherit"
- placeholder="联系方式">
- </div>
- <div style="margin-top: 20px" class="note">
- <span style="width: 100px;display: inline-block;text-align: right;vertical-align: top">订单备注:</span>
- <button class="" value="" id="addNote" onclick="addNote()" style="">添加备注</button>
-
- </div>
- <hr>
- <div class="form-group" style="margin-top: 20px;">
- <button class="btn btn-primary storage" value="" id="button" style="margin-left: 400px;width: 100px;"
- onclick="commit()">提 交
- </button>
- <!--<button class="btn btn-primary storage" value="" id="button_send" style="margin-left: 70px;width: 100px;"
- onclick="ZZConfirm('确认下单后进行自动发单操作?',function() {
- commit(1);
- })">提交并发单
- </button>-->
- <button class="btn btn-primary storage" value="" id="button_send" style="margin-left: 70px;width: 100px;"
- onclick="commit(1)">提交并发单
- </button>
- </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/make_hotel_order.js?v=0.0.2"></script>
- <script src="js/jquery.combo.select.js" type="text/javascript" charset="utf-8"></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>
|