..
This commit is contained in:
		| @@ -149,6 +149,11 @@ namespace FEQ0000.Purchase | ||||
|                 } | ||||
|                 else | ||||
|                 { | ||||
|                     if (qty < 1) | ||||
|                     { | ||||
|                         FCOMMON.Util.MsgE("수량이 0 입니다"); | ||||
|                         return; | ||||
|                     } | ||||
|                     if (qty > int.Parse(tbQty.Text)) | ||||
|                     { | ||||
|                         if (FCOMMON.Util.MsgQ("입고수량이 주문수량보다 많습니다 입력 할까요?") != DialogResult.Yes) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 chi
					chi