Commit 58c33d59 by Takumi Imai

#49772 デザイン適応

parent 7860e4dc
...@@ -24,14 +24,6 @@ ...@@ -24,14 +24,6 @@
<script type="text/javascript" src="../js/reportForm/reportForm.js?__UPDATEID__"></script> <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> <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> </head>
<body onload="RF.init();"> <body onload="RF.init();">
......
...@@ -31,7 +31,9 @@ RF.initFormView = function () { ...@@ -31,7 +31,9 @@ RF.initFormView = function () {
// params.processKey = processKey; // params.processKey = processKey;
// params.phaseNo = phaseNo; // 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; 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 { } else {
COMMON.displayAlert('error'); COMMON.displayAlert('error');
COMMON.avwScreenMove('taskList.html'); COMMON.avwScreenMove('taskList.html');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment