Ver Fonte

'cheweifei'

aiyou há 3 anos atrás
pai
commit
d9de7f86f7

+ 3 - 1
application/admin/controller/cost/CostBillPrint.php

@@ -18,7 +18,7 @@ class CostBillPrint extends Backend
      * @var \app\admin\model\cost\CostBillPrint
      */
     protected $model = null;
-
+    protected $layout = '';
     public function _initialize()
     {
         parent::_initialize();
@@ -33,6 +33,7 @@ class CostBillPrint extends Backend
      */
     public function index_p()
     {
+
         $cost_bill_id=$this->request->param('cost_bill_id');
         $pay_id=$this->request->param('pay_id');
         //设置过滤方法
@@ -56,6 +57,7 @@ class CostBillPrint extends Backend
         $this->view->assign('row',$list);
         $this->view->assign('get',$get);
     //    dump($get);
+        $this->view->engine->layout(false);
         return $this->view->fetch('index_p');
     }
     function to_upcase_chinese($num){

+ 37 - 6
application/admin/view/cost/cost_bill_print/index_p.html

@@ -1,18 +1,48 @@
 
 <style type="text/css" media=print>
     .noprint{display : none}
-    body{height: auto}
+    .inside-header{ height: auto}
     html, body{
         height: auto!important;
         min-height: auto!important;
     }
-    table tr td{padding: 3px !important; background-color: #FD482C  !important;font-size: 10px;}
+    .toolbar {
+        margin-top: 10px;
+        margin-bottom: 10px;
+    }
+    .table-bordered {
+        border: 1px solid #f4f4f4;
+    }
+    table {
+        background-color: transparent;
+    }
+    table {
+        border-collapse: collapse;
+        border-spacing: 0;
+    }
+    tbody {
+        display: table-row-group;
+        vertical-align: middle;
+        border-color: inherit;
+    }
+    .table-striped  tbody tr:nth-of-type(odd) {
+        background-color: #f9f9f9;
+    }
+    tr {
+        display: table-row;
+        vertical-align: inherit;
+        border-color: inherit;
+    }
+    .table-bordered   tbody   tr   td, .table-bordered  tfoot   tr  td {
+        border: 1px solid #f4f4f4;
+    }
+    /*//table tr td{padding: 3px !important; background-color: #FD482C  !important;font-size: 10px;}*/
 </style>
 
-<!--startprint-->
 
-<div class="widget-body no-padding" style="border: 1px; ">
 
+<div class="widget-body no-padding" style="border: 1px; ">
+    <!--startprint-->
     <div class="toolbar" style=" font-size: 15px;text-align: center">
        收费凭证
 
@@ -29,7 +59,7 @@
         <span style="float: right">凭证编号:{$row.order_number}</span>
 
     </div>
-    <table id="table" class=" table-striped table-bordered table-hover table-nowrap" width="100%" >
+    <table id="table" class=" table-striped table-bordered table-hover table-nowrap" width="100%"  style="border: 1px; border-color: #0d0d0d ">
                 <tr>
                     <td>序号</td>
                     <td>项目</td>
@@ -117,10 +147,11 @@
         打印时间:{$row.time}
 
     </div>
+    <!--endprint-->
 </div>
 
 
-<!--endprint-->
+
 
 
 <p class="noprint">