| | |
| | | ,{field: 'packStatus$', align: 'center',title: '产品状态', hide:false} |
| | | ,{field: 'locType1$', align: 'center',title: '库位类型'} |
| | | ,{field: 'locType2$', align: 'center',title: '测试设备号'} |
| | | ,{field: 'freeze$', align: 'center',title: '冻结状态'} |
| | | // ,{field: 'whsType$', align: 'center',title: '库位类型'} |
| | | // ,{field: 'pltType', align: 'center',title: ''} |
| | | // ,{field: 'ctnType', align: 'center',title: ''} |
| | |
| | | fireNo: $('#fireNo').val(), |
| | | fireStatus: $('#fireStatus').val(), |
| | | packStatus: $('#packStatus').val(), |
| | | freeze: $('#freeze').val(), |
| | | }; |
| | | $.ajax({ |
| | | url: baseUrl+"/locMast/"+name+"/auth", |