| | |
| | | ,{field: 'weight', align: 'center',title: '重量', hide: true} |
| | | ,{field: 'zpallet', align: 'center',title: '托盘码'} |
| | | ] |
| | | |
| | | |
| | | var popupRight; |
| | |
| | | var pageCurr; |
| | | |
| | | function right(){ |
| | | top.layui.admin.popupRight({ |
| | | top.popupRight = top.layui.admin.popupRight({ |
| | | id: 'LAY_adminPopupLayerTest' |
| | | , area: '750px' |
| | | , type: 2 |
| | |
| | | // $('#'+ this.id).html('<div style="padding: 20px;">放入内容</div>'); |
| | | //admin.view(this.id).render('system/xxx') |
| | | } |
| | | , end: function () { |
| | | $(".layui-laypage-btn")[0].click(); |
| | | } |
| | | }); |
| | | } |
| | | |
| | |
| | | success: function(layero, index){ |
| | | layer.iframeAuto(index) |
| | | }, |
| | | cancel: function () { |
| | | $('#orderNo').val(''); |
| | | } |
| | | }); |
| | | |
| | | |
| | |
| | | } |
| | | }); |
| | | |
| | | // 开始打印 |
| | | // 开始生成拣货单 |
| | | form.on('submit(confirm)', function (data) { |
| | | |
| | | top.layui.layer.close(top.popupRight); |
| | | }) |
| | | |
| | | function updateMatData(locNo, matnr, count) { |