| | |
| | | ,{field: 'row1', align: 'center',title: '排', sort:true} |
| | | ,{field: 'bay1', align: 'center',title: '列', sort:true} |
| | | ,{field: 'lev1', align: 'center',title: '层', sort:true} |
| | | ,{field: 'locType', align: 'center',title: '库位类型'} |
| | | ,{field: 'modiUser$', align: 'center',title: '修改人员', hide:true} |
| | | ,{field: 'modiTime$', align: 'center',title: '修改时间', hide:true} |
| | | |
| | |
| | | shade: [0.5,'#000'] //0.1透明度的背景 |
| | | }); |
| | | var data = { |
| | | // id: $('#id').val(), |
| | | locNo: $('#locNo').val(), |
| | | whsType: $('#whsType').val(), |
| | | pltType: $('#pltType').val(), |
| | | ctnType: $('#ctnType').val(), |
| | | locSts: $('#locSts').val(), |
| | | sheetNo: $('#sheetNo').val(), |
| | | crnNo: $('#crnNo').val(), |
| | | row1: $('#row1').val(), |
| | | bay1: $('#bay1').val(), |
| | | lev1: $('#lev1').val(), |
| | | fullPlt: $('#fullPlt').val(), |
| | | locType1: $('#locType1').val(), |
| | | outEnable: $('#outEnable').val(), |
| | | locType: $('#locType').val(), |
| | | ioTime: top.strToDate($('#ioTime\\$').val()), |
| | | firstTime: top.strToDate($('#firstTime\\$').val()), |
| | | modiUser: $('#modiUser').val(), |
| | |
| | | appeUser: $('#appeUser').val(), |
| | | appeTime: top.strToDate($('#appeTime\\$').val()), |
| | | errorTime: top.strToDate($('#errorTime\\$').val()), |
| | | errorMemo: $('#errorMemo').val(), |
| | | ctnKind: $('#ctnKind').val(), |
| | | scWeight: $('#scWeight').val(), |
| | | invWh: $('#invWh').val(), |
| | | mk: $('#mk').val(), |
| | | barcode: $('#barcode').val(), |
| | | PdcType: $('#PdcType').val(), |
| | | ctnNo: $('#ctnNo').val(), |
| | | |
| | | }; |
| | | $.ajax({ |
| | | url: baseUrl+"/locMast/"+name+"/auth", |