From 96a020a65509f807ac3d27872f903e22f2218165 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期五, 31 七月 2026 16:54:43 +0800
Subject: [PATCH] 员工新增修改问题解决

---
 yudao-module-erp/src/main/java/cn/iocoder/yudao/module/erp/controller/admin/sale/vo/order/ErpSaleOrderPageReqVO.java |   47 +++++++++--------------------------------------
 1 files changed, 9 insertions(+), 38 deletions(-)

diff --git a/yudao-module-erp/src/main/java/cn/iocoder/yudao/module/erp/controller/admin/sale/vo/order/ErpSaleOrderPageReqVO.java b/yudao-module-erp/src/main/java/cn/iocoder/yudao/module/erp/controller/admin/sale/vo/order/ErpSaleOrderPageReqVO.java
index 84d92fb..7f6bfc1 100644
--- a/yudao-module-erp/src/main/java/cn/iocoder/yudao/module/erp/controller/admin/sale/vo/order/ErpSaleOrderPageReqVO.java
+++ b/yudao-module-erp/src/main/java/cn/iocoder/yudao/module/erp/controller/admin/sale/vo/order/ErpSaleOrderPageReqVO.java
@@ -17,32 +17,6 @@
 @ToString(callSuper = true)
 public class ErpSaleOrderPageReqVO extends PageParam {
 
-    /**
-     * 鍑哄簱鐘舵�� - 鏃�
-     */
-    public static final Integer OUT_STATUS_NONE = 0;
-    /**
-     * 鍑哄簱鐘舵�� - 閮ㄥ垎
-     */
-    public static final Integer OUT_STATUS_PART = 1;
-    /**
-     * 鍑哄簱鐘舵�� - 鍏ㄩ儴
-     */
-    public static final Integer OUT_STATUS_ALL = 2;
-
-    /**
-     * 閫�璐х姸鎬� - 鏃�
-     */
-    public static final Integer RETURN_STATUS_NONE = 0;
-    /**
-     * 閫�璐х姸鎬� - 閮ㄥ垎
-     */
-    public static final Integer RETURN_STATUS_PART = 1;
-    /**
-     * 閫�璐х姸鎬� - 鍏ㄩ儴
-     */
-    public static final Integer RETURN_STATUS_ALL = 2;
-
     @Schema(description = "閿�鍞崟缂栧彿", example = "XS001")
     private String no;
 
@@ -59,22 +33,19 @@
     @Schema(description = "閿�鍞姸鎬�", example = "2")
     private Integer status;
 
+    @Schema(description = "鍑哄簱鐘舵��", example = "3")
+    private Integer outStatus;
+
+    @Schema(description = "鐢熶骇鐘舵��", example = "0")
+    private Integer productionStatus;
+
+    @Schema(description = "鏄惁闇�瑕佺敓浜�", example = "1")
+    private Integer needProduction;
+
     @Schema(description = "鍒涘缓鑰�")
     private String creator;
 
     @Schema(description = "浜у搧缂栧彿", example = "1")
     private Long productId;
-
-    @Schema(description = "鍑哄簱鐘舵��", example = "2")
-    private Integer outStatus;
-
-    @Schema(description = "閫�璐х姸鎬�", example = "2")
-    private Integer returnStatus;
-
-    @Schema(description = "鏄惁鍙嚭搴�", example = "true")
-    private Boolean outEnable;
-
-    @Schema(description = "鏄惁鍙��璐�", example = "true")
-    private Boolean returnEnable;
 
 }
\ No newline at end of file

--
Gitblit v1.9.3