|  |  | 
 |  |  |             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(); |