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
601ea124
Commit
601ea124
authored
May 13, 2024
by
wuwenlong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目人员dev;
parent
9fe21d84
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
HGSC002.xml
src/main/java/com/baosight/hggp/hg/sc/sql/HGSC002.xml
+6
-6
HGSC002.jsp
src/main/webapp/HG/SC/HGSC002.jsp
+1
-1
No files found.
src/main/java/com/baosight/hggp/hg/sc/sql/HGSC002.xml
View file @
601ea124
...
...
@@ -35,7 +35,7 @@
company_code = #companyCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"companyName"
>
company_name =
#companyName#
company_name =
('%$companyName#$')
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"depCode"
>
dep_code = #depCode#
...
...
@@ -47,19 +47,19 @@
proj_code = #projCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"projName"
>
proj_name =
#projName#
proj_name =
('%$projName#$')
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"personDepName"
>
person_dep_name =
#personDepName#
person_dep_name =
('%$personDepName#$')
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"personName"
>
person_name =
#personName#
person_name =
('%$personName#$')
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"personPhone"
>
person_phone =
#personPhone#
person_phone =
('%$personPhone#$')
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"personIdCard"
>
person_id_card =
#personIdCard#
person_id_card =
('%$personIdCard#$')
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"accountCode"
>
account_code = #accountCode#
...
...
src/main/webapp/HG/SC/HGSC002.jsp
View file @
601ea124
...
...
@@ -30,7 +30,7 @@
<EF:EFColumn
ename=
"operator"
cname=
"操作"
locked=
"true"
enable=
"true"
width=
"100"
align=
"center"
/>
<EF:EFColumn
ename=
"companyCode"
cname=
"公司名称"
enable=
"true"
width=
"120"
align=
"center"
/>
<EF:EFColumn
ename=
"projCode"
cname=
"项目编码"
enable=
"true"
width=
"120"
align=
"center"
/>
<EF:EFColumn
ename=
"projName"
cname=
"项目名称"
enable=
"false"
width=
"120"
align=
"center"
readOnly=
"true"
/>
<EF:EFColumn
ename=
"projName"
cname=
"项目名称"
width=
"120"
align=
"center"
readOnly=
"true"
/>
<EF:EFColumn
ename=
"personDepName"
cname=
"所属部门"
enable=
"true"
width=
"120"
align=
"center"
/>
<EF:EFColumn
ename=
"personName"
cname=
"姓名"
enable=
"true"
width=
"120"
align=
"center"
/>
<EF:EFColumn
ename=
"personPhone"
cname=
"电话"
enable=
"true"
width=
"120"
align=
"center"
/>
...
...
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