Ejemplo n.º 1
0
 private void ShowInfo()
 {
     MyERP.BLL.ORDER_SKJL   bll   = new MyERP.BLL.ORDER_SKJL();
     MyERP.Model.ORDER_SKJL model = bll.GetModel();
     this.lblBillNO.Text      = model.BillNO;
     this.lblJZBH.Text        = model.JZBH;
     this.lblSKJE.Text        = model.SKJE.ToString();
     this.lblCREATE_NAME.Text = model.CREATE_NAME;
     this.lblCREATE_DATE.Text = model.CREATE_DATE.ToString();
     this.lblREMARK.Text      = model.REMARK;
 }