|  |  |  | 
|---|
|  |  |  | //            ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} | 
|---|
|  |  |  | ,{field: 'locNo', align: 'center',title: '库位号',sort:true} | 
|---|
|  |  |  | ,{field: 'locSts$', align: 'center',title: '库位状态',width:200} | 
|---|
|  |  |  | ,{field: 'whsType$', align: 'center',title: '库位类型',width:200} | 
|---|
|  |  |  | // ,{field: 'whsType$', align: 'center',title: '库位类型'} | 
|---|
|  |  |  | // ,{field: 'pltType', align: 'center',title: ''} | 
|---|
|  |  |  | // ,{field: 'ctnType', align: 'center',title: ''} | 
|---|
|  |  |  | // ,{field: 'locSts', align: 'center',title: ''} | 
|---|
|  |  |  | // ,{field: 'sheetNo', align: 'center',title: ''} | 
|---|
|  |  |  | ,{field: 'crnNo', align: 'center',title: '堆垛机号'} | 
|---|
|  |  |  | //,{field: 'crnNo', align: 'center',title: '堆垛机号'} | 
|---|
|  |  |  | ,{field: 'row1', align: 'center',title: '排', sort:true} | 
|---|
|  |  |  | ,{field: 'bay1', align: 'center',title: '列', sort:true} | 
|---|
|  |  |  | ,{field: 'lev1', align: 'center',title: '层', sort:true} | 
|---|
|  |  |  | 
|---|
|  |  |  | shade: [0.5,'#000'] //0.1透明度的背景 | 
|---|
|  |  |  | }); | 
|---|
|  |  |  | var data = { | 
|---|
|  |  |  | //            id: $('#id').val(), | 
|---|
|  |  |  | id: $('#id').val(), | 
|---|
|  |  |  | locNo: $('#locNo').val(), | 
|---|
|  |  |  | whsType: $('#whsType').val(), | 
|---|
|  |  |  | pltType: $('#pltType').val(), | 
|---|
|  |  |  | 
|---|
|  |  |  | fullPlt: $('#fullPlt').val(), | 
|---|
|  |  |  | locType: $('#locType').val(), | 
|---|
|  |  |  | outEnable: $('#outEnable').val(), | 
|---|
|  |  |  | ioTime: top.strToDate($('#ioTime\\$').val()), | 
|---|
|  |  |  | firstTime: top.strToDate($('#firstTime\\$').val()), | 
|---|
|  |  |  | modiUser: $('#modiUser').val(), | 
|---|
|  |  |  | modiTime: top.strToDate($('#modiTime\\$').val()), | 
|---|
|  |  |  | appeUser: $('#appeUser').val(), | 
|---|
|  |  |  | appeTime: top.strToDate($('#appeTime\\$').val()), | 
|---|
|  |  |  | errorTime: top.strToDate($('#errorTime\\$').val()), | 
|---|
|  |  |  | errorMemo: $('#errorMemo').val(), | 
|---|
|  |  |  | ctnKind: $('#ctnKind').val(), | 
|---|
|  |  |  | scWeight: $('#scWeight').val(), | 
|---|
|  |  |  | 
|---|
|  |  |  | url: baseUrl+"/locMast/"+name+"/auth", | 
|---|
|  |  |  | headers: {'token': localStorage.getItem('token')}, | 
|---|
|  |  |  | data: top.reObject(data), | 
|---|
|  |  |  | method: 'POST', | 
|---|
|  |  |  | success: function (res) { | 
|---|
|  |  |  | if (res.code === 200){ | 
|---|
|  |  |  | parent.layer.closeAll(); | 
|---|