From b122b85db36d66e07bc2e7e61e9d4fd39bc3592e Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Wed, 31 Dec 2025 15:33:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=9F=E8=B8=AA=E9=A2=84=E8=AD=A6=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisWaybill/centerWaybillList.vue | 5 +++++ src/views/emis/emisWaybill/dispatchWaybillList.vue | 5 +++++ src/views/emis/emisWaybill/sendWaybillList.vue | 5 +++++ src/views/emis/emisWaybill/sendWaybillListNew.vue | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/src/views/emis/emisWaybill/centerWaybillList.vue b/src/views/emis/emisWaybill/centerWaybillList.vue index 0611faf1..943772f4 100644 --- a/src/views/emis/emisWaybill/centerWaybillList.vue +++ b/src/views/emis/emisWaybill/centerWaybillList.vue @@ -399,12 +399,17 @@ 已签收
+
+ {{ scope.row.problemTypeName }} +
+
轨迹异常:停留超时{{calcDeliveryTime(new Date(),scope.row.lastScanRecord.scanDate)}} 天 {{calcDeliveryTime(new Date(),scope.row.lastScanRecord.scanDate)}}天 +
diff --git a/src/views/emis/emisWaybill/dispatchWaybillList.vue b/src/views/emis/emisWaybill/dispatchWaybillList.vue index 84213c77..40528d5f 100644 --- a/src/views/emis/emisWaybill/dispatchWaybillList.vue +++ b/src/views/emis/emisWaybill/dispatchWaybillList.vue @@ -382,6 +382,10 @@ 已签收
+
+ {{ scope.row.problemTypeName }} +
+
轨迹异常:停留超时{{calcDeliveryTime(new Date(),scope.row.lastScanRecord.scanDate)}} 天 @@ -390,6 +394,7 @@
+ diff --git a/src/views/emis/emisWaybill/sendWaybillList.vue b/src/views/emis/emisWaybill/sendWaybillList.vue index 730603b1..4f166325 100644 --- a/src/views/emis/emisWaybill/sendWaybillList.vue +++ b/src/views/emis/emisWaybill/sendWaybillList.vue @@ -386,6 +386,10 @@ 已签收
+
+ {{ scope.row.problemTypeName }} +
+
轨迹异常:停留超时{{calcDeliveryTime(new Date(),scope.row.lastScanDate)}} 天 @@ -394,6 +398,7 @@
+ diff --git a/src/views/emis/emisWaybill/sendWaybillListNew.vue b/src/views/emis/emisWaybill/sendWaybillListNew.vue index a8a35aac..d8a8ac27 100644 --- a/src/views/emis/emisWaybill/sendWaybillListNew.vue +++ b/src/views/emis/emisWaybill/sendWaybillListNew.vue @@ -378,6 +378,10 @@ 已签收
+
+ {{ scope.row.problemTypeName }} +
+
轨迹异常:停留超时{{calcDeliveryTime(new Date(),scope.row.lastScanRecord.scanDate)}} 天 @@ -386,6 +390,7 @@
+