Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-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
hg-smart
Commits
3c28d919
Commit
3c28d919
authored
Jun 04, 2024
by
wuwenlong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
沟通记录dev
parent
65cc1e6b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
2 deletions
+11
-2
HGZL002.js
src/main/webapp/HG/ZL/HGZL002.js
+3
-0
HGZL004.js
src/main/webapp/HG/ZL/HGZL004.js
+3
-0
HGZL004A.js
src/main/webapp/HG/ZL/HGZL004A.js
+3
-0
HGZL004A.jsp
src/main/webapp/HG/ZL/HGZL004A.jsp
+2
-2
No files found.
src/main/webapp/HG/ZL/HGZL002.js
View file @
3c28d919
...
...
@@ -29,6 +29,9 @@ $(function () {
}
}],
onSuccess
:
function
(
e
)
{
if
(
e
.
eiInfo
.
extAttr
.
methodName
==
'save'
||
e
.
eiInfo
.
extAttr
.
methodName
==
'delete'
){
query
();
}
},
loadComplete
:
function
(
grid
)
{
// 此 grid 对象
...
...
src/main/webapp/HG/ZL/HGZL004.js
View file @
3c28d919
...
...
@@ -30,6 +30,9 @@ $(function () {
}
}],
onSuccess
:
function
(
e
)
{
if
(
e
.
eiInfo
.
extAttr
.
methodName
==
'save'
||
e
.
eiInfo
.
extAttr
.
methodName
==
'complete'
){
query
();
}
},
loadComplete
:
function
(
grid
)
{
//复检完工
...
...
src/main/webapp/HG/ZL/HGZL004A.js
View file @
3c28d919
...
...
@@ -9,6 +9,9 @@ $(function () {
},
columns
:
[],
onSuccess
:
function
(
e
)
{
if
(
e
.
eiInfo
.
extAttr
.
methodName
==
'save'
||
e
.
eiInfo
.
extAttr
.
methodName
==
'delete'
){
query
();
}
},
loadComplete
:
function
(
grid
)
{
},
...
...
src/main/webapp/HG/ZL/HGZL004A.jsp
View file @
3c28d919
...
...
@@ -11,7 +11,7 @@
<EF:EFInput
cname=
"通知单ID"
ename=
"informId"
blockId=
"inqu_status"
row=
"0"
type=
"hidden"
/>
<EF:EFInput
blockId=
"inqu_status"
row=
"0"
ename=
"content"
cname=
"内容"
placeholder=
"模糊查询"
colWidth=
"3"
/>
<EF:EFInput
blockId=
"inqu_status"
row=
"0"
ename=
"c
h
reatedName"
cname=
"创建人"
placeholder=
"模糊查询"
colWidth=
"3"
/>
<EF:EFInput
blockId=
"inqu_status"
row=
"0"
ename=
"createdName"
cname=
"创建人"
placeholder=
"模糊查询"
colWidth=
"3"
/>
<EF:EFDatePicker
cname=
"沟通日期"
ename=
"inqu_status-0-createdTime"
colWidth=
"3"
format=
"yyyy-MM-dd"
readonly=
"false"
/>
</div>
...
...
@@ -21,7 +21,7 @@
<EF:EFGrid
blockId=
"result"
autoDraw=
"override"
isFloat=
"true"
checkMode=
"single"
>
<EF:EFColumn
ename=
"id"
cname=
"内码"
hidden=
"true"
/>
<EF:EFColumn
ename=
"content"
cname=
"内容"
width=
"150"
required=
"true"
readonly=
"true"
align=
"center"
/>
<EF:EFColumn
ename=
"c
h
reatedName"
cname=
"创建人"
width=
"130"
enable=
"false"
readonly=
"true"
align=
"center"
/>
<EF:EFColumn
ename=
"createdName"
cname=
"创建人"
width=
"130"
enable=
"false"
readonly=
"true"
align=
"center"
/>
<EF:EFColumn
ename=
"createdTime"
cname=
"创建时间"
editType=
"date"
dateFormat=
"yyyy-MM-dd HH:mm:ss"
parseFormats=
"['yyyyMMddHHmmss']"
enable=
"true"
width=
"130"
align=
"center"
readOnly=
"true"
/>
</EF:EFGrid>
...
...
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