Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lanbaoming
jiedao-app-operator-master
Commits
ae22dc25
Commit
ae22dc25
authored
Jan 16, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打印入仓单等bug
parent
f268520a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
PrintWarehouseReceipt.vue
src/views/ecw/order/components/PrintWarehouseReceipt.vue
+10
-2
index.vue
src/views/ecw/order/index.vue
+1
-1
No files found.
src/views/ecw/order/components/PrintWarehouseReceipt.vue
View file @
ae22dc25
...
...
@@ -162,8 +162,16 @@ export default {
this
.
$nextTick
(()
=>
{
lodop
().
then
(
LODOP
=>
{
LODOP
.
PRINT_INIT
(
this
.
title
);
LODOP
.
SET_PRINT_PAGESIZE
(
0
,
2100
,
1800
,
"
A4
"
);
LODOP
.
ADD_PRINT_HTM
(
"
2%
"
,
"
2%
"
,
"
96%
"
,
"
96%
"
,
document
.
getElementById
(
"
myproa
"
).
innerHTML
);
LODOP
.
SET_PREVIEW_WINDOW
(
1
,
0
,
0
,
'
410mm
'
,
'
139mm
'
,
""
);
LODOP
.
SET_PRINT_PAGESIZE
(
0
,
'
203.9mm
'
,
'
178mm
'
,
""
);
LODOP
.
SET_PRINT_MODE
(
"
FULL_WIDTH_FOR_OVERFLOW
"
,
true
);
LODOP
.
SET_PRINT_MODE
(
"
FULL_HEIGHT_FOR_OVERFLOW
"
,
true
);
LODOP
.
ADD_PRINT_HTM
(
'
40mm
'
,
0
,
'
204mm
'
,
'
148mm
'
,
document
.
getElementById
(
"
myproa
"
).
innerHTML
);
LODOP
.
SET_PRINT_MODE
(
"
AUTO_CLOSE_PREWINDOW
"
,
true
);
/* LODOP.SET_PRINT_PAGESIZE(0, 2100, 1800, "A4");
LODOP.ADD_PRINT_HTM("2%","2%","96%","96%", document.getElementById("myproa").innerHTML); */
LODOP
.
PREVIEW
();
// LODOP.PREVIEW(); // 预览
...
...
src/views/ecw/order/index.vue
View file @
ae22dc25
...
...
@@ -62,7 +62,7 @@
<dict-selector
v-model=
"queryParams.isCargoControl"
:type=
"DICT_TYPE.INFRA_BOOLEAN_STRING"
fomatter=
"bool"
clearable
/>
</el-form-item>
<el-form-item
:label=
"$t('入仓类型')"
prop=
"warehouseType"
>
<dict-selector
:type=
"DICT_TYPE.ECW_WAREHOUSING_TYPE"
v-model=
"queryParams.warehous
ing
Type"
clearable
/>
<dict-selector
:type=
"DICT_TYPE.ECW_WAREHOUSING_TYPE"
v-model=
"queryParams.warehous
e
Type"
clearable
/>
</el-form-item>
<el-form-item
:label=
"$t('客户经理')"
>
<user-selector
v-model=
"queryParams.salesmanId"
clearable
@
change=
"handleQuery"
/>
...
...
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