Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hp-smart
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
platform
hp-smart
Commits
4bac6ab9
Commit
4bac6ab9
authored
Apr 19, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-04-19 页面滚动优化
parent
ff181d28
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
1 deletions
+19
-1
HPPZ003.jsp
src/main/webapp/HP/PZ/HPPZ003.jsp
+1
-1
HPPZ009.js
src/main/webapp/HP/PZ/HPPZ009.js
+6
-0
HPSC010.js
src/main/webapp/HP/SC/HPSC010.js
+12
-0
No files found.
src/main/webapp/HP/PZ/HPPZ003.jsp
View file @
4bac6ab9
...
...
@@ -38,7 +38,7 @@
<EF:EFColumn
ename=
"headName"
cname=
"负责人"
width=
"100"
align=
"center"
required=
"true"
/>
<EF:EFColumn
ename=
"phoneName"
cname=
"负责人联系方式"
align=
"center"
width=
"120"
required=
"true"
/>
<EF:EFColumn
ename=
"address"
cname=
"地址"
width=
"150"
align=
"center"
required=
"true"
/>
<EF:EFColumn
ename=
"phoneName"
cname=
"负责人联系方式"
width=
"1
0
0"
required=
"true"
/>
<EF:EFColumn
ename=
"phoneName"
cname=
"负责人联系方式"
width=
"1
2
0"
required=
"true"
/>
<EF:EFComboColumn
ename=
"status"
cname=
"状态"
width=
"80"
align=
"center"
required=
"true"
defaultValue=
"1"
>
<EF:EFCodeOption
codeName=
"hpjx.hpjx.status"
/>
</EF:EFComboColumn>
...
...
src/main/webapp/HP/PZ/HPPZ009.js
View file @
4bac6ab9
$
(
function
()
{
$
.
extend
(
true
,
IPLATUI
.
Config
,
{
EFGrid
:
{
height
:
$
(
document
).
height
()
-
$
(
"#inqu"
).
height
()
-
$
(
"#ef_form_head"
).
height
()
-
100
,
}
});
IPLATUI
.
EFGrid
.
result
=
{
copyToAdd
:
false
,
pageable
:
{
...
...
src/main/webapp/HP/SC/HPSC010.js
View file @
4bac6ab9
...
...
@@ -5,6 +5,18 @@ $(function () {
$
(
"#QUERY"
).
on
(
"click"
,
query
);
/* 页面查询框的尺寸设置 */
$
.
extend
(
true
,
IPLATUI
.
Config
,
{
EFGrid
:
{
height
:
$
(
document
).
height
()
-
$
(
"#inqu"
).
height
()
-
$
(
"#ef_form_head"
).
height
()
-
100
,
/*pageable: {
input: true,
numeric: false,
pageSizes: [10, 50 , 100 , 200]
}*/
}
});
IPLATUI
.
EFGrid
=
{
"result"
:
{
copyToAdd
:
false
,
...
...
Write
Preview
Markdown
is supported
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