Browse Source

본사발주생성 알럿 추가

dwkim 2 years ago
parent
commit
acd7a2e0ce
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/webapp/js/app/pomng/ITP_POMNG03010.js

+ 1 - 0
src/main/webapp/js/app/pomng/ITP_POMNG03010.js

@@ -889,6 +889,7 @@ let listObj = {
889 889
 			let gridUpdateData = [];
890 890
 			const rowKey = $(POMNG03010_GRID_ID).getGridParam('selrow');
891 891
 			if (!rowKey) {
892
+				alert("발주생성 대상을 선택해주세요!");
892 893
 				return;
893 894
 		    }
894 895