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
d1ea74c0
Commit
d1ea74c0
authored
Oct 08, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.公告管理详情改为修改,客户关怀倒序排列
parent
0b50ef0e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
HPFW002.xml
src/main/java/com/baosight/hpjx/hp/fw/sql/HPFW002.xml
+1
-1
HPXT011.js
src/main/webapp/HP/XT/HPXT011.js
+1
-1
No files found.
src/main/java/com/baosight/hpjx/hp/fw/sql/HPFW002.xml
View file @
d1ea74c0
...
...
@@ -100,7 +100,7 @@
$orderBy$
</isNotEmpty>
<isEmpty
property=
"orderBy"
>
ID
asc
ID
DESC
</isEmpty>
</dynamic>
</sql>
...
...
src/main/webapp/HP/XT/HPXT011.js
View file @
d1ea74c0
...
...
@@ -13,7 +13,7 @@ $(function () {
let
template
=
''
;
if
(
status
&&
status
==
0
)
{
template
+=
'<a style="cursor: pointer;display: inline-flex;justify-content: center;" '
+
'onclick="modify(
\'
'
+
item
.
noticeNo
+
'
\'
)" >
详情
</a> '
;
+
'onclick="modify(
\'
'
+
item
.
noticeNo
+
'
\'
)" >
修改
</a> '
;
}
template
+=
'<a style="cursor: pointer;display: inline-flex;justify-content: center;margin:auto 5px" '
+
'onclick="showUploadFile(
\'
'
+
item
.
noticeNo
+
'
\'
)" >附件清单</a>'
;
...
...
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