|
@@ -379,7 +379,14 @@
|
|
</el-popconfirm>
|
|
</el-popconfirm>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <el-dialog title="物流信息" :visible.sync="visible" width="60%" @close="onClose" :close-on-click-modal="false">
|
|
|
|
|
|
+ <el-dialog
|
|
|
|
+ title="物流信息"
|
|
|
|
+ append-to-body
|
|
|
|
+ :visible.sync="visible"
|
|
|
|
+ width="60%"
|
|
|
|
+ @close="onClose"
|
|
|
|
+ :close-on-click-modal="false"
|
|
|
|
+ >
|
|
<el-timeline class="logistics" :reverse="false" v-if="logisticsDetail.length">
|
|
<el-timeline class="logistics" :reverse="false" v-if="logisticsDetail.length">
|
|
<el-timeline-item
|
|
<el-timeline-item
|
|
placement="top"
|
|
placement="top"
|
|
@@ -933,7 +940,6 @@ export default {
|
|
.then(res => {
|
|
.then(res => {
|
|
this.$successMsg('提交成功')
|
|
this.$successMsg('提交成功')
|
|
this.goBack()
|
|
this.goBack()
|
|
-
|
|
|
|
})
|
|
})
|
|
.finally(res => {
|
|
.finally(res => {
|
|
this.formLoading = false
|
|
this.formLoading = false
|
|
@@ -943,7 +949,6 @@ export default {
|
|
.then(res => {
|
|
.then(res => {
|
|
this.$successMsg('提交成功')
|
|
this.$successMsg('提交成功')
|
|
this.goBack()
|
|
this.goBack()
|
|
-
|
|
|
|
})
|
|
})
|
|
.finally(res => {
|
|
.finally(res => {
|
|
this.formLoading = false
|
|
this.formLoading = false
|