Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
京
京能客户端
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王亚宁
京能客户端
Commits
361e4d19
Commit
361e4d19
authored
Jul 02, 2024
by
liangyb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#251 修改专家申请回退,显示的是代码结构
parent
40382647
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
com.gx.obe.step/src/com/gx/obe/step/dialog/ReEvaluationConfirmDialog.java
...src/com/gx/obe/step/dialog/ReEvaluationConfirmDialog.java
+3
-1
No files found.
com.gx.obe.step/src/com/gx/obe/step/dialog/ReEvaluationConfirmDialog.java
View file @
361e4d19
...
@@ -52,6 +52,8 @@ import com.gx.utils.NowTimeUtils;
...
@@ -52,6 +52,8 @@ import com.gx.utils.NowTimeUtils;
import
com.swtdesigner.ResourceManager
;
import
com.swtdesigner.ResourceManager
;
import
com.swtdesigner.SWTResourceManager
;
import
com.swtdesigner.SWTResourceManager
;
import
com.gx.obe.util.utils.StringUtils
;
/**
/**
* @Description: 申请退回
* @Description: 申请退回
* @author guoyr
* @author guoyr
...
@@ -236,7 +238,7 @@ public class ReEvaluationConfirmDialog extends EDialog {
...
@@ -236,7 +238,7 @@ public class ReEvaluationConfirmDialog extends EDialog {
if
(
null
!=
expertEvaluationStep
&&
null
!=
expertEvaluationStep
.
getApplyStatus
()
&&
expertEvaluationStep
.
getApplyStatus
().
equals
(
CommonEnum
.
YES
))
{
if
(
null
!=
expertEvaluationStep
&&
null
!=
expertEvaluationStep
.
getApplyStatus
()
&&
expertEvaluationStep
.
getApplyStatus
().
equals
(
CommonEnum
.
YES
))
{
isApply
=
true
;
isApply
=
true
;
applyReEvaluation_btn
.
setText
(
Messages
.
Button_agree
);
applyReEvaluation_btn
.
setText
(
Messages
.
Button_agree
);
String
applyReason
=
ExpertEvaluationStepLogInfoUtils
.
getExpertEvaluationStepInfo
(
expertEvaluationStep
.
getApplyReason
()
);
String
applyReason
=
StringUtils
.
isEmpty
(
expertEvaluationStep
.
getApplyReason
())
?
""
:
expertEvaluationStep
.
getApplyReason
(
);
historyApplyReasonText
.
setText
(
applyReason
);
historyApplyReasonText
.
setText
(
applyReason
);
historyApplyReasonText
.
setSelection
(
historyApplyReasonText
.
getText
().
length
());
historyApplyReasonText
.
setSelection
(
historyApplyReasonText
.
getText
().
length
());
sashForm
.
setMaximizedControl
(
applyReason_composite
);
sashForm
.
setMaximizedControl
(
applyReason_composite
);
...
...
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