Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
d4eef954
Commit
d4eef954
authored
Jul 06, 2020
by
季圣华
Browse files
修改商品出入库明细的页面高度
parent
2c9e7604
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/materials/material.html
View file @
d4eef954
...
@@ -66,7 +66,7 @@
...
@@ -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:5
2
0px;padding:10px 20px"
closed=
"true"
<div
id=
"materialDetailListDlg"
class=
"easyui-dialog"
style=
"width:900px;height:5
0
0px;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 @@
...
@@ -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
,
//动画效果
//动画效果
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment