| | |
| | | </select> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline mingxi"> |
| | | <label class="layui-form-label" style="width: 60px;">储位地址</label> |
| | | <div class="layui-input-inline" style="width: 170px; margin-right: 0px;"> |
| | | <input type="text" id="LocatNo" name="LocatNo" placeholder="储位地址" autocomplete="off" |
| | | class="layui-input"> |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="layui-inline"> |
| | | <button class="layui-btn layui-btn-sm layuiadmin-btn-list" lay-submit |
| | |
| | | { field: 'WareHouseName', title: '仓库', align: 'center', width: 100 }, |
| | | { field: 'RoadwayName', title: '巷道', align: 'center', width: 100 }, |
| | | { field: 'AreaName', title: '区域', align: 'center', width: 100 }, |
| | | { field: 'PalletNo', title: '托盘号', align: 'center', width: 100 }, |
| | | { field: 'PalletNo', title: '托盘号', align: 'center', width: 100, sort: true }, |
| | | { field: 'LocatNo', title: '储位地址', align: 'center', width: 100 }, |
| | | { field: 'BoxNo', title: '箱号', align: 'center', width: 220 }, |
| | | { field: 'SkuNo', title: '物料编码', align: 'center', width: 100 }, |
| | | { field: 'SkuNo', title: '物料编码', align: 'center', width: 100, sort: true }, |
| | | { field: 'SkuName', title: '物料名称', align: 'center', width: 100 }, |
| | | { field: 'Qty', title: '库存数量', align: 'center', width: 100 }, |
| | | { field: 'Standard', title: '物料规格', align: 'center', width: 130 }, |
| | |
| | | console.log(TotalColsSysArr); |
| | | //#endregion |
| | | //获取总量信息 |
| | | function refreshTable(SkuNo, SkuName, LotNo, PalletNo, Status, InspectMark, InspectStatus, LocatNo, IsBale, IsBelt) { |
| | | function refreshTable(SkuNo, SkuName, LotNo, PalletNo, Status, InspectMark, InspectStatus, IsBale, IsBelt) { |
| | | //#region 自定义表头 |
| | | var colsJson |
| | | var param1 = { |
| | |
| | | limit: pageCnt, |
| | | limits: pageLimits, |
| | | cellMinWidth: 60, //全局定义常规单元格的最小宽度,layui 2.2.1 新增 |
| | | autoSort: false, //前端排序 |
| | | done: function () { |
| | | //自定义列宽 |
| | | SetTableColW('LAY-app-content-list', 'Statistical/GetEmergencyWarning', TotalColsSysArr); |
| | |
| | | Status: Status, |
| | | InspectMark: InspectMark, |
| | | InspectStatus: InspectStatus, |
| | | LocatNo: LocatNo, |
| | | }; |
| | | sendData(IP + "/Statistical/GetEmergencyWarning", param, 'get', function (res) { |
| | | console.log(res); |
| | |
| | | var Status = data.field.Status; |
| | | var InspectMark = data.field.InspectMark; |
| | | var InspectStatus = data.field.InspectStatus; |
| | | var LocatNo = data.field.LocatNo; |
| | | var IsBale = data.field.IsBale; |
| | | var IsBelt = data.field.IsBelt; |
| | | refreshTable(SkuNo, SkuName, LotNo, PalletNo, Status, InspectMark, InspectStatus, LocatNo, IsBale, IsBelt); |
| | | refreshTable(SkuNo, SkuName, LotNo, PalletNo, Status, InspectMark, InspectStatus, IsBale, IsBelt); |
| | | }); |
| | | |
| | | form.on('submit(daochu)', function () { |