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