修改商品出入库明细的页面高度
This commit is contained in:
@@ -66,7 +66,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="materialDetailListDlg" class="easyui-dialog" style="width:900px;height:520px;padding:10px 20px" closed="true"
|
<div id="materialDetailListDlg" class="easyui-dialog" style="width:900px;height:500px;padding:10px 20px" closed="true"
|
||||||
modal="true" collapsible="false" closable="true">
|
modal="true" collapsible="false" closable="true">
|
||||||
<table id="materialTableData" style="top:50px;border-bottom-color:#FFFFFF"></table>
|
<table id="materialTableData" style="top:50px;border-bottom-color:#FFFFFF"></table>
|
||||||
</div>
|
</div>
|
||||||
@@ -514,7 +514,7 @@
|
|||||||
//初始化表格数据
|
//初始化表格数据
|
||||||
function initMaterialDetailData(mId) {
|
function initMaterialDetailData(mId) {
|
||||||
$('#materialTableData').datagrid({
|
$('#materialTableData').datagrid({
|
||||||
height: heightInfo-50,
|
height: 435,
|
||||||
nowrap: false,
|
nowrap: false,
|
||||||
rownumbers: false,
|
rownumbers: false,
|
||||||
//动画效果
|
//动画效果
|
||||||
|
|||||||
Reference in New Issue
Block a user