|
|
|
@ -18,6 +18,7 @@
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div style="display: flex; align-items: center; justify-content: center"> |
|
|
|
|
<el-button @click="checkgoto">确认(转配送)</el-button> |
|
|
|
|
<el-button icon="el-icon-circle-close" @click="back">返 回</el-button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -86,6 +87,16 @@ function initmap() {
|
|
|
|
|
center: [104.293242, 30.582939], //初始化地图中心点 |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
function checkgoto() { |
|
|
|
|
let ids = details.item; |
|
|
|
|
router.push({ |
|
|
|
|
path: '/distribution/turndelivery/deliveryMarket', |
|
|
|
|
query: { |
|
|
|
|
id: ids, |
|
|
|
|
name: '市配计划', |
|
|
|
|
}, |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
function init(data) { |
|
|
|
|
// maplabel() |
|
|
|
|
console.log(details.mapLoc); |
|
|
|
|