| | |
| | | item.price = o.distributionPrice; |
| | | item.sku_name_arr = o.spesDesc.Split(",").Select(s => s.Split(":")[1]).ToList(); |
| | | item.stock = o.stock; |
| | | item.cutMoney = o.cutMoney; |
| | | item.distributionCutMoney = o.distributionCutMoney; |
| | | item.mktPrice = o.mktprice; |
| | | item.selPrice = o.price; |
| | | if (type == GlobalEnumVars.OrderType.PinTuan.ToString().ToLowerInvariant()) |
| | |
| | | //item.price = o.price - gradePrice; //减去会员等级价格 |
| | | item.sku_name_arr = new List<string> { "默认" }; |
| | | item.stock = o.stock; |
| | | item.cutMoney = o.cutMoney; |
| | | item.distributionCutMoney = o.distributionCutMoney; |
| | | item.mktPrice = o.mktprice; |
| | | item.selPrice = o.price; |
| | | if (type == GlobalEnumVars.OrderType.PinTuan.ToString().ToLowerInvariant()) |