Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Property
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
Property
Commits
628a9cec
Commit
628a9cec
authored
Aug 27, 2020
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8fcbc83e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
PropertyFlowEnum.cs
Property.Common/Enum/Property/PropertyFlowEnum.cs
+1
-1
SuppliesModule.cs
Property.Modele.FixedAssets/SuppliesModule.cs
+1
-1
No files found.
Property.Common/Enum/Property/PropertyFlowEnum.cs
View file @
628a9cec
...
...
@@ -60,7 +60,7 @@ namespace REBORN.Common.Enum
/// <summary>
/// 入库
/// </summary>
[
EnumField
(
"入库"
)]
[
EnumField
(
"
耗材
入库"
)]
StockIn
=
11
}
}
Property.Modele.FixedAssets/SuppliesModule.cs
View file @
628a9cec
...
...
@@ -3226,7 +3226,7 @@ namespace Property.Module.FixedAssets
//获取流程模板
var
tempmodel
=
workflow_TemplateRepository
.
GetEntity
(
dmodel
.
TempleteId
??
0
);
dmodel
.
TemplateName
=
tempmodel
.
Name
;
dmodel
.
TemplateName
=
tempmodel
?.
Name
??
"未启用流程"
;
//获取流程相关信息
List
<
Rb_Workflow_AuditRelevance_Extend
>
warlist
=
workflow_AuditRelevanceRepository
.
GetAuditRelevanceList
(
dmodel
.
Id
,
""
,
null
,
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