| | |
| | | ,{field: 'status$', align: 'center',title: '状态'} |
| | | ,{field: 'custName', align: 'center',title: '客户名称', width: 160} |
| | | ,{field: 'createTime$', align: 'center',title: '创建时间'} |
| | | ,{field: 'updateTime$', align: 'center',title: '操作时间'} |
| | | ,{field: 'updateTime$', align: 'center',title: '出库时间'} |
| | | ,{align: 'center', title: '操作', toolbar: '#operate'} |
| | | |
| | | ]], |
| | |
| | | break; |
| | | case "printExcel": |
| | | printExcel(data); |
| | | break; |
| | | case "exportExcel2": |
| | | exportExcel2(data); |
| | | break; |
| | | case "look": |
| | | var $a = $(obj.tr).find('a[lay-event="look"]'); |
| | |
| | | }); |
| | | } |
| | | |
| | | function exportExcel2(data){ |
| | | layer.confirm('确定导出Excel吗', {shadeClose: true}, function(){ |
| | | layer.closeAll(); |
| | | layer.load(1, {shade: [0.1,'#fff']}); |
| | | location.href = baseUrl+"/pakOut/exportExcel2/auth?orderNo="+data.doc_num; |
| | | layer.closeAll('loading'); |
| | | }); |
| | | } |
| | | |
| | | }); |
| | | |
| | | // 关闭动作 |