Quellcode durchsuchen

fix:入库单分页标题问题

zhangjingyuan vor 3 Jahren
Ursprung
Commit
99e21333f2
1 geänderte Dateien mit 12 neuen und 13 gelöschten Zeilen
  1. 12 13
      src/views/system/jbdScan/goods/chnangguirukudan.vue

+ 12 - 13
src/views/system/jbdScan/goods/chnangguirukudan.vue

@@ -9,7 +9,7 @@
       :visible.sync="scanVisible"
     >
       <!-- 表单是否显示 -->
-      <div style="height: 500px; width: 95%; margin: 0 auto"   >
+      <div style="height: 500px; width: 95%; margin: 0 auto">
         <div ref="qrcode" id="box">
           <vue-easy-print tableShow ref="easyPrint" :onePageRow="onePageRow">
             <div
@@ -20,20 +20,21 @@
               <div style="page-break-after: always">
                 <div style="margin: 0px -2px 0px 40px;">
                   <table :border="1">                   
-                    <thead>
-                      <tr class="title" style="background:#ffffff">
-                        <th colspan="15">
-                          <h2 style="display:block">采购入库单</h2>
+                    <thead >
+                      <tr class="title titlet" style="background:#ffffff;">
+                        <th colspan="15" >
+                          <!-- <h1>采购入库单</h1> -->
+                          <div style="line-height: 16px;font-size: 18px;font-weight: bold;">采购入库单</div>
                         </th>
                       </tr>
-                      <!-- <tr class="title" style="background:#ffffff">
+                      <tr class="title" style="background:#ffffff">
                         <th colspan="15">
                           <span style="float: left;">
                             申购部门:<span style="margin-left: 10px">{{item1.shen_gou_bu_men_|bumenfilters(bumenList)}}</span>
                           </span>
                           <span style="float:right;padding-right: 8px;width: 175px;text-align: left;">日期 :{{item1.dao_huo_ri_qi_}}</span>
                         </th>
-                      </tr> -->
+                      </tr>
                       <tr class="title" style="background:#ffffff">
                         <th colspan="15">
                           <span style="float:left;">供应商:<span style="margin-left: 10px">{{item1.gong_ying_shang_| gongyingshang(gongyingshangList)}}</span></span>
@@ -95,12 +96,6 @@
                       </tr>
                     </tbody>
                     <tfoot class="bottom">
-                      <tr  style="background:#ffffff;margin-top:12px">
-                        <td colspan="15" margin-top:2px>
-                           <div style="float: left;">申购部门:{{item1.shen_gou_bu_men_|bumenfilters(bumenList)}}</div>
-                          <div style="float:right;padding-right: 2px;">日期 :{{item1.dao_huo_ri_qi_}}</div>
-                        </td>
-                      </tr>
                       <tr>
                         <td colspan="5" style="text-align:left">
                           <div style="float: left;margin-top:2px">仓管员:{{ item1.name2 }}</div>
@@ -355,6 +350,10 @@ export default {
   border-left: 1px solid #fff;
   border-right: 1px solid #fff;
 }
+.titlet>th>div{
+  font-size: 18px;
+  // font-weight: bold;
+}
 .title{
   border-top: 1px solid #fff;
   border-left: 1px solid #fff;