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
5cb88b85
Commit
5cb88b85
authored
May 15, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-05-15 设备台账详情优化
parent
01b933a4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
HGSB001A.xml
src/main/java/com/baosight/hggp/hg/sb/sql/HGSB001A.xml
+3
-3
HGSB001.js
src/main/webapp/HG/SB/HGSB001.js
+2
-2
No files found.
src/main/java/com/baosight/hggp/hg/sb/sql/HGSB001A.xml
View file @
5cb88b85
...
@@ -245,7 +245,7 @@
...
@@ -245,7 +245,7 @@
</isNotEmpty>
</isNotEmpty>
</sql>
</sql>
<select
id=
"resultQuery"
parameterClass=
"
java.util.HashMap"
resultClass=
"com.baosight.hggp.hg.sb.domain.
HGSB001A"
>
<select
id=
"resultQuery"
parameterClass=
"
HashMap"
resultClass=
"
HGSB001A"
>
SELECT
SELECT
<include
refid=
"resultColumn"
/>
<include
refid=
"resultColumn"
/>
FROM ${hggpSchema}.HGSB004A A
FROM ${hggpSchema}.HGSB004A A
...
@@ -256,7 +256,7 @@
...
@@ -256,7 +256,7 @@
$orderBy$
$orderBy$
</isNotEmpty>
</isNotEmpty>
<isEmpty
property=
"orderBy"
>
<isEmpty
property=
"orderBy"
>
A.CREATED_TIME desc, A.ID asc
B.INSPEC_DATE,
A.CREATED_TIME desc, A.ID asc
</isEmpty>
</isEmpty>
</dynamic>
</dynamic>
...
@@ -279,7 +279,7 @@
...
@@ -279,7 +279,7 @@
$orderBy$
$orderBy$
</isNotEmpty>
</isNotEmpty>
<isEmpty
property=
"orderBy"
>
<isEmpty
property=
"orderBy"
>
A.CREATED_TIME desc, A.ID asc
B.UPKEEP_DATE,
A.CREATED_TIME desc, A.ID asc
</isEmpty>
</isEmpty>
</dynamic>
</dynamic>
...
...
src/main/webapp/HG/SB/HGSB001.js
View file @
5cb88b85
...
@@ -315,8 +315,8 @@ function showDetail(id,companyCode,companyName,groupCode,groupName,deviceType,de
...
@@ -315,8 +315,8 @@ function showDetail(id,companyCode,companyName,groupCode,groupName,deviceType,de
JSColorbox
.
open
({
JSColorbox
.
open
({
href
:
url
,
href
:
url
,
title
:
"<div style='text-align: center;'>设备台账详情</div>"
,
title
:
"<div style='text-align: center;'>设备台账详情</div>"
,
width
:
"
80
%"
,
width
:
"
75
%"
,
height
:
"
80
%"
,
height
:
"
95
%"
,
});
});
}
}
...
...
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