Kaynağa Gözat

TASK 45751 地块属性和地块经营

master
yangfuda 6 gün önce
ebeveyn
işleme
43cd5a1ae8
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. +3
    -3
      src/views/resource/land/index.vue

+ 3
- 3
src/views/resource/land/index.vue Dosyayı Görüntüle

@@ -326,7 +326,7 @@


<!-- 地图对话框 --> <!-- 地图对话框 -->
<el-dialog :title="title" :visible.sync="openMap" width="1200px" append-to-body> <el-dialog :title="title" :visible.sync="openMap" width="1200px" append-to-body>
<el-divider><h3 class="header-anchor">地图信息:色地块表示该地块,青色表示本组织已标记的其他地块</h3></el-divider>
<el-divider><h3 class="header-anchor">地图信息:色地块表示该地块,青色表示本组织已标记的其他地块</h3></el-divider>
<div id="full-screen-acceptance" style="width: 100%;height:65vh;"> <div id="full-screen-acceptance" style="width: 100%;height:65vh;">
<!--<div id="landMapDiv"></div>--> <!--<div id="landMapDiv"></div>-->
<div id="mapWrap"></div> <div id="mapWrap"></div>
@@ -779,8 +779,8 @@ export default {
}, },
/** 地图修改按钮操作 */ /** 地图修改按钮操作 */
handleMap(row) { handleMap(row) {
this.mapTheGeomId = row;
getLandDetail(row.fid).then((res) => {
getLandDetail(row.fid).then((theGeomRes) => {
this.mapTheGeomId = theGeomRes.data;
getInfoByImportCode(row.importCode).then((res) => { getInfoByImportCode(row.importCode).then((res) => {
let insertCode = res.data; let insertCode = res.data;
if (insertCode != null) { if (insertCode != null) {


Yükleniyor…
İptal
Kaydet