From c696444b826009c82180f504fb0ed8d49a284565 Mon Sep 17 00:00:00 2001
From: skyouc <creaycat@gmail.com>
Date: 星期五, 12 十二月 2025 17:19:07 +0800
Subject: [PATCH] no message

---
 src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java |    4 ++--
 src/main/webapp/views/basStation/basStationDetl.html          |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java b/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
index ff99833..c39967e 100644
--- a/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
+++ b/src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -1720,7 +1720,7 @@
                 throw new CoolException("绔欑偣鏄庣粏淇敼澶辫触");
             }
 
-            if (v1.compareTo(stationDetl.getWorkQty()) >= 0) {
+            if (v1.compareTo(stationDetl.getAnfme()) >= 0) {
                 if (!basStationDetlService.deleteById(stationDetl)) {
                     throw new CoolException("鍘熷鏁版嵁绉婚櫎澶辫触锛�");
                 }
@@ -1942,7 +1942,7 @@
         wrkMast.setSourceStaNo(dto.getSourceStaNo() + "");
         wrkMast.setStaNo(dto.getStaNo() + "");
         wrkMast.setLocNo(dto.getLocNo());
-        wrkMast.setBarcode(pakin.getBarcode()); // 鎵樼洏鐮�
+        wrkMast.setBarcode(pakin.getZpallet()); // 鎵樼洏鐮�
         wrkMast.setFullPlt("Y"); // 婊℃澘锛歒
         wrkMast.setPicking("N"); // 鎷f枡
         wrkMast.setExitMk("N"); // 閫�鍑�
diff --git a/src/main/webapp/views/basStation/basStationDetl.html b/src/main/webapp/views/basStation/basStationDetl.html
index 32c608e..a3aec80 100644
--- a/src/main/webapp/views/basStation/basStationDetl.html
+++ b/src/main/webapp/views/basStation/basStationDetl.html
@@ -33,6 +33,7 @@
             {field: 'devNo', align: 'center', title: '绔欑偣鍙板彿'}
         ];
         cols.push.apply(cols, detlCols);
+        cols.push({field: 'workQty', align: 'center',title: '鎵ц涓�', hide: false})
         return cols;
     }
 

--
Gitblit v1.9.1