123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>转财务订单</title>
- <link href="/css/ims/base.css" rel="stylesheet">
- <link href="/css/ims/ims.css" rel="stylesheet">
- <link rel="stylesheet" type="text/css" href="/css/ims/bootstrap.min.css" />
- <link rel="stylesheet" type="text/css" href="/css/ims/ace.min.css" />
- <link rel="stylesheet" type="text/css" href="/css/ims/jquery.datetimepicker.css" />
- <style>
- .ims-add-student-box {
- margin: 20px;
- }
- .ims-add-student-box p{
- margin: 0;
- }
- .ims-add-student-box .ims-title{
- font-size: 20px;
- font-weight: bold;
- }
- .ims-add-student-box .ims-title span{
- margin-right: 20px;
- }
- .ims-add-student-box .add-student-box {
- margin-top: 20px;
- font-size: 0;
- overflow: hidden;
- }
- .ims-add-student-box .add-student-box>div{
- display: inline-block;
- height: 530px;
- font-size: 14px;
- vertical-align: top;
- }
- .ims-add-student-box .add-student-box .add-student-title{
- padding: 0 8px;
- line-height: 30px;
- color: #fff;
- background-color: #058000;
- }
- .ims-add-student-box .add-student-box .add-student-title label{
- font-size: 14px;
- font-weight: normal;
- cursor: pointer;
- margin-bottom: 0;
- }
- .ims-add-student-box .add-student-box .add-student-title input{
- vertical-align: middle;
- margin: 0;
- }
- #input-search-student{
- width: 120px;
- height: 20px;
- border: 0;
- }
- .ims-add-student-box .add-student-box{
- line-height: 30px;
- min-width: 938px;
- }
- .ims-add-student-box .add-student-box .class-box {
- width: 180px;
- text-align: center;
- border: 1px solid #ccc;
- }
- .ims-add-student-box .student-list div{
- font-size: 14px;
- font-weight: normal;
- }
- .ims-add-student-box .add-student-box .class-list{
- height: 500px;
- overflow: auto;
- }
- .ims-add-student-box .add-student-box .class-list li{
- border-bottom: 1px solid #ccc;
- cursor: pointer;
- }
- .ims-add-student-box .class-list .active{
- color: #058000;
- }
- .ims-add-student-box .add-student-box .student-list{
- margin: 0;
- width: 34%;
- min-width: 326px;
- border: 1px solid #ccc;
- border-left: 0;
- }
- .ims-add-student-box .student-list-content,.selected-list-content{
- padding: 8px;
- height: 500px;
- overflow: auto;
- }
- .ims-add-student-box .student-list-content label,.selected-list-content label{
- display: inline-block;
- width: 150px;
- cursor: pointer;
- font-size: 14px;
- font-weight: normal;
- }
- .ims-add-student-box .btn-search-student{
- height: 20px;
- line-height: 20px;
- padding: 0 5px;
- border-radius: 3px;
- color: #058000;
- background-color: #fff;
- border: none;
- outline: none;
- cursor: pointer;
- }
- .ims-add-student-box .btns-box {
- width: 100px;
- text-align: center;
- }
- .ims-add-student-box .btn-left,.ims-add-student-box .btn-right{
- margin: 150px auto 0;
- width: 40px;
- height: 40px;border: 1px solid #ccc;
- border-radius: 50%;
- background-color: #fff;
- text-align: center;
- line-height: 40px;
- cursor: pointer;
- }
- .ims-add-student-box .selected-list{
- width: 34%;
- min-width: 326px;
- border: 1px solid #ccc;
- }
- .ims-add-student-box .btn-confirm_purchase {
- display: block;
- margin: 0 auto;
- margin-top: 100px;
- margin-bottom: 50px;
- width: 200px;
- line-height: 54px;
- color: #fff;
- font-family: PingFangSC-Regular, "PingFang SC";
- font-weight: 400;
- font-style: normal;
- font-size: 20px;
- text-align: center;
- background-color: rgba(0, 153, 102, 1);
- cursor: pointer;
- }
- </style>
- </head>
- <body>
- <h3 class="sale-title">转财务订单申请</h3>
- <input type="hidden" name="itemName">
- <input type="hidden" name="itemSpec">
- <input type="hidden" name="itemCode">
- <input type="hidden" name="unitId">
- <div class="sale-table">
- <table width="100%">
- <tr>
- <th><em class="red">*</em>销售订单号</th>
- <td >
- <?php echo $orderNo?>
- </td>
- <th><em class="red">*</em>剩余名额</th>
- <td >
-
- </td>
- </tr>
- <tr>
- <th><em class="red">*</em>年级</th>
- <td >
- <?php echo $gradeText?>
- </td>
- <th><em class="red">*</em>商品</th>
- <td >
- <?php echo $goodsName?>
- </td>
- </tr>
- <tr>
- <th><em class="red">*</em>申请人数</th>
- <td colspan="3" class="apply_people">
- <?php echo $quantity?>人
- </td>
- </tr>
- </table>
- <br><br>
- <table width="100%" class="table table-striped table-bordered table-hover dataTable no-footer DTTT_selectable" id="P_list">
- <tr>
- <th>序号</th>
- <th>姓名</th>
- <th>班级</th>
- </tr>
- <?php
- if($list){
- $i=1;
- foreach ($list as $val){
- ?>
- <tr>
- <td><?php echo $i?></td>
- <td><?php echo $val['studentName']?></td>
- <td><?php echo $val['clazzName']?></td>
- </tr>
- <?php
- $i++;
- }
- }
- ?>
- <tr>
- <td colspan="3" class="page">
- <?php if ($pages): ?>
- <div class="col-sm-12">
- <ul class="pagination">
- <?php
- if($page>1){
- echo '<li class="previous"><a href="'.$this->createUrl('imsSale/viewTurnOrder?'.$query.'&page='.($page-1)).'">上一页</a></li>';
- }
- for($i=1;$i<=$pages;$i++){
- $url=$this->createUrl('imsSale/viewTurnOrder?'.$query.'&page='.$i);
- if($page==$i){
- echo '<li class="page selected"><a href="#">'.$i.'</a></li>';
- }else{
- echo '<li class="page"><a href="'.$url.'">'.$i.'</a></li>';
- }
- }
- if($page<$pages){
- echo '<li class="next"><a href="'.$this->createUrl('imsSale/viewTurnOrder?'.$query.'&page='.($page+1)).'">下一页</a></li>';
- }
- ?>
- </ul>
- </div>
- <?php endif; ?>
- </td>
- </tr>
- </table>
- </div>
- <div class="sale-submit" style="margin-top: 25px;">
- <a class=" label-primary-s bth-s" href="<?php echo $this->createUrl('imsSale/officialTable')?>">返回财务订单</a>
- <a class=" label-primary-s bth-s" id="viewLog" >日志</a>
- </div>
- <script src="/js/jquery-2.2.2.min.js" ></script>
- <script src="/js/jquery.datetimepicker.js"></script>
- <script src="/js/layer/layer.js"></script>
- <script src="/js/xsgl.js"></script>
- <!--日志弹层-->
- <link rel="stylesheet" href="/css/cylet.css" />
- <style>
- .class-modal-body-1{overflow: auto;height:400px;}
- .class-modal-body-1 td{font-size:14px;line-height:200%}
- </style>
- <div class="confirmbox-mask" style="display: none" id="classModal">
- <div class="class-modal">
- </div>
- </div>
- <div class="confirmbox-mask" style="display: none" id="classModal-1">
- <form name="table_set">
- <div class="class-modal-1">
- <i class="icon icon-close-1"></i><div class="class-modal-head-1">日志</div>
- <div class="class-modal-body-1">
- <table cellspacing="0" cellpadding="0" border="0">
- <?php
- if($logList){
- foreach ($logList as $val){
- echo '<tr>';
- echo '<td><img src="/images/right_head.png"></td>';
- echo '<td width="40%">'.$val['createTime'].'</td>';
- echo '<td width="50%">【'.$val['userName'].'】'.$val['info'].'</td>';
- echo '</tr>';
- }
- }
- ?>
- </table>
- </div>
- </div>
- </form>
- </div>
- </body>
- <script>
- $('.icon-close-1').click(function(){
- $('#classModal-1').hide();
- });
- $('#viewLog').click(function(){
- $('#classModal-1').show();
- });
- </script>
- </body>
- </html>
|