From aca94963ca944c256c4ef69d0316a2e8d6ccbc62 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期六, 11 四月 2026 16:35:32 +0800
Subject: [PATCH] 单据上报U8批次

---
 src/main/java/com/zy/asrs/entity/OrderDetl.java |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/main/java/com/zy/asrs/entity/OrderDetl.java b/src/main/java/com/zy/asrs/entity/OrderDetl.java
index e612599..7b7131b 100644
--- a/src/main/java/com/zy/asrs/entity/OrderDetl.java
+++ b/src/main/java/com/zy/asrs/entity/OrderDetl.java
@@ -204,13 +204,13 @@
     /**
      * 渚涘簲鍟�
      */
-    @ApiModelProperty(value= "渚涘簲鍟�")
+    @ApiModelProperty(value= "璋冩嫧婧愬簱浣�")
     private String supp;
 
     /**
      * 渚涘簲鍟嗙紪鐮�
      */
-    @ApiModelProperty(value= "渚涘簲鍟嗙紪鐮�")
+    @ApiModelProperty(value= "璋冩嫧鐩爣搴撲綅")
     @TableField("supp_code")
     private String suppCode;
 
@@ -377,10 +377,12 @@
     public String getInspect$(){
         if (null == this.inspect){ return null; }
         switch (this.inspect){
-            case 1:
-                return "鏄�";
             case 0:
-                return "鍚�";
+                return "鏈笂鎶�";
+            case 1:
+                return "宸蹭笂鎶�";
+            case 2:
+                return "寰呬笂鎶�";
             default:
                 return String.valueOf(this.inspect);
         }
@@ -444,7 +446,7 @@
 
     public Double getEnableQty() {
         if (null != this.anfme && this.workQty != null) {
-            return this.anfme - this.workQty;
+            return this.anfme - this.workQty - this.qty;
         }
 //        if (null != this.anfme && this.qty != null) {
 //            return this.anfme - this.qty;

--
Gitblit v1.9.1