Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
design
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
1
Merge Requests
1
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
abookCheck
design
Commits
8fe64e8a
Commit
8fe64e8a
authored
Aug 31, 2022
by
NGUYEN HOANG SON
Browse files
Options
Browse Files
Download
Plain Diff
Merge commit '
39f26617
' into feature/1.4.3_dev
* commit '
39f26617
': # 19120 Update Direct continue work
parents
983fc3ae
39f26617
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
app/script/check_pu.js
+2
-3
No files found.
app/script/check_pu.js
View file @
8fe64e8a
...
@@ -157,7 +157,6 @@ CHK_pu.createNewReportList = function(operationList, isSearched = false) {
...
@@ -157,7 +157,6 @@ CHK_pu.createNewReportList = function(operationList, isSearched = false) {
for
(
var
i
=
0
;
i
<
operationList
.
length
;
i
++
)
{
for
(
var
i
=
0
;
i
<
operationList
.
length
;
i
++
)
{
if
(
operationList
[
i
].
enableAddReport
!=
1
)
continue
;
if
(
operationList
[
i
].
enableAddReport
!=
1
)
continue
;
//TODO aタグlist.html 転移処理
//TODO aタグlist.html 転移処理
var
messageli
=
$
(
"<li class='item list-unstyled rounded border mb-2'name = 'operationId_"
+
operationList
[
i
].
operationId
+
"' ></li>"
);
var
messageli
=
$
(
"<li class='item list-unstyled rounded border mb-2'name = 'operationId_"
+
operationList
[
i
].
operationId
+
"' ></li>"
);
var
ahrefRequiredFlg
;
var
ahrefRequiredFlg
;
...
@@ -211,9 +210,9 @@ CHK_pu.createContinousWorkList = function(operationList, isSearched = false) {
...
@@ -211,9 +210,9 @@ CHK_pu.createContinousWorkList = function(operationList, isSearched = false) {
else
else
{
{
ahrefRequiredFlg
=
$
(
"<a href=
\"
javascript:CHK_L.sendAppCommand('goOperation', '"
+
operationList
[
i
].
operationId
+
"', '"
+
operationList
[
i
].
contentId
ahrefRequiredFlg
=
$
(
"<a href=
\"
javascript:CHK_L.sendAppCommand('goOperation', '"
+
operationList
[
i
].
operationId
+
"', '"
+
operationList
[
i
].
contentId
+
" ', null ,'DETAIL_FORM_INPUT' ,'CONTINOUS_WORK',
"
+
operationList
[
i
].
processList
[
j
].
processKey
+
"
);
\"
class='d-block px-3 py-2 text-decoration-none text-dark'></a>"
);
+
" ', null ,'DETAIL_FORM_INPUT' ,'CONTINOUS_WORK',
'"
+
operationList
[
i
].
processList
[
j
].
processKey
+
"'
);
\"
class='d-block px-3 py-2 text-decoration-none text-dark'></a>"
);
}
}
var
divProccess
=
$
(
"<div class='tag fs-8 text-secondary px-2 py-1 mr-2 rounded border mb-1'>"
+
operationList
[
i
].
processList
[
0
].
process
Name
+
"</div>"
);
var
divProccess
=
$
(
"<div class='tag fs-8 text-secondary px-2 py-1 mr-2 rounded border mb-1'>"
+
operationList
[
i
].
processList
[
j
].
phaseList
[
0
].
phase
Name
+
"</div>"
);
var
divTitle
=
$
(
"<div class='title'>"
+
operationList
[
i
].
operationName
+
"</div>"
);
var
divTitle
=
$
(
"<div class='title'>"
+
operationList
[
i
].
operationName
+
"</div>"
);
var
divSubTitleWrap
=
$
(
"<div class='sub-title-wrap'> </div>"
);
var
divSubTitleWrap
=
$
(
"<div class='sub-title-wrap'> </div>"
);
var
divCode
=
$
(
" <div class='fs-8 text-secondary mr-2'><div class='data'>"
+
"code-0001"
+
"</div></div>"
);
var
divCode
=
$
(
" <div class='fs-8 text-secondary mr-2'><div class='data'>"
+
"code-0001"
+
"</div></div>"
);
...
...
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