|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574 |
- <!DOCTYPE html>
- <html>
-
- <head>
- <meta charset="UTF-8">
- <title>修改订单</title>
- <link rel="stylesheet" type="text/css" href="./css/ace.min.css" />
- <link rel="stylesheet" type="text/css" href="./css/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/Page.css">
- <script type="text/javascript" src="./js/jquery-2.0.3.min.js"></script>
- <script src="js/base_path.js" type="text/javascript" charset="utf-8"></script>
- <script type="text/javascript" src="./js/date-time/bootstrap-datepicker.min.js"></script>
- <script type="text/javascript" src="./js/date-time/bootstrap-timepicker.min.js"></script>
- <script type="text/javascript" src="./js/Page.js"></script>
- <script type="text/javascript" src="js/hotelModifyOrder.js"></script>
-
- </head>
- <!--
- 作者:fuhongcheng_fhc@163.com
- 时间:2016-06-28 15:35
- 描述:修改HT订单 重写一份
- -->
- <style type="text/css">
- #topchart {
- width: 1200px;
- height: 210px;
- border: 1px solid lightgrey;
- margin-top: 40px;
- overflow: hidden;
- }
-
- #chartLeftSpan {
- border: 1px solid lightgrey;
- width: 280px;
- height: 208px;
- overflow: hidden;
- float: left;
- }
-
- #chartRightSpan {
- border: 1px solid lightgrey;
- width: 916px;
- height: 208px;
- overflow: hidden;
- float: left;
- }
-
- #orderDetail {
- width: 918px;
- height: 150px;
- overflow: hidden;
- }
-
- #orderCount {
- margin-top: 0px;
- width: 916px;
- height: 44px;
- }
-
- .notifacation {
- width: 160px;
- height: 34px;
- border: 1px solid lightgray;
- margin-top: 10px;
- margin-left: 20px;
- text-align: center;
- display: inline-block;
- line-height: 34px;
- }
-
- .table-bordered>thead>tr>th,
- .table-bordered>tbody>tr>th,
- .table-bordered>tfoot>tr>th,
- .table-bordered>thead>tr>td,
- .table-bordered>tbody>tr>td,
- .table-bordered>tfoot>tr>td {
- border: none;
- }
-
- .table thead>tr>th,
- .table tbody>tr>th,
- .table tfoot>tr>th,
- .table thead>tr>td,
- .table tbody>tr>td,
- .table tfoot>tr>td {
- line-height: 30px;
- padding: 0px;
- padding-bottom: 8px;
- padding-top: 8px;
- /*line-height: 1.428571;*/
- vertical-align: top;
- border-top: 1px solid #ddd;
- }
-
- .editable-click {
- border: 0px solid gray;
- }
-
- .profile-user-info-striped .profile-info-value {
- border-top: 0px dotted #dcebf7;
- padding-left: 12px;
- }
-
- .profile-user-info-striped {
- border: 0px solid #dcebf7;
- }
-
- .profile-info-value {
- padding: 6px 4px 6px 6px;
- margin-left: 120px;
- /*border-top: 1px dotted #d5e4f1;*/
- border-top: 0px dotted #d5e4f1;
- }
-
- .profile-info-name {
- position: absolute;
- width: 110px;
- text-align: right;
- padding: 6px 10px 6px 0;
- left: 0;
- top: 0;
- bottom: 0;
- font-weight: normal;
- color: #667e99;
- background-color: transparent;
- /*border-top: 1px dotted #d5e4f1;*/
- border-top: 0px dotted #d5e4f1;
- }
-
- tbody>tr {
- border-bottom: 1px dashed #DDDDDD;
- }
-
- tbody>tr:last-child {
- border-bottom: 1px solid #DDDDDD;
- }
-
- #tr_final > td {
- font-weight: 700;
- }
-
- th,
- td {
- text-align: center;
- }
-
- .cir_ul>li {
- margin: 0 auto;
- text-align: center;
- }
- </style>
- <script src="js/jquery.cookie.js"></script>
- <!--<script src="js/xm.js"></script>
- <script>
- login();
- </script>-->
-
- <body style="font-size: 12px;">
- <!--<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 id="show_html" style="display:none;" class="warp clearfix">
- <div class="control-bar"></div>
- <div class="control-show" style="float: left;">-->
- <div id="">
- <form name="myform" method="post">
-
- <input hidden="hidden" type="text" name="method" id="method" value="modify" />
- <input hidden="hidden" type="text" name="maxcount" id="maxcount" value="0" />
- <input hidden="hidden" type="text" name="prod_id" id="form_prod_id" value="" />
- <input hidden="hidden" type="text" name="prod_name" id="form_prod_name" value="" />
- <input hidden="hidden" type="text" name="order_id" id="order_id" value="" />
-
- <!--
- 作者:fuhongcheng_fhc@163.com
- 时间:2016-06-06
- 描述:酒店代下订单
- -->
- <div class="hotelWaitConfirm" style="width: 1225px;margin-left: 20px;display: none;">
-
- <div class="top" style="font-size: 20px;">
- <div style="font-size: 20px;">修改订单</div>
- <hr style="width: 1200px;margin-top: 20px;" />
- </div>
- <!--
- 作者:fuhongcheng_fhc@163.com
- 时间:2016-06-08
- 描述:上面的交互---圆
- -->
- <div id="topchart">
- <div id="chartLeftSpan">
- <div id="orderNo" style="margin-left: 30px;margin-top: 20px;font-size: 10px;color: darkgray;">订 单 号:[订单号]</div>
- <div id="ifStay" style="margin-left: 30px;margin-top: 30px;font-size: 18px;">[是否入住]</div>
- <div id="pay_time" style="margin-left: 30px;height: 10px;margin-top: 20px;">
- <!--<img width="10px" height="10px" src="img/aa.jpg"/>支付剩余时间:14 分 55 秒--></div>
- <div id="orderCome" style="margin-top:30px ;margin-left: 30px;font-size: 10px;">订单来源:[分销商(上海驴妈妈)]</div>
- <div id="saleStyle" style="margin-left: 30px;font-size: 10px;">销售方式:[酒店]</div>
- </div>
- <div id="chartRightSpan" style=" width: 918px;">
- <div id="orderDetail" style="margin-left: 35px;">
- <div id="commitOrder" style="float: left;">
- <ul class="cir_ul" style="list-style: none;margin-top: 20px; width: 80px;">
- <li id="one_cir" style="width: 30px;height: 30px;border: 3px solid greenyellow; border-radius: 15px;"></li>
- <li id="one_statu" style="margin-top: 10px;">提交订单</li>
- <li id="one_date" style="margin-top: 10px;"></li>
- <li id="one_time"></li>
- </ul>
- </div>
-
- <div id="payOrder" style="float: left; margin-left: 35px; ">
- <ul class="cir_ul" style="list-style: none;margin-top: 25px; width: 80px;">
- <li id="two_cir" style="width: 20px;height: 20px;border: 3px solid darkgray; border-radius: 10px;"></li>
- <li id="two_statu" style="margin-top: 15px;">付款成功</li>
- <li id="two_date" style="margin-top: 10px;"></li>
- <li id="two_time"></li>
- </ul>
- </div>
- <div id="affirmOrder" style="float: left; margin-left: 60px;">
- <ul class="cir_ul" style="list-style: none;margin-top: 20px; width: 80px;">
- <li id="three_cir" style="width: 30px;height: 30px;border: 3px solid darkgray; border-radius: 15px;"></li>
- <li id="three_statu" style="margin-top: 10px;">确认</li>
- <li id="three_date" style="margin-top: 10px;"></li>
- <li id="three_time" style="margin-left: 5px;"></li>
- </ul>
- </div>
- <div id="arrangeOrder" style="float: left; margin-left: 35px;">
- <ul class="cir_ul" style="list-style: none;margin-top: 25px; width: 80px;">
- <li id="four_cir" style="width: 20px;height: 20px;border: 3px solid darkgray; border-radius: 10px;"></li>
- <li id="four_statu" style="margin-top: 15px;">确认安排</li>
- <li id="four_date" style="margin-top: 10px;"></li>
- <li id="four_time"></li>
- </ul>
- </div>
- <div id="pay_small" style="float: left; margin-left: 60px;">
- <ul class="cir_ul" style="list-style: none;margin-top: 20px; width: 80px;">
- <li id="five_cir" style="width: 30px;height: 30px;border: 3px solid darkgray; border-radius: 15px;"></li>
- <li id="five_statu" style="margin-top: 10px;">通知</li>
- <li id="five_date" style="margin-top: 10px; "></li>
- <li id="five_time"></li>
- </ul>
- </div>
-
- <div id="checkIn" style="float: left; margin-left: 60px; ">
- <ul class="cir_ul" style="list-style: none;margin-top: 20px; width: 80px;">
- <li id="six_cir" style="width: 30px;height: 30px;border: 3px solid darkgray; border-radius: 15px;"></li>
- <li id="six_statu" style="margin-top: 10px;">入住酒店</li>
- <li id="six_date1" style="margin-top: 10px;"></li>
- <li id="six_temp" style="text-align: center;">-</li>
- <li id="six_date2"></li>
- </ul>
- </div>
- <div>
-
- </div>
- </div>
- <div style=" margin-left: 35px; border: 1px dashed lightgray ;width: 844px;"></div>
- <div id="orderCount">
- <span id="span_order_remark" onclick="click_show_div('.orderRemark',$(this))" name="订单备注" class="notifacation" style="cursor: pointer;margin-left: 35px;">订单备注:[a]条</span>
- <span id="span_info_noti" onclick="click_show_div('.info_noti',$(this))" name="短信通知" class="notifacation" style="cursor: pointer;">短信通知:[b]条</span>
- <!--<span id="span_order_fujian" onclick="click_show_div('.order_attachment',this)" class="notifacation" style="cursor: pointer;">订单附件:[c]条</span>-->
-
- <!--<span id="downBtn3" onclick="click_OK('#downBtn3',this.innerHTML)" style="margin-top:10px;margin-right: 35px;float:right;cursor: pointer;margin-left:10px;width: 50px;height: 35px;display: inline-block;line-height: 35px; text-align: center;border: 1px solid rgb(204,204,204);">取消</span>
- <span id="downBtn2" onclick="click_OK('#downBtn2',this.innerHTML)" style="margin-top:10px;float:right;cursor: pointer;margin-left:10px;width: 50px;height: 35px;display: inline-block;line-height: 35px;text-align: center; border: 1px solid rgb(204,204,204);">修改</span>
- <span id="downBtn1" onclick="click_OK('#downBtn1',this.innerHTML)" style="margin-top:10px;float:right;cursor: pointer;width: 50px;height: 35px; display: inline-block;line-height: 35px;background-color: rgb(204,204,204);text-align: center;">确认</span>-->
-
- </div>
- </div>
- </div>
- <!--
- 作者:fuhongcheng_fhc@163.com
- 时间:2016-06-08
- 描述:上面的交互---圆
- -->
- <!--预订信息-->
- <div class="bookingInfo">
-
-
- <p style="margin-top: 16px;"><b>预订信息</b></p>
- <hr />
- <div class="tabbable">
- <div class="profile-user-info profile-user-info-striped">
- <div class="profile-info-row">
- <div class="profile-info-name" style="background-color: white;">产 品:</div>
- <div class="profile-info-value">
- <span class="editable editable-click" id="hotel_room">[产品]</span>
- </div>
- </div>
- <div class="profile-info-row">
- <div class="profile-info-name" style="background-color: white;">订单渠道:</div>
- <div class="profile-info-value">
- <!--订单渠道-->
- <input type="text" hidden="hidden" name="order_from" id="order_from" value="176" />
- <!--分销商-->
- <input type="text" hidden="hidden" name="distributors" id="distributors" value="" />
- <span class="editable editable-click" id="order_channel">[订单渠道] 渠道订单号:</span><input type="text" id="outside_order_id" name="outside_order_id" value="" />
- </div>
- </div>
- <!-- profile-info-row start -->
- <div class="profile-info-row">
- <div class="profile-info-name" style="background-color: white;">修 改:</div>
- <div class="profile-info-value">
- <span class="editable editable-click" id="hotel_room"></span>
- <div class="col-sm-1" style="float: left;width: 150px;padding-left:0px;padding-right: 3px;margin-bottom: 10px;">
- <div class="input-group">
- <input id="id-date-picker-1" onchange="date_choose_picker(1)" class="form-control date-picker" data-date-format="yyyy-mm-dd" type="text" placeholder="开始日期" style="font-size: 12px;height: 30px;">
- <span class="input-group-addon">
- <i class="icon-calendar bigger-110"></i>
- </span>
- </div>
- </div>
- <div class="col-sm-1" style="float: left;width: 150px;padding-left:0px;padding-right: 3px;margin-bottom: 10px;">
- <div class="input-group">
- <input id="id-date-picker-2" onchange="date_choose_picker(2)" class="form-control date-picker" data-date-format="yyyy-mm-dd" type="text" placeholder="结束日期" style="font-size: 12px;height: 30px;">
- <span class="input-group-addon">
- <i class="icon-calendar bigger-110"></i>
- </span>
- </div>
- </div>
- <span id="all_days" class="editable editable-click" style="display: inline-block; padding-top:5px;height: 20px;;margin-left: 10px;">共 0 晚</span>
- <select id="arrive_latest_time" name="arrive_latest_time" onchange="sel_time_hour(this.options[this.selectedIndex].innerHTML)" style="margin-left: 30px">
- <option value="12:00">12:00</option>
- <option value="13:00">13:00</option>
- <option value="14:00">14:00</option>
- <option value="15:00">15:00</option>
- <option value="16:00">16:00</option>
- <option value="17:00">17:00</option>
- <option value="18:00">18:00</option>
- <option value="19:00">19:00</option>
- <option value="20:00">20:00</option>
- <option value="21:00">21:00</option>
- <option value="22:00">22:00</option>
- <option value="23:00">23:00</option>
- <option value="24:00">24:00</option>
- </select>
- <span class="editable editable-click" style="display: inline-block; padding-top:5px;height: 20px;;margin-left: 10px;">最晚到达</span>
- </div>
- </div>
- <!--profile-info-row end-->
- <div class="profile-info-row">
- <div class="profile-info-name" style="background-color: white;"></div>
- <div class="profile-info-value">
- <span class="editable editable-click" id="hotel_room"></span>
- <div id="pagination" class="row">
- <div class="col-xs-12">
- <div class="table-responsive">
- <table id="sample-table-1" class="table table-striped table-bordered table-hover">
- <thead>
- <tr>
- <th>入住日期</th>
- <th>库存</th>
- <th>数量</th>
- <th width="120px">采购价</th>
- <th width="120px">结算价</th>
- <th width="120px">零售价</th>
- <th>采购价金额</th>
- <th>结算价金额</th>
- <th>销售利润</th>
- </tr>
- </thead>
- <tbody id="ht_modify_or_list">
- <tr id="tr_modify_one" style="display: none;">
- <td>[入住日期]
- <input type="hidden" name="check_in_date" id="" value="checkIn:Value">
-
- <input type="hidden" name="run_id" id="" value="[run_id:Value]"></td>
- <td>[库存]</td>
- <td>
- <select name="room_count" id="select_room" onchange="select_room([index],this.options[this.selectedIndex].value)">
- <option value="[value:i]">[html:i] 间</option>
- </select>
- </td>
- <td>
- <input name="base_price_[base]" id="cai_price_[cai1]" oninput="cai_change([cai_blur],this.value)" style="width: 60px;margin-right: 10px;" type="text" value="[采购价]" placeholder="">元
- </td>
- <td>
- <input name="mid_price_[mid]" id="jie_price_[jie1]" oninput="jie_change([jie_blur],this.value)" style="width: 60px;margin-right: 10px;" type="text" value="[结算价]" placeholder="">元
- </td>
- <td><input name="order_price_[order]" id="zero_price_[zero1]" oninput="zero_change([zero_blur],this.value)" style="width: 60px;margin-right: 10px;" type="text" value="[零售价]" placeholder="">元</td>
- <td id="cai_price_balance_[cai2]">[采购价金额]</td>
- <td id="jie_price_balance_[jie2]">[结算价金额]</td>
- <td id="profits_[lirun]">[销售利润]</td>
- </tr>
- <tr id="tr_modify_final" style="display:none;">
- <td>总计:</td>
- <td></td>
- <td></td>
- <td></td>
- <td></td>
- <td id="order">[总零售价]</td>
- <td id='base'>[采购价金额]</td>
- <td id="mid">[结算价金额]</td>
- <td id="profit">[销售利润]</td>
- </tr>
- </tbody>
- </table>
- </div>
- <!-- /.table-responsive -->
- </div>
- <!-- /span -->
- </div>
- <!--row end-->
- </div>
- </div>
- </div>
- </div>
- <!--tabbable end-->
- </div>
- <!--预订信息 end-->
- <div style="clear: both;"></div>
- <!--客人信息-->
- <div style="font-weight:bold;">客人信息</div>
- <hr style="width: 1200px;margin-top: 20px;" />
- <div class="tabbable">
- <div class="profile-user-info profile-user-info-striped">
- <div class="profile-info-row">
- <div class="profile-info-name" style="background-color: white;">客人姓名:</div>
- <div class="profile-info-value">
- <input name="customer_name" id="customer_name" type="text" value="" placeholder="客人姓名" />
- </div>
- </div>
- <div class="profile-info-row">
- <div class="profile-info-name" style="background-color: white;">联系电话:</div>
- <div class="profile-info-value">
- <input name="customer_mobile" id="customer_mobile" type="text" value="" placeholder="联系电话" onkeyup="(this.v=function(){if(this.value.length>=11){return;}this.value=this.value.replace(/[^0-9]+/,'');}).call(this)" onblur="this.v();" />
- </div>
- </div>
-
- </div>
- </div>
- <!--客人信息 end-->
- </div>
- <hr style="width: 1200px;margin-top: 20px;">
- <div style="margin-left: 100px;">
- <span id="btn_modify_save" style="cursor: pointer;width: 100px;height: 30px;line-height:30px;text-align: center;background-color: gray;display: inline-block;border-radius: 3px;">保存修改</span>
- <span id="btn_cancel" style="margin-left:10px;width: 100px;height: 30px;line-height:30px;text-align: center;background-color: lightgray;display: inline-block;border-radius: 3px;">关闭</span>
- </div>
- <div style="margin-bottom: 40px;"></div>
-
- <!--
- 作者:fuhongcheng_fhc@163.com
- 时间:2016-06-06
- 描述:酒店订单待处理
- -->
- <!--订单备注-->
- <div class="orderRemark" style="display: none;width:530px;padding-bottom: 20px;padding-top:20px;border: 1px solid darkgray;border-radius: 5px;overflow: hidden;">
- <span style="width:76px;display: inline-block;text-align: center;">订单备注</span>
- <span id="add_order_remark" onclick="click_two_show_div('.orderRemark','.addOrderRemark')" style="cursor: pointer;width: 76px;display: inline-block;text-align: center;background-color: lightgray;">+ 添加</span>
- <div style="width:490px;margin: 10px auto 20px auto;height: 1px;border-bottom: 1px dashed lightgray;"></div>
- <div id="pagination" class="row">
- <div class="col-xs-12">
- <div class="table-responsive" style="width: 490px;margin: 0 auto;">
- <table width="490px" id="sample-table-1" class="table table-striped table-bordered table-hover">
- <thead>
- <tr>
- <th width="80px">类型</th>
- <th width="210px">内容</th>
- <th width="80px">添加人</th>
- <th width="120px">添加时间</th>
- </tr>
- </thead>
- <tbody id="ht_comment_list">
- <tr id="ht_tr_com_one" style="display: none;">
- <td>[类型]</td>
- <td style="text-align: left;">[内容]</td>
- <td>[添加人]</td>
- <td>[添加时间]</td>
- </tr>
- </tbody>
- </table>
- </div>
- <!-- /.table-responsive -->
- </div>
- <!-- /span -->
- </div>
- <!--row end-->
- </div>
- <!--订单备注 end-->
- <!--添加订单备注-->
- <div class="addOrderRemark" style="display:none;width: 530px;padding-bottom: 20px;padding-top:20px;border: 1px solid darkgray;border-radius: 5px;overflow: hidden;">
- <span style="width:76px;display: inline-block;text-align: center;">添加备注</span>
- <div style="margin-top:10px;margin-bottom: 20px;height: 1px;border-bottom: 1px dashed lightgray;"></div>
- <div class="profile-info-row">
- <div class="profile-info-name" style="background-color: white;">备 注:</div>
- <div class="profile-info-value">
- <span class="editable editable-click" id="hotel_room"></span>
- <select id="add_com_sel" name="">
- <option value="">选择类型</option>
- <option value="0">内部备注</option>
- <option value="1">公共备注</option>
- </select>
- <br />
- <textarea id="or_remark_txt" maxlength="70" style="width: 300px;height: 60px;"></textarea>
- </div>
- </div>
- <hr style="width: 1200px;margin-top: 20px;" />
- <div style="margin-left: 100px;">
- <span id="btn_comment_submit" style="cursor: pointer;width: 100px;height: 30px;line-height:30px;text-align: center;background-color: gray;display: inline-block;border-radius: 3px;">提交</span>
- <span id="btn_shutdown" onclick="click_cancel('.orderRemark','.addOrderRemark')" style="cursor: pointer;margin-left:10px;width: 100px;height: 30px;line-height:30px;text-align: center;background-color: lightgray;display: inline-block;border-radius: 3px;">关闭</span>
- </div>
- </div>
- <!--添加订单备注 end-->
- <!--短信通知-->
- <div class="info_noti" style="display: none;width: 530px;padding-bottom: 20px;padding-top:20px;border: 1px solid darkgray;border-radius: 5px;overflow: hidden;">
- <span style="width:76px;display: inline-block;text-align: center;">短信通知</span>
- <!--<span id="send_info" onclick="click_two_show_div('.info_noti','.sendMessage')" style="cursor: pointer;width: 76px;display: inline-block;text-align: center;background-color: lightgray;">+ 发短信</span>-->
- <div style="margin-top:10px;margin-bottom: 20px;height: 1px;border-bottom: 1px dashed lightgray;"></div>
- <div id="pagination" class="row">
- <div class="col-xs-12">
- <div class="table-responsive" style="width: 490px;margin: 0 auto;">
- <table width="490px" id="sample-table-1" class="table table-striped table-bordered table-hover">
- <thead>
- <tr>
- <th width="290px">内容</th>
- <th width="80px">操作人</th>
- <th width="120px">发送时间</th>
- </tr>
- </thead>
- <tbody id="ht_send_message_list">
- <tr id="ht_tr_mes_one" style="display: none;">
- <!--手机号:短信内容-->
- <td style="text-align: left;">[内容]</td>
- <td>[操作人]</td>
- <td>[发送时间]</td>
- </tr>
- </tbody>
- </table>
- </div>
- <!-- /.table-responsive -->
- </div>
- <!-- /span -->
- </div>
- <!--row end-->
- </div>
- <!--短信通知 end-->
- <!--蒙板-->
- <div class="mask" onclick="hide_all()" style="display: none;top: 0;left: 0;margin: 0px;padding: 0px;width: 100%;height: 100%;position: absolute;z-index: 2;background: #000000;opacity: 0.5;"></div>
- </form>
- </div>
- <!--</div>-->
- </body>
- <!--<script type="text/javascript" src="./js/master.js"></script>-->
- <script type="text/javascript">
- $('.date-picker').datepicker({
- autoclose: true
- }).next().on("click", function() {
- $(this).prev().focus();
- });
- $('#timepicker1').timepicker({
- minuteStep: 1,
- showSeconds: false,
- showMeridian: false
- }).next().on("click", function() {
- $(this).prev().focus();
- });
- $('#timepicker2').timepicker({
- minuteStep: 1,
- showSeconds: false,
- showMeridian: false
- }).next().on("click", function() {
- $(this).prev().focus();
- });
- </script>
-
- </html>
|