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
8c2b9ef0
Commit
8c2b9ef0
authored
Aug 12, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-06-12 生产报工优化显示
parent
420c439f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
ServiceHPSC106.java
.../java/com/baosight/hpjx/hp/sc/service/ServiceHPSC106.java
+3
-3
HPSC106.jsp
src/main/webapp/HP/SC/HPSC106.jsp
+2
-2
No files found.
src/main/java/com/baosight/hpjx/hp/sc/service/ServiceHPSC106.java
View file @
8c2b9ef0
...
...
@@ -21,7 +21,7 @@ import java.util.Map;
*/
public
class
ServiceHPSC106
extends
ServiceEPBase
{
@OperationLogAnnotation
(
operModul
=
"生产报工
单
"
,
operType
=
"查询"
,
operDesc
=
"初始化页面"
)
@OperationLogAnnotation
(
operModul
=
"生产报工"
,
operType
=
"查询"
,
operDesc
=
"初始化页面"
)
@Override
public
EiInfo
initLoad
(
EiInfo
inInfo
)
{
try
{
...
...
@@ -35,7 +35,7 @@ public class ServiceHPSC106 extends ServiceEPBase {
/*
* 查询*/
@OperationLogAnnotation
(
operModul
=
"生产报工
单
"
,
operType
=
"查询"
,
operDesc
=
"查询"
)
@OperationLogAnnotation
(
operModul
=
"生产报工"
,
operType
=
"查询"
,
operDesc
=
"查询"
)
@Override
public
EiInfo
query
(
EiInfo
inInfo
)
{
try
{
...
...
@@ -47,7 +47,7 @@ public class ServiceHPSC106 extends ServiceEPBase {
}
@Override
@OperationLogAnnotation
(
operModul
=
"生产报工
单
"
,
operType
=
"删除"
,
operDesc
=
"删除"
)
@OperationLogAnnotation
(
operModul
=
"生产报工"
,
operType
=
"删除"
,
operDesc
=
"删除"
)
public
EiInfo
delete
(
EiInfo
inInfo
)
{
try
{
List
<
Map
>
resultRows
=
inInfo
.
getBlock
(
EiConstant
.
resultBlock
).
getRows
();
...
...
src/main/webapp/HP/SC/HPSC106.jsp
View file @
8c2b9ef0
...
...
@@ -16,7 +16,7 @@
<c:set var="ctx" value="${pageContext.request.contextPath}"/>
<c:set var="loginName" value="<%=loginName%>" />
<EF:EFPage title="生产报工
单
">
<EF:EFPage title="生产报工">
<EF:EFRegion id="inqu" title="查询条件">
<div class="row">
<EF:EFInput blockId="inqu_status" row="0" ename="factoryName" cname="工厂区" placeholder="模糊查询" colWidth="3"/>
...
...
@@ -37,7 +37,7 @@
<EF:EFColumn ename="productName" cname="产品名称" width="100" enable="false" readonly="true" align="center"/>
<EF:EFColumn ename="groupName" cname="生产组" width="100" enable="false" readonly="true" align="center"/>
<EF:EFColumn ename="quantity" cname="数量" width="100" enable="false" format="{0:0}%" readonly="true" align="center"/>
<EF:EFColumn ename="totalWeight" cname="
任务总重(KG)
" width="100" enable="false" format="{0:n2}" readonly="true" align="center"/>
<EF:EFColumn ename="totalWeight" cname="
重量
" width="100" enable="false" format="{0:n2}" readonly="true" align="center"/>
</EF:EFGrid>
</EF:EFRegion>
</EF:EFPage>
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