From 9f272d8eb98442199e590d962303bf0fd481505e Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期四, 18 十二月 2025 15:39:21 +0800
Subject: [PATCH] 修改PDA成品拣货已扫数量不清零问题
---
Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs | 17 +++++++++++------
1 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
index 586d1c8..85bf998 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
@@ -1,11 +1,12 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.Text;
-using System.Threading.Tasks;
-using Model.ModelDto;
+锘縰sing Model.ModelDto;
using Model.ModelDto.BllCheckDto;
using Model.ModelDto.DataDto;
using Model.ModelDto.PdaDto;
+using Model.ModelDto.SysDto;
+using System;
+using System.Collections.Generic;
+using System.Text;
+using System.Threading.Tasks;
using WMS.Entity.DataEntity;
using WMS.Entity.SysEntity;
@@ -109,13 +110,17 @@
/// <param name="palletNo"></param>
/// <returns></returns>
Task<List<SysStorageArea>> GetStorageArea(string palletNo);
+
+
/// <summary>
/// 鏍规嵁鍖哄煙鍙疯幏鍙栧偍浣嶅湴鍧�闆嗗悎
/// </summary>
/// <param name="areaNo"></param>
/// <returns></returns>
/// <exception cref="Exception"></exception>
- List<string> GetLocatByArea(string areaNo);
+ List<SysStorageLocatDto> GetLocatByArea(string areaNo);
+
+
/// <summary>
/// 鑾峰彇宸插垎閰嶇殑鍑哄簱鍗曟嵁
/// </summary>
--
Gitblit v1.8.0