From b6ea511f0ef537073bead4eefe7c0a90ccbe9aeb Mon Sep 17 00:00:00 2001 From: dimengzhe Date: Thu, 24 Apr 2025 15:42:54 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E6=97=A7=E4=BB=B6=E4=B8=8A=E6=9E=B6=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E7=9A=84=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wmsoldinventory/WmsOldInventoryService.java | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/yxt-wms-biz/src/main/java/com/yxt/wms/biz/inventory/wmsoldinventory/WmsOldInventoryService.java b/yxt-wms-biz/src/main/java/com/yxt/wms/biz/inventory/wmsoldinventory/WmsOldInventoryService.java index 8809fdfd38..a41cd71a6b 100644 --- a/yxt-wms-biz/src/main/java/com/yxt/wms/biz/inventory/wmsoldinventory/WmsOldInventoryService.java +++ b/yxt-wms-biz/src/main/java/com/yxt/wms/biz/inventory/wmsoldinventory/WmsOldInventoryService.java @@ -11,6 +11,8 @@ import com.yxt.common.base.utils.StringUtils; import com.yxt.common.core.query.PagerQuery; import com.yxt.common.core.result.ResultBean; import com.yxt.common.core.vo.PagerVo; +import com.yxt.wms.biz.base.wmswarehouseinfo.WmsWarehouseInfo; +import com.yxt.wms.biz.base.wmswarehouseinfo.WmsWarehouseInfoService; import com.yxt.wms.biz.base.wmswarehouserack.WmsWarehouseRack; import com.yxt.wms.biz.base.wmswarehouserack.WmsWarehouseRackService; import com.yxt.wms.biz.inventory.wmsinventory.WmsInventory; @@ -69,6 +71,9 @@ public class WmsOldInventoryService extends MybatisBaseService listPage(PagerQuery pagerQuery) { WmsOldInventoryQuery query = pagerQuery.getParams(); QueryWrapper qw = new QueryWrapper<>(); @@ -594,6 +599,7 @@ public class WmsOldInventoryService extends MybatisBaseService Date: Thu, 24 Apr 2025 17:51:05 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=97=A7=E4=BB=B6?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/storage/oldPartsCope/index.vue | 630 ++++++------ .../storage/oldPartsCope/oldPartsCopeAdd.vue | 927 +++++++----------- .../storage/oldPartsCope/oldPartsCopeInfo.vue | 281 ++---- 3 files changed, 753 insertions(+), 1085 deletions(-) diff --git a/yxt-as-ui/src/views/storage/oldPartsCope/index.vue b/yxt-as-ui/src/views/storage/oldPartsCope/index.vue index 2a86d4ffd2..35027c6474 100644 --- a/yxt-as-ui/src/views/storage/oldPartsCope/index.vue +++ b/yxt-as-ui/src/views/storage/oldPartsCope/index.vue @@ -1,7 +1,7 @@ - - - - - - - - - - + + + + + + + + +
-
+
- +
- - - - - + + - + - diff --git a/yxt-as-ui/src/views/storage/oldPartsCope/oldPartsCopeAdd.vue b/yxt-as-ui/src/views/storage/oldPartsCope/oldPartsCopeAdd.vue index 7aaad1b3a9..b1afb0fb8d 100644 --- a/yxt-as-ui/src/views/storage/oldPartsCope/oldPartsCopeAdd.vue +++ b/yxt-as-ui/src/views/storage/oldPartsCope/oldPartsCopeAdd.vue @@ -1,24 +1,16 @@ diff --git a/yxt-as-ui/src/views/storage/oldPartsCope/oldPartsCopeInfo.vue b/yxt-as-ui/src/views/storage/oldPartsCope/oldPartsCopeInfo.vue index cfeb4b5cdc..81d32df4c4 100644 --- a/yxt-as-ui/src/views/storage/oldPartsCope/oldPartsCopeInfo.vue +++ b/yxt-as-ui/src/views/storage/oldPartsCope/oldPartsCopeInfo.vue @@ -1,22 +1,14 @@