diff --git a/src/mycomponents/detail/comDetailCard.vue b/src/mycomponents/detail/comDetailCard.vue
index 2604939e..8dbb9d6d 100644
--- a/src/mycomponents/detail/comDetailCard.vue
+++ b/src/mycomponents/detail/comDetailCard.vue
@@ -6,7 +6,7 @@
swipeClick(event, item)">
-
+
@@ -45,6 +45,14 @@ const props = defineProps({
type: Boolean,
default: true
},
+ isShowFromLocation: {
+ type: Boolean,
+ default: true
+ },
+ isShowToLocation: {
+ type: Boolean,
+ default: false
+ },
locationAreaTypeList: {
type: Array,
default: null
@@ -79,7 +87,9 @@ watch(
if (val.subList.length > 0) {
if (collapse.value != undefined && collapse.value != null) {
nextTick((res) => {
- collapse.value.init()
+ setTimeout(()=>{
+ collapse.value.init()
+ },500)
})
}
}
diff --git a/src/mycomponents/detail/comDetailCardBatch.vue b/src/mycomponents/detail/comDetailCardBatch.vue
new file mode 100644
index 00000000..a45e3033
--- /dev/null
+++ b/src/mycomponents/detail/comDetailCardBatch.vue
@@ -0,0 +1,226 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/mycomponents/detail/comJobDetailCard.vue b/src/mycomponents/detail/comJobDetailCard.vue
index 0861bf27..a3ddcac5 100644
--- a/src/mycomponents/detail/comJobDetailCard.vue
+++ b/src/mycomponents/detail/comJobDetailCard.vue
@@ -5,7 +5,12 @@
-
+
+
@@ -38,6 +43,10 @@ const props = defineProps({
isShowStatus: {
type: Boolean,
default: true
+ },
+ isShowPackListStatus: {
+ type: Boolean,
+ default: true
}
})
const showItem = ref({})
diff --git a/src/mycomponents/detail/comJobDetailCardBatch.vue b/src/mycomponents/detail/comJobDetailCardBatch.vue
new file mode 100644
index 00000000..c80074bb
--- /dev/null
+++ b/src/mycomponents/detail/comJobDetailCardBatch.vue
@@ -0,0 +1,184 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/mycomponents/detail/comLableDetailCard.vue b/src/mycomponents/detail/comLableDetailCard.vue
new file mode 100644
index 00000000..22411a59
--- /dev/null
+++ b/src/mycomponents/detail/comLableDetailCard.vue
@@ -0,0 +1,190 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/mycomponents/detail/comRecommendDetailCard.vue b/src/mycomponents/detail/comRecommendDetailCard.vue
new file mode 100644
index 00000000..49a86e37
--- /dev/null
+++ b/src/mycomponents/detail/comRecommendDetailCard.vue
@@ -0,0 +1,194 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 推
+ 荐
+
+
+
+
+
+
+
+
+ 实
+ 际
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/mycomponents/detail/comRecommendDetailCardBatch.vue b/src/mycomponents/detail/comRecommendDetailCardBatch.vue
new file mode 100644
index 00000000..acfc3d3b
--- /dev/null
+++ b/src/mycomponents/detail/comRecommendDetailCardBatch.vue
@@ -0,0 +1,241 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 推
+ 荐
+
+
+
+
+
+
+ 复制
+
+
+
+
+
+ 实
+ 际
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file