Example #1
0
 public BMFYXMFenLei(string SJBM, BMFYXM Father)
 {
     this.fyxmlogical = new BLL.BMFYXMManager();
     this.fyxmModel   = new BMFYXMModel();
     this.bm          = "";
     this.yuanBM      = "";
     this._sjbm       = "";
     this.SuggestBM   = "";
     this.Initialize();
     this._sjbm  = SJBM;
     this.father = Father;
     this.Text   = "费用项目分类编码添加";
 }
Example #2
0
 public BMFYXMFenLei(BMFYXM Father, string BM, bool Isupdate)
 {
     this.fyxmlogical = new BLL.BMFYXMManager();
     this.fyxmModel   = new BMFYXMModel();
     this.bm          = "";
     this.yuanBM      = "";
     this._sjbm       = "";
     this.SuggestBM   = "";
     this.Initialize();
     this.bm       = BM;
     this.yuanBM   = BM;
     this.isUpdate = Isupdate;
     this.father   = Father;
     this.Text     = "费用项目分类编码编辑";
 }
Example #3
0
 public BMFYXM_Edit(string SJBM, BMFYXM Father)
 {
     this.fyxmlogical = new BLL.BMFYXMManager();
     this.fyxmModel   = new BMFYXMModel();
     this.log         = LogUtil.GetLogger <BMFYXM_Edit>();
     this._bm         = "";
     this._sjbm       = "";
     this.SuggestBM   = "";
     this.SuggestMC   = string.Empty;
     this.retCode     = string.Empty;
     this.SucDialog   = true;
     this.Initialize();
     this._sjbm  = SJBM;
     this.father = Father;
     this.Text   = "费用项目编码添加";
 }