From 05d32271f646149609d8b42016e11cf95d8d5a84 Mon Sep 17 00:00:00 2001
From: liaoxujun@qq.com <liaoxujun@qq.com>
Date: 星期三, 10 四月 2024 11:18:05 +0800
Subject: [PATCH] 修改供应商价格显示
---
CoreCms.Net.Web.Admin/Controllers/Good/CoreCmsGoodsController.cs | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/CoreCms.Net.Web.Admin/Controllers/Good/CoreCmsGoodsController.cs b/CoreCms.Net.Web.Admin/Controllers/Good/CoreCmsGoodsController.cs
index 60a2092..583f41c 100644
--- a/CoreCms.Net.Web.Admin/Controllers/Good/CoreCmsGoodsController.cs
+++ b/CoreCms.Net.Web.Admin/Controllers/Good/CoreCmsGoodsController.cs
@@ -1,10 +1,10 @@
/***********************************************************************
- * Project: CoreCms
- * ProjectName: 鏍稿績鍐呭绠$悊绯荤粺
- * Web: https://www.corecms.net
- * Author: 澶х伆鐏�
- * Email: jianweie@163.com
- * CreateTime: 2021/1/31 21:45:10
+ * Project: baifenBinfa
+ * ProjectName: 鐧惧垎鍏垫硶绠$悊绯荤粺
+ * Web: http://chuanyin.com
+ * Author:
+ * Email:
+ * CreateTime: 202403/02
* Description: 鏆傛棤
***********************************************************************/
@@ -309,7 +309,7 @@
//鑾峰彇鍝佺墝
var brands = await _brandServices.QueryAsync(true, true);
- //鑾峰彇鍟嗗搧鍒嗛攢鏂瑰紡
+ //鑾峰彇鍟嗗搧缁忛攢鏂瑰紡
var productsDistributionType = EnumHelper.EnumToList<GlobalEnumVars.ProductsDistributionType>();
jm.data = new
@@ -354,7 +354,7 @@
//鑾峰彇鐢ㄦ埛绛夌骇
var userGrade = await _userGradeServices.QueryAsync();
- //鑾峰彇鍟嗗搧鍒嗛攢enum
+ //鑾峰彇鍟嗗搧缁忛攢enum
var productsDistributionType = EnumHelper.EnumToList<GlobalEnumVars.ProductsDistributionType>();
jm.data = new
@@ -423,7 +423,7 @@
var products = await _productsServices.QueryListByClauseAsync(p => p.goodsId == model.id && p.isDel == false);
//鎵╁睍淇℃伅
var categoryExtend = await _categoryExtendServices.QueryListByClauseAsync(p => p.goodsId == model.id);
- //鑾峰彇鍟嗗搧鍒嗛攢enum
+ //鑾峰彇鍟嗗搧缁忛攢enum
var productsDistributionType = EnumHelper.EnumToList<GlobalEnumVars.ProductsDistributionType>();
//鑾峰彇鍙傛暟鍒楄〃
@@ -439,7 +439,7 @@
var pIds = products.Select(p => p.id).ToList();
if (pIds.Any())
{
- // 鑾峰彇鍟嗗搧鍒嗛攢鏄庣粏
+ // 鑾峰彇鍟嗗搧缁忛攢鏄庣粏
var pds = await _productsDistributionServices.QueryListByClauseAsync(p => pIds.Contains(p.productsId), p => p.id, OrderByType.Asc);
products.ForEach(p =>
{
@@ -593,7 +593,7 @@
await _productsServices.QueryListByClauseAsync(p => p.goodsId == model.id && p.isDel == false);
//鎵╁睍淇℃伅
var categoryExtend = await _categoryExtendServices.QueryListByClauseAsync(p => p.goodsId == model.id);
- //鑾峰彇鍟嗗搧鍒嗛攢enum
+ //鑾峰彇鍟嗗搧缁忛攢enum
var productsDistributionType = EnumHelper.EnumToList<GlobalEnumVars.ProductsDistributionType>();
@@ -611,7 +611,7 @@
var pIds = products.Select(p => p.id).ToList();
if (pIds.Any())
{
- // 鑾峰彇鍟嗗搧鍒嗛攢鏄庣粏
+ // 鑾峰彇鍟嗗搧缁忛攢鏄庣粏
var pds = await _productsDistributionServices.QueryListByClauseAsync(p => pIds.Contains(p.productsId), p => p.id, OrderByType.Asc);
products.ForEach(p =>
{
--
Gitblit v1.9.1