예제 #1
0
 private void chicun01_SelectedIndexChanged(object sender, EventArgs e)
 {
     this.model.build选中尺寸(this.chicun01.Text.Trim(), this.model.Dto定制下单.Style_Id, Frm定制下单修改尺寸.stylesizedt);
     this.model.Dto定制下单.STYLE_SIZE_CD = SizeService.SizeCD(this.chicun01.Text.Trim(), Frm定制下单修改尺寸.stylesizedt);
     ImpService.RefreshChiCun(this, this.model.中尺寸);
     ImpService.CountChiCun(this);
     this.model.尺寸呈现 = SizeService.GetThisSize(this.model.Dto定制下单);
     foreach (尺寸呈现dto dto in this.model.尺寸呈现)
     {
         dto.CountSize();
     }
     this.gridControlSize.DataSource = this.model.尺寸呈现;
 }