Browse Source

需求单No.138471

master
wugang 8 years ago
parent
commit
0fb270455c
2 changed files with 5 additions and 1 deletions
  1. +1
    -1
      BWP.B3_YunKen.Web/Pages/B3YunKen/ProductTask_/SaleOrderToProductNoticePage.cs
  2. +4
    -0
      BWP.B3_YunKen.Web/Pages/B3YunKen/ProductTask_/SaleOrderToProductNoticePage.xml

+ 1
- 1
BWP.B3_YunKen.Web/Pages/B3YunKen/ProductTask_/SaleOrderToProductNoticePage.cs View File

@ -281,7 +281,7 @@ namespace BWP.Web.Pages.B3YunKen.ProductTask_
manager.Add("AccountingUnit_ID", QueryCreator.DFChoiceBox(mDFInfo.Fields["AccountingUnit_ID"], B3FrameworksConsts.DataSources.));
manager.Add("BillState", QueryCreator.(mDFInfo.Fields["BillState"]));
manager.Add("BrandItem_ID", new SimpleLabel("品牌项"), QueryCreator.DFChoiceBox(mDetailDFInfo.Fields["BrandItem_ID"], B3UnitedInfosConsts.DataSources.));
manager.Add("GoodsProperty_ID", new SimpleLabel("存货属性"), QueryCreator.DFChoiceBoxEnableMultiSelection(mGoodsDFInfo.Fields["GoodsProperty_ID"], mQueryContainer, "GoodsProperty_ID", B3UnitedInfosConsts.DataSources.));
cbxHideAlready = new DFCheckBox() { Text = "隐藏已转明细", Checked = true };
manager.Add("隐藏已转明细", cbxHideAlready);
manager["隐藏已转明细"].NoLabel = true;


+ 4
- 0
BWP.B3_YunKen.Web/Pages/B3YunKen/ProductTask_/SaleOrderToProductNoticePage.xml View File

@ -81,6 +81,10 @@
<Field name="ProductLine_ID" alias="goods"/>
<QBE paramName="ProductLine_ID"/>
</EQ>
<EQ>
<Field name="GoodsProperty_ID" alias="goods"/>
<QBE paramName="GoodsProperty_ID"/>
</EQ>
<EQ>
<Field name="AccountingUnit_ID" />
<QBE paramName="AccountingUnit_ID"/>


Loading…
Cancel
Save