From 371d7821ab2a44ecc52a4f68a7a46a8ceb2444d9 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期六, 06 七月 2024 14:03:22 +0800
Subject: [PATCH] #

---
 zy-asrs-wms/src/main/webapp/static/js/common.js                           |    2 +-
 zy-asrs-common/src/main/java/com/zy/asrs/common/wms/entity/WaitPakin.java |   12 ++++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/zy-asrs-common/src/main/java/com/zy/asrs/common/wms/entity/WaitPakin.java b/zy-asrs-common/src/main/java/com/zy/asrs/common/wms/entity/WaitPakin.java
index 1ea0fb1..7a0e7f8 100644
--- a/zy-asrs-common/src/main/java/com/zy/asrs/common/wms/entity/WaitPakin.java
+++ b/zy-asrs-common/src/main/java/com/zy/asrs/common/wms/entity/WaitPakin.java
@@ -373,6 +373,18 @@
         }
     }
 
+    public String getFullPlt$(){
+        if (null == this.fullPlt){ return null; }
+        switch (this.fullPlt){
+            case "Y":
+                return "鏄�";
+            case "N":
+                return "鍚�";
+            default:
+                return String.valueOf(this.fullPlt);
+        }
+    }
+
     public String getSource$(){
         if (null == this.source){ return null; }
         switch (this.source){
diff --git a/zy-asrs-wms/src/main/webapp/static/js/common.js b/zy-asrs-wms/src/main/webapp/static/js/common.js
index 04219cb..954205b 100644
--- a/zy-asrs-wms/src/main/webapp/static/js/common.js
+++ b/zy-asrs-wms/src/main/webapp/static/js/common.js
@@ -231,7 +231,7 @@
     ,{field: 'batch', align: 'center',title: '搴忓垪鐮�', width: 300, sort:true}
     ,{field: 'anfme', align: 'center',title: '鏁伴噺'}
     ,{field: 'zpallet', align: 'center',title: '鎵樼洏鏉$爜'}
-
+    ,{field: 'fullPlt$', align: 'center',title: '鏄惁婊℃澘'}
     ,{field: 'specs', align: 'center',title: '閰嶇疆'}
     ,{field: 'model', align: 'center',title: '浠g爜', hide: false}
     ,{field: 'color', align: 'center',title: '棰滆壊', hide: true}

--
Gitblit v1.9.1