|  |  |  | 
|---|
|  |  |  | ,{field: 'steNo', align: 'center',title: '穿梭车号'} | 
|---|
|  |  |  | ,{field: 'inEnable', align: 'center',title: '可入', templet: '#inEnableTpl'} | 
|---|
|  |  |  | ,{field: 'outEnable', align: 'center',title: '可出', templet: '#outEnableTpl'} | 
|---|
|  |  |  | ,{field: 'steSts', align: 'center',title: '作业态'} | 
|---|
|  |  |  | ,{field: 'pakMk', align: 'center',title: '作业标记', hide: false} | 
|---|
|  |  |  | // ,{field: 'steSts', align: 'center',title: '作业态'} | 
|---|
|  |  |  | ,{field: 'wrkNo', align: 'center',title: '任务号'} | 
|---|
|  |  |  | ,{field: 'crnNo', align: 'center',title: '堆垛机号'} | 
|---|
|  |  |  | ,{field: 'row', align: 'center',title: '排'} | 
|---|
|  |  |  | 
|---|
|  |  |  | layDateRender(mData); | 
|---|
|  |  |  | form.val('detail', mData); | 
|---|
|  |  |  | form.on('submit(editSubmit)', function (data) { | 
|---|
|  |  |  | if (!isEmpty(data.field.idleLoc)) { | 
|---|
|  |  |  | if (data.field.idleLoc.length !== 7) { | 
|---|
|  |  |  | layer.msg("暂存库存不合法", {icon: 2}); | 
|---|
|  |  |  | return false; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | var loadIndex = layer.load(2); | 
|---|
|  |  |  | $.ajax({ | 
|---|
|  |  |  | url: baseUrl+"/basSte/"+(mData?'update':'add')+"/auth", | 
|---|