Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
check
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abook_web
check
Commits
b6a316ac
Commit
b6a316ac
authored
Mar 29, 2023
by
hoangson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug miss reportStartDate param when open the warning report of inspec type
parent
3fa1d8fe
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
abweb/js/pickup/pickup.js
+3
-3
No files found.
abweb/js/pickup/pickup.js
View file @
b6a316ac
...
...
@@ -544,7 +544,7 @@ PICKUP.initWarningReportWithReportOnlyType = function (report) {
PICKUP
.
REPORT_TYPE
.
REPORTONLY
+
",'"
+
report
.
taskKey
+
"', null,null,null);
\"
class='h-100 d-block px-3 py-2 text-decoration-none text-dark position-relative'>"
+
"', null,null,null
,null
);
\"
class='h-100 d-block px-3 py-2 text-decoration-none text-dark position-relative'>"
+
"<div class='position-absolute translate-middle top-50 left-0 ml-3'>"
+
"<div class='type-icon'><span class='report'></span></div></div>"
+
"<div class='pl-5 h-100 d-flex align-items-center'><div class='w-100'>"
+
...
...
@@ -613,7 +613,7 @@ PICKUP.initWarningReportWithAnswerReportType = function (report, reportType, rep
report
.
taskKey
+
"', null,null,"
+
reportType
+
");
\"
class='h-100 d-block px-3 py-2 text-decoration-none text-dark position-relative'>"
+
"
,null
);
\"
class='h-100 d-block px-3 py-2 text-decoration-none text-dark position-relative'>"
+
"<div class='position-absolute translate-middle top-50 left-0 ml-3'><div class='type-icon'>"
+
"<span class='questionary'></span></div></div><div class='pl-5 h-100 d-flex align-items-center'><div class='w-100'>"
+
"<div class='fs-8 bg-dark10 px-2 py-1 mr-2 rounded mb-1 w-fit-content text-truncate mw-100'>"
+
...
...
@@ -663,7 +663,7 @@ PICKUP.initWarningReportWithContinuousReportType = function (report) {
report
.
processKey
+
"' ,'"
+
report
.
phaseNo
+
"',null);
\"
class='h-100 d-block px-3 py-2 text-decoration-none text-dark position-relative'>"
+
"',null
,null
);
\"
class='h-100 d-block px-3 py-2 text-decoration-none text-dark position-relative'>"
+
"<div class='position-absolute translate-middle top-50 left-0 ml-3'>"
+
"<div class='type-icon'><span class='proccess'></span></div></div>"
+
"<div class='pl-5 h-100 d-flex align-items-center'><div class='w-100'>"
+
...
...
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