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

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

@@ -54,13 +54,13 @@
<table id="tableData" style="top:300px;border-bottom-color:#FFFFFF"></table>
</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">
<form id="depotHeadFM" method="post" novalidate>
<table>
<table width="100%">
<tr>
<td style="width:70px;">单据日期</td>
<td style="padding:5px;width:170px;">
<td style="padding:5px">
<input type="text" name="OperTime" id="OperTime"
onClick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" class="txt Wdate radius-ui"
style="width:140px;" readonly/>
@@ -71,7 +71,7 @@
data-options="validType:'length[2,30]'" style="width:150px;" readonly/>
</td>
<td style="width:80px;"></td>
<td style="padding:5px;width:170px;"></td>
<td style="padding:5px;"></td>
<td style="width:70px;"></td>
<td style="padding:5px"></td>
<td style="width:100px;"></td>
@@ -85,7 +85,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>
</table>
@@ -97,9 +97,9 @@
<a href="javascript:void(0)" id="cancelDepotHead" class="easyui-linkbutton" iconCls="icon-cancel"
onclick="javascript:$('#depotHeadDlg').dialog('close')">取消</a>
</div>
<div id="depotHeadDlgShow" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:70px"
<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">
<table>
<table width="100%">
<tr>
<td style="width:60px;">单据日期:</td>
<td style="padding:5px;width:130px;">
@@ -124,7 +124,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>
</table>

View File

@@ -54,10 +54,10 @@
<table id="tableData" style="top:300px;border-bottom-color:#FFFFFF"></table>
</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">
<form id="depotHeadFM" method="post" novalidate>
<table>
<table width="100%">
<tr>
<td style="width:70px;">单据日期</td>
<td style="padding:5px;width:170px;">
@@ -85,7 +85,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>
</table>
@@ -96,9 +96,9 @@
<a href="javascript:void(0)" id="cancelDepotHead" class="easyui-linkbutton" iconCls="icon-cancel"
onclick="javascript:$('#depotHeadDlg').dialog('close')">取消</a>
</div>
<div id="depotHeadDlgShow" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:70px"
<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">
<table>
<table width="100%">
<tr>
<td style="width:60px;">单据日期:</td>
<td style="padding:5px;width:130px;">

View File

@@ -53,10 +53,10 @@
<table id="tableData" style="top:300px;border-bottom-color:#FFFFFF"></table>
</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">
<form id="depotHeadFM" method="post" novalidate>
<table>
<table width="100%">
<tr>
<td style="width:70px;">单据日期</td>
<td style="padding:5px;width:170px;">
@@ -84,7 +84,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>
</table>
@@ -96,9 +96,9 @@
<a href="javascript:void(0)" id="cancelDepotHead" class="easyui-linkbutton" iconCls="icon-cancel"
onclick="javascript:$('#depotHeadDlg').dialog('close')">取消</a>
</div>
<div id="depotHeadDlgShow" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:70px"
<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">
<table>
<table width="100%">
<tr>
<td style="width:60px;">单据日期:</td>
<td style="padding:5px;width:130px;">
@@ -123,7 +123,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>
</table>

View File

@@ -64,12 +64,12 @@
<table id="materialTableData" style="top:50px;border-bottom-color:#FFFFFF"></table>
</div>
<div id="materialDlg" class="easyui-dialog" style="width:1200px;height:520px;padding:10px 20px"
<div id="materialDlg" class="easyui-dialog" style="padding:10px 20px" fit="true"
closed="true" buttons="#dlg-buttons" modal="true" collapsible="false" closable="true">
<form id="materialFM" method="post" novalidate>
<div id="tt" class="easyui-tabs" style="width:1150px;height:410px;">
<div id="tt" class="easyui-tabs" style="width:100%;height:520px;">
<div title="基本信息" style="padding:20px;">
<table>
<table width="100%">
<tr>
<td style="width:80px; height:30px;">品名</td>
<td style="padding:5px;width:250px;">
@@ -131,16 +131,15 @@
<td style="text-align: left;"></td>
</tr>
<tr>
<td style="height:30px;">备注</td>
<td style="padding:5px" colspan="5">
<textarea name="Remark" id="Remark" class="easyui-textbox" data-options="multiline:true" placeholder="暂无备注信息"
style="width: 925px; height:40px;"></textarea>
<td colspan="7" style="padding:5px 20px 10px 0; width: 1130px">
<table id="materialExtendData" style="width:100%;border-bottom-color:#FFFFFF"></table>
</td>
<td></td>
</tr>
<tr>
<td colspan="7">
<table id="materialExtendData" style="top:100px;border-bottom-color:#FFFFFF"></table>
<td style="height:30px;">备注</td>
<td style="padding:5px 20px 5px 5px" colspan="6">
<textarea name="Remark" id="Remark" class="easyui-textbox" data-options="multiline:true" placeholder="暂无备注信息"
style="width: 100%; height:40px;"></textarea>
</td>
</tr>
</table>
@@ -1031,8 +1030,7 @@
//商品价格扩展
function initTableDataExtend(type,materialId){
$('#materialExtendData').datagrid({
width:1000,
height:150,
height:200,
rownumbers: false,
//动画效果
animate:false,
@@ -1109,6 +1107,7 @@
$.messager.alert('查询提示','查询数据后台异常,请稍后再试!','error');
}
});
dgResize();
}
//检查商品名称是否存在 ++ 重名无法提示问题需要跟进

View File

@@ -54,10 +54,10 @@
<table id="tableData" style="top:300px;border-bottom-color:#FFFFFF"></table>
</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">
<form id="depotHeadFM" method="post" novalidate>
<table>
<table width="100%">
<tr>
<td style="width:70px;">供应商</td>
<td style="padding:5px;width:170px;">
@@ -94,7 +94,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>
</table>
@@ -105,9 +105,9 @@
<a href="javascript:void(0)" id="cancelDepotHead" class="easyui-linkbutton" iconCls="icon-cancel"
onclick="javascript:$('#depotHeadDlg').dialog('close')">取消</a>
</div>
<div id="depotHeadDlgShow" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:70px"
<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">
<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>
</table>

View File

@@ -54,10 +54,10 @@
<table id="tableData" style="top:300px;border-bottom-color:#FFFFFF"></table>
</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">
<form id="depotHeadFM" method="post" novalidate>
<table>
<table width="100%">
<tr>
<td style="width:70px;">客户</td>
<td style="padding:5px;width:170px;">
@@ -88,7 +88,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>
</table>
@@ -99,9 +99,9 @@
<a href="javascript:void(0)" id="cancelDepotHead" class="easyui-linkbutton" iconCls="icon-cancel"
onclick="javascript:$('#depotHeadDlg').dialog('close')">取消</a>
</div>
<div id="depotHeadDlgShow" class="easyui-dialog" style="width:1200px;padding:10px 20px;top:70px"
<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">
<table>
<table width="100%">
<tr>
<td style="width:60px;">客户:</td>
<td style="padding:5px;width:130px;">
@@ -128,7 +128,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>
</table>

View File

@@ -54,10 +54,10 @@
<table id="tableData" style="top:300px;border-bottom-color:#FFFFFF"></table>
</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">
<form id="depotHeadFM" method="post" novalidate>
<table>
<table width="100%">
<tr>
<td style="width:70px;">供应商</td>
<td style="padding:5px;width:170px;">
@@ -88,7 +88,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>
@@ -141,9 +141,9 @@
<a href="javascript:void(0)" id="cancelDepotHead" class="easyui-linkbutton" iconCls="icon-cancel"
onclick="javascript:$('#depotHeadDlg').dialog('close')">取消</a>
</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">
<table>
<table width="100%">
<tr>
<td style="width:60px;">供应商:</td>
<td style="padding:5px;width:130px;">
@@ -170,7 +170,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

@@ -54,13 +54,13 @@
<table id="tableData" style="top:300px;border-bottom-color:#FFFFFF"></table>
</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">
<form id="depotHeadFM" method="post" novalidate>
<table>
<table width="100%">
<tr>
<td style="width:70px;">供应商</td>
<td style="padding:5px;width:170px;">
<td style="padding:5px;">
<div class="org-list">
<input id="OrganId" name="OrganId" style="width:130px;"/>
</div>
@@ -95,7 +95,7 @@
<tr>
<td colspan="9">
<textarea name="Remark" id="Remark" rows="2" cols="2" placeholder="暂无备注信息"
style="width: 1130px; height:35px;"></textarea>
style="width: 100%; height:35px;"></textarea>
</td>
</tr>
<tr>
@@ -156,9 +156,9 @@
<a href="javascript:void(0)" id="cancelDepotHead" class="easyui-linkbutton" iconCls="icon-cancel"
onclick="javascript:$('#depotHeadDlg').dialog('close')">取消</a>
</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">
<table>
<table width="100%">
<tr>
<td style="width:60px;">供应商:</td>
<td style="padding:5px;width:130px;">

View File

@@ -54,10 +54,10 @@
<table id="tableData" style="top:300px;border-bottom-color:#FFFFFF"></table>
</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">
<form id="depotHeadFM" method="post" novalidate>
<table>
<table width="100%">
<tr>
<td style="width:70px;">供应商</td>
<td style="padding:5px;width:170px;">
@@ -94,7 +94,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>
</table>
@@ -106,9 +106,9 @@
<a href="javascript:void(0)" id="cancelDepotHead" class="easyui-linkbutton" iconCls="icon-cancel"
onclick="javascript:$('#depotHeadDlg').dialog('close')">取消</a>
</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">
<table>
<table width="100%">
<tr>
<td style="width:60px;">供应商:</td>
<td style="padding:5px;width:130px;">
@@ -135,7 +135,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>
</table>

View File

@@ -54,10 +54,10 @@
<table id="tableData" style="top:300px;border-bottom-color:#FFFFFF"></table>
</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">
<form id="depotHeadFM" method="post" novalidate>
<table>
<table width="100%">
<tr>
<td style="width:70px;height:50px;">会员卡号</td>
<td style="padding:5px;width:200px;">
@@ -126,7 +126,7 @@
<tr>
<td colspan="8">
<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>
</table>
@@ -138,9 +138,9 @@
<a href="javascript:void(0)" id="cancelDepotHead" class="easyui-linkbutton" iconCls="icon-cancel"
onclick="javascript:$('#depotHeadDlg').dialog('close')">取消</a>
</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">
<table>
<table width="100%">
<tr>
<td style="width:70px;height:50px;">会员卡号:</td>
<td style="padding:5px;width:200px;">

View File

@@ -54,10 +54,10 @@
<table id="tableData" style="top:300px;border-bottom-color:#FFFFFF"></table>
</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">
<form id="depotHeadFM" method="post" novalidate>
<table>
<table width="100%">
<tr>
<td style="width:70px;height:50px;">会员卡号</td>
<td style="padding:5px;width:200px;">
@@ -136,7 +136,7 @@
<tr>
<td colspan="8">
<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>
</table>
@@ -148,9 +148,9 @@
<a href="javascript:void(0)" id="cancelDepotHead" class="easyui-linkbutton" iconCls="icon-cancel"
onclick="javascript:$('#depotHeadDlg').dialog('close')">取消</a>
</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">
<table>
<table width="100%">
<tr>
<td style="width:70px;height:50px;">会员卡号:</td>
<td style="padding:5px;width:200px;">

View File

@@ -54,10 +54,10 @@
<table id="tableData" style="top:300px;border-bottom-color:#FFFFFF"></table>
</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">
<form id="depotHeadFM" method="post" novalidate>
<table>
<table width="100%">
<tr>
<td>客户</td>
<td style="padding:5px">
@@ -87,7 +87,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>
@@ -140,9 +140,9 @@
<a href="javascript:void(0)" id="cancelDepotHead" class="easyui-linkbutton" iconCls="icon-cancel"
onclick="javascript:$('#depotHeadDlg').dialog('close')">取消</a>
</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">
<table>
<table width="100%">
<tr>
<td style="width:70px;">客户:</td>
<td style="padding:5px;width:130px;">
@@ -169,7 +169,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

@@ -54,10 +54,10 @@
<table id="tableData" style="top:300px;border-bottom-color:#FFFFFF"></table>
</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">
<form id="depotHeadFM" method="post" novalidate>
<table>
<table width="100%">
<tr>
<td style="width:70px;">客户</td>
<td style="padding:5px">
@@ -95,7 +95,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>
</table>
@@ -106,9 +106,9 @@
<a href="javascript:void(0)" id="cancelDepotHead" class="easyui-linkbutton" iconCls="icon-cancel"
onclick="javascript:$('#depotHeadDlg').dialog('close')">取消</a>
</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">
<table>
<table width="100%">
<tr>
<td style="width:60px;">客户:</td>
<td style="padding:5px;width:130px;">
@@ -137,7 +137,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>
</table>

View File

@@ -54,10 +54,10 @@
<table id="tableData" style="top:300px;border-bottom-color:#FFFFFF"></table>
</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">
<form id="depotHeadFM" method="post" novalidate>
<table>
<table width="100%">
<tr>
<td style="width:70px;">客户</td>
<td style="padding:5px">
@@ -95,7 +95,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>
@@ -154,9 +154,9 @@
<a href="javascript:void(0)" id="cancelDepotHead" class="easyui-linkbutton" iconCls="icon-cancel"
onclick="javascript:$('#depotHeadDlg').dialog('close')">取消</a>
</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">
<table>
<table width="100%">
<tr>
<td style="width:60px;">客户:</td>
<td style="padding:5px;width:130px;">
@@ -185,7 +185,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>