Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
huatu_API
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liudong1993
huatu_API
Commits
f76694f4
Commit
f76694f4
authored
Aug 20, 2025
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改跟团游订单列表的团类型
parent
63b94ffe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
SellOrderService.cs
REBORN.Services.SellService/SellOrderService.cs
+1
-1
No files found.
REBORN.Services.SellService/SellOrderService.cs
View file @
f76694f4
...
@@ -10960,7 +10960,7 @@ namespace REBORN.Services.SellService
...
@@ -10960,7 +10960,7 @@ namespace REBORN.Services.SellService
LeaveStr = CacheManager.User.RbUserCache.GetEmployee(x.EnterID)?.IsLeave == 1 ? "已离职" : "",
LeaveStr = CacheManager.User.RbUserCache.GetEmployee(x.EnterID)?.IsLeave == 1 ? "已离职" : "",
LureEmpName = CacheManager.User.RbUserCache.GetEmployee(x.LureEmpId)?.EmName ?? "",
LureEmpName = CacheManager.User.RbUserCache.GetEmployee(x.LureEmpId)?.EmName ?? "",
statsstr = x.AirConfirm == 2 ? "机票未确认" : (int)x.OrderState == 1 ? "正常" : (int)x.OrderState == 2 ? "占位" : (int)x.OrderState == 3 ? "候补" : (int)x.OrderState == 4 ? "取消" : "",
statsstr = x.AirConfirm == 2 ? "机票未确认" : (int)x.OrderState == 1 ? "正常" : (int)x.OrderState == 2 ? "占位" : (int)x.OrderState == 3 ? "候补" : (int)x.OrderState == 4 ? "取消" : "",
OrderTypeName
=
x
.
IsLeaderOrder
==
1
?
"领队"
:
x
.
GroupType
.
GetEnumName
(
),
OrderTypeName =
userInfo.SimpleEasy==1? (x.PriceTeamType == 1 ? "定制团" : "外丢团") :(x.IsLeaderOrder == 1 ? "领队" : x.GroupType.GetEnumName()
),
//OrderType= CRMMergeOrderTypeEnum.Travel,
//OrderType= CRMMergeOrderTypeEnum.Travel,
FinanceList = x.FinanceList.Where(z => z.Type == Common.Enum.User.WFTempLateClassEnum.IN).Select(y => new
FinanceList = x.FinanceList.Where(z => z.Type == Common.Enum.User.WFTempLateClassEnum.IN).Select(y => new
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment