Commit 908e7a07 by liulei

Merge remote-tracking branch 'origin/dev' into dev

parents 347f51c1 0d3fa2fb
...@@ -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年01月09日 10:18 * @date 2024年02月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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment