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