From d3454b7326591c1232eb69c2b3d0340d7e3b366c Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 13 一月 2026 09:58:24 +0800
Subject: [PATCH] fix: 巡检格式问题

---
 src/api/product/outbound.ts                    |    2 +-
 src/pages/routingInspection/detail/indexLS.vue |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/product/outbound.ts b/src/api/product/outbound.ts
index 626e210..7afe4b2 100644
--- a/src/api/product/outbound.ts
+++ b/src/api/product/outbound.ts
@@ -60,7 +60,7 @@
   // 鎷変笣鍗曚笣浜岀淮鐮佹煡璇紙閫氳繃鍗曚笣鍙凤級
   getTagByLsMonofilamentNumber(params: { monofilamentNumber: string }) {
     return request<BaseResult<any[]>>({
-      url: "/mes/app/getTagByLsMonofilamentNumber",
+      url: "/app/getTagByLsMonofilamentNumber",
       method: "GET",
       data: params,
     });
diff --git a/src/pages/routingInspection/detail/indexLS.vue b/src/pages/routingInspection/detail/indexLS.vue
index 5c35396..2fa8abf 100644
--- a/src/pages/routingInspection/detail/indexLS.vue
+++ b/src/pages/routingInspection/detail/indexLS.vue
@@ -50,7 +50,7 @@
       </view>
       <wd-col :span="24">
         <wd-form-item label="鏃ユ湡" prop="recordDate">
-          {{ formatDate(detailData.fixedInfo?.recordDate) }}
+          {{ detailData.fixedInfo?.recordDate }}
         </wd-form-item>
         <wd-form-item label="鏈哄彴" prop="deviceModel">
           {{ formatValue(detailData.fixedInfo?.deviceModel) }}

--
Gitblit v1.9.3