From 87745415e9b2355275d9ca611cf59c9879d6f22a Mon Sep 17 00:00:00 2001 From: wugang <425674808@qq.com> Date: Thu, 4 Jan 2018 13:28:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E5=8D=95No.137971?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TypeIOCs/CustomerAcceptEditAddBasePropertiesIOC.cs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/BWP.B3_YunKen.Web/Pages/TypeIOCs/CustomerAcceptEditAddBasePropertiesIOC.cs b/BWP.B3_YunKen.Web/Pages/TypeIOCs/CustomerAcceptEditAddBasePropertiesIOC.cs index 2217228..ab33cac 100644 --- a/BWP.B3_YunKen.Web/Pages/TypeIOCs/CustomerAcceptEditAddBasePropertiesIOC.cs +++ b/BWP.B3_YunKen.Web/Pages/TypeIOCs/CustomerAcceptEditAddBasePropertiesIOC.cs @@ -6,6 +6,7 @@ using BWP.B3Frameworks; using BWP.Web.Pages.B3Sale.BaseInfos; using BWP.Web.Pages.B3Sale.Bills.CustomerAccept_; using BWP.Web.Pages.B3Sale.Bills.GoodsApply_; +using TSingSoft.WebControls2; namespace BWP.Web.Pages.TypeIOCs { @@ -14,7 +15,13 @@ namespace BWP.Web.Pages.TypeIOCs { public void Invoke(System.Web.UI.Page page, Layout.LayoutManager manager, Layout.AutoLayoutConfig config, CustomPageLayout.PageLayoutSection section) { - config.AddBefore("OrderDate", "Remark"); + manager.Add("FreightPayment", new DFValueLabel()); + manager.Add("FreightUnitPrice", new DFValueLabel()); + manager.Add("FreightPrice", new DFValueLabel()); + config.AddBefore("FreightPayment", "Remark"); + config.AddBefore("FreightUnitPrice", "FreightPayment"); + config.AddBefore("FreightPrice", "FreightUnitPrice"); + config.AddBefore("OrderDate", "FreightPrice"); config.AddAfter("LoadTime", "OrderDate"); config.AddAfter("DeliverAddress", "LoadTime"); config.AddAfter("CreditPolicy_ID", "DeliverAddress");