null 데이터 업무형태가 보이지 않는 현상 수정(손세용, 정재희)

This commit is contained in:
chi
2025-01-07 17:32:27 +09:00
parent d6655018f6
commit bcea017f07
4 changed files with 6 additions and 8 deletions

View File

@@ -107,21 +107,19 @@ namespace FPJ0000
catch (System.Exception ex)
{
rtBack.Text = rtDesc.Text = rtAft.Text = rtBef.Text = "";
System.Windows.Forms.MessageBox.Show(ex.Message);
AR.UTIL.MsgE(ex.Message);
//System.Windows.Forms.MessageBox.Show(ex.Message);
}
this.cmbReqProcess.Text = dr.process;
this.cmbState.Text = dr.status;
this.cmbReqTeam.Text = dr.part;
//this.cmbCate.Text = dr.category;
this.tbDue.Text = dr.crdue;
this.cmbReqSite.Text = dr.ReqSite;
this.cmbReqPlant.Text = dr.ReqPlant;
this.cmbReqPackage.Text = dr.ReqPackage;
this.cmbReqLine.Text = dr.ReqLine;
//this.tbSFI.Text = dr.sfi.ToString();
rtAft.Text = string.Empty;
rtBef.Text = string.Empty;
rtDesc.Text = string.Empty;