Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
police-bigdata-vue-all
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
Tian
police-bigdata-vue-all
Commits
624bbb09
Commit
624bbb09
authored
Mar 27, 2023
by
T
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
宁波打印备注支持手动输入(调拨)
parent
19fec169
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
35 行增加
和
11 行删除
+35
-11
dbPrint.vue
src/views/warehouse/inAndOutMang/dbPrint.vue
+35
-11
没有找到文件。
src/views/warehouse/inAndOutMang/dbPrint.vue
View file @
624bbb09
...
...
@@ -77,7 +77,9 @@
<td
class=
xl7226343
style=
'border-top:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
1
?
this
.
form
.
resultPriceList
[
0
].
price
:
''
:
''
}}
</td>
<td
class=
xl7026343
style=
'border-top:none;border-left:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
1
?
this
.
form
.
resultPriceList
[
0
].
count
:
''
:
''
}}
</td>
<td
class=
xl7226343
style=
'border-top:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
1
?
this
.
form
.
resultPriceList
[
0
].
totalPrice
:
''
:
''
}}
</td>
<td
class=
xl8026343
style=
'border-top:none;border-left:none'
>
</td>
<td
class=
xl8026343
style=
'border-top:none;border-left:none;text-align: center;'
>
<span
id=
"bzshow"
v-show=
" this.form.resultPriceList && this.form.resultPriceList.length >= 1"
><input
id=
"bz"
style=
"border: 0px;width: 160px;"
></span>
</td>
</tr>
<tr
height=
33
style=
'mso-height-source:userset;height:24.95pt'
>
<td
height=
33
class=
xl7026343
style=
'height:24.95pt;border-top:none'
>
2
</td>
...
...
@@ -87,7 +89,9 @@
<td
class=
xl7226343
style=
'border-top:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
2
?
this
.
form
.
resultPriceList
[
1
].
price
:
''
:
''
}}
</td>
<td
class=
xl7026343
style=
'border-top:none;border-left:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
2
?
this
.
form
.
resultPriceList
[
1
].
count
:
''
:
''
}}
</td>
<td
class=
xl7226343
style=
'border-top:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
2
?
this
.
form
.
resultPriceList
[
1
].
totalPrice
:
''
:
''
}}
</td>
<td
class=
xl8026343
style=
'border-top:none;border-left:none'
>
</td>
<td
class=
xl8026343
style=
'border-top:none;border-left:none;text-align:center;'
>
<span
id=
"bzshow2"
v-show=
" this.form.resultPriceList && this.form.resultPriceList.length >= 2"
><input
id=
"bz2"
style=
"border: 0px;width: 160px;"
></span>
</td>
</tr>
<tr
height=
33
style=
'mso-height-source:userset;height:24.95pt'
>
<td
height=
33
class=
xl7026343
style=
'height:24.95pt;border-top:none'
>
3
</td>
...
...
@@ -97,7 +101,9 @@
<td
class=
xl7226343
style=
'border-top:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
3
?
this
.
form
.
resultPriceList
[
2
].
price
:
''
:
''
}}
</td>
<td
class=
xl7026343
style=
'border-top:none;border-left:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
3
?
this
.
form
.
resultPriceList
[
2
].
count
:
''
:
''
}}
</td>
<td
class=
xl7226343
style=
'border-top:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
3
?
this
.
form
.
resultPriceList
[
2
].
totalPrice
:
''
:
''
}}
</td>
<td
class=
xl8026343
style=
'border-top:none;border-left:none'
>
</td>
<td
class=
xl8026343
style=
'border-top:none;border-left:none;text-align:center;'
>
<span
id=
"bzshow3"
v-show=
" this.form.resultPriceList && this.form.resultPriceList.length >= 3"
><input
id=
"bz3"
style=
"border: 0px;width: 160px;"
></span>
</td>
</tr>
<tr
height=
33
style=
'mso-height-source:userset;height:24.95pt'
>
<td
height=
33
class=
xl7026343
style=
'height:24.95pt;border-top:none'
>
4
</td>
...
...
@@ -107,7 +113,9 @@
<td
class=
xl7226343
style=
'border-top:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
4
?
this
.
form
.
resultPriceList
[
3
].
price
:
''
:
''
}}
</td>
<td
class=
xl7026343
style=
'border-top:none;border-left:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
4
?
this
.
form
.
resultPriceList
[
3
].
count
:
''
:
''
}}
</td>
<td
class=
xl7226343
style=
'border-top:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
4
?
this
.
form
.
resultPriceList
[
3
].
totalPrice
:
''
:
''
}}
</td>
<td
class=
xl8026343
style=
'border-top:none;border-left:none'
>
</td>
<td
class=
xl8026343
style=
'border-top:none;border-left:none;text-align:center;'
>
<span
id=
"bzshow4"
v-show=
" this.form.resultPriceList && this.form.resultPriceList.length >= 4"
><input
id=
"bz4"
style=
"border: 0px;width: 160px;"
></span>
</td>
</tr>
<tr
height=
33
style=
'mso-height-source:userset;height:24.95pt'
>
<td
height=
33
class=
xl7026343
style=
'height:24.95pt;border-top:none'
>
5
</td>
...
...
@@ -117,7 +125,9 @@
<td
class=
xl7226343
style=
'border-top:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
5
?
this
.
form
.
resultPriceList
[
4
].
price
:
''
:
''
}}
</td>
<td
class=
xl7026343
style=
'border-top:none;border-left:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
5
?
this
.
form
.
resultPriceList
[
4
].
count
:
''
:
''
}}
</td>
<td
class=
xl7226343
style=
'border-top:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
5
?
this
.
form
.
resultPriceList
[
4
].
totalPrice
:
''
:
''
}}
</td>
<td
class=
xl8026343
style=
'border-top:none;border-left:none'
>
</td>
<td
class=
xl8026343
style=
'border-top:none;border-left:none;text-align:center;'
>
<span
id=
"bzshow5"
v-show=
" this.form.resultPriceList && this.form.resultPriceList.length >= 5"
><input
id=
"bz5"
style=
"border: 0px;width: 160px;"
></span>
</td>
</tr>
<tr
height=
33
style=
'mso-height-source:userset;height:24.95pt'
>
<td
height=
33
class=
xl7026343
style=
'height:24.95pt;border-top:none'
>
6
</td>
...
...
@@ -127,7 +137,8 @@
<td
class=
xl7226343
style=
'border-top:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
6
?
this
.
form
.
resultPriceList
[
5
].
price
:
''
:
''
}}
</td>
<td
class=
xl7026343
style=
'border-top:none;border-left:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
6
?
this
.
form
.
resultPriceList
[
5
].
count
:
''
:
''
}}
</td>
<td
class=
xl7226343
style=
'border-top:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
6
?
this
.
form
.
resultPriceList
[
5
].
totalPrice
:
''
:
''
}}
</td>
<td
class=
xl8026343
style=
'border-top:none;border-left:none'
>
</td>
<td
class=
xl8026343
style=
'border-top:none;border-left:none;text-align:center;'
>
<span
id=
"bzshow6"
v-show=
" this.form.resultPriceList && this.form.resultPriceList.length >= 6"
><input
id=
"bz6"
style=
"border: 0px;width: 160px;"
></span>
</td>
</tr>
<tr
height=
33
style=
'mso-height-source:userset;height:24.95pt'
>
<td
height=
33
class=
xl7026343
style=
'height:24.95pt;border-top:none'
>
7
</td>
...
...
@@ -137,7 +148,8 @@
<td
class=
xl7226343
style=
'border-top:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
7
?
this
.
form
.
resultPriceList
[
6
].
price
:
''
:
''
}}
</td>
<td
class=
xl7026343
style=
'border-top:none;border-left:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
7
?
this
.
form
.
resultPriceList
[
6
].
count
:
''
:
''
}}
</td>
<td
class=
xl7226343
style=
'border-top:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
7
?
this
.
form
.
resultPriceList
[
6
].
totalPrice
:
''
:
''
}}
</td>
<td
class=
xl8026343
style=
'border-top:none;border-left:none'
>
</td>
<td
class=
xl8026343
style=
'border-top:none;border-left:none;text-align:center;'
>
<span
id=
"bzshow7"
v-show=
" this.form.resultPriceList && this.form.resultPriceList.length >= 7"
><input
id=
"bz7"
style=
"border: 0px;width: 160px;"
></span>
</td>
</tr>
<tr
height=
33
style=
'mso-height-source:userset;height:24.95pt'
>
<td
height=
33
class=
xl7026343
style=
'height:24.95pt;border-top:none'
>
8
</td>
...
...
@@ -147,7 +159,8 @@
<td
class=
xl7226343
style=
'border-top:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
8
?
this
.
form
.
resultPriceList
[
7
].
price
:
''
:
''
}}
</td>
<td
class=
xl7026343
style=
'border-top:none;border-left:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
8
?
this
.
form
.
resultPriceList
[
7
].
count
:
''
:
''
}}
</td>
<td
class=
xl7226343
style=
'border-top:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
8
?
this
.
form
.
resultPriceList
[
7
].
totalPrice
:
''
:
''
}}
</td>
<td
class=
xl8026343
style=
'border-top:none;border-left:none'
>
</td>
<td
class=
xl8026343
style=
'border-top:none;border-left:none;text-align:center;'
>
<span
id=
"bzshow8"
v-show=
" this.form.resultPriceList && this.form.resultPriceList.length >= 8"
><input
id=
"bz8"
style=
"border: 0px;width: 160px;"
></span>
</td>
</tr>
<tr
height=
33
style=
'mso-height-source:userset;height:24.95pt'
>
<td
height=
33
class=
xl7026343
style=
'height:24.95pt;border-top:none'
>
9
</td>
...
...
@@ -157,7 +170,8 @@
<td
class=
xl7226343
style=
'border-top:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
9
?
this
.
form
.
resultPriceList
[
8
].
price
:
''
:
''
}}
</td>
<td
class=
xl7026343
style=
'border-top:none;border-left:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
9
?
this
.
form
.
resultPriceList
[
8
].
count
:
''
:
''
}}
</td>
<td
class=
xl7226343
style=
'border-top:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
9
?
this
.
form
.
resultPriceList
[
8
].
totalPrice
:
''
:
''
}}
</td>
<td
class=
xl8026343
style=
'border-top:none;border-left:none'
>
</td>
<td
class=
xl8026343
style=
'border-top:none;border-left:none;text-align:center;'
>
<span
id=
"bzshow9"
v-show=
" this.form.resultPriceList && this.form.resultPriceList.length >= 9"
><input
id=
"bz9"
style=
"border: 0px;width: 160px;"
></span>
</td>
</tr>
<tr
height=
33
style=
'mso-height-source:userset;height:24.95pt'
>
<td
height=
33
class=
xl7326343
style=
'height:24.95pt;border-top:none'
>
10
</td>
...
...
@@ -167,7 +181,8 @@
<td
class=
xl7226343
style=
'border-top:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
10
?
this
.
form
.
resultPriceList
[
9
].
price
:
''
:
''
}}
</td>
<td
class=
xl7026343
style=
'border-top:none;border-left:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
10
?
this
.
form
.
resultPriceList
[
9
].
count
:
''
:
''
}}
</td>
<td
class=
xl7226343
style=
'border-top:none'
>
{{
this
.
form
.
resultPriceList
?
this
.
form
.
resultPriceList
.
length
>=
10
?
this
.
form
.
resultPriceList
[
9
].
totalPrice
:
''
:
''
}}
</td>
<td
class=
xl8026343
style=
'border-top:none;border-left:none'
>
</td>
<td
class=
xl8026343
style=
'border-top:none;border-left:none;text-align:center;'
>
<span
id=
"bzshow10"
v-show=
" this.form.resultPriceList && this.form.resultPriceList.length >= 10"
><input
id=
"bz10"
style=
"border: 0px;width: 160px;"
></span>
</td>
</tr>
<tr
height=
33
style=
'mso-height-source:userset;height:24.95pt'
>
<td
colspan=
3
height=
33
class=
xl8526343
style=
'height:24.95pt'
>
合计金额(大写):
</td>
...
...
@@ -389,7 +404,16 @@ import { getOrderCountByOrgIdV2 } from '@/api/org'
// document.getElementById('nowTimeShow').innerHTML = document.getElementById('nowTime').value
// document.getElementById('useTimeShow').innerHTML = document.getElementById('useTime').value
// document.getElementById('pickTimeShow').innerHTML = document.getElementById('pickTime').value
// document.getElementById('returnTimeShow').innerHTML = document.getElementById('returnTime').value
document
.
getElementById
(
'bzshow'
).
innerHTML
=
document
.
getElementById
(
'bz'
).
value
document
.
getElementById
(
'bzshow2'
).
innerHTML
=
document
.
getElementById
(
'bz2'
).
value
document
.
getElementById
(
'bzshow3'
).
innerHTML
=
document
.
getElementById
(
'bz3'
).
value
document
.
getElementById
(
'bzshow4'
).
innerHTML
=
document
.
getElementById
(
'bz4'
).
value
document
.
getElementById
(
'bzshow5'
).
innerHTML
=
document
.
getElementById
(
'bz5'
).
value
document
.
getElementById
(
'bzshow6'
).
innerHTML
=
document
.
getElementById
(
'bz6'
).
value
document
.
getElementById
(
'bzshow7'
).
innerHTML
=
document
.
getElementById
(
'bz7'
).
value
document
.
getElementById
(
'bzshow8'
).
innerHTML
=
document
.
getElementById
(
'bz8'
).
value
document
.
getElementById
(
'bzshow9'
).
innerHTML
=
document
.
getElementById
(
'bz9'
).
value
document
.
getElementById
(
'bzshow10'
).
innerHTML
=
document
.
getElementById
(
'bz10'
).
value
var
newstr
=
document
.
getElementById
(
'printHtml'
).
innerHTML
document
.
body
.
innerHTML
=
newstr
window
.
print
()
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论