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
487d7713
Commit
487d7713
authored
Jun 05, 2024
by
wuwenlong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目人员opt;
parent
f2e53941
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
HGSC002.xml
src/main/java/com/baosight/hggp/hg/sc/sql/HGSC002.xml
+1
-1
HGSC002.js
src/main/webapp/HG/SC/HGSC002.js
+6
-1
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 @
487d7713
...
@@ -112,7 +112,7 @@
...
@@ -112,7 +112,7 @@
$orderBy$
$orderBy$
</isNotEmpty>
</isNotEmpty>
<isEmpty
property=
"orderBy"
>
<isEmpty
property=
"orderBy"
>
id
a
sc
id
de
sc
</isEmpty>
</isEmpty>
</dynamic>
</dynamic>
...
...
src/main/webapp/HG/SC/HGSC002.js
View file @
487d7713
...
@@ -58,8 +58,13 @@ $(function () {
...
@@ -58,8 +58,13 @@ $(function () {
return
template
;
return
template
;
},
},
editor
:
function
(
container
,
options
)
{
editor
:
function
(
container
,
options
)
{
var
companyCode
=
options
.
model
[
"companyCode"
];
// if(!companyCode){
// message("请先选择公司!")
// return;
// }
let
inInfo
=
new
EiInfo
();
let
inInfo
=
new
EiInfo
();
inInfo
.
set
(
"inqu_status-0-companyCode"
,
options
.
model
[
"companyCode"
]
);
inInfo
.
set
(
"inqu_status-0-companyCode"
,
companyCode
);
inInfo
.
set
(
"field"
,
options
.
field
);
inInfo
.
set
(
"field"
,
options
.
field
);
let
dataSource
;
let
dataSource
;
EiCommunicator
.
send
(
"HGSC002"
,
"projComboBox"
,
inInfo
,
{
EiCommunicator
.
send
(
"HGSC002"
,
"projComboBox"
,
inInfo
,
{
...
...
src/main/webapp/HG/SC/HGSC002.jsp
View file @
487d7713
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<EF:EFColumn
ename=
"operator"
cname=
"操作"
locked=
"true"
enable=
"true"
width=
"100"
align=
"center"
/>
<EF:EFColumn
ename=
"operator"
cname=
"操作"
locked=
"true"
enable=
"true"
width=
"100"
align=
"center"
/>
<EF:EFColumn
ename=
"companyCode"
cname=
"公司名称"
enable=
"true"
width=
"120"
align=
"center"
required=
"true"
/>
<EF:EFColumn
ename=
"companyCode"
cname=
"公司名称"
enable=
"true"
width=
"120"
align=
"center"
required=
"true"
/>
<EF:EFColumn
ename=
"projCode"
cname=
"项目编码"
enable=
"true"
width=
"120"
align=
"center"
required=
"true"
/>
<EF:EFColumn
ename=
"projCode"
cname=
"项目编码"
enable=
"true"
width=
"120"
align=
"center"
required=
"true"
/>
<EF:EFColumn
ename=
"projName"
cname=
"项目名称"
width=
"120"
align=
"center"
read
O
nly=
"true"
required=
"true"
/>
<EF:EFColumn
ename=
"projName"
cname=
"项目名称"
width=
"120"
align=
"center"
read
o
nly=
"true"
required=
"true"
/>
<EF:EFColumn
ename=
"personDepName"
cname=
"所属部门"
enable=
"true"
width=
"120"
align=
"center"
required=
"true"
/>
<EF:EFColumn
ename=
"personDepName"
cname=
"所属部门"
enable=
"true"
width=
"120"
align=
"center"
required=
"true"
/>
<EF:EFColumn
ename=
"personName"
cname=
"姓名"
enable=
"true"
width=
"120"
align=
"center"
required=
"true"
/>
<EF:EFColumn
ename=
"personName"
cname=
"姓名"
enable=
"true"
width=
"120"
align=
"center"
required=
"true"
/>
<EF:EFColumn
ename=
"personPhone"
cname=
"电话"
enable=
"true"
width=
"120"
align=
"center"
required=
"true"
/>
<EF:EFColumn
ename=
"personPhone"
cname=
"电话"
enable=
"true"
width=
"120"
align=
"center"
required=
"true"
/>
...
...
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