mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:03:27 +08:00
# 2022-02-11
### 1.3.5 开源社区版(会员专业版同步修改): 无 ### 0.1.6 会员专业版: 【新增】后台【平台设置-订单管理】增加【佣金计算通道】功能,分为【仅代理】【仅分销】【先代理后分销】【先分销后代理】四种自选模式。 【新增】增加【CoreCmsAgentOrderDetails】表,实现代理佣金订单详情列表功能,精确到具体商品明细。 【新增】增加【CoreCmsDistributionOrderDetails】表,实现三级佣金订单详情列表功能,精确到具体商品明细。 【修复】修复代理商商铺开启按钮错用三级分销商店铺开关功能,增加代理商商铺开启开关。 【修复】修复代理商佣金明细日期选择范围错乱问题。 【优化】uniapp自带progress进度条更换为uview2.x进度条。 【优化】敏感词过滤组件启用废弃的【WordsMatch】方法,启用【StringSearch】方法替代。
This commit is contained in:
@@ -101,6 +101,17 @@ namespace CoreCms.Net.Configuration
|
||||
/// </summary>
|
||||
public const string StoreOrderAutomaticDelivery = "storeOrderAutomaticDelivery";
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 门店订单自动发货
|
||||
/// </summary>
|
||||
public const string CommissionChannel = "commissionChannel";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//分销功能(老分销)=============================================================
|
||||
/// <summary>
|
||||
/// 是否开启分销
|
||||
@@ -594,6 +605,7 @@ namespace CoreCms.Net.Configuration
|
||||
/// </summary>
|
||||
public const string SmsTplForCommon = "smsTplForCommon";
|
||||
|
||||
|
||||
//网络打印机============================================================================
|
||||
/// <summary>
|
||||
/// 是否开启
|
||||
@@ -645,6 +657,10 @@ namespace CoreCms.Net.Configuration
|
||||
/// </summary>
|
||||
public const string AgentAgreement = "agentAgreement";
|
||||
/// <summary>
|
||||
/// 是否开启店铺:
|
||||
/// </summary>
|
||||
public const string AgentStore = "agentStore";
|
||||
/// <summary>
|
||||
/// 是否允许代理代购服务
|
||||
/// </summary>
|
||||
public const string IsAllowProcurementService = "isAllowProcurementService";
|
||||
|
||||
Reference in New Issue
Block a user