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
9fb50a52
Commit
9fb50a52
authored
May 22, 2024
by
wuwenlong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目立项,项目模糊查询bugfix;
parent
10ea928f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
HGSC001.xml
src/main/java/com/baosight/hggp/hg/sc/sql/HGSC001.xml
+1
-1
CommonMethod.java
src/main/java/com/baosight/hggp/util/CommonMethod.java
+1
-1
HGSC001.js
src/main/webapp/HG/SC/HGSC001.js
+7
-5
No files found.
src/main/java/com/baosight/hggp/hg/sc/sql/HGSC001.xml
View file @
9fb50a52
...
...
@@ -81,7 +81,7 @@
proj_code = #projCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"projName"
>
proj_name
= #projName#
proj_name
like ('%$projName$%')
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"projType"
>
proj_type = #projType#
...
...
src/main/java/com/baosight/hggp/util/CommonMethod.java
View file @
9fb50a52
...
...
@@ -279,7 +279,7 @@ public class CommonMethod {
public
static
void
comboBoxDefaultValue
(
EiInfo
inInfo
,
String
blockId
,
String
valueFieldName
,
String
textFieldName
)
{
String
defaultText
=
"-- 请选择 --"
;
comboBoxDefaultValue
(
inInfo
,
blockId
,
HGConstants
.
VALUE_FIELD
,
HGConstants
.
TEXT_FIELD
,
defaultText
);
comboBoxDefaultValue
(
inInfo
,
blockId
,
valueFieldName
,
textFieldName
,
defaultText
);
}
public
static
void
comboBoxDefaultValue
(
EiInfo
inInfo
,
String
blockId
,
String
valueFieldName
,
String
textFieldName
,
String
defaultText
)
{
...
...
src/main/webapp/HG/SC/HGSC001.js
View file @
9fb50a52
...
...
@@ -199,9 +199,11 @@ function commit() {
})
}
function
windowCallback
()
{
// 刷新列表
resultGrid
.
dataSource
.
page
(
1
);
// 关闭弹窗
JSColorbox
.
close
();
function
windowCallback
(
ei
)
{
if
(
ei
.
getStatus
()
>=
0
)
{
// 刷新列表
resultGrid
.
dataSource
.
page
(
1
);
// 关闭弹窗
JSColorbox
.
close
();
}
}
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