Пример #1
0
 public BMSFHRFenLei(string SJBM, BMSFHR Father)
 {
     this.sfhrManager = new BLL.BMSFHRManager();
     this.sfhrModel   = new BMSFHRModel();
     this.bm          = "";
     this.yuanBM      = "";
     this._sjbm       = "";
     this.SuggestBM   = "";
     this.Initialize();
     this._sjbm  = SJBM;
     this.father = Father;
     this.Text   = "收/发货人分类编码添加";
 }
Пример #2
0
 public BMSFHRFenLei(string BM, bool Isupdate)
 {
     this.sfhrManager = new BLL.BMSFHRManager();
     this.sfhrModel   = new BMSFHRModel();
     this.bm          = "";
     this.yuanBM      = "";
     this._sjbm       = "";
     this.SuggestBM   = "";
     this.Initialize();
     this.bm       = BM;
     this.yuanBM   = BM;
     this.isUpdate = Isupdate;
     this.Text     = "收/发货人分类编码编辑";
 }