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
58c33d59
Commit
58c33d59
authored
Nov 10, 2022
by
Takumi Imai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#49772 デザイン適応
parent
7860e4dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
9 deletions
+3
-9
abweb/html/reportForm.html
+0
-8
abweb/js/reportForm/reportForm.js
+3
-1
No files found.
abweb/html/reportForm.html
View file @
58c33d59
...
...
@@ -24,14 +24,6 @@
<script
type=
"text/javascript"
src=
"../js/reportForm/reportForm.js?__UPDATEID__"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/gasparesganga-jquery-loading-overlay@2.1.7/dist/loadingoverlay.min.js"
></script>
<style
type=
"text/css"
>
header
{
position
:
static
;
display
:
block
;
background-color
:
transparent
;
overflow
:
visible
;
}
</style>
</head>
<body
onload=
"RF.init();"
>
...
...
abweb/js/reportForm/reportForm.js
View file @
58c33d59
...
...
@@ -31,7 +31,9 @@ RF.initFormView = function () {
// params.processKey = processKey;
// params.phaseNo = phaseNo;
const
url
=
COMMON
.
format
(
ClientData
.
conf_checkApiUrl
(),
ClientData
.
userInfo_accountPath
())
+
CONSTANT
.
URL
.
CMS
.
HTML
.
BASE
+
CONSTANT
.
URL
.
CMS
.
HTML
.
LIST_REPORT_FORM
;
$
(
'#report-form'
).
load
(
url
,
params
,
initPageLoad
());
$
(
'#report-form'
).
load
(
url
,
params
,
function
()
{
initPageLoad
();
});
}
else
{
COMMON
.
displayAlert
(
'error'
);
COMMON
.
avwScreenMove
(
'taskList.html'
);
...
...
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