index.vue 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984
  1. <template>
  2. <div class="base-container">
  3. <fnHeader></fnHeader>
  4. <div class="top-bg"></div>
  5. <el-upload
  6. ref="uploadRef"
  7. class="upload-demo"
  8. :limit="1"
  9. :on-exceed="handleExceed"
  10. :on-success="onSuccess"
  11. :before-upload="beforeUpload"
  12. action="https://feiniaotech-dev.sysuimars.cn/site/plugin_ownership/uploadFile"
  13. :headers="headerUpload"
  14. >
  15. <template #trigger>
  16. <div class="btn blue" :class="{ 'disabled-button': !disabledForm && isEdit }">
  17. <el-icon><Upload /></el-icon>
  18. <span>RTK点位数据导入</span>
  19. </div>
  20. </template>
  21. </el-upload>
  22. <div class="top">
  23. <!-- <div class="back btn" @click="goBack">
  24. <img class="icon" src="@/assets/images/common/back-icon.png" alt="" />
  25. <span>返回</span>
  26. </div> -->
  27. <el-select
  28. v-model="locationVal"
  29. filterable
  30. remote
  31. :disabled="!disabledForm && isEdit"
  32. effect="dark"
  33. reserve-keyword
  34. placeholder="搜索地区"
  35. :remote-method="remoteMethod"
  36. :loading="loading"
  37. @change="handleSearchRes"
  38. class="v-select"
  39. >
  40. <template #prefix>
  41. <el-icon class="el-input__icon"><search /></el-icon>
  42. </template>
  43. <el-option
  44. v-for="(item, index) in locationOptions.list"
  45. :key="index"
  46. :label="item.title"
  47. :value="item.point"
  48. >
  49. <span>{{ item.title }}</span>
  50. <span class="sub-title">{{ item.province }}{{ item.city }}{{ item.district }}</span>
  51. </el-option>
  52. </el-select>
  53. <div class="search">
  54. <div class="add btn" :class="{ 'disabled-button': !disabledForm && isEdit }" @click="handleAdd">
  55. <el-icon><Plus /></el-icon>
  56. <span>创建</span>
  57. </div>
  58. <div class="upload btn" :class="{ 'disabled-button': !disabledForm && isEdit }" @click="handleExport">
  59. <img class="icon" src="@/assets/images/common/back-icon.png" alt="" />
  60. <span>导出</span>
  61. </div>
  62. </div>
  63. </div>
  64. <div class="content">
  65. <el-form :inline="true" :model="formInlineSearch" class="search-form" ref="formInlineRef">
  66. <el-form-item label="农场地址">
  67. <el-input v-model="formInlineSearch.address" placeholder="请输入农场地址" clearable />
  68. </el-form-item>
  69. <el-form-item label="农场名称">
  70. <el-input v-model="formInlineSearch.farmName" placeholder="请输入农场名称" clearable />
  71. </el-form-item>
  72. <el-form-item label="作物物种">
  73. <el-input v-model="formInlineSearch.speciesTypeName" placeholder="请输入作物物种" clearable />
  74. </el-form-item>
  75. <el-form-item label="客户姓名">
  76. <el-input v-model="formInlineSearch.masterName" placeholder="请输入客户姓名" clearable />
  77. </el-form-item>
  78. <el-form-item label="联系电话">
  79. <el-input v-model="formInlineSearch.masterTel" placeholder="请输入联系电话" clearable />
  80. </el-form-item>
  81. <div class="button">
  82. <el-button
  83. class="btn"
  84. :class="{ 'disabled-button': !disabledForm && isEdit }"
  85. type="primary"
  86. @click="onSearch"
  87. >查询</el-button
  88. >
  89. <el-button class="btn reset" :class="{ 'disabled-button': !disabledForm && isEdit }" @click="onRest"
  90. >重置</el-button
  91. >
  92. </div>
  93. </el-form>
  94. <div class="box">
  95. <div class="map-box" :class="{ 'cursor-pointer': mouseStyle }">
  96. <div ref="mapRef" class="map"></div>
  97. </div>
  98. <div class="tool-group">
  99. <!-- <div class="btn" @click="handleCancel">
  100. <img class="icon" src="@/assets/images/common/back-black-icon.png" alt="" />
  101. <span>撤销</span>
  102. </div> -->
  103. <!-- <div
  104. class="btn"
  105. @click="handleDeletePoint"
  106. v-show="mapData.selectPointArr.length > 0 && !disabledForm"
  107. >
  108. <el-icon size="15"><CloseBold /></el-icon>
  109. <span>删除点</span>
  110. </div> -->
  111. <div class="btn delete" @click="handleDelete" v-show="mapData.selectPointArr.length > 0">
  112. <el-icon size="15" color="#fff"><CloseBold /></el-icon>
  113. <span>删除地块</span>
  114. </div>
  115. </div>
  116. <div class="edit-popup" v-show="isEdit">
  117. <div class="edit-title">
  118. <div class="name">
  119. <img src="@/assets/images/common/chart-icon.png" alt="" />
  120. <span>地块属性</span>
  121. </div>
  122. <div class="btn-group">
  123. <div v-show="disabledForm" class="edit" @click="handleEdit">编辑</div>
  124. <div v-show="!disabledForm" class="edit" @click="handleDeletePoint">删除点</div>
  125. <div
  126. v-show="mapData.selectPointArr.length > 0"
  127. class="edit ml"
  128. :class="{ 'disabled-button': !disabledForm }"
  129. @click="handlePrint"
  130. >
  131. 打印
  132. </div>
  133. </div>
  134. </div>
  135. <div class="edit-cont">
  136. <el-form
  137. :inline="true"
  138. ref="ruleFormRef"
  139. :disabled="disabledForm"
  140. :model="formInline"
  141. :rules="rules"
  142. label-position="top"
  143. class="form-inline"
  144. >
  145. <el-form-item label="农场地址" prop="address">
  146. <el-input v-model="formInline.address" placeholder="请输入农场地址" clearable />
  147. </el-form-item>
  148. <el-form-item label="农场名称" prop="farmName">
  149. <el-input v-model="formInline.farmName" placeholder="请输入农场名称" clearable />
  150. </el-form-item>
  151. <el-form-item label="创建时间">
  152. <el-input v-model="formInline.createDate" clearable disabled />
  153. </el-form-item>
  154. <el-form-item label="农场面积">
  155. <el-input v-model="formInline.mu" disabled clearable />
  156. </el-form-item>
  157. <el-form-item label="作物物种" prop="speciesTypeName">
  158. <el-input v-model="formInline.speciesTypeName" placeholder="请输入作物物种" clearable />
  159. </el-form-item>
  160. <el-form-item label="客户姓名" prop="masterName">
  161. <el-input v-model="formInline.masterName" placeholder="请输入姓名" clearable />
  162. </el-form-item>
  163. <el-form-item label="联系电话" prop="masterTel">
  164. <el-input v-model="formInline.masterTel" placeholder="请输入联系电话" clearable />
  165. </el-form-item>
  166. </el-form>
  167. <div class="list-box" v-show="pointList.length > 0">
  168. <span>边界点经纬度</span>
  169. <div class="list-cont">
  170. <div class="list-item" v-for="(item, index) in pointList" :key="index">
  171. <span>A{{ index + 1 }}</span>
  172. <div class="item-box">北纬{{ item[1] }}</div>
  173. <div class="item-box">东经{{ item[0] }}</div>
  174. </div>
  175. </div>
  176. </div>
  177. </div>
  178. <div class="edit-footer">
  179. <div @click="onCancel" class="btn cancel">取消</div>
  180. <div @click="onSubmit" class="btn save">保存</div>
  181. </div>
  182. </div>
  183. </div>
  184. </div>
  185. </div>
  186. <!-- 导出弹窗 -->
  187. <el-dialog v-model="dialogVisible" width="82%" center :show-close="false" modal-class="dialog-dark">
  188. <div>
  189. <el-table :data="gridData" border max-height="600" class="table-dark">
  190. <el-table-column property="farmName" label="农场名称" show-overflow-tooltip />
  191. <el-table-column property="address" label="农场地址" width="230" show-overflow-tooltip />
  192. <el-table-column property="createDate" label="创建时间" width="170" />
  193. <el-table-column property="mu" label="农场面积">
  194. <template #default="scope">
  195. <span>{{ scope.row.mu }}亩</span>
  196. </template>
  197. </el-table-column>
  198. <el-table-column property="speciesTypeName" label="作物物种" />
  199. <el-table-column property="masterName" label="客户姓名" />
  200. <el-table-column property="masterTel" width="120" label="联系电话" />
  201. <el-table-column property="points" label="边界点经纬度" width="480" show-overflow-tooltip />
  202. </el-table>
  203. </div>
  204. <template #footer>
  205. <div class="dialog-footer">
  206. <el-button class="btn" @click="dialogVisible = false">取消</el-button>
  207. <el-button class="btn" type="primary" @click="handleDowload"> 下载 </el-button>
  208. </div>
  209. </template>
  210. </el-dialog>
  211. <Pdf
  212. :title="formInline.id + ''"
  213. :showDialog="pdfShow"
  214. @closeDialog="pdfShow = false"
  215. v-if="formInline.id && pdfShow"
  216. :rowId="formInline.id"
  217. ></Pdf>
  218. </template>
  219. <script setup>
  220. import { onMounted, ref, reactive, watchEffect, watch } from "vue";
  221. import fnHeader from "@/components/fnHeader.vue";
  222. import AuthenticMap from "./authenticMap";
  223. import { mapData } from "./authenticMap";
  224. import { useRouter } from "vue-router";
  225. import { ElMessage, ElMessageBox } from "element-plus";
  226. import { dateFormat } from "@/utils/date_util";
  227. import { exportExcel, parseMultiPolygon } from "@/utils/index";
  228. import { useStore } from "vuex";
  229. import Pdf from "./Pdf";
  230. import {Feature} from "ol";
  231. const pdfShow = ref(false);
  232. const mouseStyle = ref(1);
  233. const router = useRouter();
  234. const store = useStore();
  235. let authenticMap = new AuthenticMap();
  236. const mapRef = ref();
  237. const userInfo = JSON.parse(sessionStorage.getItem("userinfo"));
  238. const location = ref(userInfo.location);
  239. onMounted(() => {
  240. authenticMap.initMap(location.value, mapRef.value);
  241. getList();
  242. });
  243. // 获取地块列表
  244. const plotList = ref([]);
  245. const getList = (callback) => {
  246. authenticMap.clearLayer();
  247. return VE_API.authentic.getList(formInlineSearch).then(({ code, data }) => {
  248. plotList.value = data || [];
  249. const geom = [];
  250. data.forEach((item) => {
  251. geom.push({ featureWkt: item.geom, ...item });
  252. });
  253. authenticMap.setAreaGeometry(geom);
  254. authenticMap.addPoint(data);
  255. callback && callback(geom);
  256. });
  257. };
  258. // 搜索
  259. const locationVal = ref("");
  260. const loading = ref(false);
  261. const MAP_KEY = "CZLBZ-LJICQ-R4A5J-BN62X-YXCRJ-GNBUT";
  262. const handleSearchRes = (v) => {
  263. authenticMap.setMapCenter(v);
  264. onRest();
  265. };
  266. const locationOptions = reactive({
  267. list: [],
  268. });
  269. const remoteMethod = async (keyword) => {
  270. if (keyword) {
  271. locationOptions.list = [];
  272. loading.value = true;
  273. const params = {
  274. key: MAP_KEY,
  275. keyword,
  276. // location: location.value,
  277. location: "22.574540836684672,113.1093017627431",
  278. };
  279. await VE_API.old_mini_map.getCtiyList({ word: keyword }).then(({ data }) => {
  280. if (data && data.length) {
  281. data.forEach((item) => {
  282. item.point = item.location.lat + "," + item.location.lng;
  283. locationOptions.list.push(item);
  284. });
  285. }
  286. });
  287. VE_API.old_mini_map.search(params).then(({ data }) => {
  288. loading.value = false;
  289. data.forEach((item) => {
  290. item.point = item.location.lat + "," + item.location.lng;
  291. locationOptions.list.push(item);
  292. });
  293. });
  294. } else {
  295. locationOptions.list = [];
  296. }
  297. };
  298. const validatePhoneNumber = (rule, value, callback) => {
  299. const phoneRegex = /^[1][3-9]\d{9}$/;
  300. if (!value) {
  301. callback(new Error("请输入联系电话"));
  302. } else if (!phoneRegex.test(value)) {
  303. callback(new Error("手机号码格式不正确"));
  304. } else {
  305. callback();
  306. }
  307. };
  308. const rules = {
  309. address: [{ required: true, message: "请输入农场地址", trigger: "change" }],
  310. farmName: [{ required: true, message: "请输入农场名称", trigger: "change" }],
  311. speciesTypeName: [{ required: true, message: "请输入作物物种", trigger: "change" }],
  312. masterName: [{ required: true, message: "请输入姓名", trigger: "change" }],
  313. masterTel: [{ required: true, validator: validatePhoneNumber, trigger: "change" }],
  314. };
  315. const ruleFormRef = ref(null);
  316. const initForm = {
  317. id: "",
  318. address: "",
  319. farmName: "",
  320. createDate: "",
  321. mu: "",
  322. speciesTypeName: "",
  323. masterName: "",
  324. masterTel: "",
  325. geom: "",
  326. };
  327. const formInline = reactive({
  328. ...initForm,
  329. });
  330. const disabledForm = ref(false);
  331. // 筛选
  332. const formInlineRef = ref(null);
  333. const formInlineSearch = reactive({
  334. ...initForm,
  335. });
  336. const onSearch = () => {
  337. authenticMap.search(formInlineSearch);
  338. };
  339. const onRest = () => {
  340. Object.assign(formInlineSearch, initForm);
  341. isUpdata.value = false;
  342. onCancel();
  343. };
  344. const isEdit = ref(false);
  345. const typeStr = ref("");
  346. // 编辑
  347. const handleEdit = () => {
  348. typeStr.value = "edit";
  349. disabledForm.value = false;
  350. mapData.disabledForm = false;
  351. authenticMap.startModify('edit');
  352. authenticMap.clearSelectPoint()
  353. };
  354. // 取消
  355. const isUpdata = ref(true);
  356. const onCancel = () => {
  357. authenticMap.clearSelectPoint()
  358. isEdit.value = false;
  359. store.commit("authentic/SET_ISEDIT_STATUS", false);
  360. if (isUpdata.value) {
  361. authenticMap.cancelDraw();
  362. getList((geoms) => {
  363. authenticMap.allUnSelect();
  364. });
  365. } else {
  366. Object.assign(formInlineSearch, initForm);
  367. getList((geoms) => {
  368. authenticMap.allUnSelect();
  369. });
  370. }
  371. authenticMap.setPoint("point");
  372. authenticMap.clearMapData("isEdit", false, formInline.id);
  373. authenticMap.endDraw();
  374. };
  375. // 保存
  376. const onSubmit = () => {
  377. if (!ruleFormRef.value) return;
  378. ruleFormRef.value.validate((valid, fields) => {
  379. if (valid) {
  380. formInline.mu = formInline.mu.split("亩")[0];
  381. if(heightArr.value.length>0){
  382. formInline.height = heightArr.value
  383. }
  384. VE_API.authentic.saveData(formInline).then((res) => {
  385. store.commit("authentic/SET_ISEDIT_STATUS", false);
  386. isUpdata.value = false;
  387. disabledForm.value = true;
  388. mapData.disabledForm = true;
  389. Object.assign(formInlineSearch, initForm);
  390. authenticMap.endDraw();
  391. getList().then(() => {
  392. isRefresh.value = false;
  393. isEdit.value = false;
  394. authenticMap.allUnSelect();
  395. authenticMap.clearMapData();
  396. // authenticMap.getSelectPointArr(
  397. // point.id || plotList.value[plotList.value.length - 1].id
  398. // );
  399. });
  400. });
  401. }
  402. });
  403. };
  404. //上传
  405. const uploadRef = ref(null);
  406. const headerUpload = { token: store.getters.token };
  407. // 校验文件格式和大小
  408. const beforeUpload = (file) => {
  409. const isCsv = file.type === "application/vnd.ms-excel" || file.type === "text/csv" || file.name.endsWith(".csv");
  410. updateFormInline({ ...initForm });
  411. ruleFormRef.value.resetFields();
  412. authenticMap.clearSelectPoint()
  413. isEdit.value = false;
  414. authenticMap.setPoint("point");
  415. authenticMap.clearMapData("isEdit", false, formInline.id);
  416. authenticMap.endDraw();
  417. if (!isCsv) {
  418. ElMessage.error("上传文件只能是 CSV 格式!");
  419. }
  420. return isCsv;
  421. };
  422. const handleExceed = (files) => {
  423. uploadRef.value.clearFiles();
  424. const file = files[0];
  425. uploadRef.value.handleStart(file);
  426. };
  427. const heightArr = ref([]);
  428. const onSuccess = (res) => {
  429. typeStr.value = "upload";
  430. if (res.code === 0) {
  431. ElMessage.success("上传成功");
  432. store.commit("authentic/SET_ISEDIT_STATUS", true);
  433. isEdit.value = true;
  434. disabledForm.value = false;
  435. formInline.createDate = dateFormat(new Date(), "YYYY-mm-dd HH:MM:SS");
  436. const geom = [{ featureWkt: res.data.geom, ...res.data }];
  437. let featureList = authenticMap.setAreaGeometry(geom);
  438. authenticMap.fit([res.data.geom]);
  439. updatePointList("upload", geom[0]);
  440. heightArr.value = res.data.height;
  441. const arr = pointList.value.map((item, index) => {
  442. return [...item, res.data.height[index]];
  443. });
  444. getArea(arr);
  445. authenticMap.startModify("upload", featureList[0]);
  446. uploadRef.value.clearFiles();
  447. } else {
  448. ElMessage.error("上传失败");
  449. }
  450. };
  451. // 获取面积/亩
  452. const getArea = (arr) => {
  453. VE_API.authentic.getArea(arr).then((res) => {
  454. const area = (res.data / 666.67).toFixed(2);
  455. formInline.mu = area + "亩";
  456. });
  457. };
  458. // 打印
  459. const handlePrint = () => {
  460. pdfShow.value = true;
  461. };
  462. // 返回
  463. const goBack = () => {
  464. router.go(-1);
  465. };
  466. function updateFormInline(newData, name) {
  467. Object.assign(formInline, newData);
  468. }
  469. // 删除地块
  470. const handleDelete = () => {
  471. const id = mapData.selectPointArr.map((item) => item.values_.id);
  472. if (id.length < 0) return ElMessage("请选择地块");
  473. ElMessageBox.confirm("您确定删除该地块吗?", "提示", {
  474. confirmButtonText: "确认",
  475. cancelButtonText: "取消",
  476. type: "warning",
  477. })
  478. .then(() => {
  479. VE_API.authentic.deleteData(id).then((res) => {
  480. isUpdata.value = false;
  481. onCancel();
  482. });
  483. })
  484. .catch(() => {});
  485. };
  486. // 创建
  487. const isRefresh = ref(true);
  488. const handleAdd = () => {
  489. authenticMap.clearSelectPoint()
  490. typeStr.value = "add";
  491. isRefresh.value = false;
  492. isEdit.value = false;
  493. if (isUpdata.value) {
  494. authenticMap.cancelDraw();
  495. authenticMap.allUnSelect();
  496. } else {
  497. getList();
  498. isUpdata.value = true;
  499. }
  500. updateFormInline({ ...initForm });
  501. ruleFormRef.value.resetFields();
  502. pointList.value = [];
  503. authenticMap.clearMapData("curPointData", {});
  504. authenticMap.clearMapData("isEdit", false);
  505. authenticMap.setPoint("point");
  506. authenticMap.startDraw();
  507. };
  508. // 删除点
  509. const handleDeletePoint = () => {
  510. authenticMap.removePoint((index) => {
  511. updatePointList(typeStr.value);
  512. heightArr.value.splice(index,1)
  513. });
  514. };
  515. // 撤销
  516. const handleCancel = () => {
  517. authenticMap.undoLastDraw();
  518. };
  519. // 导出
  520. const gridData = ref([]);
  521. const dialogVisible = ref(false);
  522. const handleExport = () => {
  523. if (mapData.selectPointArr.length < 1) return ElMessage("请选择地块");
  524. const ids = mapData.selectPointArr.map((item) => item.values_.id);
  525. VE_API.authentic.exportData(ids).then(({ data }) => {
  526. gridData.value = data.map((item) => {
  527. return {
  528. ...item,
  529. createDate: dateFormat(new Date(item.createDate), "YYYY-mm-dd HH:MM:SS"),
  530. };
  531. });
  532. dialogVisible.value = true;
  533. });
  534. };
  535. // 下载
  536. const handleDowload = () => {
  537. const fieldLabels = [
  538. "农场名称",
  539. "农场地址",
  540. "创建时间",
  541. "农场面积",
  542. "作物物种",
  543. "客户姓名",
  544. "联系电话",
  545. "边界点经纬度",
  546. ];
  547. const fieldKeys = [
  548. "farmName",
  549. "address",
  550. "createDate",
  551. "mu",
  552. "speciesTypeName",
  553. "masterName",
  554. "masterTel",
  555. "points",
  556. ];
  557. const fileName = "农场数据" + dateFormat(new Date(), "YYYY-mm-dd HH:MM");
  558. exportExcel(gridData.value, fieldLabels, fieldKeys, fileName);
  559. };
  560. const pointList = ref([]);
  561. // 获取编辑回显数据
  562. const getDetailsData = (id) => {
  563. VE_API.authentic.getDetails({ id }).then(({ data }) => {
  564. isEdit.value = true;
  565. disabledForm.value = true;
  566. mapData.disabledForm = true;
  567. data.createDate = dateFormat(new Date(data.createDate), "YYYY-mm-dd HH:MM:SS");
  568. updateFormInline({ ...data });
  569. // 经纬度列表
  570. let arr = JSON.parse(data.points);
  571. // 删除最后数组最后一项闭合数据
  572. arr.pop();
  573. pointList.value = arr;
  574. if(data.height.length>0){
  575. heightArr.value = data.height
  576. store.commit("authentic/SET_ISEDIT_STATUS", true);
  577. // authenticMap.startModify("upload");
  578. }
  579. formInline.mu = data.mu + "亩";
  580. });
  581. };
  582. // 添加经纬度列表
  583. const updatePointList = (type, geom) => {
  584. const { geometryArr, area } = authenticMap.getAreaGeometry(type);
  585. let lastItem = null
  586. if(type === 'upload'){
  587. lastItem = geom
  588. }else{
  589. lastItem = geometryArr[geometryArr.length - 1];
  590. }
  591. formInline.geom = lastItem.featureWkt;
  592. debugger
  593. let result = parseMultiPolygon(lastItem.featureWkt);
  594. result.pop();
  595. pointList.value = result;
  596. //判断是否是导入数据
  597. if (store.state.authentic.isEditStatus) {
  598. const arr = pointList.value.map((item, index) => {
  599. return [...item, heightArr.value[index]];
  600. });
  601. if (arr[0][2]) {
  602. getArea(arr);
  603. }
  604. } else {
  605. formInline.mu = area + "亩";
  606. }
  607. };
  608. watchEffect(() => {
  609. if (mapData.isEditArea) {
  610. isUpdata.value = false;
  611. updatePointList("edit");
  612. }
  613. });
  614. watch(
  615. () => mapData.isEdit,
  616. (newVale, oldValue) => {
  617. if (newVale && mapData.selectPointArr.length < 2 && !isRefresh.value) {
  618. isEdit.value = true;
  619. disabledForm.value = false;
  620. mapData.disabledForm = false;
  621. isUpdata.value = true;
  622. formInline.createDate = dateFormat(new Date(), "YYYY-mm-dd HH:MM:SS");
  623. updatePointList("add");
  624. authenticMap.startModify('add');
  625. }
  626. }
  627. );
  628. watch(
  629. () => mapData.selectPointArr,
  630. (newVale, oldValue) => {
  631. if (mapData.selectPointArr.length === 1) {
  632. const obj = mapData.selectPointArr[0];
  633. const id = obj.values_.id;
  634. getDetailsData(id);
  635. mapData.curPointData = obj.values_;
  636. } else {
  637. if (isRefresh.value) {
  638. isEdit.value = false;
  639. authenticMap.endDraw();
  640. isRefresh.value = true;
  641. }
  642. if (mapData.selectPointArr.length === 0 || mapData.selectPointArr.length > 1) {
  643. isEdit.value = false;
  644. }
  645. }
  646. }
  647. );
  648. </script>
  649. <style lang="scss" scoped>
  650. ::v-deep {
  651. .el-upload-list {
  652. display: none;
  653. }
  654. }
  655. .base-container {
  656. width: 100%;
  657. height: 100vh;
  658. color: #fff;
  659. box-sizing: border-box;
  660. z-index: 1;
  661. position: relative;
  662. .top-bg {
  663. position: absolute;
  664. top: 0;
  665. width: 100%;
  666. height: 74px;
  667. background: #101010;
  668. z-index: -1;
  669. }
  670. .upload-demo {
  671. display: flex;
  672. align-items: center;
  673. justify-content: flex-end;
  674. padding-right: 20px;
  675. background: #101010;
  676. }
  677. .blue {
  678. background: #2199f8;
  679. }
  680. .btn {
  681. display: flex;
  682. align-items: center;
  683. padding: 6px 16px;
  684. border-radius: 4px;
  685. cursor: pointer;
  686. .icon {
  687. width: 13px;
  688. height: 13px;
  689. }
  690. span {
  691. margin-left: 10px;
  692. }
  693. }
  694. .disabled-button {
  695. pointer-events: none;
  696. opacity: 0.5;
  697. cursor: not-allowed;
  698. }
  699. .top {
  700. display: flex;
  701. justify-content: space-between;
  702. // justify-content: flex-end;
  703. width: 100%;
  704. height: 40px;
  705. background: #101010;
  706. padding: 17px 20px 0 20px;
  707. box-sizing: border-box;
  708. display: flex;
  709. align-items: center;
  710. .back {
  711. border: 1px solid rgba(255, 255, 255, 0.4);
  712. }
  713. .v-select {
  714. width: 300px;
  715. ::v-deep {
  716. .el-select__wrapper {
  717. background: #101010;
  718. box-shadow: none;
  719. border: 1px solid rgba(255, 255, 255, 0.7);
  720. .el-select__input {
  721. color: #fff;
  722. }
  723. }
  724. }
  725. }
  726. .search {
  727. display: flex;
  728. align-items: center;
  729. justify-content: flex-end;
  730. width: 60%;
  731. .input-with-select {
  732. margin-left: 25px;
  733. }
  734. .upload {
  735. background: #2199f8;
  736. margin-left: 25px;
  737. }
  738. .add {
  739. background: #fff;
  740. color: #000;
  741. margin-left: 25px;
  742. }
  743. }
  744. }
  745. .content {
  746. width: 100%;
  747. height: calc(100% - 74px - 40px - 32px);
  748. box-sizing: border-box;
  749. background: #101010;
  750. padding: 13px 20px 20px 20px;
  751. .search-form {
  752. height: 40px;
  753. margin: 5px 0;
  754. display: flex;
  755. // justify-content: flex-end;
  756. justify-content: space-between;
  757. ::v-deep {
  758. .el-form-item__label {
  759. color: #fff;
  760. }
  761. .el-form-item__content {
  762. width: 190px;
  763. }
  764. .el-input__wrapper {
  765. background: #101010;
  766. box-shadow: none;
  767. border: 1px solid rgba(255, 255, 255, 0.7);
  768. .el-input__inner {
  769. color: #fff;
  770. }
  771. }
  772. }
  773. .button {
  774. display: flex;
  775. .btn {
  776. width: 84px;
  777. &.reset {
  778. margin-left: 25px;
  779. }
  780. }
  781. }
  782. }
  783. .box {
  784. border: 1px solid rgba(255, 255, 255, 0.4);
  785. border-radius: 8px;
  786. padding: 20px;
  787. box-sizing: border-box;
  788. background: #232323;
  789. width: 100%;
  790. height: calc(100% - 50px);
  791. position: relative;
  792. .map-box {
  793. width: 100%;
  794. height: 100%;
  795. border-radius: 4px;
  796. border: 1px solid rgba(255, 255, 255, 0.4);
  797. .map {
  798. width: 100%;
  799. height: 100%;
  800. }
  801. }
  802. .tool-group {
  803. position: absolute;
  804. display: flex;
  805. right: calc(500px + 36px);
  806. top: 42px;
  807. .btn {
  808. background: #fff;
  809. color: #000;
  810. margin-right: 10px;
  811. }
  812. .delete {
  813. background: #e45c5c;
  814. color: #fff;
  815. }
  816. }
  817. .edit-popup {
  818. width: 500px;
  819. height: calc(100% - 53px - 20px);
  820. position: absolute;
  821. top: 36px;
  822. right: 36px;
  823. border: 1px solid rgba(255, 255, 255, 0.4);
  824. border-radius: 8px;
  825. background: #232323;
  826. .edit-title {
  827. padding: 0 10px;
  828. background: rgba(68, 68, 68, 0.4);
  829. border-bottom: 1px solid rgba(68, 68, 68, 0.4);
  830. display: flex;
  831. align-items: center;
  832. justify-content: space-between;
  833. .btn-group {
  834. display: flex;
  835. .ml {
  836. margin-left: 20px;
  837. }
  838. }
  839. .name {
  840. display: flex;
  841. padding: 12px 0px;
  842. align-items: center;
  843. }
  844. span {
  845. margin-left: 8px;
  846. font-size: 18px;
  847. font-family: "SOURCEHANTIFINE";
  848. }
  849. .edit {
  850. color: #2199f8;
  851. padding: 6px 20px;
  852. border: 1px solid #2199f8;
  853. border-radius: 4px;
  854. cursor: pointer;
  855. }
  856. }
  857. .edit-cont {
  858. padding: 16px;
  859. width: calc(100% - 32px);
  860. height: calc(100% - 64px - 84px);
  861. .form-inline {
  862. height: 320px;
  863. ::v-deep {
  864. .el-input {
  865. width: 200px;
  866. --el-input-placeholder-color: #666666;
  867. }
  868. .el-form-item__label {
  869. color: #bbbbbb;
  870. }
  871. .el-input__wrapper {
  872. background: #232323;
  873. border: 1px solid #444444;
  874. box-shadow: none;
  875. .el-input__inner {
  876. color: #fff;
  877. }
  878. }
  879. }
  880. }
  881. .list-box {
  882. width: 100%;
  883. height: calc(100% - 320px);
  884. span {
  885. color: #bbbbbb;
  886. }
  887. .list-cont {
  888. width: 100%;
  889. height: calc(100% - 20px);
  890. border-radius: 4px;
  891. margin-top: 5px;
  892. background: rgba(68, 68, 68, 0.4);
  893. padding: 12px 16px;
  894. box-sizing: border-box;
  895. overflow-y: auto;
  896. .list-item {
  897. width: 100%;
  898. margin-bottom: 8px;
  899. display: flex;
  900. align-items: center;
  901. .item-box {
  902. padding: 8px;
  903. border: 1px solid #444444;
  904. border-radius: 4px;
  905. margin-left: 10px;
  906. }
  907. }
  908. }
  909. }
  910. }
  911. .edit-footer {
  912. width: 100%;
  913. height: 64px;
  914. display: flex;
  915. align-items: center;
  916. justify-content: flex-end;
  917. box-sizing: border-box;
  918. padding: 12px 16px;
  919. border-top: 1px solid rgba(68, 68, 68, 0.4);
  920. background: rgba(68, 68, 68, 0.4);
  921. .btn {
  922. padding: 10px 35px;
  923. }
  924. .cancel {
  925. border: 1px solid rgba(255, 255, 255, 0.4);
  926. margin-right: 16px;
  927. }
  928. .save {
  929. background: #2199f8;
  930. }
  931. }
  932. }
  933. }
  934. }
  935. }
  936. .dialog-footer {
  937. .btn {
  938. width: 200px;
  939. height: 40px;
  940. }
  941. }
  942. </style>