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

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

@@ -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();
}
//检查商品名称是否存在 ++ 重名无法提示问题需要跟进