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
4ff4bee3
Commit
4ff4bee3
authored
Mar 28, 2024
by
wasx8023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.隐藏父子联动
parent
9726be52
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
7 deletions
+1
-7
HPPZ010.xml
src/main/java/com/baosight/hpjx/hp/pz/sql/HPPZ010.xml
+1
-1
HPPZ010.jsp
src/main/webapp/HP/PZ/HPPZ010.jsp
+0
-6
No files found.
src/main/java/com/baosight/hpjx/hp/pz/sql/HPPZ010.xml
View file @
4ff4bee3
...
...
@@ -160,7 +160,7 @@
FROM ${platSchema}.XS_USER A
LEFT JOIN ${platSchema}.TXSOG02 B ON A.USER_ID = B.USER_ID
LEFT JOIN ${platSchema}.TXSOG01 C ON B.ORG_ID = C.ORG_ID
LEFT JOIN ${hpjxSchema}.T_HPPZ010 D ON B.ORG_ID = D.
DEP_AUTH
LEFT JOIN ${hpjxSchema}.T_HPPZ010 D ON B.ORG_ID = D.
AUTH_DEP_CODE
WHERE 1=1
AND D.PAGE_ENAME IS NOT NULL
<isNotEmpty
prepend=
" AND "
property=
"companyCode"
>
...
...
src/main/webapp/HP/PZ/HPPZ010.jsp
View file @
4ff4bee3
...
...
@@ -40,12 +40,6 @@
<EF:EFRegion title="数据查看范围" id="result">
<div class="row">
<div class="col-md-12">
<EF:EFInput cname="父子联动" blockId="result" ename="authType" row="0" value="onlyCompany"
colWidth="3" type="checkBox" inline="true"/>
</div>
</div>
<div class="row">
<div class="col-md-12">
<EF:EFInput cname="本公司" blockId="result" ename="authType" row="0" value="onlyCompany"
colWidth="3" type="radio" inline="true"/>
</div>
...
...
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