Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
Y
ypt_mgw_local
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
苏星豪
ypt_mgw_local
Commits
4615498c
提交
4615498c
authored
7月 17, 2024
作者:
李思鑫
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
change:经销商订单打印
上级
4e026fad
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
13 行增加
和
8 行删除
+13
-8
print_orders.html
templates/sales/order/print_orders.html
+13
-8
没有找到文件。
templates/sales/order/print_orders.html
浏览文件 @
4615498c
...
...
@@ -40,7 +40,7 @@
$
(
'.btn-print'
).
click
(
function
(){
$
(
"#print-area"
).
print
({
globalStyles
:
fals
e
,
globalStyles
:
tru
e
,
mediaPrint
:
true
,
stylesheet
:
null
,
noPrintSelector
:
".no-print"
,
...
...
@@ -58,18 +58,23 @@
</script>
<div
class=
"btn-print"
style=
"width: 100px;line-height: 40px; text-align: center; float: right; background-color: blue;border-radius: 20px;color: white; cursor: pointer;"
>
打印
</div>
<div
id=
'print-area'
>
{% for t in orders %}
<div
class=
'div-tb'
>
<div>
<img
src=
"data:image/jpg;base64,{{t.img}}"
style=
"width:100px"
/>
<span
class=
'tt'
style=
'font-size:20px;'
>
{{t.order_code}}
</span>
<span
class=
'tt'
style=
'font-size:20px;margin-right:20px;'
>
蒙古王出库单
</span>
<span
class=
'tt'
>
打印时间:{{t.tm_print}}
</span>
<span
class=
'pull-right'
>
出库方:{{t.vendor_name}}
</span>
<div
style=
'font-size:20px;margin-right:20px;text-align: center;'
>
蒙古王出库单
</div>
<div
class=
""
style=
"display: flex;flex-direction: row; justify-content: space-between;align-items: center;"
>
<div
style=
"display: flex; flex-direction: row;align-items: center;"
>
<img
src=
"data:image/jpg;base64,{{t.img}}"
style=
"width: 130px;"
/>
<span
class=
'tt'
style=
'font-size:20px;'
>
{{t.order_code}}
</span>
</div>
<div
class=
""
style=
"vertical-align: middle;"
>
<p
class=
'tt'
>
打印时间:{{t.tm_print}}
</p>
<p
class=
''
>
出库方:{{t.vendor_name}}
</p>
</div>
</div>
<div>
<span>
客户名称:{{t.agent_name}}
<span>
客户名称:{{t.agent_name}}
{{t.gent_code}}
</span>
<span
class=
'pull-right'
style=
'min-width:200px;'
>
客户电话:{{t.agent_telephone}}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论