장비목록 테이블 정리 및 버젼 정보 기록

This commit is contained in:
chi
2021-08-10 14:54:02 +09:00
parent 41f6fa6e6d
commit 6eeb1da673
12 changed files with 538 additions and 20754 deletions

View File

@@ -176,15 +176,15 @@ namespace FPJ0000.JobReport_
this.Show();
Application.DoEvents();
if (this.richTextBoxEx1.Text.Trim() != "")
{
this.richTextBoxEx1.Focus();
}
else
{
tbProject.Focus();
tbProject.SelectAll();
}
//if (this.richTextBoxEx1.Text.Trim() != "")
//{
// this.richTextBoxEx1.Focus();
//}
//else
//{
cmbRequest.Focus();
// tbProject.SelectAll();
//}
tbProject.Tag = tbProject.Text;
// if (string.IsNullOrEmpty(richTextBox1.Text)) richTextBox1.Text = dr.description;
@@ -490,7 +490,7 @@ namespace FPJ0000.JobReport_
//프로젝트 제목 서포트
var dr0 = db.EETGW_DocuForm.Where(t => t.gcode == FCOMMON.info.Login.gcode && t.cate == "J2" && t.title == formname).FirstOrDefault();
if(dr0 != null)
if (dr0 != null)
{
var rtx = new RichTextBox();
rtx.Rtf = dr0.body;