|
|
|
@ -35,7 +35,7 @@
|
|
|
|
|
</el-button> |
|
|
|
|
</template> |
|
|
|
|
<template #menu="{size,row,index}"> |
|
|
|
|
<el-button type="primary" text icon="el-icon-view" @click="editDeline(row)">查看地图</el-button> |
|
|
|
|
<!-- <el-button type="primary" text icon="el-icon-view" @click="editDeline(row)">查看地图</el-button>--> |
|
|
|
|
<!-- <el-button type="primary" text @click="showDialog"> 弹窗表单</el-button>--> |
|
|
|
|
</template> |
|
|
|
|
</avue-crud> |
|
|
|
@ -282,6 +282,7 @@
|
|
|
|
|
// this.form.administrativeAreas.push(data.manageCode) |
|
|
|
|
// } |
|
|
|
|
//仓库地区回显 |
|
|
|
|
console.log('>>>>>>>>>',data); |
|
|
|
|
|
|
|
|
|
this.form = res.data.data; |
|
|
|
|
console.log("this.form>>>>>>",this.form); |
|
|
|
@ -416,6 +417,7 @@
|
|
|
|
|
b.join(",") |
|
|
|
|
item.addressInfo=b; |
|
|
|
|
}) |
|
|
|
|
console.log("data>>>>>>>>>>>>>",data); |
|
|
|
|
this.data = data.records; |
|
|
|
|
this.loading = false; |
|
|
|
|
this.selectionClear(); |
|
|
|
@ -426,10 +428,10 @@
|
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<style> |
|
|
|
|
.avue-input-map__content-box { |
|
|
|
|
position: relative; |
|
|
|
|
z-index: -1; |
|
|
|
|
} |
|
|
|
|
/*.avue-input-map__content-box {*/ |
|
|
|
|
/* position: relative;*/ |
|
|
|
|
/* z-index: -1;*/ |
|
|
|
|
/*}*/ |
|
|
|
|
/*.amap-ui-poi-picker-search-results-container, .amap-ui-poi-picker-sugg-container {*/ |
|
|
|
|
/* position: absolute;*/ |
|
|
|
|
/* -webkit-box-sizing: border-box;*/ |
|
|
|
|