Browse Source

品牌项

master
wushukun 8 years ago
parent
commit
6ba9aa2c61
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      BWP.B3_YunKen.Web/Pages/TypeIOCs/ProductInStore_TempIOC.cs

+ 3
- 2
BWP.B3_YunKen.Web/Pages/TypeIOCs/ProductInStore_TempIOC.cs View File

@ -1,5 +1,6 @@
using BWP.B3Butchery.Utils;

using BWP.B3Frameworks;
using BWP.B3UnitedInfos;
using BWP.Web.Pages.B3Butchery.Bills.ProductInStore_Temp_;
using System;
using System.Collections.Generic;
@ -18,7 +19,7 @@ namespace BWP.Web.Pages.TypeIOCs
var bran = new DFEditGridColumn<DFChoiceBox>("BrandItem_ID");
bran.InitEditControl += delegate (object sender, InitEditControlEventArgs<DFChoiceBox> e)
{
e.Control.DataKind = B3ButcheryDataSource.;
e.Control.DataKind = B3UnitedInfosConsts.DataSources.;
e.Control.DFDisplayField = "BrandItem_Name";
e.Control.EnableInputArgument = true;
e.Control.Width = Unit.Pixel(120);


Loading…
Cancel
Save