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
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
abookCheck
design
Commits
39f26617
Commit
39f26617
authored
Aug 31, 2022
by
NGO THI HONG
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# 19120 Update Direct continue work
parent
1c77e25e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
app/script/check_pu.js
+2
-5
No files found.
app/script/check_pu.js
View file @
39f26617
...
@@ -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>"
);
...
@@ -230,8 +229,6 @@ CHK_pu.createContinousWorkList = function(operationList, isSearched = false) {
...
@@ -230,8 +229,6 @@ CHK_pu.createContinousWorkList = function(operationList, isSearched = false) {
$
(
"#continousWork-list"
).
append
(
messageli
);
$
(
"#continousWork-list"
).
append
(
messageli
);
CHK_pu
.
countContinousWorkReport
=
CHK_pu
.
countContinousWorkReport
+
1
;
CHK_pu
.
countContinousWorkReport
=
CHK_pu
.
countContinousWorkReport
+
1
;
}
}
}
}
}
}
...
...
NGUYEN HOANG SON
@hoangson
mentioned in commit
8fe64e8a
Aug 31, 2022
mentioned in commit
8fe64e8a
mentioned in commit 8fe64e8a2fecf0bd57c7d832dc2037bb2a369433
Toggle commit list
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