Beispiel #1
0
 public BMSPSMSelect()
 {
     this.SelectedBM      = "";
     this.customerManager = new BMSPSMManager();
     this.log             = LogUtil.GetLogger <BMSPSMSelect>();
     this.SelectedSJBM    = "";
     this.HiKeyWord       = string.Empty;
     this.KeyWord         = "";
     this.selectbm        = "";
     this.SelectSJBM      = 1;
     this.Initialize();
 }
Beispiel #2
0
 public BMSPSM_Edit(string SJBM, BMSPSM Father)
 {
     this.khlogical = new BMSPSMManager();
     this.spsmModel = new BMSPSMModel();
     this.log       = LogUtil.GetLogger <BMSPSM_Edit>();
     this._bm       = "";
     this._sjbm     = "";
     this.SuggestBM = "";
     this.Initialize();
     this._sjbm  = SJBM;
     this.father = Father;
     this.Text   = "税目编码添加";
 }
Beispiel #3
0
 public BMSPSMFenLei(string SJBM, BMSPSM Father)
 {
     this.khlogical = new BMSPSMManager();
     this.khModel   = new BMSPSMModel();
     this.bm        = "";
     this.yuanBM    = "";
     this.yuanSZ    = "";
     this._sjbm     = "";
     this.SuggestBM = "";
     this.Initialize();
     this._sjbm  = SJBM;
     this.father = Father;
     this.Text   = "客户分类编码添加";
 }
Beispiel #4
0
 public BMSPSM_Edit(string SZ, string BM, bool Isupdate)
 {
     this.khlogical = new BMSPSMManager();
     this.spsmModel = new BMSPSMModel();
     this.log       = LogUtil.GetLogger <BMSPSM_Edit>();
     this._bm       = "";
     this._sjbm     = "";
     this.SuggestBM = "";
     this.Initialize();
     this._bm      = BM;
     this.yuanBM   = BM;
     this.yuanSZ   = SZ;
     this.isUpdate = Isupdate;
     this.Text     = "税目编码编辑";
 }
Beispiel #5
0
 public BMSPSMFenLei(string SZ, string BM, bool Isupdate)
 {
     this.khlogical = new BMSPSMManager();
     this.khModel   = new BMSPSMModel();
     this.bm        = "";
     this.yuanBM    = "";
     this.yuanSZ    = "";
     this._sjbm     = "";
     this.SuggestBM = "";
     this.Initialize();
     this.bm       = BM;
     this.yuanBM   = BM;
     this.yuanSZ   = SZ;
     this.isUpdate = Isupdate;
     this.Text     = "客户分类编码编辑";
 }