Browse Source

需求单No.138102

master
wugang 8 years ago
parent
commit
26bc49bab4
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      BWP.B3_YunKen.Web/PluginClass.cs

+ 5
- 0
BWP.B3_YunKen.Web/PluginClass.cs View File

@ -12,6 +12,8 @@ using BWP.Web.Pages.B3Butchery.Reports.ProductNoticeReport_;
using BWP.Web.Pages.B3Butchery.Bills.ProductInStore_;
using BWP.Web.Pages.B3Sale.Bills.CustomerApply_;
using BWP.Web.Pages.B3Butchery.Dialogs;
using BWP.B3Frameworks.Attributes;
using BWP.B3Sale.BO;
namespace BWP.B3_YunKen.Web
{
@ -37,6 +39,9 @@ namespace BWP.B3_YunKen.Web
WpfPageFactory.RegisterPageOverlay(typeof(ProductInStoreEdit).FullName, typeof(ProduceFinishBtnExt).FullName);
WpfPageFactory.RegisterPageOverlay(typeof(CustomerApplyEdit).FullName, typeof(CustomerApplyEdit_Ext).FullName);
WpfPageFactory.RegisterPageOverlay(typeof(SelectProductNoticeDialog).FullName, typeof(SelectProductNoticeDialog_Ext).FullName);
WeChatDataTemplateNameAttribute.SetCustomName(typeof(Order),"耘垦销售订单");
WeChatDataTemplateNameAttribute.SetCustomName(typeof(SaleOutStore),"耘垦销售出库单");
WeChatDataTemplateNameAttribute.SetCustomName(typeof(SaleForecast),"耘垦销售预报");
}
public void OnUnitInit()


Loading…
Cancel
Save