src/views/salesManagement/salesLedger/index.vue
@@ -1705,6 +1705,8 @@ taxExclusiveTotalPrice: taxExclusiveTotalPrice, invoiceType: "增普票", isProduction: true, productId: p.productId, productModelId: p.productModelId }; }); @@ -2594,6 +2596,7 @@ 审核拒绝: "审核拒绝", 审核通过: "审核通过", 已发货: "已发货", 部分发货: "部分发货", }; return statusTextMap[statusStr] || "待发货"; }; @@ -2625,6 +2628,7 @@ 审核拒绝: "danger", 审核通过: "success", 已发货: "success", 部分发货: "warning", }; return typeTextMap[statusStr] || "info"; };