Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
Overview
Overview
Details
Activity
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
platform
hg-smart
Commits
02750e38
Commit
02750e38
authored
Jul 30, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-07-30
1、修复日常巡检单选择任务bug
parent
8b3d92c0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
HGZLTools.java
src/main/java/com/baosight/hggp/hg/zl/tools/HGZLTools.java
+1
-1
HGZL003.js
src/main/webapp/HG/ZL/HGZL003.js
+1
-0
No files found.
src/main/java/com/baosight/hggp/hg/zl/tools/HGZLTools.java
View file @
02750e38
...
...
@@ -171,7 +171,7 @@ public class HGZLTools {
HGSC007
hgsc007
=
HGSCTools
.
THGSC007
.
getById
(
hgzl003
.
getTaskId
());
BeanUtils
.
copyProperties
(
hgsc007
,
hgzl003
);
cleanBaseInfo
(
hgzl003
);
hgzl003
.
setCheckStatus
(
CheckStatusEnum
.
CHECKED
.
getCode
());
//
hgzl003.setCheckStatus(CheckStatusEnum.CHECKED.getCode());
hgzl003
.
setTaskId
(
hgsc007
.
getId
());
hgzl003
.
setCheckCode
(
SequenceGenerator
.
getNextSequence
(
HGConstant
.
SequenceId
.
HGZL003_CHECK_CODE
));
DaoUtils
.
insert
(
HGZL003
.
INSERT
,
hgzl003
);
...
...
src/main/webapp/HG/ZL/HGZL003.js
View file @
02750e38
...
...
@@ -216,6 +216,7 @@ function selectTask(){
row
.
workCode
=
""
;
row
.
checkStatus
=
1
;
row
.
unpassQuantity
=
""
;
row
.
passQuantity
=
""
;
resultGrid
.
addRows
(
row
);
JSColorbox
.
close
();
}
...
...
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