|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174 |
- <template>
- <div class="app-container">
- <el-row :gutter="20">
- <splitpanes :horizontal="this.$store.getters.device === 'mobile'" class="default-theme">
- <!--部门数据-->
- <pane size="16">
- <el-col>
- <div class="head-container">
- <el-input v-model="deptName" placeholder="请输入区划名称" clearable size="small" prefix-icon="el-icon-search" style="margin-bottom: 20px" />
- </div>
- <div class="head-container container_main">
- <el-tree :data="deptOptions" :props="defaultProps" :expand-on-click-node="false" :filter-node-method="filterNode" ref="tree" node-key="id" default-expand-all highlight-current @node-click="handleNodeClick" />
- </div>
- </el-col>
- </pane>
- <!--用户数据-->
- <pane size="84">
- <el-col>
-
- <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
- <el-form-item label="地块代码" prop="dkbm">
- <el-input v-model="queryParams.dkbm" placeholder="请输入地块代码" clearable @keyup.enter.native="handleQuery"/>
- </el-form-item>
- <el-form-item label="地块名称" prop="dkmc">
- <el-input v-model="queryParams.dkmc" placeholder="请输入地块名称" clearable @keyup.enter.native="handleQuery"/>
- </el-form-item>
- <el-form-item label="权属性质" prop="syqxz">
- <el-select v-model="queryParams.syqxz" placeholder="请选择所有权性质" clearable>
- <el-option v-for="dict in dict.type.ownership_type" :key="dict.value" :label="dict.label" :value="dict.value"/>
- </el-select>
- </el-form-item>
- <el-form-item label="地块类别" prop="dklb">
- <el-select v-model="queryParams.dklb" placeholder="请选择地块类别" clearable>
- <el-option v-for="dict in dict.type.land_type" :key="dict.value" :label="dict.label" :value="dict.value"/>
- </el-select>
- </el-form-item>
- <el-form-item label="利用类型" prop="tdlylx">
- <el-select v-model="queryParams.tdlylx" placeholder="请选择土地利用类型" clearable>
- <el-option v-for="dict in dict.type.land_use" :key="dict.value" :label="dict.label" :value="dict.value"/>
- </el-select>
- </el-form-item>
- <el-form-item label="地力等级" prop="dldj">
- <el-select v-model="queryParams.dldj" placeholder="请选择地力等级" clearable>
- <el-option v-for="dict in dict.type.land_grade_type" :key="dict.value" :label="dict.label" :value="dict.value"/>
- </el-select>
- </el-form-item>
- <el-form-item label="土地用途" prop="tdyt">
- <el-select v-model="queryParams.tdyt" placeholder="请选择土地用途" clearable>
- <el-option v-for="dict in dict.type.land_use_type" :key="dict.value" :label="dict.label" :value="dict.value"/>
- </el-select>
- </el-form-item>
- <el-form-item label="基本农田" prop="sfjbnt">
- <el-select v-model="queryParams.sfjbnt" placeholder="请选择是否基本农田" clearable>
- <el-option v-for="dict in dict.type.is_common" :key="dict.value" :label="dict.label" :value="dict.value"/>
- </el-select>
- </el-form-item>
- <!--<el-form-item label="是账外地" prop="sfzwd">
- <el-select v-model="queryParams.sfzwd" placeholder="请选择是否账外地" clearable>
- <el-option v-for="dict in dict.type.is_common" :key="dict.value" :label="dict.label" :value="dict.value"/>
- </el-select>
- </el-form-item>-->
- <el-form-item label="调查状态" prop="surveyStatus">
- <el-select v-model="queryParams.surveyStatus" placeholder="请选择调查状态" clearable>
- <el-option v-for="dict in dict.type.survey_status" :key="dict.value" :label="dict.label" :value="dict.value"/>
- </el-select>
- </el-form-item>
- <el-form-item>
- <el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
- <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
- </el-form-item>
- </el-form>
-
- <el-row :gutter="10" class="mb8">
- <el-col :span="1.5">
- <el-button type="primary" plain icon="el-icon-plus" size="mini" @click="handleAdd" v-hasPermi="['resource:land:add']">新增</el-button>
- </el-col>
- <!--
- <el-col :span="1.5">
- <el-button type="success" plain icon="el-icon-edit" size="mini" :disabled="single" @click="handleUpdate" v-hasPermi="['resource:land:edit']">修改</el-button>
- </el-col>
- <el-col :span="1.5">
- <el-button type="danger" plain icon="el-icon-delete" size="mini" :disabled="multiple" @click="handleDelete" v-hasPermi="['resource:land:remove']">删除</el-button>
- </el-col>
- -->
- <el-col :span="1.5">
- <el-button type="success" plain icon="el-icon-upload2" size="mini" @click="handleImport" v-hasPermi="['resource:land:import']">导入</el-button>
- </el-col>
- <el-col :span="1.5">
- <el-button type="warning" plain icon="el-icon-download" size="mini" @click="handleExport" v-hasPermi="['resource:land:export']">导出</el-button>
- </el-col>
- <el-col :span="1.5">
- <el-button type="info" plain icon="el-icon-printer" size="mini" @click="handlePrint()" v-hasPermi="['resource:land:print']">打印</el-button>
- </el-col>
- <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
- </el-row>
-
- <!-- 数据列表 列属性 min-width="60" show-overflow-tooltip @selection-change="handleSelectionChange" -->
- <el-table v-loading="loading" :data="landList" border>
- <!--<el-table-column type="selection" width="55" align="center" />
- <el-table-column label="fid " align="center" prop="fid" min-width="60"/>-->
- <el-table-column label="地块代码" align="center" prop="dkbm" min-width="180" show-overflow-tooltip />
- <el-table-column label="地块名称" align="left" prop="dkmc" min-width="120" show-overflow-tooltip />
- <!-- <el-table-column label="所有权性质" align="center" prop="syqxz">
- <template slot-scope="scope">
- <dict-tag :options="dict.type.ownership_type" :value="scope.row.syqxz"/>
- </template>
- </el-table-column>-->
- <el-table-column label="地块类别" align="center" prop="dklb" min-width="80" show-overflow-tooltip>
- <template slot-scope="scope">
- <dict-tag :options="dict.type.land_type" :value="scope.row.dklb"/>
- </template>
- </el-table-column>
- <!--<el-table-column label="土地利用类型" align="center" prop="tdlylx">
- <template slot-scope="scope">
- <dict-tag :options="dict.type.land_use" :value="scope.row.tdlylx"/>
- </template>
- </el-table-column>
- <el-table-column label="地力等级" align="center" prop="dldj">
- <template slot-scope="scope">
- <dict-tag :options="dict.type.land_grade_type" :value="scope.row.dldj"/>
- </template>
- </el-table-column>
- <el-table-column label="土地用途" align="center" prop="tdyt">
- <template slot-scope="scope">
- <dict-tag :options="dict.type.land_use_type" :value="scope.row.tdyt"/>
- </template>
- </el-table-column>
- <el-table-column label="是否基本农田" align="center" prop="sfjbnt">
- <template slot-scope="scope">
- <dict-tag :options="dict.type.is_common" :value="scope.row.sfjbnt"/>
- </template>
- </el-table-column>-->
- <el-table-column label="地块四至" align="center">
- <el-table-column label="地块东至" align="left" prop="dkdz" min-width="100" show-overflow-tooltip />
- <el-table-column label="地块西至" align="left" prop="dkxz" min-width="100" show-overflow-tooltip />
- <el-table-column label="地块南至" align="left" prop="dknz" min-width="100" show-overflow-tooltip />
- <el-table-column label="地块北至" align="left" prop="dkbz" min-width="100" show-overflow-tooltip />
- </el-table-column>
- <!--<el-table-column label="备注信息" align="center" prop="dkbzxx" />
- <el-table-column label="指界人姓名" align="center" prop="zjrxm" />
- <el-table-column label="图显面积 " align="center" prop="txmj" />-->
- <el-table-column label="实测面积" align="center" prop="scmjm" min-width="80" show-overflow-tooltip/>
- <el-table-column label="调查状态" align="center" prop="surveyStatus" min-width="80" show-overflow-tooltip>
- <template slot-scope="scope">
- <dict-tag :options="dict.type.survey_status" :value="scope.row.surveyStatus"/>
- </template>
- </el-table-column>
- <!--<el-table-column label="部门级联代码" align="center" prop="importCode" />
- <el-table-column label="区域位置名称" align="center" prop="deptName" />-->
- <el-table-column label="操作" align="center" class-name="small-padding fixed-width" min-width="170">
- <template slot-scope="scope">
- <el-button size="mini" type="text" icon="el-icon-view" @click="handleLook(scope.row)" v-hasPermi="['resource:land:query']">查看</el-button>
- <el-button size="mini" type="text" icon="el-icon-s-promotion" @click="handleMap(scope.row)" v-hasPermi="['resource:land:map']">地图</el-button>
- <el-dropdown size="mini" v-hasPermi="['resource:land:remove']">
- <el-button size="mini" type="text" icon="el-icon-d-arrow-right">更多</el-button>
- <el-dropdown-menu slot="dropdown" style="padding: 5px">
- <el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)" v-hasPermi="['resource:land:edit']">修改</el-button>
- <el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)" v-hasPermi="['resource:land:remove']">删除</el-button>
- </el-dropdown-menu>
- </el-dropdown>
- </template>
- </el-table-column>
- </el-table>
-
- <!-- 分页插件 -->
- <pagination v-show="total>0" :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize" @pagination="getList"/>
-
- </el-col>
- </pane>
- </splitpanes>
- </el-row>
-
- <!-- 导入EXCEL组件 -->
- <el-dialog :title="upload.title" :visible.sync="upload.open" width="400px" append-to-body>
- <el-upload ref="upload" :limit="1" accept=".xlsx, .xls" :headers="upload.headers" :action="upload.url + '?updateSupport=' + upload.updateSupport" :disabled="upload.isUploading" :on-progress="handleFileUploadProgress" :on-success="handleFileSuccess" :auto-upload="false" drag>
- <i class="el-icon-upload"></i>
- <div class="el-upload__text">将文件拖到此处,或<em>点击上传</em></div>
- <div class="el-upload__tip text-left" slot="tip">
- <div class="el-upload__tip" slot="tip">
- <el-checkbox v-model="upload.updateSupport" /> 是否更新已经存在的地块属性
- </div>
- <p style="color: red">1、仅允许导入xls、xlsx格式文件;</p>
- <el-link type="primary" :underline="false" style="font-size: 12px; vertical-align: baseline" @click="importTemplate">下载模板</el-link>
- </div>
- </el-upload>
- <div slot="footer" class="dialog-footer">
- <el-button type="primary" @click="submitFileForm">确 定</el-button>
- <el-button @click="upload.open = false">取 消</el-button>
- </div>
- </el-dialog>
-
- <!-- 查看地块属性对话框 -->
- <el-dialog :title="title" :visible.sync="viewOpen" width="800px" append-to-body>
- <el-descriptions title="地块信息" border :column="2" class="margin-top">
- <el-descriptions-item label="区域位置名称">{{ form.deptName }}</el-descriptions-item>
- <el-descriptions-item label="标识码">{{ form.bsm }}</el-descriptions-item>
- <el-descriptions-item label="要素代码">{{ form.ysdm }}</el-descriptions-item>
- <el-descriptions-item label="地块代码">{{ form.dkbm }}</el-descriptions-item>
- <el-descriptions-item label="地块名称">{{ form.dkmc }}</el-descriptions-item>
- <el-descriptions-item label="所有权性质">{{ form.syqxz }}</el-descriptions-item>
- <el-descriptions-item label="地块类别">{{ form.dklb }}</el-descriptions-item>
- <el-descriptions-item label="土地利用类型">{{ form.tdlylx }}</el-descriptions-item>
- <el-descriptions-item label="地力等级">{{ form.dldj }}</el-descriptions-item>
- <el-descriptions-item label="土地用途">{{ form.tdyt }}</el-descriptions-item>
- <el-descriptions-item label="是否基本农田">{{ form.sfjbnt }}</el-descriptions-item>
- <el-descriptions-item label="地块东至">{{ form.dkdz }}</el-descriptions-item>
- <el-descriptions-item label="地块西至">{{ form.dkxz }}</el-descriptions-item>
- <el-descriptions-item label="地块南至">{{ form.dknz }}</el-descriptions-item>
- <el-descriptions-item label="地块北至">{{ form.dkbz }}</el-descriptions-item>
- <el-descriptions-item label="备注信息">{{ form.dkbzxx }}</el-descriptions-item>
- <el-descriptions-item label="指界人姓名">{{ form.zjrxm }}</el-descriptions-item>
- <el-descriptions-item label="图显面积">{{ form.txmj }}</el-descriptions-item>
- <el-descriptions-item label="实测面积">{{ form.scmjm }}</el-descriptions-item>
- <el-descriptions-item label="是否账外地">{{ form.sfzwd }}</el-descriptions-item>
- </el-descriptions>
-
- <el-descriptions title="经营数据" border :column="2" class="margin-top">
- <el-descriptions-item label="经营面积(亩)">{{ form.jymj }}</el-descriptions-item>
- <el-descriptions-item label="经营方式">{{ form.jyfs }}</el-descriptions-item>
- <el-descriptions-item label="经营对象类型">{{ form.jydxlx }}</el-descriptions-item>
- <el-descriptions-item label="经营对象名称">{{ form.jydxmc }}</el-descriptions-item>
- <el-descriptions-item label="证件类型">{{ form.jydxzjlx }}</el-descriptions-item>
- <el-descriptions-item label="证件号码">{{ form.jydxzjhm }}</el-descriptions-item>
- <el-descriptions-item label="是否签订合同">{{ form.sfqdht }}</el-descriptions-item>
- <el-descriptions-item label="经营开始时间">{{ form.jykssj }}</el-descriptions-item>
- <el-descriptions-item label="经营结束时间">{{ form.jyjssj }}</el-descriptions-item>
- <el-descriptions-item label="承包金额(元)">{{ form.cbje }}</el-descriptions-item>
- <el-descriptions-item label="兑现金额(元)">{{ form.dxje }}</el-descriptions-item>
- <el-descriptions-item label="尚欠金额(元)">{{ form.sqje }}</el-descriptions-item>
- <el-descriptions-item label="年收益(元)">{{ form.nsy }}</el-descriptions-item>
- <el-descriptions-item label="备注">{{ form.bz }}</el-descriptions-item>
- <el-descriptions-item label="调查状态">{{ form.surveyStatus }}</el-descriptions-item>
- <el-descriptions-item label="实物图">
- <div v-if="!!form.dkImg">
- <el-tooltip effect="light" :content="item" placement="bottom" v-for="(item, index) in form.dkImg.split(',')" :key="index">
- <el-image style="height: 64px; width: 64px; margin: 2px; display: inline-block;" fit="scale-down" :src="baseRoutingUrll + item" :preview-src-list="form.dkImg.split(',').map((x) => baseRoutingUrll + x)"/>
- </el-tooltip>
- </div>
- </el-descriptions-item>
- </el-descriptions>
-
- <!-- 弹框操作按钮 -->
- <div slot="footer" class="dialog-footer">
- <el-button @click="doPrint">打 印</el-button>
- <el-button @click="cancelDetail">关 闭</el-button>
- </div>
- </el-dialog>
-
- <!-- 添加或修改地块属性对话框 -->
- <el-dialog :title="title" :visible.sync="open" width="800px" append-to-body>
- <el-form ref="form" :model="form" :rules="rules" :inline="true" label-width="120px">
- <el-form-item label="区域位置" prop="deptName">
- <el-input v-model="form.deptName" placeholder="请输入区域位置名称" show-word-limit :maxlength="100"/>
- </el-form-item>
- <el-form-item label="地块代码" prop="dkbm">
- <el-input v-model="form.dkbm" placeholder="地块代码不输入时,系统自动分配" show-word-limit :maxlength="19"/>
- </el-form-item>
- <el-form-item label="地块名称" prop="dkmc">
- <el-input v-model="form.dkmc" placeholder="请输入地块名称" show-word-limit :maxlength="50"/>
- </el-form-item>
- <el-form-item label="所有权性质" prop="syqxz">
- <el-select v-model="form.syqxz" placeholder="请选择所有权性质">
- <el-option v-for="dict in dict.type.ownership_type" :key="dict.value" :label="dict.label" :value="dict.value"></el-option>
- </el-select>
- </el-form-item>
- <el-form-item label="地块类别" prop="dklb">
- <el-select v-model="form.dklb" placeholder="请选择地块类别">
- <el-option v-for="dict in dict.type.land_type" :key="dict.value" :label="dict.label" :value="dict.value"></el-option>
- </el-select>
- </el-form-item>
- <el-form-item label="土地利用类型" prop="tdlylx">
- <el-select v-model="form.tdlylx" placeholder="请选择土地利用类型">
- <el-option v-for="dict in dict.type.land_use" :key="dict.value" :label="dict.label" :value="dict.value"></el-option>
- </el-select>
- </el-form-item>
- <el-form-item label="地力等级" prop="dldj">
- <el-select v-model="form.dldj" placeholder="请选择地力等级">
- <el-option v-for="dict in dict.type.land_grade_type" :key="dict.value" :label="dict.label" :value="dict.value"></el-option>
- </el-select>
- </el-form-item>
- <el-form-item label="土地用途" prop="tdyt">
- <el-select v-model="form.tdyt" placeholder="请选择土地用途">
- <el-option v-for="dict in dict.type.land_use_type" :key="dict.value" :label="dict.label" :value="dict.value"></el-option>
- </el-select>
- </el-form-item>
- <el-form-item label="是否基本农田" prop="sfjbnt">
- <el-radio-group v-model="form.sfjbnt">
- <el-radio v-for="dict in dict.type.is_common" :key="dict.value" :label="dict.value">{{dict.label}}</el-radio>
- </el-radio-group>
- </el-form-item>
- <el-form-item label="地块东至" prop="dkdz">
- <el-input v-model="form.dkdz" placeholder="请输入地块东至" show-word-limit :maxlength="50"/>
- </el-form-item>
- <el-form-item label="地块西至" prop="dkxz">
- <el-input v-model="form.dkxz" placeholder="请输入地块西至" show-word-limit :maxlength="50"/>
- </el-form-item>
- <el-form-item label="地块南至" prop="dknz">
- <el-input v-model="form.dknz" placeholder="请输入地块南至" show-word-limit :maxlength="50"/>
- </el-form-item>
- <el-form-item label="地块北至" prop="dkbz">
- <el-input v-model="form.dkbz" placeholder="请输入地块北至" show-word-limit :maxlength="50"/>
- </el-form-item>
- <el-form-item label="备注信息" prop="dkbzxx">
- <el-input v-model="form.dkbzxx" placeholder="请输入备注信息" show-word-limit :maxlength="254"/>
- </el-form-item>
- <el-form-item label="指界人姓名" prop="zjrxm">
- <el-input v-model="form.zjrxm" placeholder="请输入指界人姓名" show-word-limit :maxlength="100"/>
- </el-form-item>
- <el-form-item label="图显面积" prop="txmj">
- <el-input-number v-model="form.txmj" placeholder="请输入图显面积" controls-position="right" :precision="2"/>
- </el-form-item>
- <el-form-item label="实测面积" prop="scmjm">
- <el-input-number v-model="form.scmjm" placeholder="请输入实测面积" controls-position="right" :precision="3"/>
- </el-form-item>
- <el-form-item label="是否账外地" prop="sfzwd">
- <el-radio-group v-model="form.sfzwd">
- <el-radio v-for="dict in dict.type.is_common" :key="dict.value" :label="dict.value">{{dict.label}}</el-radio>
- </el-radio-group>
- </el-form-item>
- <el-form-item label="调查状态" prop="surveyStatus">
- <el-radio-group v-model="form.surveyStatus">
- <el-radio v-for="dict in dict.type.survey_status" :key="dict.value" :label="dict.value">{{dict.label}}</el-radio>
- </el-radio-group>
- </el-form-item>
-
- </el-form>
- <div slot="footer" class="dialog-footer">
- <el-button type="primary" @click="submitForm">确 定</el-button>
- <el-button @click="cancel">取 消</el-button>
- </div>
- </el-dialog>
-
-
- <!-- 地图对话框 -->
- <el-dialog :title="title" :visible.sync="openMap" width="1200px" append-to-body>
- <el-divider><h3 class="header-anchor">地图信息:黄色地块表示该地块,青色表示本组织已标记的其他地块</h3></el-divider>
- <div id="full-screen-acceptance" style="width: 100%;height:65vh;">
- <!--<div id="landMapDiv"></div>-->
- <div id="mapWrap"></div>
- <div id='land-btn-wrap'>
- <el-row>
- <input id="drawPolygon" class="ant-btn ant-btn-red" type="button" value="开启画图"/>
- <!--<input id="drawRemove" type="button" class="ant-btn ant-btn-red" value="关闭画图"/> -->
- <input id="drawReset" type="button" class="ant-btn ant-btn-red" value="还原图层"/>
- </el-row>
- </div>
- </div>
- <div slot="footer" class="dialog-footer">
- <el-button type="primary" @click="submitFormMap">确 定</el-button>
- <el-button type="danger" @click="clearMapLayer">清除图层</el-button>
- <el-button @click="cancelMap">关 闭</el-button>
- </div>
- </el-dialog>
-
- </div>
- </template>
-
- <script>
- import { listLand, listLandQuery,getLand, getLandDetail, getLandDetailByDkbm, delLand, addLand, updateLand, printLand } from "@/api/resource/land"
- import { areaSavePri, cleanSavePri } from "@/api/gis/map"
- import { getToken } from "@/utils/auth"
- import Treeselect from "@riophae/vue-treeselect";
- import { Splitpanes, Pane } from "splitpanes"
- import "@riophae/vue-treeselect/dist/vue-treeselect.css"
- import "splitpanes/dist/splitpanes.css"
- import { deptTreeSelect } from "@/api/system/user"
- import {getConfigKey} from "@/api/system/config";
- import {getDept, getInfoByImportCode} from "@/api/system/dept";
- import $ from "jquery";
-
- export default {
- name: "Land",
- dicts: ['ownership_type', 'land_use_type', 'survey_status', 'is_common', 'land_grade_type', 'land_type', 'land_use'],
- components: { Treeselect, Splitpanes, Pane },
- data() {
- return {
- // 遮罩层
- loading: true,
- // 导出遮罩层
- exportLoading: false,
- // 选中数组
- ids: [],
- // 非单个禁用
- single: true,
- // 非多个禁用
- multiple: true,
- // 显示搜索条件
- showSearch: true,
- // 总条数
- total: 0,
- // 地块属性表格数据
- landList: [],
- // 弹出层标题
- title: "",
- // 是否显示弹出层
- open: false,
- // 详情组件列数
- descColumn: 2,
- // 详情组件Label所占百分比, 最大={100 / descColumn}. 内容所占百分比={100 / descColumn - descLabelWidth}
- descLabelWidth: 15,
- // 对话框显示只读的详情
- viewOpen: false,
- // 项目路径
- baseRoutingUrll: process.env.VUE_APP_BASE_API,
- // 所有部门树选项
- deptOptions: undefined,
- // 过滤掉已禁用部门树选项
- enabledDeptOptions: undefined,
- // 筛选部门名称
- deptName: undefined,
- // 选中的部门
- selectDeptName: null,
- defaultProps: {
- children: "children",
- label: "label"
- },
- //地图参数
- openMap: false,
- mapTheGeomId: null,
- mapTheGeom: null,
- drawInsert:null,
- jingdu: null,
- weidu: null,
- // 查询参数
- queryParams: {
- pageNum: 1,
- pageSize: 10,
- // 查询排序
- //orderByColumn: "id",
- //isAsc: "desc",
- // 翻译字典
- //toTranslateDict: "1",
- dkbm: null,
- dkmc: null,
- syqxz: null,
- dklb: null,
- tdlylx: null,
- dldj: null,
- tdyt: null,
- sfjbnt: null,
- surveyStatus: null,
- importCode: null,
- sfzwd: null,
- },
- // 表单参数
- form: {},
- // 表单校验
- rules: {
- dkmc: [
- { required: true, message: "地块名称不能为空", trigger: "blur" }
- ],
- scmjm: [
- { required: true, message: "实测面积不能为空", trigger: "blur" }
- ],
- },
- // EXCEL导入
- upload: {
- // 是否显示弹出层(用户导入)
- open: false,
- // 弹出层标题(用户导入)
- title: "",
- // 是否禁用上传
- isUploading: false,
- // 是否更新已经存在的用户数据
- updateSupport: 0,
- // 设置上传的请求头部
- headers: { Authorization: "Bearer " + getToken() },
- // 上传的地址
- url: process.env.VUE_APP_BASE_API + "/resource/land/importData"
- },
- }
- },
- watch: {
- // 根据名称筛选部门树
- deptName(val) {
- this.$refs.tree.filter(val)
- }
- },
- created() {
- this.getDeptTree()
- this.getList()
-
- // 获取geoserver的地址
- this.getGeoServerUrl();
- // 获取地块图层名称
- this.getLandLayerName();
- // 获取村边界的图层名称
- this.getVillageBorderLayerName();
- // 获取当前部门的位置
- // this.getCurrentDeptLocation();
- },
- methods: {
- /** 查询地块属性列表 */
- getList() {
- this.loading = true
- listLand(this.queryParams).then(response => {
- this.landList = response.rows
- this.total = response.total
- this.loading = false
- })
- },
- // 取消按钮
- cancel() {
- this.open = false
- this.reset()
- },
- // 取消地图按钮
- cancelMap() {
- this.openMap = false;
- this.reset();
- },
- cancelDetail() {
- this.viewOpen = false
- },
- // 表单重置
- reset() {
- this.form = {
- bsm: null,
- ysdm: '211011',
- dkbm: null,
- dkmc: null,
- syqxz: '30',
- dklb: '22',
- tdlylx: '01',
- dldj: '01',
- tdyt: '1',
- sfjbnt: '1',
- dkdz: null,
- dkxz: null,
- dknz: null,
- dkbz: null,
- dkbzxx: null,
- zjrxm: null,
- txmj: null,
- scmjm: null,
- theGeom: null,
- surveyStatus: '1',
- importCode: null,
- deptName: null,
- sfzwd: '2'
- }
- this.resetForm("form")
- },
- /** 搜索按钮操作 */
- handleQuery() {
- this.queryParams.pageNum = 1
- this.getList()
- },
- /** 重置按钮操作 */
- resetQuery() {
- this.resetForm("queryForm")
- this.handleQuery()
- },
- // 多选框选中数据
- handleSelectionChange(selection) {
- this.ids = selection.map(item => item.fid)
- this.single = selection.length!==1
- this.multiple = !selection.length
- },
- /** 新增按钮操作 */
- handleAdd() {
- if(this.selectDeptName == null || this.selectDeptName == ''){
- this.$modal.msgWarning("请先选择村/组行政区划!")
- return
- }
- this.reset()
- this.form.deptId = this.queryParams.deptId;
- this.form.deptName = this.selectDeptName;
- this.open = true
- this.title = "添加地块属性"
- },
- /** 修改按钮操作 */
- handleUpdate(row) {
- this.reset()
- const fid = row.fid || this.ids
- getLand(fid).then(response => {
- this.form = response.data
- this.open = true
- this.title = "修改地块属性"
- })
- },
- /** 查看按钮操作 */
- handleLook(row) {
- getLandDetailByDkbm(row.dkbm).then(response => {
- this.form = response.data;
- this.viewOpen = true;
- this.title = "查看地块属性";
- });
- },
- /** 提交按钮 */
- submitForm() {
- this.$refs["form"].validate(valid => {
- if (valid) {
- if (this.form.fid != null) {
- updateLand(this.form).then(response => {
- this.$modal.msgSuccess("修改成功")
- this.open = false
- this.getList()
- })
- } else {
- addLand(this.form).then(response => {
- this.$modal.msgSuccess("新增成功")
- this.open = false
- this.getList()
- })
- }
- }
- })
- },
- /** 删除按钮操作 */
- handleDelete(row) {
- const fids = row.fid || this.ids
- this.$modal.confirm('是否确认删除地块属性编号为"' + fids + '"的数据项?').then(function() {
- return delLand(fids)
- }).then(() => {
- this.getList()
- this.$modal.msgSuccess("删除成功")
- }).catch(() => {})
- },
- /** 导出按钮操作 */
- handleExport() {
- this.download('resource/land/export', {
- ...this.queryParams
- }, `地块属性_${new Date().getTime()}.xlsx`)
- },
- /** 打印表单 */
- doPrint() {
- const originalTitle = document.title;
- try {
- document.title = this.title || '打印详情';
- const printElement = document.getElementById('printDetail');
- const printFrame = document.createElement('iframe');
- printFrame.style.position = 'absolute';
- printFrame.style.width = '0';
- printFrame.style.height = '0';
- printFrame.style.border = 'none';
- printFrame.style.left = '-9999px';
- printFrame.onload = function() {
- try {
- const frameDoc = printFrame.contentDocument || printFrame.contentWindow.document;
- const contentClone = printElement.cloneNode(true);
- const style = document.createElement('style');
- style.innerHTML = `
- @page {
- size: auto;
- margin: 10mm;
- }
- body {
- font-family: Arial, sans-serif;
- line-height: 1.5;
- margin: 0;
- padding: 0;
- }
- .el-descriptions {
- width: 100% !important;
- }
- .el-descriptions-item__label {
- width: ${this.descLabelWidth}% !important;
- }
- .el-descriptions-item__content {
- width: ${(100 / this.descColumn) - this.descLabelWidth}% !important;
- }
- /* 确保图片在打印时显示完整 */
- img, .el-image {
- max-width: 100% !important;
- height: auto !important;
- }
- `;
- frameDoc.head.appendChild(style);
- frameDoc.body.appendChild(contentClone);
- setTimeout(() => {
- printFrame.contentWindow.focus();
- printFrame.contentWindow.print();
- setTimeout(() => {
- document.body.removeChild(printFrame);
- document.title = originalTitle;
- }, 1000);
- }, 500);
- } catch (e) {
- document.body.removeChild(printFrame);
- document.title = originalTitle;
- this.$message.error('打印过程中发生错误');
- }
- };
- document.body.appendChild(printFrame);
- } catch (e) {
- document.title = originalTitle;
- this.$message.error('打印过程中发生错误');
- }
- },
- /** 打印按钮操作 */
- handlePrint() {
- printLand(this.queryParams).then(response => {})
- },
- /* 导入EXCEL组件 */
- handleImport() {
- this.upload.title = "地块属性导入"
- this.upload.open = true
- },
- /** 下载模板操作 */
- importTemplate() {
- this.download('resource/land/importTemplate', {
- }, `地块属性_template.xlsx`)
- },
- // 文件上传中处理
- handleFileUploadProgress(event, file, fileList) {
- this.upload.isUploading = true
- },
- // 文件上传成功处理
- handleFileSuccess(response, file, fileList) {
- this.upload.open = false
- this.upload.isUploading = false
- this.$refs.upload.clearFiles()
- this.$alert("<div style='overflow: auto;overflow-x: hidden;max-height: 70vh;padding: 10px 20px 0;'>" + response.msg + "</div>", "导入结果", { dangerouslyUseHTMLString: true })
- this.getList()
- },
- // 提交上传文件
- submitFileForm() {
- this.$refs.upload.submit()
- },
- /** 查询部门下拉树结构 */
- getDeptTree() {
- deptTreeSelect().then(response => {
- this.deptOptions = response.data
- this.enabledDeptOptions = this.filterDisabledDept(JSON.parse(JSON.stringify(response.data)))
- })
- },
- // 过滤禁用的部门
- filterDisabledDept(deptList) {
- return deptList.filter(dept => {
- if (dept.disabled) {
- return false
- }
- if (dept.children && dept.children.length) {
- dept.children = this.filterDisabledDept(dept.children)
- }
- return true
- })
- },
- // 筛选节点
- filterNode(value, data) {
- if (!value) return true
- return data.label.indexOf(value) !== -1
- },
- // 节点单击事件
- handleNodeClick(data) {
- this.queryParams.deptId = data.id
- this.selectDeptName = data.label
- this.handleQuery()
- },
- // 获取geoserver的地址
- getGeoServerUrl() {
- getConfigKey("system.geoServer.url").then(response => {
- this.mapGeoServerUrl = response.msg;
- });
- },
- // 获取地块图层名称
- getLandLayerName() {
- getConfigKey("geoserver.layer.dk").then(response => {
- this.landLayerName = response.msg;
- });
- },
- // 获取村边界的图层名称
- getVillageBorderLayerName() {
- getConfigKey("geoserver.layer.villageBorder").then(response => {
- this.villageBorderLayerName = response.msg;
- });
- },
- // 获取当前部门的位置
- getCurrentDeptLocation() {
- var deptId = this.queryParams.deptId;
- if(deptId){
- deptId = 100;
- }
- getDept(deptId).then(response => {
- let insertCode = response.data;
- if (insertCode != null) {
- this.weidu = insertCode.latitude;
- this.jingdu = insertCode.longitude;
- }
- });
- },
- /** 地图修改按钮操作 */
- handleMap(row) {
- this.mapTheGeomId = row;
- getInfoByImportCode(row.importCode).then((res) => {
- let insertCode = res.data;
- if (insertCode != null) {
- this.weidu = insertCode.latitude;
- this.jingdu = insertCode.longitude;
- }
- const tableRow = { importCode: row.importCode };
- listLandQuery(tableRow).then(response => {
- this.openMap = true;
- this.title = "修改地图";
- setTimeout(() => {
- this.pointDarw(response.rows);
- }, 500);
- });
- });
- },
- /** 地图提交按钮 */
- submitFormMap() {
- if(this.drawInsert !=null && this.drawInsert !=""){
- this.mapTheGeomId.theGeom = JSON.stringify(this.drawInsert);
- }else{
- this.mapTheGeomId.theGeom = this.mapTheGeomId.theGeomText
- }
- let sysGis = { tableName: 't_resource_land', priId: 'fid', id: this.mapTheGeomId.fid, theGeom: this.mapTheGeomId.theGeom };
- if (this.mapTheGeomId != null) {
- areaSavePri(sysGis).then(response => {
- this.$modal.msgSuccess("修改成功");
- this.openMap = false;
- //this.getList();
- });
- }
- },
- /** 清除坐标点图层 */
- clearMapLayer() {
- let sysGis = { tableName: 't_resource_land', priId: 'fid', id: this.mapTheGeomId.fid};
- cleanSavePri(sysGis).then(response => {
- this.$modal.msgSuccess("清除成功");
- this.openMap = false;
- //this.getList();
- });
- },
- pointDarw(resourceList) {
- //加载地图编辑
- var that = this;
- var map;
- var draw;
- var vector_drawing;
- var startDarw =false;
- var openDarw = false;
- this.mapTheGeomId = resourceList.find((land) => {
- //model就是上面的数据源
- return land.fid === this.mapTheGeomId.fid;
- });
- if (this.mapTheGeomId.theGeom != null && this.mapTheGeomId.theGeom != ""
- && this.mapTheGeomId.theGeom != undefined) {
- startDarw = true;
- openDarw = false;
- } else {
- startDarw = false;
- openDarw = true;
- }
-
- if (startDarw) {
- document.getElementById("mapWrap").innerHTML = '';
- var thePolygon;
- var draw; // global so we can remove it later
- var vector_drawing;
- var projection = new ol.proj.Projection({
- //地图投影类型
- code: "EPSG:3857",
- units: "degrees",
- //extent:extent
- });
- var aerial = new ol.layer.Tile({
- source: new ol.source.XYZ({
- url: "http://t0.tianditu.gov.cn/img_w/wmts?" +
- "SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=img&STYLE=default&TILEMATRIXSET=w&FORMAT=tiles" +
- "&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}&tk=cc4aba6e967096098249efa069733067",
- }),
- isGroup: true,
- name: "卫星影像图",
- });
- var yingxzi = new ol.layer.Tile({
- source: new ol.source.XYZ({
- url: "https://t0.tianditu.gov.cn/DataServer?T=cia_w&x={x}&y={y}&l={z}&tk=cc4aba6e967096098249efa069733067",
- }),
- isGroup: true,
- name: "天地图文字标注--卫星影像图",
- });
- //加载地图
- map = new ol.Map({
- controls: ol.control.defaults({attribution: false, zoom: false, rotate: false}).extend([]), //隐藏放大缩小按钮
- layers: [aerial, yingxzi],
- projection: projection,
- target: "mapWrap",
- view: new ol.View({
- //center: ol.proj.fromLonLat([115.452752, 31.789033]),
- zoom: 17.8,
- minZoom: 0,
- maxZoom: 18.3,
- }),
- });
- // 添加村边界
- let mapBorder = new ol.layer.Image({
- source: new ol.source.ImageWMS({
- url: this.mapGeoServerUrl + '/wms',
- params: {
- LAYERS: this.villageBorderLayerName,
- cql_filter: "import_code = '" + this.mapTheGeomId.importCode + "'",
- SRID: 3857,
- },
- }),
- name: 'villageBorderLayer'
- });
- map.addLayer(mapBorder);
- // 添加已经存在的资源图层
- let vectorSource = new ol.source.Vector();
- for (let resource of resourceList) {
- if (resource.theGeom && resource.fid !== this.mapTheGeomId.fid) {
- let feature = new ol.Feature({
- geometry: new ol.geom.MultiPolygon(JSON.parse(resource.theGeom).coordinates),
- // permanentName: permanent.name
- });
- vectorSource.addFeature(feature);
- }
- }
- let resourceLayer = new ol.layer.Vector({
- source: vectorSource,
- style: (feature, resolution) => {
- return new ol.style.Style({
- fill: new ol.style.Fill({
- //矢量图层填充颜色,以及透明度
- color: "rgba(0, 218, 255, 0.3)",
- }),
- stroke: new ol.style.Stroke({
- //边界样式
- color: "#00DAFF",
- width: 3,
- }),
- })
- }
- });
- map.addLayer(resourceLayer);
- //当前图层查询定位
- thePolygon = new ol.layer.Vector({
- title: "add Layer",
- source: new ol.source.Vector({
- projection: projection,
- features: new ol.format.GeoJSON().readFeatures("{\n" +
- " \"type\": \"Feature\",\n" +
- " \"geometry\":" + this.mapTheGeomId.theGeom + "}"),
- }),
- style: new ol.style.Style({
- fill: new ol.style.Fill({
- //矢量图层填充颜色,以及透明度
- color: "yellow",
- }),
- stroke: new ol.style.Stroke({
- //边界样式
- color: "yellow",
- width: 3,
- }),
- }),
- });
- map.addLayer(thePolygon);
- var maxXMap = thePolygon.values_.source.featuresRtree_.rbush_.data.maxX;
- var maxYMap = thePolygon.values_.source.featuresRtree_.rbush_.data.maxY;
- var minXMap = thePolygon.values_.source.featuresRtree_.rbush_.data.minX;
- var minYMap = thePolygon.values_.source.featuresRtree_.rbush_.data.minY;
- var center = ol.extent.getCenter([maxXMap, maxYMap, minXMap, minYMap]);
- map.getView().animate({
- center: center,
- zoom: 17.8,
- rotation: undefined,
- duration: 1000,
- });
- //开始绘制地图
- $("#drawPolygon").off("click").on("click", function () {
- map.removeLayer(thePolygon);
- map.removeLayer(vector_drawing);
- that.drawInsert = null;
- //var source = new ol.source.Vector({wrapX: false});
- vector_drawing = new ol.layer.Vector({
- source: new ol.source.Vector(),
- });
- map.addLayer(vector_drawing);
- function addInteraction() {
- draw = new ol.interaction.Draw({
- source: vector_drawing.getSource(),
- type: "Polygon"
- });
- draw.on('drawend', function (evt) {
- map.removeInteraction(draw);
- var feature = evt.feature;
- var geometry = feature.getGeometry();
- var coordinate = geometry.getCoordinates();
- that.drawInsert = coordinate;
- });
- map.addInteraction(draw);
- }
- addInteraction();
- });
- //清除画图鼠标点击事件
- $("#drawRemove").off("click").on("click", function () {
- //map.addLayer(thePolygon);
- map.removeInteraction(draw);
- //map.removeLayer(vector_drawing);
- });
- //还原之前图层
- $("#drawReset").off("click").on("click", function () {
- map.removeInteraction(draw);
- map.removeLayer(vector_drawing);
- map.addLayer(thePolygon);
- that.drawInsert = null;
- });
- }
-
- if (openDarw) {
- document.getElementById("mapWrap").innerHTML = '';
- var projection = new ol.proj.Projection({
- //地图投影类型
- code: "EPSG:3857",
- units: "degrees",
- //extent:extent
- });
- var aerial = new ol.layer.Tile({
- source: new ol.source.XYZ({
- url: "http://t0.tianditu.gov.cn/img_w/wmts?" +
- "SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=img&STYLE=default&TILEMATRIXSET=w&FORMAT=tiles" +
- "&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}&tk=cc4aba6e967096098249efa069733067",
- }),
- isGroup: true,
- name: "卫星影像图",
- });
-
- var yingxzi = new ol.layer.Tile({
- source: new ol.source.XYZ({
- url: "https://t0.tianditu.gov.cn/DataServer?T=cia_w&x={x}&y={y}&l={z}&tk=cc4aba6e967096098249efa069733067",
- }),
- isGroup: true,
- name: "天地图文字标注--卫星影像图",
- });
- //获取坐标是否存在
- var Zb;
- if (this.jingdu != null && this.jingdu !="") {
- Zb = [this.jingdu, this.weidu]
- } else {
- Zb = [115.452752, 31.789033];
- }
- //加载地图
- map = new ol.Map({
- controls: ol.control.defaults({attribution: false, zoom: false, rotate: false}).extend([]), //隐藏放大缩小按钮
- layers: [aerial, yingxzi],
- projection: projection,
- logo: 'false',
- target: "mapWrap",
- view: new ol.View({
- center: ol.proj.fromLonLat(Zb),
- //center: ol.proj.fromLonLat([115.452752, 31.789033]),
- zoom: 17.8,
- minZoom: 0, //地图缩小限制
- maxZoom: 18, //地图放大限制
- }),
- });
- // 添加村边界
- let mapBorder = new ol.layer.Image({
- source: new ol.source.ImageWMS({
- url: this.mapGeoServerUrl + '/wms',
- params: {
- LAYERS: this.villageBorderLayerName,
- cql_filter: "import_code = '" + this.mapTheGeomId.importCode + "'",
- SRID: 3857,
- },
- }),
- name: 'villageBorderLayer'
- });
- map.addLayer(mapBorder);
- // 添加已经存在的资源图层
- let vectorSource = new ol.source.Vector();
- for (let resource of resourceList) {
- if (resource.theGeom && resource.fid !== this.mapTheGeomId.fid) {
- let feature = new ol.Feature({
- geometry: new ol.geom.MultiPolygon(JSON.parse(resource.theGeom).coordinates),
- // permanentName: permanent.name
- });
- vectorSource.addFeature(feature);
- }
- }
- let resourceLayer = new ol.layer.Vector({
- source: vectorSource,
- style: (feature, resolution) => {
- return new ol.style.Style({
- fill: new ol.style.Fill({
- //矢量图层填充颜色,以及透明度
- color: "rgba(0, 218, 255, 0.3)",
- }),
- stroke: new ol.style.Stroke({
- //边界样式
- color: "#00DAFF",
- width: 3,
- }),
- })
- }
- });
- map.addLayer(resourceLayer);
-
- //开始绘制地图
- $("#drawPolygon").off("click").on("click", function () {
- //map.removeLayer(thePolygon);
- map.removeLayer(vector_drawing);
- that.drawInsert = null;
- map.removeInteraction(draw);
- var source = new ol.source.Vector({wrapX: false});
- vector_drawing = new ol.layer.Vector({
- source: source,
- });
- map.addLayer(vector_drawing);
- var typeSelect = "Polygon";
-
- function addInteraction() {
- var value = typeSelect;
- draw = new ol.interaction.Draw({
- source: source,
- type: typeSelect
- });
- draw.on('drawend', function (evt) {
- //map.removeLayer(vector_drawing);
- var feature = evt.feature;
- var geometry = feature.getGeometry();
- var coordinate = geometry.getCoordinates();
- that.drawInsert = coordinate;
- map.removeInteraction(draw);
- });
- map.addInteraction(draw);
- }
- addInteraction();
- });
-
- //清除画图鼠标点击事件
- $("#drawRemove").off("click").on("click", function () {
- //map.addLayer(thePolygon);
- map.removeInteraction(draw);
- //map.removeLayer(vector_drawing);
- });
-
- //还原之前图层
- $("#drawReset").off("click").on("click", function () {
- map.removeInteraction(draw);
- map.removeLayer(vector_drawing);
- //map.addLayer(thePolygon);
- that.drawInsert = null;
- });
- }
- },
- }
- }
- </script>
- <style scoped type="scss">
- .container_main{
- height: 75vh;
- overflow-y: scroll;
- }
-
- #land-btn-wrap {
- position: relative;
- width: 40%;
- left: 60%;
- bottom: 95%;
- z-index: 2000;
- }
- #mapWrap {
- width: 100%;
- height: 100%;
- }
- .ant-btn-red {
- position: relative;
- display: inline-block;
- background: #D0EEFF;
- border: 1px solid #99D3F5;
- border-radius: 4px;
- padding: 4px 12px;
- overflow: hidden;
- color: #1E88C7;
- text-decoration: none;
- text-indent: 0;
- line-height: 20px;
- right: -36%;
- }
- </style>
|