Explorar el Código

본사발주생성 알럿 추가

dwkim hace 2 años
padre
commit
acd7a2e0ce
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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