自动化立体仓库 - WMS系统
#
zyx
2024-04-23 c7bf4b8773f888fd5be613b7bb6fb8ae4a47b028
src/main/webapp/static/js/picking/picking.js
@@ -113,7 +113,7 @@
                layer.open({
                    type: 1,
                    title: '单据明细',
                    area: '1200px',
                    area: '1500px',
                    offset: [top + 'px', (left - 450 + $a.outerWidth()) + 'px'],
                    shade: .01,
                    shadeClose: true,
@@ -124,7 +124,7 @@
                            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
@@ -146,6 +146,7 @@
                                ,{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'}
                            ]],