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
66bda1b4
Commit
66bda1b4
authored
Aug 16, 2024
by
江和松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目选择过滤bug修改
parent
eb81df09
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
HGCG003.js
src/main/webapp/HG/CG/HGCG003.js
+2
-3
No files found.
src/main/webapp/HG/CG/HGCG003.js
View file @
66bda1b4
...
@@ -94,10 +94,9 @@ $(function () {
...
@@ -94,10 +94,9 @@ $(function () {
inInfo
.
set
(
"inqu_status-0-companyCode"
,
options
.
model
[
"companyCode"
]);
inInfo
.
set
(
"inqu_status-0-companyCode"
,
options
.
model
[
"companyCode"
]);
inInfo
.
set
(
"inqu_status-0-approvalStatus"
,
2
);
inInfo
.
set
(
"inqu_status-0-approvalStatus"
,
2
);
inInfo
.
set
(
"field"
,
options
.
field
);
inInfo
.
set
(
"field"
,
options
.
field
);
let
dataSource
;
EiCommunicator
.
send
(
"HGSC003"
,
"projComboBox"
,
inInfo
,
{
EiCommunicator
.
send
(
"HGSC003"
,
"projComboBox"
,
inInfo
,
{
onSuccess
:
function
(
ei
)
{
onSuccess
:
function
(
ei
)
{
dataSource
=
ei
.
getBlock
(
"projRecordByRole_block_id"
).
getMappedRows
();
projCodeBox
=
ei
.
getBlock
(
"projRecordByRole_block_id"
).
getMappedRows
();
},
},
onFail
:
function
(
ei
)
{
onFail
:
function
(
ei
)
{
}
}
...
@@ -107,7 +106,7 @@ $(function () {
...
@@ -107,7 +106,7 @@ $(function () {
input
.
attr
(
"id"
,
options
.
field
);
input
.
attr
(
"id"
,
options
.
field
);
input
.
appendTo
(
container
);
input
.
appendTo
(
container
);
input
.
kendoDropDownList
({
input
.
kendoDropDownList
({
dataSource
:
dataSource
,
dataSource
:
projCodeBox
,
minLength
:
0
,
minLength
:
0
,
dataTextField
:
"textField"
,
dataTextField
:
"textField"
,
dataValueField
:
"valueField"
,
dataValueField
:
"valueField"
,
...
...
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