Commit f1fba5f7 authored by 季圣华's avatar 季圣华
Browse files

将大部分页面的弹窗默认最大化,自适应窗口

parent 5f0cdd3f
...@@ -54,10 +54,10 @@ ...@@ -54,10 +54,10 @@
<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="width:1200px;padding:10px 20px;top:40px" <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> <table width="100%">
<tr> <tr>
<td style="width:70px;height:50px;">会员卡号</td> <td style="width:70px;height:50px;">会员卡号</td>
<td style="padding:5px;width:200px;"> <td style="padding:5px;width:200px;">
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
<tr> <tr>
<td colspan="8"> <td colspan="8">
<textarea name="Remark" id="Remark" rows="2" cols="2" class="radius-ui" placeholder="暂无备注信息" <textarea name="Remark" id="Remark" rows="2" cols="2" class="radius-ui" placeholder="暂无备注信息"
style="width: 1130px; height:35px;"></textarea> style="width: 100%; height:35px;"></textarea>
</td> </td>
</tr> </tr>
</table> </table>
...@@ -148,9 +148,9 @@ ...@@ -148,9 +148,9 @@
<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> </div>
<div id="depotHeadDlgShow" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:50px" <div id="depotHeadDlgShow" class="easyui-dialog" style="padding:10px 20px;" 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> <table width="100%">
<tr> <tr>
<td style="width:70px;height:50px;">会员卡号:</td> <td style="width:70px;height:50px;">会员卡号:</td>
<td style="padding:5px;width:200px;"> <td style="padding:5px;width:200px;">
......
...@@ -54,10 +54,10 @@ ...@@ -54,10 +54,10 @@
<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="width:1200px;padding:10px 20px;top:40px" <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> <table width="100%">
<tr> <tr>
<td>客户</td> <td>客户</td>
<td style="padding:5px"> <td style="padding:5px">
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<tr> <tr>
<td colspan="9"> <td colspan="9">
<textarea name="Remark" id="Remark" rows="2" cols="2" class="radius-ui" placeholder="暂无备注信息" <textarea name="Remark" id="Remark" rows="2" cols="2" class="radius-ui" placeholder="暂无备注信息"
style="width: 1130px; height:35px;"></textarea> style="width: 100%; height:35px;"></textarea>
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -140,9 +140,9 @@ ...@@ -140,9 +140,9 @@
<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> </div>
<div id="depotHeadDlgShow" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:40px" <div id="depotHeadDlgShow" class="easyui-dialog" style="padding:10px 20px;" 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> <table width="100%">
<tr> <tr>
<td style="width:70px;">客户:</td> <td style="width:70px;">客户:</td>
<td style="padding:5px;width:130px;"> <td style="padding:5px;width:130px;">
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
<tr> <tr>
<td style="width:60px;">单据备注:</td> <td style="width:60px;">单据备注:</td>
<td colspan="8" style="height:35px;"> <td colspan="8" style="height:35px;">
<span id="RemarkShow" style="width: 1070px; height:35px;"></span> <span id="RemarkShow" style="width: 100%; height:35px;"></span>
</td> </td>
</tr> </tr>
<tr> <tr>
......
...@@ -54,10 +54,10 @@ ...@@ -54,10 +54,10 @@
<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="width:1200px;padding:10px 20px;top:60px" <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> <table width="100%">
<tr> <tr>
<td style="width:70px;">客户</td> <td style="width:70px;">客户</td>
<td style="padding:5px"> <td style="padding:5px">
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
<tr> <tr>
<td colspan="9"> <td colspan="9">
<textarea name="Remark" id="Remark" rows="2" cols="2" class="radius-ui" placeholder="暂无备注信息" <textarea name="Remark" id="Remark" rows="2" cols="2" class="radius-ui" placeholder="暂无备注信息"
style="width: 1130px; height:35px;"></textarea> style="width: 100%; height:35px;"></textarea>
</td> </td>
</tr> </tr>
</table> </table>
...@@ -106,9 +106,9 @@ ...@@ -106,9 +106,9 @@
<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> </div>
<div id="depotHeadDlgShow" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:60px" <div id="depotHeadDlgShow" class="easyui-dialog" style="padding:10px 20px;" 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> <table width="100%">
<tr> <tr>
<td style="width:60px;">客户:</td> <td style="width:60px;">客户:</td>
<td style="padding:5px;width:130px;"> <td style="padding:5px;width:130px;">
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
<tr> <tr>
<td style="width:60px;">单据备注:</td> <td style="width:60px;">单据备注:</td>
<td colspan="8" style="height:35px;"> <td colspan="8" style="height:35px;">
<span id="RemarkShow" style="width: 1070px; height:35px;"></span> <span id="RemarkShow" style="width: 100%; height:35px;"></span>
</td> </td>
</tr> </tr>
</table> </table>
......
...@@ -54,10 +54,10 @@ ...@@ -54,10 +54,10 @@
<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="width:1200px;padding:10px 20px;top:40px" <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> <table width="100%">
<tr> <tr>
<td style="width:70px;">客户</td> <td style="width:70px;">客户</td>
<td style="padding:5px"> <td style="padding:5px">
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
<tr> <tr>
<td colspan="9"> <td colspan="9">
<textarea name="Remark" id="Remark" rows="2" cols="2" class="radius-ui" placeholder="暂无备注信息" <textarea name="Remark" id="Remark" rows="2" cols="2" class="radius-ui" placeholder="暂无备注信息"
style="width: 1130px; height:35px;"></textarea> style="width: 100%; height:35px;"></textarea>
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -154,9 +154,9 @@ ...@@ -154,9 +154,9 @@
<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> </div>
<div id="depotHeadDlgShow" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:40px" <div id="depotHeadDlgShow" class="easyui-dialog" style="padding:10px 20px;" 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> <table width="100%">
<tr> <tr>
<td style="width:60px;">客户:</td> <td style="width:60px;">客户:</td>
<td style="padding:5px;width:130px;"> <td style="padding:5px;width:130px;">
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
<tr> <tr>
<td style="width:60px;">单据备注:</td> <td style="width:60px;">单据备注:</td>
<td colspan="8" style="height:35px;"> <td colspan="8" style="height:35px;">
<span id="RemarkShow" style="width: 1070px; height:35px;"></span> <span id="RemarkShow" style="width: 100%; height:35px;"></span>
</td> </td>
</tr> </tr>
<tr> <tr>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment