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
e8e4cdb0
Commit
e8e4cdb0
authored
2 years ago
by
Kang Donghun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
always display pdfprint button on reportForm
parent
f5a1e637
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
abweb/js/reportForm/reportForm.js
+0
-4
No files found.
abweb/js/reportForm/reportForm.js
View file @
e8e4cdb0
...
@@ -5,7 +5,6 @@
...
@@ -5,7 +5,6 @@
var
RF
=
{};
var
RF
=
{};
RF
.
isQuickReport
;
RF
.
addReportFlg
;
RF
.
addReportFlg
;
/**
/**
...
@@ -16,7 +15,6 @@ RF.init = function () {
...
@@ -16,7 +15,6 @@ RF.init = function () {
COMMON
.
checkAuth
(
false
);
COMMON
.
checkAuth
(
false
);
COMMON
.
checkQuickReport
(
function
(
result
)
{
COMMON
.
checkQuickReport
(
function
(
result
)
{
if
(
result
)
{
if
(
result
)
{
RF
.
isQuickReport
=
result
.
isQuickReport
;
RF
.
addReportFlg
=
result
.
addReportFlg
;
RF
.
addReportFlg
=
result
.
addReportFlg
;
}
}
});
});
...
@@ -122,12 +120,10 @@ RF.initBreadcrumb = function () {
...
@@ -122,12 +120,10 @@ RF.initBreadcrumb = function () {
*/
*/
RF
.
loadMainTitleCallback
=
function
()
{
RF
.
loadMainTitleCallback
=
function
()
{
//add dashboard setting item
//add dashboard setting item
if
(
RF
.
isQuickReport
)
{
var
elmA
=
$
(
'<div class="quickReportBtn" id="quickReportBtn" onclick="submitForm();">'
);
var
elmA
=
$
(
'<div class="quickReportBtn" id="quickReportBtn" onclick="submitForm();">'
);
let
elmImg
=
$
(
'<img src="../common/img/icon_pdf.svg" alt="pdf出力" class="p-1 w-40px" data-toggle="tooltip" data-placement="bottom" title="pdfPrint">'
);
let
elmImg
=
$
(
'<img src="../common/img/icon_pdf.svg" alt="pdf出力" class="p-1 w-40px" data-toggle="tooltip" data-placement="bottom" title="pdfPrint">'
);
elmA
.
append
(
elmImg
);
elmA
.
append
(
elmImg
);
$
(
'#mainTitleHeader'
).
after
(
elmA
);
$
(
'#mainTitleHeader'
).
after
(
elmA
);
}
};
};
/**
/**
...
...
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