Date: Tue, 6 Jun 2023 17:20:33 +0800
Subject: [PATCH 02/19] =?UTF-8?q?add=EF=BC=9A=E6=88=90=E5=93=81=E5=BA=93?=
=?UTF-8?q?=E5=AD=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../structIvt/StIvtStructivtCpController.java | 13 ++
.../structIvt/IStIvtStructivtCpService.java | 10 ++
.../dao/mapper/StIvtStructivtCpMapper.java | 3 +
.../dao/mapper/StIvtStructivtCpMapper.xml | 40 +++++
.../service/structIvt/dto/CpIvtQuery.java | 27 ++++
.../impl/StIvtStructivtCpServiceImpl.java | 15 ++
.../product/productIvt/index.vue | 150 ++++++++++++++++++
.../product/productIvt/productivt.js | 31 ++++
8 files changed, 289 insertions(+)
create mode 100644 mes/hd/nladmin-system/src/main/java/org/nl/wms/storage_manage/productmanage/service/structIvt/dto/CpIvtQuery.java
create mode 100644 mes/qd/src/views/wms/storage_manage/product/productIvt/index.vue
create mode 100644 mes/qd/src/views/wms/storage_manage/product/productIvt/productivt.js
diff --git a/mes/hd/nladmin-system/src/main/java/org/nl/wms/storage_manage/productmanage/controller/structIvt/StIvtStructivtCpController.java b/mes/hd/nladmin-system/src/main/java/org/nl/wms/storage_manage/productmanage/controller/structIvt/StIvtStructivtCpController.java
index 1ca07fcf..90e71582 100644
--- a/mes/hd/nladmin-system/src/main/java/org/nl/wms/storage_manage/productmanage/controller/structIvt/StIvtStructivtCpController.java
+++ b/mes/hd/nladmin-system/src/main/java/org/nl/wms/storage_manage/productmanage/controller/structIvt/StIvtStructivtCpController.java
@@ -2,15 +2,20 @@ package org.nl.wms.storage_manage.productmanage.controller.structIvt;
import io.swagger.annotations.ApiOperation;
import org.nl.common.anno.Log;
+import org.nl.common.domain.query.PageQuery;
import org.nl.wms.storage_manage.productmanage.service.structIvt.IStIvtStructivtCpService;
+import org.nl.wms.storage_manage.productmanage.service.structIvt.dto.CpIvtQuery;
import org.nl.wms.storage_manage.rawmanage.service.structIvt.dto.StructIvtYLQuery;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
+import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
+import java.util.Map;
+
/**
*
* 仓位库存表 前端控制器
@@ -26,6 +31,14 @@ public class StIvtStructivtCpController {
@Autowired
private IStIvtStructivtCpService iStIvtStructivtCpService;
+
+ @GetMapping
+ @Log("成品库存查询")
+ @ApiOperation("成品库存查询")
+ public ResponseEntity