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
908e7a07
Commit
908e7a07
authored
Feb 26, 2024
by
liulei
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
347f51c1
0d3fa2fb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
ServiceHPRZ001.java
.../java/com/baosight/hpjx/hp/rz/service/ServiceHPRZ001.java
+7
-6
No files found.
src/main/java/com/baosight/hpjx/hp/rz/service/ServiceHPRZ001.java
View file @
908e7a07
...
@@ -18,15 +18,13 @@ import java.math.BigDecimal;
...
@@ -18,15 +18,13 @@ import java.math.BigDecimal;
import
java.util.*
;
import
java.util.*
;
/**
/**
* @author
YK
* @author
wan
* @date 2024年0
1月09日 10
:18
* @date 2024年0
2月23日 16
:18
*/
*/
public
class
ServiceHPRZ001
extends
ServiceBase
{
public
class
ServiceHPRZ001
extends
ServiceBase
{
// 指定存货类型
private
static
final
Integer
[]
DEFAULT_INVENT_CODE
=
{
InventTypeEnum
.
RAW
.
getCode
(),
InventTypeEnum
.
CONSUMABLE
.
getCode
()};
/**
/**
* 画面初始化
* 画面初始化
...
@@ -34,6 +32,7 @@ public class ServiceHPRZ001 extends ServiceBase {
...
@@ -34,6 +32,7 @@ public class ServiceHPRZ001 extends ServiceBase {
* @param inInfo
* @param inInfo
* @return
* @return
*/
*/
@OperationLogAnnotation
(
operModul
=
"日志查询"
,
operType
=
"查询"
,
operDesc
=
"初始化"
)
public
EiInfo
initLoad
(
EiInfo
inInfo
)
{
public
EiInfo
initLoad
(
EiInfo
inInfo
)
{
try
{
try
{
Map
queryMap
=
new
HashMap
();
Map
queryMap
=
new
HashMap
();
...
@@ -53,6 +52,7 @@ public class ServiceHPRZ001 extends ServiceBase {
...
@@ -53,6 +52,7 @@ public class ServiceHPRZ001 extends ServiceBase {
* @param inInfo
* @param inInfo
* @return
* @return
*/
*/
@OperationLogAnnotation
(
operModul
=
"日志查询"
,
operType
=
"查询"
,
operDesc
=
"查询操作"
)
@Override
@Override
public
EiInfo
query
(
EiInfo
inInfo
)
{
public
EiInfo
query
(
EiInfo
inInfo
)
{
try
{
try
{
...
@@ -69,7 +69,7 @@ public class ServiceHPRZ001 extends ServiceBase {
...
@@ -69,7 +69,7 @@ public class ServiceHPRZ001 extends ServiceBase {
* @param inInfo
* @param inInfo
* @return
* @return
*/
*/
@OperationLogAnnotation
(
operModul
=
"日志
管理"
,
operType
=
"查询"
,
operDesc
=
"初始化
"
)
@OperationLogAnnotation
(
operModul
=
"日志
查询"
,
operType
=
"查询"
,
operDesc
=
"操作模块下拉框
"
)
public
EiInfo
queryOperModulComboBox
(
EiInfo
inInfo
)
{
public
EiInfo
queryOperModulComboBox
(
EiInfo
inInfo
)
{
try
{
try
{
Map
queryMap
=
EiInfoUtils
.
getFirstRow
(
inInfo
);
Map
queryMap
=
EiInfoUtils
.
getFirstRow
(
inInfo
);
...
@@ -89,6 +89,7 @@ public class ServiceHPRZ001 extends ServiceBase {
...
@@ -89,6 +89,7 @@ public class ServiceHPRZ001 extends ServiceBase {
* @param inInfo
* @param inInfo
* @return
* @return
*/
*/
@OperationLogAnnotation
(
operModul
=
"日志查询"
,
operType
=
"查询"
,
operDesc
=
"操作类型下拉框"
)
public
EiInfo
queryOperTypeComboBox
(
EiInfo
inInfo
)
{
public
EiInfo
queryOperTypeComboBox
(
EiInfo
inInfo
)
{
try
{
try
{
Map
queryMap
=
EiInfoUtils
.
getFirstRow
(
inInfo
);
Map
queryMap
=
EiInfoUtils
.
getFirstRow
(
inInfo
);
...
...
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