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
36763065
Commit
36763065
authored
Aug 26, 2022
by
NGUYEN HOANG SON
Browse files
Options
Browse Files
Download
Plain Diff
Merge commit '
ac252bae
' into feature/1.4.3_dev
parents
a0d68ece
ac252bae
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 @
36763065
This diff is collapsed.
Click to expand it.
app/pickup.html
View file @
36763065
...
...
@@ -18,7 +18,7 @@
<script
src=
"script/check-list.js?__UPDATEID__"
></script>
<script
src=
"script/check-foriOS.js"
></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>
<body
onload=
"CHK_pu.init();"
>
...
...
app/script/check-list.js
View file @
36763065
...
...
@@ -6,6 +6,7 @@ var CHK_L = {};
*
*/
CHK_L
.
init
=
function
()
{
console
.
log
(
"CHK_L.init design"
);
CHK
.
useKrpano
=
false
;
CHK
.
operationType
=
CHK
.
OPERATION_TYPE
.
LIST
;
...
...
app/script/check.js
View file @
36763065
...
...
@@ -562,9 +562,9 @@ CHK.initOperationList = function() {
$
(
'#operationTable'
).
empty
();
CHK
.
operation
.
searchOperationList
=
json
.
operationList
;
//作業一覧描画
console
.
log
(
"json.operationList"
,
JSON
.
stringify
(
json
.
operationList
)
)
CHK
.
createOperationList
(
CHK
.
operation
.
operationList
);
CHK_pu
.
createNewReportList
(
CHK
.
operation
.
operationList
);
CHK_pu
.
createContinueWorkList
(
CHK
.
operation
.
operationList
);
});
}
...
...
@@ -668,7 +668,7 @@ CHK.loadJson = function(fileName, callback) {
json
=
CHK_iOS
.
getOperationListJson
();
callback
(
json
);
}
else
if
(
fileName
==
CHK
.
jsonPath
.
operationGroupMasterList
)
{
json
=
CHK_iOS
.
getOperationGroupMasterListJson
();
json
=
CHK_iOS
.
getOperationGroupMasterListJson
();
callback
(
json
);
}
else
if
(
fileName
==
CHK
.
jsonPath
.
operationGroupMasterRelationList
)
{
json
=
CHK_iOS
.
getOperationGroupMasterRelationListJson
();
...
...
app/script/check_pu.js
View file @
36763065
This diff is collapsed.
Click to expand it.
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