|
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta HTTP-EQUIV="pragma" CONTENT="no-cache">
- <meta HTTP-EQUIV="expires" CONTENT="0">
- <title>修改订单</title>
- <link rel="stylesheet" href="css/font-awesome.min.css">
- <link rel="stylesheet" href="css/bootstrap.min.css">
- <link rel="stylesheet" href="css/master.css">
- <link rel="stylesheet" href="css/ace.min.css">
- <link rel="stylesheet" type="text/css" href="./css/combo.select.css"/>
- </head>
- <style>
- body {
- background-color: white;
- }
-
- td {
- text-align: center;
- }
-
- th {
- text-align: center;
- }
-
- .combo-select {
- border: none;
- }
- </style>
- <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-left: 10px;margin-top: 10px">
- <!--头部订单信息与操作日志-->
- <div style="border-bottom:1px solid lightgray">
- <span style="width: 115px; height: 30px; display: inline-block; text-align: center; vertical-align: middle; line-height: 30px; background-color: white; border-top: 1px solid lightgray; border-left: 1px solid lightgray; border-right: 1px solid lightgray;">订单信息</span>
- <!--<span style="width: 115px; height: 30px; display: inline-block; text-align: center; vertical-align: middle; line-height: 30px; background-color: white; border-top: 1px solid lightgray; border-left: 1px solid lightgray; border-right: 1px solid lightgray;">操作日志</span>-->
- </div>
- <div style="width: 1200px;height: 200px;border: 1px solid lightgray;margin-top: 30px">
- <span style="display: inline-block;width: 300px;height: 200px;border-right: 1px solid lightgrey;vertical-align: top">
- <p id="order_id" style="color: grey;margin-left: 10px;margin-top: 10px;display: inline-block;">订 单 号: [订单号]</p>
- <p id="order_status" style="font-size: 20px;margin-left: 10px;margin-top: 10px">[订单状态]</p>
- <p id="org_name" style="margin-left: 10px;margin-top: 90px;">订单渠道: [订单渠道]</p>
- </span>
- <span style="display: inline-block;width: 850px;height: 200px;vertical-align: top">
- <!--中间五个环-->
- <div style="width: 890px;height: 120px">
- <div id="fuelux-wizard" class="row-fluid" data-target="#step-container">
- <ul class="wizard-steps">
- <li data-target="#step1">
- <span class="step">1</span>
- <span class="title">提交订单</span>
- <span class="title order_sub_date" id="create_date"></span>
- <span class="title order_sub_time" id="create_time"></span>
- </li>
- <li data-target="#step2">
- <span class="step">2</span>
- <span class="title">付款成功</span>
- <span class="title order_sub_date" id="pay_date"></span>
- <span class="title order_sub_time" id="pay_time"></span>
- </li>
- <li data-target="#step3">
- <span class="step">3</span>
- <span class="title">已发单</span>
- <span class="title order_sub_date" id="send_date"></span>
- <span class="title order_sub_time" id="send_time"></span>
- </li>
- <li data-target="#step4">
- <span class="step">4</span>
- <span class="title">已安排</span>
- <span class="title order_sub_date" id="arr_date"></span>
- <span class="title order_sub_time" id="arr_time"></span>
- </li>
- <li data-target="#step5">
- <span class="step">5</span>
- <span class="title">已完成</span>
- <span class="title order_sub_date" id="finish_date"></span>
- <span class="title order_sub_time" id="finish_time"></span>
- </li>
- </ul>
- </div>
- </div>
- <hr style="width: 80%"/>
- <!--<div>-->
- <!--<span style="text-decoration: underline; margin-left: 80px;">短信通知:0条</span>-->
- <!--<span style="margin-left: 80px;">酒店确认单:</span>-->
- <!--<span style="display: inline-block; width: 100px; height: 20px; border: 1px solid lightgrey; text-align: center; border-radius: 7px;">下载附件</span>-->
- <!--</div>-->
- </span>
- </div>
- <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: 80px;text-align: right;">酒店名称:</span>
- <span style="display: inline-block;" id="hotel_name">[酒店名称]</span>
- </div>
- <div style="margin-top: 20px">
- <span style="width: 80px;text-align: right;display: inline-block">产品名称:</span>
- <span id="product_name">[产品名称]</span>
- </div>
- <div style="margin-top: 20px">
- <span style="width: 80px;text-align: right;display: inline-block"><span
- style="color:red;">* </span>订单渠道:</span>
- <select style="width: 150px;color: inherit;border: 0;display: inline-block" 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: 80px;text-align: right;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: 80px;text-align: right;display: inline-block"><span
- style="color:red;">* </span>入住日期:</span>
- <input type="text" id="start_date" class="Wdate"
- style="height: 30px; width: 100px;display: inline-block"
- name="begin"
- onClick="WdatePicker({onpicked:function(dp){timeDiff();},doubleCalendar:true,errDealMode:0,alwaysUseStartDate:true})"/>
- <span>-</span>
- <input type="text" id="end_date" class="Wdate"
- style="height: 30px; width: 100px;display: inline-block"
- name="end"
- onClick="WdatePicker({onpicked:function(dp){timeDiff();},doubleCalendar:true,errDealMode:0,alwaysUseStartDate:true})"/>
- <span style="display: inline-block;margin-left: 10px" id="datediff">共 0 晚</span>
- <select style="width: 75px;margin-left: 10px" id="time">
- <option selected="selected">请选择</option>
- <option>24:00</option>
- </select>
- <span style="display: inline-block;margin-left: 10px">最晚到店</span>
- </div>
- <div style="margin-top: 20px">
- <table class="table table-striped table-bordered table-hover center"
- style="width: 900px;margin-left: 90px">
- <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 class="checkin_date">[入住日期]</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;">
- <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: 80px;text-align: right;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: 80px;text-align: right;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: 80px;text-align: right;display: inline-block;text-align: right;vertical-align: top">订单备注:</span>
- <button class="" value="" id="addNote" onclick="addNote()" style="">添加备注</button>
-
- </div>
- <div class="form-group" style="margin-top: 20px">
- <button class="btn btn-primary storage" value="" id="button" style="margin-left: 400px"
- onclick="commit()">提交
- </button>
- </div>
- </div>
- </div>
- <!--</div>
- </div>-->
- </body>
- <script type="text/javascript" src="js/htCommon.js?v=1"></script>
- <script type="text/javascript" src="js/hotel_modify_order.js?v=2"></script>
- <script language="javascript" type="text/javascript" src="My97DatePicker/WdatePicker.js"></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>
|