| | |
| | | |
| | | // 组托 |
| | | function comb() { |
| | | layer.confirm('组托当前物料明细?', {shadeClose: true}, function(){ |
| | | var zpallet = $('#code').val(); |
| | | if (isEmpty(zpallet)) { |
| | | tips("托盘条码为空", true); |
| | |
| | | } |
| | | } |
| | | }) |
| | | }); |
| | | } |
| | | |
| | | /************************************* 数量 ****************************************/ |
| | |
| | | |
| | | // 上架 |
| | | function pakIn() { |
| | | layer.confirm('上架当前托盘?', {shadeClose: true}, function(){ |
| | | var zpallet = $('#code').val(); |
| | | if (isEmpty(zpallet)) { |
| | | tips("托盘条码为空", true); |
| | |
| | | } |
| | | } |
| | | }) |
| | | }) |
| | | } |
| | | |
| | | /** |
| | |
| | | |
| | | // 拣货确认 |
| | | function pakoutConfirm() { |
| | | layer.confirm('确认拣货完成?', {shadeClose: true}, function(){ |
| | | if (pakoutData == null || pakoutData.length === 0) { |
| | | tips("请确认单据编号!", true); |
| | | return; |
| | |
| | | } |
| | | } |
| | | }) |
| | | }); |
| | | } |
| | | |
| | | // 重置 |