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
2b873ca2
Commit
2b873ca2
authored
Dec 13, 2020
by
季圣华
Browse files
将弹窗改为默认隐藏
parent
3b2b20bf
Changes
14
Show whitespace changes
Inline
Side-by-side
erp_web/pages/bill/allocation_out_list.html
View file @
2b873ca2
...
@@ -53,8 +53,7 @@
...
@@ -53,8 +53,7 @@
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;display:none;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
...
@@ -89,15 +88,14 @@
...
@@ -89,15 +88,14 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<div
id=
"dlg-buttons"
>
</form>
</div>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</form>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;
display:none;
"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
...
@@ -134,7 +132,7 @@
...
@@ -134,7 +132,7 @@
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
</div>
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;"
fit=
"true"
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;
display:none;
"
fit=
"true"
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<div
class=
"box-body form-inline"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
...
@@ -151,11 +149,11 @@
...
@@ -151,11 +149,11 @@
</div>
</div>
</div>
</div>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</div>
<div
id=
"materialSelectDlgBtn"
>
<div
id=
"materialSelectDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"depot"
></div>
<div
id=
"depot"
></div>
<script>
<script>
...
...
erp_web/pages/bill/assemble_list.html
View file @
2b873ca2
...
@@ -53,8 +53,7 @@
...
@@ -53,8 +53,7 @@
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;display:none;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
...
@@ -89,14 +88,14 @@
...
@@ -89,14 +88,14 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
</form>
<div
id=
"dlg-buttons"
>
</div>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</form>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;
display:none;
"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
...
@@ -127,13 +126,13 @@
...
@@ -127,13 +126,13 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
>
打印
</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"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;"
fit=
"true"
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;
display:none;
"
fit=
"true"
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<div
class=
"box-body form-inline"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
...
@@ -150,11 +149,11 @@
...
@@ -150,11 +149,11 @@
</div>
</div>
</div>
</div>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</div>
<div
id=
"materialSelectDlgBtn"
>
<div
id=
"materialSelectDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"depot"
></div>
<div
id=
"depot"
></div>
<script>
<script>
...
...
erp_web/pages/bill/disassemble_list.html
View file @
2b873ca2
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;
display:none;
"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
...
@@ -88,15 +88,14 @@
...
@@ -88,15 +88,14 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<div
id=
"dlg-buttons"
>
</form>
</div>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</form>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;
display:none;
"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
...
@@ -127,13 +126,13 @@
...
@@ -127,13 +126,13 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
>
打印
</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"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;"
fit=
"true"
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;
display:none;
"
fit=
"true"
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<div
class=
"box-body form-inline"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
...
@@ -150,11 +149,11 @@
...
@@ -150,11 +149,11 @@
</div>
</div>
</div>
</div>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</div>
<div
id=
"materialSelectDlgBtn"
>
<div
id=
"materialSelectDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"depot"
></div>
<div
id=
"depot"
></div>
<script>
<script>
...
...
erp_web/pages/bill/other_in_list.html
View file @
2b873ca2
...
@@ -53,8 +53,7 @@
...
@@ -53,8 +53,7 @@
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;display:none;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
...
@@ -98,14 +97,14 @@
...
@@ -98,14 +97,14 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
</form>
<div
id=
"dlg-buttons"
>
</div>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</form>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;
display:none;
"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
...
@@ -142,13 +141,13 @@
...
@@ -142,13 +141,13 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
>
打印
</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"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;"
fit=
"true"
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;
display:none;
"
fit=
"true"
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<div
class=
"box-body form-inline"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
...
@@ -165,11 +164,11 @@
...
@@ -165,11 +164,11 @@
</div>
</div>
</div>
</div>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</div>
<div
id=
"materialSelectDlgBtn"
>
<div
id=
"materialSelectDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"supplier"
></div>
<div
id=
"supplier"
></div>
<div
id=
"depot"
></div>
<div
id=
"depot"
></div>
...
...
erp_web/pages/bill/other_out_list.html
View file @
2b873ca2
...
@@ -53,8 +53,7 @@
...
@@ -53,8 +53,7 @@
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;display:none;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
...
@@ -92,14 +91,14 @@
...
@@ -92,14 +91,14 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
</form>
<div
id=
"dlg-buttons"
>
</div>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</form>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;
display:none;
"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
...
@@ -136,13 +135,13 @@
...
@@ -136,13 +135,13 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
>
打印
</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"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;"
fit=
"true"
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;
display:none;
"
fit=
"true"
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<div
class=
"box-body form-inline"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
...
@@ -159,11 +158,11 @@
...
@@ -159,11 +158,11 @@
</div>
</div>
</div>
</div>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</div>
<div
id=
"materialSelectDlgBtn"
>
<div
id=
"materialSelectDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"depot"
></div>
<div
id=
"depot"
></div>
<script>
<script>
...
...
erp_web/pages/bill/purchase_back_list.html
View file @
2b873ca2
...
@@ -53,8 +53,7 @@
...
@@ -53,8 +53,7 @@
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;display:none;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
...
@@ -133,15 +132,14 @@
...
@@ -133,15 +132,14 @@
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<div
id=
"dlg-buttons"
>
</form>
</div>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</form>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;
display:none;
"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
...
@@ -212,13 +210,13 @@
...
@@ -212,13 +210,13 @@
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
>
打印
</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"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px
;display:none;
"
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"account-dlg"
>
<table
class=
"account-dlg"
>
<tr
class=
"account-head-tmp"
>
<tr
class=
"account-head-tmp"
>
...
@@ -239,12 +237,12 @@
...
@@ -239,12 +237,12 @@
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg radius-ui"
style=
"width:100px;"
/></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg radius-ui"
style=
"width:100px;"
/></td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"accountDlgButtons"
>
<div
id=
"accountDlgButtons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"otherMoneyDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
<div
id=
"otherMoneyDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px
;display:none;
"
closed=
"true"
modal=
"true"
buttons=
"#otherMoneyDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#otherMoneyDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"money-dlg"
>
<table
class=
"money-dlg"
>
<tr
class=
"money-head-tmp"
>
<tr
class=
"money-head-tmp"
>
...
@@ -265,12 +263,12 @@
...
@@ -265,12 +263,12 @@
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg radius-ui"
style=
"width:100px;"
/></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg radius-ui"
style=
"width:100px;"
/></td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"otherMoneyDlgBtn"
>
<div
id=
"otherMoneyDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"saveOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
<a
href=
"javascript:void(0)"
id=
"cancelOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;"
fit=
"true"
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;
display:none;
"
fit=
"true"
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<div
class=
"box-body form-inline"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
...
@@ -287,11 +285,11 @@
...
@@ -287,11 +285,11 @@
</div>
</div>
</div>
</div>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</div>
<div
id=
"materialSelectDlgBtn"
>
<div
id=
"materialSelectDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"depot"
></div>
<div
id=
"depot"
></div>
<script>
<script>
...
...
erp_web/pages/bill/purchase_in_list.html
View file @
2b873ca2
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;
display:none;
"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
...
@@ -148,15 +148,15 @@
...
@@ -148,15 +148,15 @@
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<div
id=
"dlg-buttons"
>
</form>
</div>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</form>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;display:none;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
...
@@ -228,13 +228,13 @@
...
@@ -228,13 +228,13 @@
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
>
打印
</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"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px
;display:none;
"
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"account-dlg"
>
<table
class=
"account-dlg"
>
<tr
class=
"account-head-tmp"
>
<tr
class=
"account-head-tmp"
>
...
@@ -255,12 +255,13 @@
...
@@ -255,12 +255,13 @@
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg radius-ui"
style=
"width:100px;"
/></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg radius-ui"
style=
"width:100px;"
/></td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"accountDlgButtons"
>
<div
id=
"accountDlgButtons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"otherMoneyDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
<div
id=
"otherMoneyDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px;display:none;"
closed=
"true"
modal=
"true"
buttons=
"#otherMoneyDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#otherMoneyDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"money-dlg"
>
<table
class=
"money-dlg"
>
<tr
class=
"money-head-tmp"
>
<tr
class=
"money-head-tmp"
>
...
@@ -281,21 +282,21 @@
...
@@ -281,21 +282,21 @@
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg radius-ui"
style=
"width:100px;"
/></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg radius-ui"
style=
"width:100px;"
/></td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"otherMoneyDlgBtn"
>
<div
id=
"otherMoneyDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"saveOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
<a
href=
"javascript:void(0)"
id=
"cancelOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"linkBillDlg"
class=
"easyui-dialog"
style=
"width:880px;padding:10px 20px;"
<div
id=
"linkBillDlg"
class=
"easyui-dialog"
style=
"width:880px;padding:10px 20px;
display:none;
"
closed=
"true"
modal=
"true"
buttons=
"#linkBillDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#linkBillDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
id=
"linkBillData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"linkBillData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</div>
<div
id=
"linkBillDlgBtn"
>
<div
id=
"linkBillDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"saveLinkBill"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"saveLinkBill"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"cancelLinkBill"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelLinkBill"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#linkBillDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#linkBillDlg').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;"
fit=
"true"
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;
display:none;
"
fit=
"true"
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<div
class=
"box-body form-inline"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
...
@@ -312,11 +313,11 @@
...
@@ -312,11 +313,11 @@
</div>
</div>
</div>
</div>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</div>
<div
id=
"materialSelectDlgBtn"
>
<div
id=
"materialSelectDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"supplier"
></div>
<div
id=
"supplier"
></div>
<div
id=
"depot"
></div>
<div
id=
"depot"
></div>
...
...
erp_web/pages/bill/purchase_orders_list.html
View file @
2b873ca2
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;
display:none;
"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
...
@@ -98,15 +98,14 @@
...
@@ -98,15 +98,14 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<div
id=
"dlg-buttons"
>
</form>
</div>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</form>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;
display:none;
"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
...
@@ -139,13 +138,13 @@
...
@@ -139,13 +138,13 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
>
打印
</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"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px
;display:none;
"
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"account-dlg"
>
<table
class=
"account-dlg"
>
<tr
class=
"account-head-tmp"
>
<tr
class=
"account-head-tmp"
>
...
@@ -166,12 +165,12 @@
...
@@ -166,12 +165,12 @@
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg"
style=
"width:100px;"
/></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg"
style=
"width:100px;"
/></td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"accountDlgButtons"
>
<div
id=
"accountDlgButtons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"otherMoneyDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
<div
id=
"otherMoneyDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px
;display:none;
"
closed=
"true"
modal=
"true"
buttons=
"#otherMoneyDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#otherMoneyDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"money-dlg"
>
<table
class=
"money-dlg"
>
<tr
class=
"money-head-tmp"
>
<tr
class=
"money-head-tmp"
>
...
@@ -192,12 +191,12 @@
...
@@ -192,12 +191,12 @@
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg"
style=
"width:100px;"
/></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg"
style=
"width:100px;"
/></td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"otherMoneyDlgBtn"
>
<div
id=
"otherMoneyDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"saveOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
<a
href=
"javascript:void(0)"
id=
"cancelOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;"
fit=
"true"
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;
display:none;
"
fit=
"true"
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<div
class=
"box-body form-inline"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
...
@@ -214,11 +213,11 @@
...
@@ -214,11 +213,11 @@
</div>
</div>
</div>
</div>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</div>
<div
id=
"materialSelectDlgBtn"
>
<div
id=
"materialSelectDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"supplier"
></div>
<div
id=
"supplier"
></div>
<div
id=
"depot"
></div>
<div
id=
"depot"
></div>
...
...
erp_web/pages/bill/retail_back_list.html
View file @
2b873ca2
...
@@ -53,8 +53,7 @@
...
@@ -53,8 +53,7 @@
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;display:none;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
...
@@ -130,15 +129,14 @@
...
@@ -130,15 +129,14 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<div
id=
"dlg-buttons"
>
</form>
</div>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</form>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px
;display:none;
"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
...
@@ -204,13 +202,13 @@
...
@@ -204,13 +202,13 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
>
打印
</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"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;"
fit=
"true"
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;
display:none;
"
fit=
"true"
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<div
class=
"box-body form-inline"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
...
@@ -227,12 +225,13 @@
...
@@ -227,12 +225,13 @@
</div>
</div>
</div>
</div>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</div>
<div
id=
"materialSelectDlgBtn"
>
<div
id=
"materialSelectDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"depot"
></div>
<div
id=
"depot"
></div>
<script>
<script>
$
(
function
(){
$
(
function
(){
...
...
erp_web/pages/bill/retail_out_list.html
View file @
2b873ca2
...
@@ -53,8 +53,7 @@
...
@@ -53,8 +53,7 @@
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;display:none;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
...
@@ -140,15 +139,14 @@
...
@@ -140,15 +139,14 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
<input
type=
"hidden"
name=
"clientIp"
id=
"clientIp"
value=
"<%=clientIp %>"
/>
<div
id=
"dlg-buttons"
>
</form>
</div>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</form>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;
display:none;
"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
...
@@ -215,13 +213,13 @@
...
@@ -215,13 +213,13 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
>
打印
</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"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px
;display:none;
"
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"account-dlg"
>
<table
class=
"account-dlg"
>
<tr
class=
"account-head-tmp"
>
<tr
class=
"account-head-tmp"
>
...
@@ -242,12 +240,12 @@
...
@@ -242,12 +240,12 @@
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg"
style=
"width:100px;"
/></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg"
style=
"width:100px;"
/></td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"accountDlgButtons"
>
<div
id=
"accountDlgButtons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;"
fit=
"true"
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;
display:none;
"
fit=
"true"
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<div
class=
"box-body form-inline"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
...
@@ -264,11 +262,11 @@
...
@@ -264,11 +262,11 @@
</div>
</div>
</div>
</div>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</div>
<div
id=
"materialSelectDlgBtn"
>
<div
id=
"materialSelectDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"supplier"
></div>
<div
id=
"supplier"
></div>
<div
id=
"depot"
></div>
<div
id=
"depot"
></div>
...
...
erp_web/pages/bill/sale_back_list.html
View file @
2b873ca2
...
@@ -53,8 +53,7 @@
...
@@ -53,8 +53,7 @@
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;display:none;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
...
@@ -133,14 +132,14 @@
...
@@ -133,14 +132,14 @@
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
</table>
</table>
</form>
<div
id=
"dlg-buttons"
>
</div>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</form>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;
display:none;
"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
...
@@ -212,13 +211,13 @@
...
@@ -212,13 +211,13 @@
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
>
打印
</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"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px
;display:none;
"
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"account-dlg"
>
<table
class=
"account-dlg"
>
<tr
class=
"account-head-tmp"
>
<tr
class=
"account-head-tmp"
>
...
@@ -239,12 +238,12 @@
...
@@ -239,12 +238,12 @@
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg radius-ui"
style=
"width:100px;"
/></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg radius-ui"
style=
"width:100px;"
/></td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"accountDlgButtons"
>
<div
id=
"accountDlgButtons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"otherMoneyDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
<div
id=
"otherMoneyDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px
;display:none;
"
closed=
"true"
modal=
"true"
buttons=
"#otherMoneyDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#otherMoneyDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"money-dlg"
>
<table
class=
"money-dlg"
>
<tr
class=
"money-head-tmp"
>
<tr
class=
"money-head-tmp"
>
...
@@ -265,12 +264,12 @@
...
@@ -265,12 +264,12 @@
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg radius-ui"
style=
"width:100px;"
/></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg radius-ui"
style=
"width:100px;"
/></td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"otherMoneyDlgBtn"
>
<div
id=
"otherMoneyDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"saveOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
<a
href=
"javascript:void(0)"
id=
"cancelOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;"
fit=
"true"
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;
display:none;
"
fit=
"true"
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<div
class=
"box-body form-inline"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
...
@@ -287,11 +286,11 @@
...
@@ -287,11 +286,11 @@
</div>
</div>
</div>
</div>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</div>
<div
id=
"materialSelectDlgBtn"
>
<div
id=
"materialSelectDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"depot"
></div>
<div
id=
"depot"
></div>
<script>
<script>
...
...
erp_web/pages/bill/sale_orders_list.html
View file @
2b873ca2
...
@@ -53,8 +53,7 @@
...
@@ -53,8 +53,7 @@
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;display:none;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
...
@@ -99,14 +98,14 @@
...
@@ -99,14 +98,14 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
</form>
<div
id=
"dlg-buttons"
>
</div>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</form>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;
display:none;
"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
...
@@ -141,13 +140,13 @@
...
@@ -141,13 +140,13 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
>
打印
</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"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px
;display:none;
"
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"account-dlg"
>
<table
class=
"account-dlg"
>
<tr
class=
"account-head-tmp"
>
<tr
class=
"account-head-tmp"
>
...
@@ -168,12 +167,12 @@
...
@@ -168,12 +167,12 @@
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg"
style=
"width:100px;"
/></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg"
style=
"width:100px;"
/></td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"accountDlgButtons"
>
<div
id=
"accountDlgButtons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"otherMoneyDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
<div
id=
"otherMoneyDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px
;display:none;
"
closed=
"true"
modal=
"true"
buttons=
"#otherMoneyDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#otherMoneyDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"money-dlg"
>
<table
class=
"money-dlg"
>
<tr
class=
"money-head-tmp"
>
<tr
class=
"money-head-tmp"
>
...
@@ -194,12 +193,12 @@
...
@@ -194,12 +193,12 @@
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg"
style=
"width:100px;"
/></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg"
style=
"width:100px;"
/></td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"otherMoneyDlgBtn"
>
<div
id=
"otherMoneyDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"saveOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
<a
href=
"javascript:void(0)"
id=
"cancelOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;"
fit=
"true"
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;
display:none;
"
fit=
"true"
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<div
class=
"box-body form-inline"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
...
@@ -216,11 +215,11 @@
...
@@ -216,11 +215,11 @@
</div>
</div>
</div>
</div>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</div>
<div
id=
"materialSelectDlgBtn"
>
<div
id=
"materialSelectDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"supplier"
></div>
<div
id=
"supplier"
></div>
<div
id=
"depot"
></div>
<div
id=
"depot"
></div>
...
...
erp_web/pages/bill/sale_out_list.html
View file @
2b873ca2
...
@@ -53,8 +53,7 @@
...
@@ -53,8 +53,7 @@
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;display:none;"
fit=
"true"
<div
id=
"depotHeadDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<form
id=
"depotHeadFM"
method=
"post"
novalidate
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
...
@@ -149,14 +148,14 @@
...
@@ -149,14 +148,14 @@
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
</table>
</table>
</form>
<div
id=
"dlg-buttons"
>
</div>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHead"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlg').dialog('close')"
>
取消
</a>
</div>
</form>
</div>
</div>
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;"
fit=
"true"
<div
id=
"depotHeadDlgShow"
class=
"easyui-dialog"
style=
"padding:10px 20px;
display:none;
"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons-show"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<table
width=
"100%"
style=
"min-width:1100px;"
>
<tr>
<tr>
...
@@ -230,13 +229,13 @@
...
@@ -230,13 +229,13 @@
<td
style=
"width:100px;"
></td>
<td
style=
"width:100px;"
></td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"dlg-buttons-show"
>
<div
id=
"dlg-buttons-show"
>
<a
href=
"javascript:void(0)"
id=
"printDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-print"
>
打印
</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"
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadShow"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#depotHeadDlgShow').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
<div
id=
"depotHeadAccountDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px
;display:none;
"
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#accountDlgButtons"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"account-dlg"
>
<table
class=
"account-dlg"
>
<tr
class=
"account-head-tmp"
>
<tr
class=
"account-head-tmp"
>
...
@@ -257,12 +256,12 @@
...
@@ -257,12 +256,12 @@
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg radius-ui"
style=
"width:100px;"
/></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"account-money-dlg radius-ui"
style=
"width:100px;"
/></td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"accountDlgButtons"
>
<div
id=
"accountDlgButtons"
>
<a
href=
"javascript:void(0)"
id=
"saveDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
<a
href=
"javascript:void(0)"
id=
"cancelDepotHeadAccountDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"otherMoneyDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px"
<div
id=
"otherMoneyDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:80px
;display:none;
"
closed=
"true"
modal=
"true"
buttons=
"#otherMoneyDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#otherMoneyDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
class=
"money-dlg"
>
<table
class=
"money-dlg"
>
<tr
class=
"money-head-tmp"
>
<tr
class=
"money-head-tmp"
>
...
@@ -283,21 +282,21 @@
...
@@ -283,21 +282,21 @@
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg radius-ui"
style=
"width:100px;"
/></td>
<td
style=
"width:100px; padding:3px;"
><input
class=
"other-money-dlg radius-ui"
style=
"width:100px;"
/></td>
</tr>
</tr>
</table>
</table>
</div>
<div
id=
"otherMoneyDlgBtn"
>
<div
id=
"otherMoneyDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"saveOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
<a
href=
"javascript:void(0)"
id=
"cancelOtherMoneyDlg"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"linkBillDlg"
class=
"easyui-dialog"
style=
"width:880px;padding:10px 20px;"
<div
id=
"linkBillDlg"
class=
"easyui-dialog"
style=
"width:880px;padding:10px 20px;
display:none;
"
closed=
"true"
modal=
"true"
buttons=
"#linkBillDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#linkBillDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<table
id=
"linkBillData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"linkBillData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</div>
<div
id=
"linkBillDlgBtn"
>
<div
id=
"linkBillDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"saveLinkBill"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"saveLinkBill"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"cancelLinkBill"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelLinkBill"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#linkBillDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#linkBillDlg').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;"
fit=
"true"
<div
id=
"materialSelectDlg"
class=
"easyui-dialog"
style=
"padding:10px;
display:none;
"
fit=
"true"
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
buttons=
"#materialSelectDlgBtn"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
<div
class=
"box-body form-inline"
>
<div
class=
"box-body form-inline"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
...
@@ -314,11 +313,11 @@
...
@@ -314,11 +313,11 @@
</div>
</div>
</div>
</div>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"materialSelectData"
style=
"top:100px;border-bottom-color:#FFFFFF"
></table>
</div>
<div
id=
"materialSelectDlgBtn"
>
<div
id=
"materialSelectDlgBtn"
>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"checkMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
选择
</a>
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#materialSelectDlg').dialog('close')"
>
取消
</a>
</div>
</div>
</div>
<div
id=
"supplier"
></div>
<div
id=
"supplier"
></div>
<div
id=
"depot"
></div>
<div
id=
"depot"
></div>
...
...
erp_web/pages/materials/material.html
View file @
2b873ca2
...
@@ -65,8 +65,7 @@
...
@@ -65,8 +65,7 @@
</div>
</div>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
<table
id=
"tableData"
style=
"top:300px;border-bottom-color:#FFFFFF"
></table>
</div>
</div>
<div
id=
"materialDetailListDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;display:none;"
fit=
"true"
closed=
"true"
<div
id=
"materialDetailListDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px"
fit=
"true"
closed=
"true"
modal=
"true"
collapsible=
"false"
closable=
"true"
>
modal=
"true"
collapsible=
"false"
closable=
"true"
>
<div
id=
"cc"
class=
"easyui-layout"
data-options=
"fit:true"
>
<div
id=
"cc"
class=
"easyui-layout"
data-options=
"fit:true"
>
<div
data-options=
"region:'west',title:'库存详情'"
style=
"width:400px;"
>
<div
data-options=
"region:'west',title:'库存详情'"
style=
"width:400px;"
>
...
@@ -77,8 +76,7 @@
...
@@ -77,8 +76,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
<div
id=
"materialDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px;display:none;"
fit=
"true"
<div
id=
"materialDlg"
class=
"easyui-dialog"
style=
"padding:10px 20px"
fit=
"true"
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons"
modal=
"true"
collapsible=
"false"
closable=
"true"
>
<form
id=
"materialFM"
method=
"post"
novalidate
>
<form
id=
"materialFM"
method=
"post"
novalidate
>
<div
id=
"tt"
class=
"easyui-tabs"
style=
"width:100%;height:520px;"
>
<div
id=
"tt"
class=
"easyui-tabs"
style=
"width:100%;height:520px;"
>
...
@@ -195,16 +193,15 @@
...
@@ -195,16 +193,15 @@
<div
id=
"initDepot"
></div>
<div
id=
"initDepot"
></div>
</div>
</div>
</div>
</div>
</form>
<div
id=
"dlg-buttons"
>
</div>
<div
id=
"dlg-buttons"
>
<a
href=
"javascript:void(0)"
id=
"saveMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"saveMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
保存
</a>
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelMaterial"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#materialDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#materialDlg').dialog('close')"
>
取消
</a>
</div>
</form>
</div>
</div>
<!-- 导入excel表格 -->
<!-- 导入excel表格 -->
<div
id=
"importExcelDlg"
class=
"easyui-dialog"
style=
"width:450px; padding:10px 20px;"
<div
id=
"importExcelDlg"
class=
"easyui-dialog"
style=
"width:450px; padding:10px 20px;
display:none;
"
closed=
"true"
buttons=
"#dlg-buttons5"
modal=
"true"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
buttons=
"#dlg-buttons5"
modal=
"true"
collapsible=
"false"
closable=
"true"
>
<form
id=
"importExcelFM"
method=
"post"
enctype=
"multipart/form-data"
action=
"/material/importExcel"
>
<form
id=
"importExcelFM"
method=
"post"
enctype=
"multipart/form-data"
action=
"/material/importExcel"
>
<table>
<table>
...
@@ -221,14 +218,13 @@
...
@@ -221,14 +218,13 @@
</td>
</td>
</tr>
</tr>
</table>
</table>
</form>
<div
id=
"dlg-buttons5"
>
</div>
<div
id=
"dlg-buttons5"
>
<a
href=
"javascript:void(0)"
id=
"saveimport"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
导入
</a>
<a
href=
"javascript:void(0)"
id=
"saveimport"
class=
"easyui-linkbutton"
iconCls=
"icon-ok"
>
导入
</a>
<a
href=
"javascript:void(0)"
id=
"cancelimport"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
<a
href=
"javascript:void(0)"
id=
"cancelimport"
class=
"easyui-linkbutton"
iconCls=
"icon-cancel"
onclick=
"javascript:$('#importExcelDlg').dialog('close')"
>
取消
</a>
onclick=
"javascript:$('#importExcelDlg').dialog('close')"
>
取消
</a>
</div>
</form>
</div>
</div>
<div
id=
"forSelectMaterialCategoryDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:50px;"
<div
id=
"forSelectMaterialCategoryDlg"
class=
"easyui-dialog"
style=
"width:380px;padding:10px 20px;top:50px;"
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
closed=
"true"
modal=
"true"
cache=
"false"
collapsible=
"false"
closable=
"true"
>
</div>
</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