.....
This commit is contained in:
		| @@ -182,6 +182,12 @@ namespace FPJ0000.OtConfirm | ||||
|                 return; | ||||
|             } | ||||
|  | ||||
|             if(tbRemark.Text.StartsWith("테스트") && chkSendMail.Checked) | ||||
|             { | ||||
|                 FCOMMON.Util.MsgI("테스트라 메일 체크를 끕니다"); | ||||
|                 chkSendMail.Checked = false; | ||||
|             } | ||||
|  | ||||
|             if (dr.RowState == DataRowState.Detached) | ||||
|             { | ||||
|                 var dlg = FCOMMON.Util.MsgQ("입력을 완료하시겠습니까?\r\n관리자에게 메일로 알림이 발생 합니다"); | ||||
| @@ -203,7 +209,12 @@ namespace FPJ0000.OtConfirm | ||||
|             dr.HolyLocation = tbLocation.Text.Trim(); | ||||
|             dr.HolyBackup = tbBackup.Text.Trim(); | ||||
|             dr.cate = cate;// tbCate.Text.Trim(); | ||||
|             dr.Remark = tbRemark.Text.Trim() + "\r\n" + this.richTextBox1.Text; | ||||
|  | ||||
|             if (dr.Remark.Contains(richTextBox1.Text) == false) | ||||
|                 dr.Remark = tbRemark.Text.Trim() + "\r\n" + this.richTextBox1.Text; | ||||
|             else | ||||
|                 dr.Remark = tbRemark.Text.Trim(); | ||||
|  | ||||
|             dr.Response = tbResponse.Text.Trim(); | ||||
|             dr.sdate = tbSD.Value.ToShortDateString(); | ||||
|             dr.edate = tbED.Value.ToShortDateString(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 chi
					chi