| | |
| | | layer.open({ |
| | | type: 1, |
| | | title: '单据明细', |
| | | area: '1200px', |
| | | area: '1500px', |
| | | offset: [top + 'px', (left - 450 + $a.outerWidth()) + 'px'], |
| | | shade: .01, |
| | | shadeClose: true, |
| | |
| | | id:'lookSSXMTable', |
| | | elem: '#lookSSXMTable', |
| | | headers: {token: localStorage.getItem('token')}, |
| | | url: baseUrl+'/ManPakOut/list/auth', |
| | | url: baseUrl+'/ManPakOut/list/auth1', |
| | | where: { |
| | | doc_num: data.doc_num, |
| | | uuid: data.uuid |
| | |
| | | ,{field: 'count', align: 'center',title: '完成数'} |
| | | ,{field: 'status$', align: 'center',title: '状态'} |
| | | ,{field: 'memo', align: 'center',title: '备注'} |
| | | ,{field: 'specs', align: 'center',title: '发货时间'} |
| | | ,{field: 'createBy', align: 'center',title: '', hide:true} |
| | | ,{align: 'center', title: '操作', toolbar: '#operateDetl'} |
| | | ]], |