admin
2 天以前 20519db2a8f7407c6c6f0748196f3fadb0485a25
HTML/views/StatisticalReport/BoxInfor.html
@@ -18,12 +18,12 @@
      }
      .hideCls {
            display: none;
        }
         display: none;
      }
        .showCls {
            display: block;
        }
      .showCls {
         display: block;
      }
   </style>
   <script>
      // 这里是需要在页面渲染之前执行的代码
@@ -348,58 +348,58 @@
                            <i class="layui-icon layui-icon-print"></i>补打
                        </button>
                    </script>
         </div>
      </div>
       <div class="layui-form hideCls" lay-filter="layuiadmin-app-form-list" id="print"
            style="width: 100%;height:100%;">
            <div style="display: flex;align-items: center;justify-content: center; height: 260px;">
                <table border="0" id="table"
                    style="width: 90%; height:240px;border-collapse: collapse;table-layout: fixed;border:none">
                    <tr>
                        <td class="font-size12">
                            物料编号:
                            <table id="SkuNoP" class="font-size12"></table>
                        </td>
                    </tr>
                    <tr>
                        <td class="font-size12">
                            物料名称:
                            <table id="SkuNameP" class="font-size12"></table>
                        </td>
                    </tr>
                    <tr>
                        <td class="font-size12">
                            批次号:
                            <table id="LotNoP" class="font-size12"></table>
                        </td>
                    </tr>
                    <tr>
                        <td class="font-size12">
                            生产日期:
                            <table id="ProductionTimeP" class="font-size12"></table>
                        </td>
                    </tr>
                    <tr>
                        <td class="font-size12">
                            有效期:
                            <table id="ExpirationTimeP" class="font-size12"></table>
                        </td>
                    </tr>
      <div class="layui-form hideCls" lay-filter="layuiadmin-app-form-list" id="print"
         style="width: 100%;height:100%;">
         <div style="display: flex;align-items: center;justify-content: center; height: 260px;">
            <table border="0" id="table"
               style="width: 90%; height:240px;border-collapse: collapse;table-layout: fixed;border:none">
               <tr>
                  <td class="font-size12">
                     物料编号:
                     <table id="SkuNoP" class="font-size12"></table>
                  </td>
               </tr>
               <tr>
                  <td class="font-size12">
                     物料名称:
                     <table id="SkuNameP" class="font-size12"></table>
                  </td>
               </tr>
               <tr>
                  <td class="font-size12">
                     批次号:
                     <table id="LotNoP" class="font-size12"></table>
                  </td>
               </tr>
               <tr>
                  <td class="font-size12">
                     生产日期:
                     <table id="ProductionTimeP" class="font-size12"></table>
                  </td>
               </tr>
               <tr>
                  <td class="font-size12">
                     有效期:
                     <table id="ExpirationTimeP" class="font-size12"></table>
                  </td>
               </tr>
                    <tr>
                        <td style="padding: 5px 0px;">
                            <img id="imgBar" style=" height: 60px;" />
                        </td>
                    </tr>
               <tr>
                  <td style="padding: 5px 0px;">
                     <img id="imgBar" style=" height: 60px;" />
                  </td>
               </tr>
                </table>
            </div>
            <div style="page-break-after: always;"></div>
        </div>
        <div class="layui-form hideCls" lay-filter="layuiadmin-app-form-list" id="print2"
            style="width: 100%;height:100%;"></div>
            </table>
         </div>
         <div style="page-break-after: always;"></div>
      </div>
      <div class="layui-form hideCls" lay-filter="layuiadmin-app-form-list" id="print2"
         style="width: 100%;height:100%;"></div>
   </div>
   <script src="../../layuiadmin/layui/layui.js"></script>
@@ -458,7 +458,7 @@
         function addZero(s) {
            return s < 10 ? ('0' + s) : s;
         };
         var $ = layui.$;
         var yemianid = 0;
         refreshTable("", "", "", "", "", "", "", "", "", "", "", "", "", "");
@@ -472,8 +472,8 @@
            { field: 'RoadwayName', title: '所属巷道', align: 'center', width: 120, },
            { field: 'AreaName', title: '所属区域', align: 'center', width: 120, },
            { field: 'LocatNo', title: '储位地址', align: 'center', width: 100, },
            { field: 'PalletNo', title: '托盘号', align: 'center', width: 100, },
            { field: 'SkuNo', title: '物料编码', align: 'center', width: 120, },
            { field: 'PalletNo', title: '托盘号', align: 'center', width: 100, sort: true, },
            { field: 'SkuNo', title: '物料编码', align: 'center', width: 120, sort: true, },
            { field: 'SkuName', title: '物料名称', align: 'center', width: 120, },
            { field: 'LotNo', title: '批次号', align: 'center', width: 100, },
            //{ field: 'LotText', title: '批次描述', align: 'center' },
@@ -526,6 +526,7 @@
                  limits: pageLimits,
                  even: true,
                  cellMinWidth: 80, //全局定义常规单元格的最小宽度,layui 2.2.1 新增
                  autoSort: false, // 添加这个配置
                  done: function () {
                     setRight();
                     //自定义列宽