| | |
| | | even: true, |
| | | cellMinWidth: 50, |
| | | cols: [[ |
| | | {type: 'checkbox'} |
| | | ,{field: 'locNo$', align: 'center',title: '库位号'} |
| | | {field: 'locNo$', align: 'center',title: '库位号'} |
| | | ,{field: 'matnr', align: 'center',title: '物料'} |
| | | ,{field: 'lgnum', align: 'center',title: '仓库号'} |
| | | ,{field: 'tbnum', align: 'center',title: '转储请求编号'} |
| | |
| | | function getLoc() { |
| | | let locNo = $("#locNo\\$").val(); |
| | | if (locNo === undefined || locNo === null || locNo === "") { |
| | | layer.msg("请选择库位号"); |
| | | layer.msg("请填写库位号"); |
| | | $('.search-input').css("border-color", "red"); |
| | | setTimeout(function () { |
| | | $('.search-input').css("border-color", "#b8b8b8"); |