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
bcc64c57
Commit
bcc64c57
authored
Sep 15, 2021
by
季圣华
Browse files
调节打印页面的高度
parent
25408c12
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/dialog/BillDetail.vue
View file @
bcc64c57
...
...
@@ -1160,7 +1160,7 @@
getPlatformConfigByKey
({
"
platformKey
"
:
"
bill_print_url
"
}).
then
((
res
)
=>
{
if
(
res
&&
res
.
code
===
200
)
{
let
billPrintUrl
=
res
.
data
.
platformValue
+
'
?no=
'
+
this
.
model
.
number
let
billPrintHeight
=
this
.
dataSource
.
length
*
46
+
400
let
billPrintHeight
=
this
.
dataSource
.
length
*
50
+
400
this
.
$refs
.
modalDetail
.
show
(
this
.
model
,
billPrintUrl
,
billPrintHeight
);
this
.
$refs
.
modalDetail
.
title
=
this
.
billType
+
"
-三联打印预览
"
;
}
...
...
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