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
f91e565b
Commit
f91e565b
authored
Jan 12, 2024
by
YG6494
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HPZL001修改按钮
parent
7d719488
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
37 additions
and
238 deletions
+37
-238
HPSC001.xml
src/main/java/com/baosight/hpjx/hp/sc/sql/HPSC001.xml
+2
-2
ServiceHPZL001.java
.../java/com/baosight/hpjx/hp/zl/service/ServiceHPZL001.java
+7
-1
HPPZ001.js
src/main/webapp/HP/PZ/HPPZ001.js
+25
-123
HPZL001.js
src/main/webapp/HP/ZL/HPZL001.js
+2
-112
HPZL001.jsp
src/main/webapp/HP/ZL/HPZL001.jsp
+1
-0
No files found.
src/main/java/com/baosight/hpjx/hp/sc/sql/HPSC001.xml
View file @
f91e565b
...
@@ -158,8 +158,8 @@
...
@@ -158,8 +158,8 @@
<isNotEmpty
prepend=
" AND "
property=
"companyCode"
>
<isNotEmpty
prepend=
" AND "
property=
"companyCode"
>
COMPANY_CODE = #companyCode#
COMPANY_CODE = #companyCode#
</isNotEmpty>
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"
projType
"
>
<isNotEmpty
prepend=
" AND "
property=
"
status
"
>
PROJ_TYPE = #projType
#
STATUS = #status
#
</isNotEmpty>
</isNotEmpty>
ORDER BY PROJ_CODE
ORDER BY PROJ_CODE
</select>
</select>
...
...
src/main/java/com/baosight/hpjx/hp/zl/service/ServiceHPZL001.java
View file @
f91e565b
...
@@ -29,7 +29,7 @@ public class ServiceHPZL001 extends ServiceBase {
...
@@ -29,7 +29,7 @@ public class ServiceHPZL001 extends ServiceBase {
Arrays
.
asList
(
Arrays
.
asList
(
DdynamicEnum
.
PROJ_RECORD_BLOCK_ID
),
DdynamicEnum
.
PROJ_RECORD_BLOCK_ID
),
new
HashMap
<
String
,
String
>(
1
)
{{
new
HashMap
<
String
,
String
>(
1
)
{{
put
(
"
STATUS
"
,
"1"
);
put
(
"
status
"
,
"1"
);
}});
}});
return
outInfo
;
return
outInfo
;
...
@@ -73,6 +73,12 @@ public class ServiceHPZL001 extends ServiceBase {
...
@@ -73,6 +73,12 @@ public class ServiceHPZL001 extends ServiceBase {
HPZL001
HPZL001
=
new
HPZL001
();
HPZL001
HPZL001
=
new
HPZL001
();
EiBlock
eiBlock
=
inInfo
.
getBlock
(
EiConstant
.
resultBlock
);
EiBlock
eiBlock
=
inInfo
.
getBlock
(
EiConstant
.
resultBlock
);
for
(
int
i
=
0
;
i
<
eiBlock
.
getRowCount
();
i
++)
{
for
(
int
i
=
0
;
i
<
eiBlock
.
getRowCount
();
i
++)
{
String
itemName
=
inInfo
.
getCellStr
(
EiConstant
.
resultBlock
,
i
,
"itemName"
);
String
[]
str
=
itemName
.
split
(
"-"
);
inInfo
.
setCell
(
EiConstant
.
resultBlock
,
i
,
"itemCode"
,
str
[
0
]);
inInfo
.
setCell
(
EiConstant
.
resultBlock
,
i
,
"itemName"
,
str
[
1
]);
Map
<?,
?>
map
=
eiBlock
.
getRow
(
i
);
Map
<?,
?>
map
=
eiBlock
.
getRow
(
i
);
HPZL001
.
fromMap
(
map
);
HPZL001
.
fromMap
(
map
);
...
...
src/main/webapp/HP/PZ/HPPZ001.js
View file @
f91e565b
...
@@ -5,129 +5,31 @@ $(function() {
...
@@ -5,129 +5,31 @@ $(function() {
resultGrid
.
dataSource
.
page
(
1
);
// 点击查询按钮,从第1页开始查询
resultGrid
.
dataSource
.
page
(
1
);
// 点击查询按钮,从第1页开始查询
});
});
IPLATUI
.
EFGrid
=
{
$
(
function
()
{
"result"
:
{
$
(
"#QUERY"
).
on
(
"click"
,
function
()
{
resultGrid
.
dataSource
.
page
(
1
);
loadComplete
:
function
(
grid
)
{
});
// 新增
$
(
"#BTN_INSERT"
).
on
(
"click"
,
function
()
{
IPLATUI
.
EFGrid
.
result
=
{
var
btnNode
=
$
(
this
);
pageable
:
{
//禁用按钮
pageSize
:
20
,
btnNode
.
attr
(
"disabled"
,
true
);
pageSizes
:
[
10
,
20
,
30
,
50
,
100
,
200
],
IPLAT
.
submitNode
(
$
(
"#HPPZ002"
),
"HPPZ002"
,
"insert"
,
{
},
onSuccess
:
function
(
ei
)
{
columns
:
[
if
(
ei
[
"status"
]
==
-
1
)
{
{
NotificationUtil
(
ei
,
"error"
);
field
:
"money"
,
}
else
{
valueType
:
"N"
,
//小计设置
// 绑定grid
type
:
"N"
,
resultGrid
.
setEiInfo
(
ei
);
},
NotificationUtil
({
{
msg
:
'新增成功'
field
:
"assessmentAmount"
,
});
valueType
:
"N"
,
//小计设置
}
type
:
"N"
,
//释放禁用按钮
}
btnNode
.
attr
(
"disabled"
,
false
);
]
resultGrid
.
dataSource
.
page
(
1
);
}
},
});
onFail
:
function
(
ei
)
{
// onFail 表示失败回调函数
// 发生异常
console
.
log
(
ei
);
//释放禁用按钮
btnNode
.
attr
(
"disabled"
,
false
);
}
});
});
// 修改
$
(
"#BTN_UPDATE"
).
on
(
"click"
,
function
()
{
var
rowCount
=
resultGrid
.
getCheckedRows
();
// 检验是否选中数据
if
(
rowCount
==
null
||
rowCount
==
""
)
{
NotificationUtil
({
msg
:
'请选择一条或多条数据'
},
"warning"
);
return
false
;
}
var
btnNode
=
$
(
this
);
//禁用按钮
btnNode
.
attr
(
"disabled"
,
true
);
IPLAT
.
submitNode
(
$
(
"#HPPZ002"
),
"HPPZ002"
,
"update"
,
{
onSuccess
:
function
(
ei
)
{
if
(
ei
[
"status"
]
==
-
1
)
{
NotificationUtil
(
ei
,
"error"
);
}
else
{
NotificationUtil
({
msg
:
'修改成功'
});
// 绑定grid
resultGrid
.
setEiInfo
(
ei
);
}
//释放禁用按钮
btnNode
.
attr
(
"disabled"
,
false
);
},
onFail
:
function
(
ei
)
{
// onFail 表示失败回调函数
// 发生异常
console
.
log
(
ei
);
//释放禁用按钮
btnNode
.
attr
(
"disabled"
,
false
);
}
});
});
//删除
$
(
"#DELETE"
).
on
(
"click"
,
function
()
{
var
btnNode
=
$
(
this
);
//禁用按钮
btnNode
.
attr
(
"disabled"
,
true
);
var
dataItems
=
resultGrid
.
getCheckedRows
();
if
(
dataItems
==
null
||
dataItems
==
""
)
{
NotificationUtil
({
msg
:
'选择要删除的数据'
},
"warning"
);
//释放禁用按钮
btnNode
.
attr
(
"disabled"
,
false
);
return
false
;
}
IPLAT
.
submitNode
(
$
(
"#HPPZ002"
),
"HPPZ002"
,
"delete"
,
{
onSuccess
:
function
(
ei
)
{
if
(
ei
[
"status"
]
==
-
1
)
{
NotificationUtil
(
ei
,
"error"
);
}
else
{
NotificationUtil
({
msg
:
'删除成功'
});
// 绑定grid
resultGrid
.
setEiInfo
(
ei
);
}
//释放禁用按钮
btnNode
.
attr
(
"disabled"
,
false
);
},
onFail
:
function
(
ei
)
{
// onFail
// 表示失败回调函数
// 发生异常
console
.
log
(
ei
);
//释放禁用按钮
btnNode
.
attr
(
"disabled"
,
false
);
}
});
});
}
},
};
});
});
src/main/webapp/HP/ZL/HPZL001.js
View file @
f91e565b
...
@@ -26,8 +26,8 @@ $(function() {
...
@@ -26,8 +26,8 @@ $(function() {
pageable
:
{
pageable
:
{
input
:
true
,
input
:
true
,
numeric
:
false
,
numeric
:
false
,
pageSize
:
10
0
,
pageSize
:
2
0
,
pageSizes
:
[
10
0
,
200
,
300
,
5
00
]
pageSizes
:
[
10
,
20
,
30
,
50
,
100
,
2
00
]
},
},
columns
:[
columns
:[
{
{
...
@@ -77,120 +77,10 @@ $(function() {
...
@@ -77,120 +77,10 @@ $(function() {
}
}
}
}
],
],
loadComplete
:
function
(
grid
)
{
// 新增
$
(
"#BTN_INSERT"
).
on
(
"click"
,
function
()
{
var
btnNode
=
$
(
this
);
//禁用按钮
btnNode
.
attr
(
"disabled"
,
true
);
IPLAT
.
submitNode
(
$
(
"#HPZL001"
),
"HPZL001"
,
"insert"
,
{
onSuccess
:
function
(
ei
)
{
if
(
ei
[
"status"
]
==
-
1
)
{
NotificationUtil
(
ei
,
"error"
);
}
else
{
// 绑定grid
resultGrid
.
setEiInfo
(
ei
);
NotificationUtil
({
msg
:
'新增成功'
});
}
//释放禁用按钮
btnNode
.
attr
(
"disabled"
,
false
);
resultGrid
.
dataSource
.
page
(
1
);
},
onFail
:
function
(
ei
)
{
// onFail 表示失败回调函数
// 发生异常
console
.
log
(
ei
);
//释放禁用按钮
btnNode
.
attr
(
"disabled"
,
false
);
}
});
});
// 修改
$
(
"#BTN_UPDATE"
).
on
(
"click"
,
function
()
{
var
rowCount
=
resultGrid
.
getCheckedRows
();
// 检验是否选中数据
if
(
rowCount
==
null
||
rowCount
==
""
)
{
NotificationUtil
({
msg
:
'请选择一条或多条数据'
},
"warning"
);
return
false
;
}
var
btnNode
=
$
(
this
);
//禁用按钮
btnNode
.
attr
(
"disabled"
,
true
);
IPLAT
.
submitNode
(
$
(
"#HPZL001"
),
"HPZL001"
,
"update"
,
{
onSuccess
:
function
(
ei
)
{
if
(
ei
[
"status"
]
==
-
1
)
{
NotificationUtil
(
ei
,
"error"
);
}
else
{
NotificationUtil
({
msg
:
'修改成功'
});
// 绑定grid
resultGrid
.
setEiInfo
(
ei
);
}
//释放禁用按钮
btnNode
.
attr
(
"disabled"
,
false
);
},
onFail
:
function
(
ei
)
{
// onFail 表示失败回调函数
// 发生异常
console
.
log
(
ei
);
//释放禁用按钮
btnNode
.
attr
(
"disabled"
,
false
);
}
});
});
//删除
$
(
"#DELETE"
).
on
(
"click"
,
function
()
{
var
btnNode
=
$
(
this
);
//禁用按钮
btnNode
.
attr
(
"disabled"
,
true
);
var
dataItems
=
resultGrid
.
getCheckedRows
();
if
(
dataItems
==
null
||
dataItems
==
""
)
{
NotificationUtil
({
msg
:
'选择要删除的数据'
},
"warning"
);
//释放禁用按钮
btnNode
.
attr
(
"disabled"
,
false
);
return
false
;
}
IPLAT
.
submitNode
(
$
(
"#HPZL001"
),
"HPZL001"
,
"delete"
,
{
onSuccess
:
function
(
ei
)
{
if
(
ei
[
"status"
]
==
-
1
)
{
NotificationUtil
(
ei
,
"error"
);
}
else
{
NotificationUtil
({
msg
:
'删除成功'
});
// 绑定grid
resultGrid
.
setEiInfo
(
ei
);
}
//释放禁用按钮
btnNode
.
attr
(
"disabled"
,
false
);
},
onFail
:
function
(
ei
)
{
// onFail
// 表示失败回调函数
// 发生异常
console
.
log
(
ei
);
//释放禁用按钮
btnNode
.
attr
(
"disabled"
,
false
);
}
});
});
}
},
},
...
...
src/main/webapp/HP/ZL/HPZL001.jsp
View file @
f91e565b
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
required=
"true"
required=
"true"
locked=
"true"
locked=
"true"
filter=
"contains"
>
filter=
"contains"
>
<EF:EFOption
label=
"--请选择--"
value=
""
/>
<EF:EFOptions
blockId=
"proj_record_block_id"
textField=
"textField"
valueField=
"valueField"
/>
<EF:EFOptions
blockId=
"proj_record_block_id"
textField=
"textField"
valueField=
"valueField"
/>
</EF:EFSelect>
</EF:EFSelect>
<EF:EFInput
ename=
"inqu_status-0-princ"
cname=
"检查人"
colWidth=
"4"
readonly=
"false"
/>
<EF:EFInput
ename=
"inqu_status-0-princ"
cname=
"检查人"
colWidth=
"4"
readonly=
"false"
/>
...
...
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