Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
e4e957ef
Commit
e4e957ef
authored
Oct 05, 2017
by
季圣华
Browse files
增加系统配置的功能
parent
ea7e53fb
Changes
25
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/pages/reports/in_material_count.jsp
View file @
e4e957ef
...
...
@@ -305,7 +305,8 @@
//报表打印
function
print
()
{
$
(
"
#printBtn
"
).
off
(
"
click
"
).
on
(
"
click
"
,
function
(){
CreateFormPage
(
'
打印报表
'
,
$
(
'
#tableData
'
));
var
path
=
"
<%=
path
%>
"
;
CreateFormPage
(
'
打印报表
'
,
$
(
'
#tableData
'
),
path
);
});
}
</script>
...
...
src/main/webapp/pages/reports/in_out_stock_report.jsp
View file @
e4e957ef
...
...
@@ -409,7 +409,8 @@
//报表打印
function print() {
$(
"
#
printBtn
"
).off(
"
click
"
).on(
"
click
"
,function(){
CreateFormPage('打印报表', $('#tableData'));
var path =
"
<%=
path
%>
"
;
CreateFormPage('打印报表', $('#tableData'), path);
});
}
</script>
...
...
src/main/webapp/pages/reports/out_detail.jsp
View file @
e4e957ef
...
...
@@ -310,7 +310,8 @@
//报表打印
function
print
()
{
$
(
"
#printBtn
"
).
off
(
"
click
"
).
on
(
"
click
"
,
function
(){
CreateFormPage
(
'
打印报表
'
,
$
(
'
#tableData
'
));
var
path
=
"
<%=
path
%>
"
;
CreateFormPage
(
'
打印报表
'
,
$
(
'
#tableData
'
),
path
);
});
}
</script>
...
...
src/main/webapp/pages/reports/out_material_count.jsp
View file @
e4e957ef
...
...
@@ -305,7 +305,8 @@
//报表打印
function
print
()
{
$
(
"
#printBtn
"
).
off
(
"
click
"
).
on
(
"
click
"
,
function
(){
CreateFormPage
(
'
打印报表
'
,
$
(
'
#tableData
'
));
var
path
=
"
<%=
path
%>
"
;
CreateFormPage
(
'
打印报表
'
,
$
(
'
#tableData
'
),
path
);
});
}
</script>
...
...
src/main/webapp/pages/reports/sale_out_report.jsp
View file @
e4e957ef
...
...
@@ -234,7 +234,8 @@
//报表打印
function
print
()
{
$
(
"
#printBtn
"
).
off
(
"
click
"
).
on
(
"
click
"
,
function
(){
CreateFormPage
(
'
打印报表
'
,
$
(
'
#tableData
'
));
var
path
=
"
<%=
path
%>
"
;
CreateFormPage
(
'
打印报表
'
,
$
(
'
#tableData
'
),
path
);
});
}
</script>
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
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