| | |
| | | ,{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: ''} |
| | |
| | | // ,{field: 'outEnable', align: 'center',title: ''} |
| | | // ,{field: 'ioTime$', align: 'center',title: ''} |
| | | // ,{field: 'firstTime$', align: 'center',title: ''} |
| | | ,{field: 'modiUser$', align: 'center',title: '修改人员', hide:true} |
| | | ,{field: 'ctnKind', align: 'center',title: '启动按钮'} |
| | | ,{field: 'modiTime$', align: 'center',title: '修改时间', hide:true} |
| | | // ,{field: 'appeUser$', align: 'center',title: '创建者',event: 'appeUser', style: 'text-decoration: underline;cursor:pointer'} |
| | | // ,{field: 'appeTime$', align: 'center',title: '添加时间'} |
| | |
| | | pltType: $('#pltType').val(), |
| | | ctnType: $('#ctnType').val(), |
| | | locSts: $('#locSts').val(), |
| | | locType1: $('#loc_type1').val(), |
| | | sheetNo: $('#sheetNo').val(), |
| | | crnNo: $('#crnNo').val(), |
| | | row1: $('#row1').val(), |
| | |
| | | fireNo: $('#fireNo').val(), |
| | | fireStatus: $('#fireStatus').val(), |
| | | packStatus: $('#packStatus').val(), |
| | | freeze: $('#freeze').val(), |
| | | }; |
| | | $.ajax({ |
| | | url: baseUrl+"/locMast/"+name+"/auth", |