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
58921991
Commit
58921991
authored
Mar 03, 2019
by
季圣华
Browse files
增加单据打印的功能
parent
8ec87f06
Changes
23
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/materials/sale_back_list.html
View file @
58921991
...
...
@@ -144,7 +144,7 @@
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<tr>
<td
style=
"width:60px;"
>
客户:
</td>
...
...
@@ -217,6 +217,11 @@
</tr>
</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=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"account-dlg"
>
...
...
erp_web/pages/materials/sale_orders_list.html
View file @
58921991
...
...
@@ -103,7 +103,7 @@
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:60px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<tr>
<td
style=
"width:60px;"
>
客户:
</td>
...
...
@@ -138,6 +138,11 @@
</tr>
</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=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"account-dlg"
>
...
...
erp_web/pages/materials/sale_out_list.html
View file @
58921991
...
...
@@ -146,7 +146,7 @@
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"width:1200px;padding:10px 20px;top:20px"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table>
<tr>
<td
style=
"width:60px;"
>
客户:
</td>
...
...
@@ -220,6 +220,11 @@
</tr>
</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=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"account-dlg"
>
...
...
Prev
1
2
Next
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