index.vue 34 KB

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