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
bd8f3739
Commit
bd8f3739
authored
Oct 31, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6ae68ef5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
EmployeeModule.cs
REBORN.Module.UserModule/EmployeeModule.cs
+6
-5
No files found.
REBORN.Module.UserModule/EmployeeModule.cs
View file @
bd8f3739
...
...
@@ -606,11 +606,12 @@ namespace REBORN.Module.UserModule
GroupId
=
GroupId
,
EmployeeId
=
EmployeeId
};
var
list
=
new
Repository
.
Dmc
.
RB_CRMRepository
().
GetChangePriceOrderPageList
(
1
,
1
,
out
long
count
,
demodel
);
if
(
list
!=
null
&&
list
.
Any
())
{
return
"该销售有帐未平订单,请转交订单后再试"
;
}
//ld 2025-10-31 画途 暂时关闭
//var list = new Repository.Dmc.RB_CRMRepository().GetChangePriceOrderPageList(1, 1, out long count, demodel);
//if (list != null && list.Any())
//{
// return "该销售有帐未平订单,请转交订单后再试";
//}
model
.
IsLeave
=
model
.
IsLeave
==
0
?
1
:
0
;
if
(
model
.
IsLeave
==
1
)
{
...
...
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