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
d30492b8
Commit
d30492b8
authored
Jun 17, 2019
by
季圣华
Browse files
优化打印按钮的样式
parent
ce8103c9
Changes
14
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/materials/allocation_out_list.html
View file @
d30492b8
...
...
@@ -132,7 +132,7 @@
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
ok
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
print
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
...
...
erp_web/pages/materials/assemble_list.html
View file @
d30492b8
...
...
@@ -131,7 +131,7 @@
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
ok
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
print
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
...
...
erp_web/pages/materials/bill_detail.html
View file @
d30492b8
...
...
@@ -305,7 +305,7 @@
</table>
</div>
<!--销售出库-->
<div
class=
"sale_out"
style=
"width:1100px;padding:10px 20px;top:20px"
id=
"depotHeadDlgShow"
<div
class=
"sale_out"
style=
"width:1100px;padding:10px 20px;top:20px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<tr>
...
...
@@ -380,7 +380,6 @@
</tr>
</table>
</div>
<!--销售退货-->
<div
class=
"sale_back"
style=
"width:1100px;padding:10px 20px;top:20px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
...
...
@@ -824,9 +823,10 @@
</tr>
</table>
</div>
</div>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"print_bill_detail"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
打印
</a>
<div
id=
"dlg-buttons-show"
style=
"width:1100px;padding:10px 20px;top:20px"
>
<a
href=
"javascript:void(0)"
id=
"print_bill_detail"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
>
打印
</a>
</div>
</div>
</body>
</html>
erp_web/pages/materials/disassemble_list.html
View file @
d30492b8
...
...
@@ -137,7 +137,7 @@
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
ok
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
print
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
...
...
erp_web/pages/materials/other_in_list.html
View file @
d30492b8
...
...
@@ -142,7 +142,7 @@
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
ok
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
print
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
...
...
erp_web/pages/materials/other_out_list.html
View file @
d30492b8
...
...
@@ -136,7 +136,7 @@
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
ok
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
print
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
...
...
erp_web/pages/materials/purchase_back_list.html
View file @
d30492b8
...
...
@@ -222,7 +222,7 @@
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
ok
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
print
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
...
...
erp_web/pages/materials/purchase_in_list.html
View file @
d30492b8
...
...
@@ -224,7 +224,7 @@
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
ok
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
print
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
...
...
erp_web/pages/materials/purchase_orders_list.html
View file @
d30492b8
...
...
@@ -143,7 +143,7 @@
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
ok
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
print
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
...
...
erp_web/pages/materials/retail_back_list.html
View file @
d30492b8
...
...
@@ -208,7 +208,7 @@
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
ok
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
print
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
...
...
erp_web/pages/materials/retail_out_list.html
View file @
d30492b8
...
...
@@ -219,7 +219,7 @@
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
ok
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
print
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
...
...
erp_web/pages/materials/sale_back_list.html
View file @
d30492b8
...
...
@@ -216,7 +216,7 @@
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
ok
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
print
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
...
...
erp_web/pages/materials/sale_orders_list.html
View file @
d30492b8
...
...
@@ -145,7 +145,7 @@
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
ok
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
print
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
...
...
erp_web/pages/materials/sale_out_list.html
View file @
d30492b8
...
...
@@ -226,7 +226,7 @@
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
ok
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-
print
"
>
打印
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
...
...
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