diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/bid/impl/BizApprovalActionServiceImpl.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/bid/impl/BizApprovalActionServiceImpl.java index c8dc52e9..c473ee52 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/service/bid/impl/BizApprovalActionServiceImpl.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/bid/impl/BizApprovalActionServiceImpl.java @@ -302,11 +302,11 @@ public class BizApprovalActionServiceImpl implements IBizApprovalActionService { private String getBizUrl(String bizType, Long bizId) { if (bizType == null || bizId == null) return null; switch (bizType) { - case "PURCHASE_ORDER": return "/quote/purchaseorder?id=" + bizId; - case "CLIENT_QUOTE": return "/bid/clientquote?id=" + bizId; - case "QUOTATION": return "/quote/quotation?quotationId=" + bizId; - case "DELIVERY_ORDER": return "/fulfill/client-delivery/pending?id=" + bizId; - case "ORDER_OBJECTION": return "/fulfill/supplierFulfill/objection?id=" + bizId; + case "PURCHASE_ORDER": return "/bid/purchaseorder?id=" + bizId; + case "CLIENT_QUOTE": return "/bid/clientquote/detail?quoteId=" + bizId; + case "QUOTATION": return "/bid/quotation?quotationId=" + bizId; + case "DELIVERY_ORDER": return "/bid/clientDelivery/pending?id=" + bizId; + case "ORDER_OBJECTION": return "/bid/order/objection?id=" + bizId; default: return null; } } diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/bid/impl/BizNotifyMessageServiceImpl.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/bid/impl/BizNotifyMessageServiceImpl.java index 1de1e36f..e23305ce 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/service/bid/impl/BizNotifyMessageServiceImpl.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/bid/impl/BizNotifyMessageServiceImpl.java @@ -108,7 +108,7 @@ public class BizNotifyMessageServiceImpl implements IBizNotifyMessageService { msg.setNoticeType("quotation_expire"); msg.setBizType("QUOTATION"); msg.setBizId(quotationId); - msg.setBizUrl("/quote/quotation?quotationId=" + quotationId); + msg.setBizUrl("/bid/quotation?quotationId=" + quotationId); msg.setCreateBy("system"); if (daysRemaining <= 0) { @@ -144,11 +144,11 @@ public class BizNotifyMessageServiceImpl implements IBizNotifyMessageService { private String getBizUrl(String bizType, Long bizId) { if (bizType == null || bizId == null) return null; switch (bizType) { - case "PURCHASE_ORDER": return "/quote/purchaseorder?id=" + bizId; - case "CLIENT_QUOTE": return "/bid/clientquote?id=" + bizId; - case "QUOTATION": return "/quote/quotation?quotationId=" + bizId; - case "DELIVERY_ORDER": return "/fulfill/client-delivery/pending?id=" + bizId; - case "ORDER_OBJECTION": return "/fulfill/supplierFulfill/objection?id=" + bizId; + case "PURCHASE_ORDER": return "/bid/purchaseorder?id=" + bizId; + case "CLIENT_QUOTE": return "/bid/clientquote/detail?quoteId=" + bizId; + case "QUOTATION": return "/bid/quotation?quotationId=" + bizId; + case "DELIVERY_ORDER": return "/bid/clientDelivery/pending?id=" + bizId; + case "ORDER_OBJECTION": return "/bid/order/objection?id=" + bizId; default: return null; } } diff --git a/ruoyi-ui/.env.development b/ruoyi-ui/.env.development index 2d86da9e..27f20499 100644 --- a/ruoyi-ui/.env.development +++ b/ruoyi-ui/.env.development @@ -4,7 +4,7 @@ VUE_APP_TITLE = 福安德智慧报价平台 # 开发环境配置 ENV = 'development' -# 若依管理系统/开发环境 +# 福安德智慧报价平台/开发环境 VUE_APP_BASE_API = '/dev-api' # 路由懒加载 diff --git a/ruoyi-ui/.env.production b/ruoyi-ui/.env.production index 30649a6c..e9047528 100644 --- a/ruoyi-ui/.env.production +++ b/ruoyi-ui/.env.production @@ -4,5 +4,5 @@ VUE_APP_TITLE = 福安德智慧报价平台 # 生产环境配置 ENV = 'production' -# 若依管理系统/生产环境 +# 福安德智慧报价平台/生产环境 VUE_APP_BASE_API = '/prod-api' diff --git a/ruoyi-ui/.env.staging b/ruoyi-ui/.env.staging index 0c539a4f..30ad87b9 100644 --- a/ruoyi-ui/.env.staging +++ b/ruoyi-ui/.env.staging @@ -8,5 +8,5 @@ NODE_ENV = production # 测试环境配置 ENV = 'staging' -# 若依管理系统/测试环境 +# 福安德智慧报价平台/测试环境 VUE_APP_BASE_API = '/stage-api' diff --git a/ruoyi-ui/public/favicon.ico b/ruoyi-ui/public/favicon.ico deleted file mode 100644 index e2637602..00000000 Binary files a/ruoyi-ui/public/favicon.ico and /dev/null differ diff --git a/ruoyi-ui/public/favicon.svg b/ruoyi-ui/public/favicon.svg index 3131656b..7a8157d1 100644 --- a/ruoyi-ui/public/favicon.svg +++ b/ruoyi-ui/public/favicon.svg @@ -1,11 +1,11 @@ - + - + diff --git a/ruoyi-ui/public/index.html b/ruoyi-ui/public/index.html index 5e16872d..4999022a 100644 --- a/ruoyi-ui/public/index.html +++ b/ruoyi-ui/public/index.html @@ -6,7 +6,6 @@ - <%= webpackConfig.name %>