コード例 #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 BMSFHR_Edit(string SJBM, BMSFHR Father)
 {
     this.sfhrManager    = new BMSFHRManager();
     this.sfhrModel      = new BMSFHRModel();
     this.log            = LogUtil.GetLogger <BMSFHR_Edit>();
     this.invoiceHandler = new InvoiceHandler();
     this._bm            = "";
     this._sjbm          = "";
     this.SuggestBM      = "";
     this.Initialize();
     this._sjbm  = SJBM;
     this.father = Father;
     this.Text   = "收/发货人编码添加";
 }
コード例 #3
0
 public BMSFHRFenLei(BMSFHR Father, 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.father   = Father;
     this.Text     = "收/发货人分类编码编辑";
 }