|
@@ -353,7 +353,14 @@
|
|
|
<el-button type="primary" size="mini" @click="closeFn">关闭</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="物流信息" :visible.sync="visible" width="60%" @close="onClose" :close-on-click-modal="false">
|
|
|
+ <el-dialog
|
|
|
+ title="物流信息"
|
|
|
+ :visible.sync="visible"
|
|
|
+ width="60%"
|
|
|
+ @close="onClose"
|
|
|
+ append-to-body
|
|
|
+ :close-on-click-modal="false"
|
|
|
+ >
|
|
|
<el-timeline class="logistics" :reverse="false" v-if="logisticsDetail.length">
|
|
|
<el-timeline-item
|
|
|
placement="top"
|
|
@@ -712,7 +719,6 @@ export default {
|
|
|
handleJump(id) {
|
|
|
this.$router.push({ path: `/supply/pickup/sum_list?id=${id}` })
|
|
|
this.$store.commit('user/showMessage', 'no')
|
|
|
-
|
|
|
}
|
|
|
}
|
|
|
}
|