#
luxiaotao1123
2021-03-11 15ac6798a771119b1c97bfbdc5d1d6faa38e9c94
#
3个文件已修改
19 ■■■■ 已修改文件
src/main/webapp/static/js/common.js 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/custOrder/custOrder.js 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/ioWorks/matQuery.js 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/common.js
@@ -198,3 +198,6 @@
    ,{field: 'weight', align: 'center',title: '重量', hide: true}
    ,{field: 'zpallet', align: 'center',title: '托盘码'}
]
var popupRight;
src/main/webapp/static/js/custOrder/custOrder.js
@@ -1,15 +1,17 @@
var pageCurr;
function right(){
    top.layui.admin.popupRight({
    top.popupRight = top.layui.admin.popupRight({
        id: 'LAY_adminPopupLayerTest'
        , area: '750px'
        , type: 2
        ,content:'custOrder/matQuery.html'
        ,success: function(){
        , content:'custOrder/matQuery.html'
        , success: function(){
            // $('#'+ this.id).html('<div style="padding: 20px;">放入内容</div>');
            //admin.view(this.id).render('system/xxx')
        }
        , end: function () {
            $(".layui-laypage-btn")[0].click();
        }
    });
}
src/main/webapp/static/js/ioWorks/matQuery.js
@@ -54,6 +54,9 @@
                        success: function(layero, index){
                            layer.iframeAuto(index)
                        },
                        cancel: function () {
                            $('#orderNo').val('');
                        }
                    });
@@ -103,9 +106,10 @@
        }
    });
    // 开始打印
    // 开始生成拣货单
    form.on('submit(confirm)', function (data) {
        top.layui.layer.close(top.popupRight);
    })
    function updateMatData(locNo, matnr, count) {