admin
3 天以前 6811f34330d75614a87378cac686252e0b66719c
HTML/views/StatisticalReport/BoxInfor.html
@@ -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();
                     //自定义列宽
@@ -966,8 +967,8 @@
                  var param = {
                     SkuNo: $("#SkuNo").val(),
                     SkuName: $("#SkuName").val(),
                     LotNo: $("#LotNo").val(),
                     PalletNo: $("#PalletNo").val(),
                     LotNo: $("#LotNo").val(),
                     BoxNo: $("#BoxNo").val(),
                     Status: $("#Status").val(),
@@ -976,8 +977,13 @@
                     BitBoxMark: $("#BitBoxMark").val(),
                     InspectStatus: $("#InspectStatus").val(),
                     OwnerNo: $("#OwnerNo").val(),//货主编码
                     OwnerName: $("#OwnerName").val(),//货主名称
                     StartTime: $("#StartTime").val(),
                     EndTime: $("#EndTime").val(),
                     WareHouseNo: $("#WareHouseNo").val(),
                     AreaNo: $("#AreaNo").val(),
                  };
                  sendData(IP + "/Statistical/GetBindListDaoChu", param, 'get', function (res) {