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
ac252bae
Commit
ac252bae
authored
Aug 26, 2022
by
NGO THI HONG
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#49125 update sample operationList
parent
e3bf392f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
4 deletions
+5
-4
app/operationList.json
+0
-0
app/pickup.html
+1
-1
app/script/check-list.js
+1
-0
app/script/check.js
+3
-3
app/script/check_pu.js
+0
-0
No files found.
app/operationList.json
View file @
ac252bae
This diff is collapsed.
Click to expand it.
app/pickup.html
View file @
ac252bae
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<script
src=
"script/check-list.js?__UPDATEID__"
></script>
<script
src=
"script/check-list.js?__UPDATEID__"
></script>
<script
src=
"script/check-foriOS.js"
></script>
<script
src=
"script/check-foriOS.js"
></script>
<script
src=
"script/constant.js?__UPDATEID__"
></script>
<script
src=
"script/constant.js?__UPDATEID__"
></script>
<script
src=
"script/check_
PU
.js?__UPDATEID__"
></script>
<script
src=
"script/check_
pu
.js?__UPDATEID__"
></script>
</head>
</head>
<body
onload=
"CHK_pu.init();"
>
<body
onload=
"CHK_pu.init();"
>
...
...
app/script/check-list.js
View file @
ac252bae
...
@@ -6,6 +6,7 @@ var CHK_L = {};
...
@@ -6,6 +6,7 @@ var CHK_L = {};
*
*
*/
*/
CHK_L
.
init
=
function
()
{
CHK_L
.
init
=
function
()
{
console
.
log
(
"CHK_L.init design"
);
CHK
.
useKrpano
=
false
;
CHK
.
useKrpano
=
false
;
CHK
.
operationType
=
CHK
.
OPERATION_TYPE
.
LIST
;
CHK
.
operationType
=
CHK
.
OPERATION_TYPE
.
LIST
;
...
...
app/script/check.js
View file @
ac252bae
...
@@ -550,9 +550,9 @@ CHK.initOperationList = function() {
...
@@ -550,9 +550,9 @@ CHK.initOperationList = function() {
$
(
'#operationTable'
).
empty
();
$
(
'#operationTable'
).
empty
();
CHK
.
operation
.
searchOperationList
=
json
.
operationList
;
CHK
.
operation
.
searchOperationList
=
json
.
operationList
;
//作業一覧描画
//作業一覧描画
console
.
log
(
"json.operationList"
,
JSON
.
stringify
(
json
.
operationList
)
)
CHK
.
createOperationList
(
CHK
.
operation
.
operationList
);
CHK
.
createOperationList
(
CHK
.
operation
.
operationList
);
CHK_pu
.
createNewReportList
(
CHK
.
operation
.
operationList
);
CHK_pu
.
createContinueWorkList
(
CHK
.
operation
.
operationList
);
});
});
}
}
...
@@ -656,7 +656,7 @@ CHK.loadJson = function(fileName, callback) {
...
@@ -656,7 +656,7 @@ CHK.loadJson = function(fileName, callback) {
json
=
CHK_iOS
.
getOperationListJson
();
json
=
CHK_iOS
.
getOperationListJson
();
callback
(
json
);
callback
(
json
);
}
else
if
(
fileName
==
CHK
.
jsonPath
.
operationGroupMasterList
)
{
}
else
if
(
fileName
==
CHK
.
jsonPath
.
operationGroupMasterList
)
{
json
=
CHK_iOS
.
getOperationGroupMasterListJson
();
json
=
CHK_iOS
.
getOperationGroupMasterListJson
();
callback
(
json
);
callback
(
json
);
}
else
if
(
fileName
==
CHK
.
jsonPath
.
operationGroupMasterRelationList
)
{
}
else
if
(
fileName
==
CHK
.
jsonPath
.
operationGroupMasterRelationList
)
{
json
=
CHK_iOS
.
getOperationGroupMasterRelationListJson
();
json
=
CHK_iOS
.
getOperationGroupMasterRelationListJson
();
...
...
app/script/check_pu.js
View file @
ac252bae
This diff is collapsed.
Click to expand it.
NGUYEN HOANG SON
@hoangson
mentioned in commit
36763065
Aug 26, 2022
mentioned in commit
36763065
mentioned in commit 3676306526324700956ee7e4082a5b6350b0319e
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