null 데이터 업무형태가 보이지 않는 현상 수정(손세용, 정재희)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user