Beispiel #1
0
 public BMGHDWFenLei(string SJBM, BMGHDW Father)
 {
     this.ghdwlogical = new BLL.BMGHDWManager();
     this.ghdwModel   = new BMGHDWModel();
     this.bm          = "";
     this.yuanBM      = "";
     this._sjbm       = "";
     this.SuggestBM   = "";
     this.Initialize();
     this._sjbm  = SJBM;
     this.father = Father;
     this.Text   = "购货单位分类编码添加";
 }
Beispiel #2
0
 public BMGHDW_Edit(string SJBM, BMGHDW Father)
 {
     this.ghdwlogical    = new BMGHDWManager();
     this.ghdwModel      = new BMGHDWModel();
     this.log            = LogUtil.GetLogger <BMGHDW_Edit>();
     this.invoiceHandler = new InvoiceHandler();
     this._bm            = "";
     this._sjbm          = "";
     this.SuggestBM      = "";
     this.Initialize();
     this._sjbm  = SJBM;
     this.father = Father;
     this.Text   = "购货单位编码添加";
 }
Beispiel #3
0
 public BMGHDWFenLei(BMGHDW Father, string BM, bool Isupdate)
 {
     this.ghdwlogical = new BLL.BMGHDWManager();
     this.ghdwModel   = new BMGHDWModel();
     this.bm          = "";
     this.yuanBM      = "";
     this._sjbm       = "";
     this.SuggestBM   = "";
     this.Initialize();
     this.bm       = BM;
     this.yuanBM   = BM;
     this.isUpdate = Isupdate;
     this.father   = Father;
     this.Text     = "购货单位分类编码编辑";
 }