自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-10 cedcb836da53948de688e04539786d88904d5bd4
src/main/webapp/static/js/pakStore/pakStore.js
@@ -49,20 +49,20 @@
        var data = checkStatus.data;
        switch(obj.event) {
            case 'comb':
                if (data.length === 0){
                    layer.msg('请选择数据');
                } else {
                    layer.open({
                        type: 1,
                        title: '组盘',
                        maxmin: true,
                        shadeClose: true,
                        content: $('#combDiv'),
                        success: function (layero, index) {
                        }
                    })
                if (matCodeData.length === 0) {
                    layer.msg("请先添加物料");
                    return;
                }
                layer.open({
                    type: 1,
                    title: '选择入库站',
                    maxmin: true,
                    shadeClose: true,
                    content: $('#combDiv'),
                    success: function (layero, index) {
                    }
                })
                break;
        }
    });