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

This commit is contained in:
季圣华
2020-03-21 19:43:31 +08:00
parent 5f0cdd3f2e
commit f1fba5f705
24 changed files with 160 additions and 151 deletions

View File

@@ -45,10 +45,10 @@
<table id="tableData" style="top:300px;border-bottom-color:#FFFFFF"></table>
</div>
<div id="accountHeadDlg" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:20px"
<div id="accountHeadDlg" class="easyui-dialog" style="padding:10px 20px;" fit="true"
closed="true" buttons="#dlg-buttons" modal="true" cache="false" collapsible="false" closable="true">
<form id="accountHeadFM" method="post" novalidate>
<table>
<table width="100%">
<tr>
<td style="width:70px;">付款会员</td>
<td style="padding:5px;width:170px;">
@@ -80,7 +80,7 @@
<tr>
<td colspan="9">
<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>
</tr>
<tr>
@@ -98,9 +98,9 @@
<a href="javascript:void(0)" id="cancelAccountHead" class="easyui-linkbutton" iconCls="icon-cancel"
onclick="javascript:$('#accountHeadDlg').dialog('close')">取消</a>
</div>
<div id="accountHeadDlgShow" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:20px"
<div id="accountHeadDlgShow" class="easyui-dialog" style="padding:10px 20px;" fit="true"
closed="true" buttons="#dlg-buttons-show" modal="true" cache="false" collapsible="false" closable="true">
<table>
<table width="100%">
<tr>
<td style="width:60px;">付款会员:</td>
<td style="padding:5px;width:140px;">
@@ -129,7 +129,7 @@
<tr>
<td style="width:60px;">单据备注:</td>
<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>
</tr>
<tr>

View File

@@ -45,10 +45,10 @@
<table id="tableData" style="top:300px;border-bottom-color:#FFFFFF"></table>
</div>
<div id="accountHeadDlg" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:20px"
<div id="accountHeadDlg" class="easyui-dialog" style="padding:10px 20px;" fit="true"
closed="true" buttons="#dlg-buttons" modal="true" cache="false" collapsible="false" closable="true">
<form id="accountHeadFM" method="post" novalidate>
<table>
<table width="100%">
<tr>
<td style="width:70px;">经手人</td>
<td style="padding:5px;width:170px;">
@@ -79,7 +79,7 @@
<tr>
<td colspan="9">
<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>
</tr>
<tr>
@@ -102,9 +102,9 @@
<a href="javascript:void(0)" id="cancelAccountHead" class="easyui-linkbutton" iconCls="icon-cancel"
onclick="javascript:$('#accountHeadDlg').dialog('close')">取消</a>
</div>
<div id="accountHeadDlgShow" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:20px"
<div id="accountHeadDlgShow" class="easyui-dialog" style="padding:10px 20px;" fit="true"
closed="true" buttons="#dlg-buttons-show" modal="true" cache="false" collapsible="false" closable="true">
<table>
<table width="100%">
<tr>
<td style="width:60px;">经手人:</td>
<td style="padding:5px;width:130px;">
@@ -131,7 +131,7 @@
<tr>
<td style="width:60px;">单据备注:</td>
<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>
</tr>
<tr>

View File

@@ -45,10 +45,10 @@
<table id="tableData" style="top:300px;border-bottom-color:#FFFFFF"></table>
</div>
<div id="accountHeadDlg" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:20px"
<div id="accountHeadDlg" class="easyui-dialog" style="padding:10px 20px;" fit="true"
closed="true" buttons="#dlg-buttons" modal="true" cache="false" collapsible="false" closable="true">
<form id="accountHeadFM" method="post" novalidate>
<table>
<table width="100%">
<tr>
<td style="width:70px;">往来单位</td>
<td style="padding:5px;width:170px;">
@@ -80,7 +80,7 @@
<tr>
<td colspan="9">
<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>
</tr>
<tr>
@@ -103,9 +103,9 @@
<a href="javascript:void(0)" id="cancelAccountHead" class="easyui-linkbutton" iconCls="icon-cancel"
onclick="javascript:$('#accountHeadDlg').dialog('close')">取消</a>
</div>
<div id="accountHeadDlgShow" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:20px"
<div id="accountHeadDlgShow" class="easyui-dialog" style="padding:10px 20px;" fit="true"
closed="true" buttons="#dlg-buttons-show" modal="true" cache="false" collapsible="false" closable="true">
<table>
<table width="100%">
<tr>
<td style="width:60px;">往来单位:</td>
<td style="padding:5px;width:130px;">
@@ -134,7 +134,7 @@
<tr>
<td style="width:60px;">单据备注:</td>
<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>
</tr>
<tr>

View File

@@ -45,10 +45,10 @@
<table id="tableData" style="top:300px;border-bottom-color:#FFFFFF"></table>
</div>
<div id="accountHeadDlg" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:20px"
<div id="accountHeadDlg" class="easyui-dialog" style="padding:10px 20px;" fit="true"
closed="true" buttons="#dlg-buttons" modal="true" cache="false" collapsible="false" closable="true">
<form id="accountHeadFM" method="post" novalidate>
<table>
<table width="100%">
<tr>
<td style="width:70px;">往来单位</td>
<td style="padding:5px;width:170px;">
@@ -80,7 +80,7 @@
<tr>
<td colspan="9">
<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>
</tr>
<tr>
@@ -103,9 +103,9 @@
<a href="javascript:void(0)" id="cancelAccountHead" class="easyui-linkbutton" iconCls="icon-cancel"
onclick="javascript:$('#accountHeadDlg').dialog('close')">取消</a>
</div>
<div id="accountHeadDlgShow" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:20px"
<div id="accountHeadDlgShow" class="easyui-dialog" style="padding:10px 20px;" fit="true"
closed="true" buttons="#dlg-buttons-show" modal="true" cache="false" collapsible="false" closable="true">
<table>
<table width="100%">
<tr>
<td style="width:60px;">往来单位:</td>
<td style="padding:5px;width:130px;">
@@ -132,7 +132,7 @@
<tr>
<td style="width:60px;">单据备注:</td>
<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>
</tr>
<tr>

View File

@@ -45,10 +45,10 @@
<table id="tableData" style="top:300px;border-bottom-color:#FFFFFF"></table>
</div>
<div id="accountHeadDlg" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:20px"
<div id="accountHeadDlg" class="easyui-dialog" style="padding:10px 20px;" fit="true"
closed="true" buttons="#dlg-buttons" modal="true" cache="false" collapsible="false" closable="true">
<form id="accountHeadFM" method="post" novalidate>
<table>
<table width="100%">
<tr>
<td style="width:70px;">付款单位</td>
<td style="padding:5px;width:170px;">
@@ -80,7 +80,7 @@
<tr>
<td colspan="9">
<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>
</tr>
<tr>
@@ -99,9 +99,9 @@
<a href="javascript:void(0)" id="cancelAccountHead" class="easyui-linkbutton" iconCls="icon-cancel"
onclick="javascript:$('#accountHeadDlg').dialog('close')">取消</a>
</div>
<div id="accountHeadDlgShow" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:20px"
<div id="accountHeadDlgShow" class="easyui-dialog" style="padding:10px 20px;" fit="true"
closed="true" buttons="#dlg-buttons-show" modal="true" cache="false" collapsible="false" closable="true">
<table>
<table width="100%">
<tr>
<td style="width:60px;">付款单位:</td>
<td style="padding:5px;width:130px;">
@@ -130,7 +130,7 @@
<tr>
<td style="width:60px;">单据备注:</td>
<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>
</tr>
<tr>

View File

@@ -45,10 +45,10 @@
<table id="tableData" style="top:300px;border-bottom-color:#FFFFFF"></table>
</div>
<div id="accountHeadDlg" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:20px"
<div id="accountHeadDlg" class="easyui-dialog" style="padding:10px 20px;" fit="true"
closed="true" buttons="#dlg-buttons" modal="true" cache="false" collapsible="false" closable="true">
<form id="accountHeadFM" method="post" novalidate>
<table>
<table width="100%">
<tr>
<td style="width:70px;">收款单位</td>
<td style="padding:5px;width:170px;">
@@ -79,7 +79,7 @@
<tr>
<td colspan="9">
<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>
</tr>
<tr>
@@ -98,9 +98,9 @@
<a href="javascript:void(0)" id="cancelAccountHead" class="easyui-linkbutton" iconCls="icon-cancel"
onclick="javascript:$('#accountHeadDlg').dialog('close')">取消</a>
</div>
<div id="accountHeadDlgShow" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:20px"
<div id="accountHeadDlgShow" class="easyui-dialog" style="padding:10px 20px;" fit="true"
closed="true" buttons="#dlg-buttons-show" modal="true" cache="false" collapsible="false" closable="true">
<table>
<table width="100%">
<tr>
<td style="width:60px;">收款单位:</td>
<td style="padding:5px;width:130px;">
@@ -129,7 +129,7 @@
<tr>
<td style="width:60px;">单据备注:</td>
<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>
</tr>
<tr>