Explorar el Código

销售退库改成销售回库

koushanshan hace 1 año
padre
commit
5d485d7427

+ 2 - 2
src/main/java/com/dk/common/infrastructure/constant/Constant.java

@@ -1478,7 +1478,7 @@ public class Constant {
         //销售出库
         SALE("出库类型-销售出库"),
         //销售退货出库
-        SALE_RETURN("出库类型-销退库"),
+        SALE_RETURN("出库类型-销退库"),
         //盘亏入库
         INVENTORY_LOSS("出库类型-盘亏出库"),
         //调整出库
@@ -1837,7 +1837,7 @@ public class Constant {
         INTOBOUND("入库", "t_psi_inbound"),
         OTHER_OUTBOUND("其他出库", "t_psi_outbound"),
         SALE_ORDER("销售出库", "t_psi_outbound"),
-        SALE_RETURN("销退库", "t_psi_outbound"),
+        SALE_RETURN("销退库", "t_psi_outbound"),
         INVENTORY_LOSS("盘亏出库", "t_psi_outbound"),
         OTHER_INBOUND("其他入库", "t_psi_inbound"),
         PURCHASE_ORDER("采购入库", "t_psi_inbound"),