luanhui 8 years ago
parent
commit
f6e4a5e6a4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      B3_DongFangWanQi.Web/Pages/B3_DongFangWanQi/Tools/SaleOrderUpdateList.cs

+ 1
- 1
B3_DongFangWanQi.Web/Pages/B3_DongFangWanQi/Tools/SaleOrderUpdateList.cs View File

@ -62,7 +62,7 @@ namespace BWP.Web.Pages.B3_DongFangWanQi.Tools {
_liuchengfenlei = QueryCreator.DFChoiceBox(_dFInfo.Fields["ID"], B3FrameworksConsts.DataSources.); _liuchengfenlei = QueryCreator.DFChoiceBox(_dFInfo.Fields["ID"], B3FrameworksConsts.DataSources.);
layoutManager.Add("DepartmentWorkFlowStateCategory_ID", new SimpleLabel("流程状态分类"), _liuchengfenlei); layoutManager.Add("DepartmentWorkFlowStateCategory_ID", new SimpleLabel("流程状态分类"), _liuchengfenlei);
layoutManager["DepartmentWorkFlowStateCategory_ID"].NotAutoAddToContainer = true; layoutManager["DepartmentWorkFlowStateCategory_ID"].NotAutoAddToContainer = true;
_liuchengfenlei.Fill("2", "销售内勤审批");
layoutManager.Add("AccountingUnit_ID", new SimpleLabel("会计单位"), _accInput = QueryCreator.DFChoiceBox(_dFInfo.Fields["AccountingUnit_ID"], B3FrameworksConsts.DataSources.), false); layoutManager.Add("AccountingUnit_ID", new SimpleLabel("会计单位"), _accInput = QueryCreator.DFChoiceBox(_dFInfo.Fields["AccountingUnit_ID"], B3FrameworksConsts.DataSources.), false);


Loading…
Cancel
Save