chengsc
2024-10-17 26356a0e6472be4620651adceddda0e38c78fffa
HTML/views/StatisticalReport/InOutBoundReports.html
@@ -46,9 +46,9 @@
                     </div>
                  </div>
                  <div class="layui-inline mingxi">
                     <label class="layui-form-label" style="width: 60px;">批次号</label>
                     <label class="layui-form-label" style="width: 60px;">进厂编号</label>
                     <div class="layui-input-inline" style="width: 170px; margin-right: 0px;">
                        <input type="text" id="LotNo"  name="LotNo" placeholder="批次号" autocomplete="off" class="layui-input">
                        <input type="text" id="LotNo"  name="LotNo" placeholder="进厂编号" autocomplete="off" class="layui-input">
                     </div>
                  </div>
                        <div class="layui-inline mingxi">
@@ -230,7 +230,7 @@
                //             title: '序号',  type: 'numbers',  fixed: 'left'
                //         },
                //         {
                //             field: 'LotNo', title: '批次号', align: 'center',
                //             field: 'LotNo', title: '进厂编号', align: 'center',
                //         },
                //         {
                //             field: 'SkuNo', title: '物料编码', align: 'center'
@@ -267,7 +267,7 @@
            //#region 自定义表头
            var TotalColsArr = [[
                     {field: '',title: '序号',type:'numbers',fixed: 'left', "disabled": true},
                           {field: 'LotNo', title: '批次号', align: 'center'},
                           {field: 'LotNo', title: '进厂编号', align: 'center'},
                           {field: 'SkuNo', title: '物料编码', align: 'center'},
                           {field: 'SkuName', title: '物料名称', align: 'center'},
                           {field: 'RQty', title: '入库数量', align: 'center'},
@@ -316,7 +316,7 @@
                  var param = {
                  SkuNo:SkuNo, //物料号
                  SkuName:SkuName, //物料名称
                  LotNo:LotNo, //批次号
                  LotNo:LotNo, //进厂编号
                        StartTime:StartTime, //开始时间
                        EndTime:EndTime, //结束时间
                        //StartTime:StartTime?""=chudate:StartTime, //开始时间
@@ -379,10 +379,10 @@
                //             field: 'SONo', title: '出库单号', align: 'center', width: 100
                //         },
                //         {
                //             field: 'LotNo', title: '批次号', align: 'center', width: 100
                //             field: 'LotNo', title: '进厂编号', align: 'center', width: 100
                //         },
                //         {
                //             field: 'SupplierLot', title: '供货批次', align: 'center', width: 100
                //             field: 'SupplierLot', title: '原厂批号', align: 'center', width: 100
                //         },
                //         {
                //             field: 'SkuNo', title: '物料编码', align: 'center', width: 100
@@ -439,8 +439,8 @@
               {field: '',title: '序号',type:'numbers',width: 70,fixed: 'left', "disabled": true},
               {field: 'ASNNo', title: '入库单号', align: 'center', width: 100},
               {field: 'SONo', title: '出库单号', align: 'center', width: 100},
               {field: 'LotNo', title: '批次号', align: 'center', width: 100},
               {field: 'SupplierLot', title: '供货批次', align: 'center', width: 100},
               {field: 'LotNo', title: '进厂编号', align: 'center', width: 100},
               {field: 'SupplierLot', title: '原厂批号', align: 'center', width: 100},
               {field: 'SkuNo', title: '物料编码', align: 'center', width: 100},
               {field: 'SkuName', title: '物料名称', align: 'center', width: 100},
               {field: 'PalletNo', title: '托盘号', align: 'center', width: 100},