From c9c5a6cf17258d4bbcf192279da07aa4d63d0505 Mon Sep 17 00:00:00 2001
From: zhang_li <2235006734@qqq.com>
Date: Tue, 19 Nov 2024 16:58:31 +0800
Subject: [PATCH] =?UTF-8?q?YT-1077=E8=AE=A1=E5=88=92=E5=A4=96=E5=85=A5?=
=?UTF-8?q?=E5=BA=93=E4=BB=BB=E5=8A=A1PDA=E7=82=B9=E5=87=BB=E8=AF=A6?=
=?UTF-8?q?=E6=83=85=E6=B2=A1=E6=9C=89=E6=89=93=E5=BC=80=E4=BB=BB=E5=8A=A1?=
=?UTF-8?q?=E8=AF=A6=E6=83=85=EF=BC=8C=E5=8F=AA=E6=98=AF=E6=8A=8A=E6=8C=89?=
=?UTF-8?q?=E9=92=AE=E6=94=B6=E8=B5=B7=E4=BA=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/unPlanned/job/receiptJobDetail.vue | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/pages/unPlanned/job/receiptJobDetail.vue b/src/pages/unPlanned/job/receiptJobDetail.vue
index a2af2f2e..b6cc5274 100644
--- a/src/pages/unPlanned/job/receiptJobDetail.vue
+++ b/src/pages/unPlanned/job/receiptJobDetail.vue
@@ -42,6 +42,7 @@
+
@@ -80,6 +81,7 @@
import comReceiptDetailCard from '@/pages/unPlanned/coms/comReceiptDetailCard.vue'
import jobTop from '@/mycomponents/job/jobTop.vue'
import comRecommendDetailCard from "@/mycomponents/detail/comRecommendDetailCard.vue"
+ import detailInfoPopup from '@/pages/unPlanned/coms/detailInfoPopup.vue'
export default {
name: 'receipt_detail',
@@ -89,7 +91,8 @@
comReceiptDetailCard,
locationCompare,
jobTop,
- comRecommendDetailCard
+ comRecommendDetailCard,
+ detailInfoPopup
},
data() {
return {
@@ -523,6 +526,9 @@
return this.jobContent;
},
+ openDetail(item) {
+ this.$refs.detailInfoPopup.openPopup(item)
+ },