| | |
| | | return typeof obj == "undefined" || obj == null || obj === ""; |
| | | } |
| | | |
| | | // let loadIndex = layer.msg('请求中...', {icon: 16, shade: 0.01, time: false}); |
| | | // layer.close(loadIndex); |
| | | |
| | | // 时间 ==>> 字符串 |
| | | function dateToStr(date) { |
| | | var time = new Date(date); |
| | |
| | | var detlCols = [ |
| | | {field: 'matnr', align: 'center',title: '商品编号'} |
| | | ,{field: 'maktx', align: 'center',title: '商品名称'} |
| | | ,{field: 'batch', align: 'center',title: '批号'} |
| | | ,{field: 'lgnum', align: 'center',title: '规格'} |
| | | ,{field: 'type', align: 'center',title: '型号'} |
| | | ,{field: 'type', align: 'center',title: '型号', hide: true} |
| | | ,{field: 'supplier', align: 'center',title: '批号', hide: true} |
| | | ,{field: 'anfme', align: 'center',title: '数量'} |
| | | ,{field: 'altme', align: 'center',title: '单位'} |