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; } });