From c573732636815e569d24aacff11a82f93602585a Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期三, 11 十二月 2024 09:10:43 +0800 Subject: [PATCH] 完成配送订单处理 --- CoreCms.Net.Configuration/GlobalEnumVars.cs | 47 ++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 42 insertions(+), 5 deletions(-) diff --git a/CoreCms.Net.Configuration/GlobalEnumVars.cs b/CoreCms.Net.Configuration/GlobalEnumVars.cs index 8a15848..e09fb55 100644 --- a/CoreCms.Net.Configuration/GlobalEnumVars.cs +++ b/CoreCms.Net.Configuration/GlobalEnumVars.cs @@ -72,6 +72,8 @@ 鏈嶅姟璁㈠崟缂栧彿 = 10, [Description("鏈嶅姟鍒稿厬鎹㈢爜")] 鏈嶅姟鍒稿厬鎹㈢爜 = 11, + [Description("璁″垝璁㈠崟缂栧彿")] + 璁″垝璁㈠崟缂栧彿 = 12, } /// <summary> /// 鏉ユ簮 @@ -204,9 +206,9 @@ [Description("鎻愮幇")] Tocash = 4, /// <summary> - /// 涓夌骇鍒嗛攢浣i噾 + /// 鍒嗛攢浣i噾 /// </summary> - [Description("涓夌骇鍒嗛攢浣i噾")] + [Description("鍒嗛攢浣i噾")] Distribution = 5, /// <summary> /// 骞冲彴璋冩暣 @@ -244,7 +246,14 @@ /// 璁㈠崟 /// </summary> [Description("璁㈠崟")] - GoodsOder = 11, + GoodsOder = 12, + + + /// <summary> + /// 缁忛攢閰嶉�佷剑閲� + /// </summary> + [Description("缁忛攢閰嶉�佷剑閲�")] + DistributionDelivery = 13, } /// <summary> /// 鐢ㄦ埛绉垎鍙樺姩鏉ユ簮绫诲瀷 @@ -659,6 +668,18 @@ TransactionComponent = 10, } + + /// <summary> + /// 璁″垝璁㈠崟鏄惁鎻愪氦 + /// </summary> + public enum PlanOrderTiJiao + { + [Description("鏈攣鍗�")] + 鏈攣鍗� = 1, + [Description("宸查攣鍗�")] + 宸查攣鍗� = 2 + } + /// <summary> /// 鍙戣揣鍗曠姸鎬� /// </summary> @@ -824,7 +845,12 @@ /// 闂ㄥ簵鑷彁 /// </summary> [Description("<button type='button' class='layui-btn layui-btn-warm layui-btn-xs'>闂ㄥ簵鑷彁</button>")] - SelfDelivery = 3 + SelfDelivery = 3, + /// <summary> + /// 缁忛攢鍟嗛厤閫� + /// </summary> + [Description("<button type='button' class='layui-btn layui-btn-warm layui-btn-xs'>缁忛攢鍟嗛厤閫�</button>")] + DistributorDelivery = 4 } #endregion @@ -1011,7 +1037,12 @@ /// 浣欓鏀粯 /// </summary> [Description("浣欓鏀粯")] - balancepay = 4 + balancepay = 4, + /// <summary> + /// 璁″垝璁㈠崟鏀粯 + /// </summary> + [Description("璁″垝璁㈠崟鏀粯")] + planorderpay = 5 } #endregion @@ -2846,6 +2877,12 @@ /// </summary> [Description("閫�璐�")] ReturnedGoods = 5, + + /// <summary> + /// 閾鸿揣鐩樼偣 + /// </summary> + [Description("閾鸿揣鐩樼偣")] + CheckPuhuo = 6, } #endregion -- Gitblit v1.9.1