| | |
| | | var form = layui.form; |
| | | var admin = layui.admin; |
| | | |
| | | layDate.render({ |
| | | elem: '.layui-laydate-range' |
| | | ,type: 'datetime' |
| | | ,range: true |
| | | }); |
| | | |
| | | // 数据渲染 |
| | | tableIns = table.render({ |
| | | elem: '#saasLog', |
| | |
| | | var left = offset.left; |
| | | layer.open({ |
| | | type: 1, |
| | | title: false, |
| | | area: '1200px', |
| | | title: '单据明细', |
| | | 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: 'batch', align: 'center',title: '批号'} |
| | | ,{field: 'barcode', align: 'center',title: '包号'} |
| | | // ,{field: 'matnr', align: 'center',title: '物料号'} |
| | | // ,{field: 'maktx', align: 'center',title: '商品名称'} |
| | | ,{field: 'maktx', align: 'center',title: '牌号'} |
| | | ,{field: 'anfme', align: 'center',title: '数量'} |
| | | ,{field: 'createTime$', align: 'center',title: '操作时间'} |
| | | ,{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'} |
| | | ]], |