Forráskód Böngészése

需求更新,添加小班列表分页,添加项目坐标

wangcc 2 éve
szülő
commit
73c905ea6e
3 módosított fájl, 41 hozzáadás és 64 törlés
  1. 4 2
      src/components/amapPow.vue
  2. 25 24
      src/components/amapTow.vue
  3. 12 38
      src/views/index.vue

+ 4 - 2
src/components/amapPow.vue

@@ -1249,6 +1249,8 @@ export default {
       // image: '//a.amap.com/jsapi_demos/static/demo-center/icons/poi-marker-default.png',
       projectList(params).then((res) => {
         if (res.code == 200) {
+          console.log('查询项目列表');
+          console.log(res.rows);
           let infoIcon = new AMap.Icon({
             size: new AMap.Size(20, 25), // 图标尺寸
 
@@ -1256,8 +1258,8 @@ export default {
             imageSize: new AMap.Size(20, 25) // 根据所设置的大小拉伸或压缩图片
           });
           res.rows.forEach((element) => {
-            if (element.longitude && element.latitude) {
-              let lnglat = new AMap.LngLat(element.longitude, element.latitude);
+            if (element.courseLongitude && element.courseLatitude) {
+              let lnglat = new AMap.LngLat(element.courseLongitude, element.courseLatitude);
               var projectMarker = new AMap.Marker({
                 map: this.map,
                 position: lnglat,

+ 25 - 24
src/components/amapTow.vue

@@ -3,7 +3,7 @@
  * @Author: wangcc
  * @Date: 2022-10-19 09:32:46
  * @LastEditors: wangcc
- * @LastEditTime: 2022-11-02 09:52:35
+ * @LastEditTime: 2023-03-13 09:32:48
  * @FilePath: \castgroup_bigscreen\src\components\amapTow.vue
  * @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved. 
 -->
@@ -1081,29 +1081,30 @@ export default {
         countyId: this.$store.state.addr.selectDistrict.areaId,
         townId: this.$store.state.addr.selectStreet.areaId
       };
-      projectList(params).then((res) => {
-        if (res.code == 200) {
-          let infoIcon = new AMap.Icon({
-            size: new AMap.Size(20, 25), // 图标尺寸
-            image: require('@/assets/img/infoMarker.png'),
-            imageSize: new AMap.Size(20, 25) // 根据所设置的大小拉伸或压缩图片
-          });
-          res.rows.forEach((element) => {
-            if (element.longitude && element.latitude) {
-              let lnglat = new AMap.LngLat(element.longitude, element.latitude);
-              var projectMarker = new AMap.Marker({
-                map: this.map,
-                position: lnglat,
-                offset: new AMap.Pixel(0, -30),
-                icon: infoIcon,
-                zIndex: 999,
-                topWhenClick: true
-              });
-              this.projectMarkerArr.push(projectMarker);
-            }
-          });
-        }
-      });
+      console.log('查询项目列表');
+      // projectList(params).then((res) => {
+      //   if (res.code == 200) {
+      //     let infoIcon = new AMap.Icon({
+      //       size: new AMap.Size(20, 25), // 图标尺寸
+      //       image: require('@/assets/img/infoMarker.png'),
+      //       imageSize: new AMap.Size(20, 25) // 根据所设置的大小拉伸或压缩图片
+      //     });
+      //     res.rows.forEach((element) => {
+      //       if (element.longitude && element.latitude) {
+      //         let lnglat = new AMap.LngLat(element.longitude, element.latitude);
+      //         var projectMarker = new AMap.Marker({
+      //           map: this.map,
+      //           position: lnglat,
+      //           offset: new AMap.Pixel(0, -30),
+      //           icon: infoIcon,
+      //           zIndex: 999,
+      //           topWhenClick: true
+      //         });
+      //         this.projectMarkerArr.push(projectMarker);
+      //       }
+      //     });
+      //   }
+      // });
     },
     // 加载乡镇边界
     getrjx(cityName) {

+ 12 - 38
src/views/index.vue

@@ -3,7 +3,7 @@
  * @Author: wangcc
  * @Date: 2022-07-06 15:56:45
  * @LastEditors: wangcc
- * @LastEditTime: 2023-03-10 17:53:02
+ * @LastEditTime: 2023-03-13 09:25:41
  * @FilePath: \castgroup_bigscreen\src\views\index.vue
  * @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved. 
 -->
@@ -603,7 +603,6 @@ export default {
         townId: this.$store.state.addr.selectStreet.areaId,
         courseId: this.$store.state.addr.selectProject.ProjectID
       };
-      // console.log('cityId',param.cityId);
       page1echarts02(param)
         .then((res) => {
           this.page1Char2.xAxis.data = res.data.map((item) => {
@@ -637,32 +636,9 @@ export default {
       };
       rightScrollData(param)
         .then((res) => {
-          // console.log('res',res.rows.length);
-          // console.log('this.scrollBoardConfig',this.scrollBoardConfig);
-
-          //当小班滚动数据少时重设参数
-          // if(res.rows.length<=15){
-          //   this.scrollBoardConfig.rowNum = 5;
-          //   this.scrollBoardStyle.height = '25vh'
-          // }
           this.tableData = res.rows;
           this.total = res.total;
-          // this.scrollBoardConfig.data = [];
-          // res.rows.forEach((element) => {
-          //   this.scrollBoardConfig.data.push([
-          //     element.smallNumber,
-          //     element.treeComp,
-          //     element.perAcreStock + 'm³',
-          //     element.landArea + '亩',
-          //     element.id
-          //   ]);
-          // });
-          // this.scrollBoardKey = Date.now();
-          // this.$refs.scrollBoard &&
-          //   this.$refs.scrollBoard.updateRows(this.scrollBoardConfig.data);
-
-          // console.log('this.scrollBoardConfig.data', this.scrollBoardConfig.data);
-          // this.scrollBoardConfig = res.data;
+          this.getProjectSmallClassMap(this.tableData);
         })
         .catch((err) => {
           console.log('scrollBoard err', err);
@@ -1268,7 +1244,6 @@ export default {
       this.getPageData();
     },
     scrollBoardClick(row) {
-      console.log(row);
       let param = {
         id: row.id
       };
@@ -1325,19 +1300,18 @@ export default {
       // proClass[e.rowIndex]&&proClass[e.rowIndex].classList.add('active');
 
       let rowId = e.row[4];
-      console.log(rowId);
       this.changeSelectProject({ ProjectID: rowId, ProjectName: e.row[0] });
       document.getElementById(rowId).classList.add('active');
-      let param = {
-        courseId: rowId
-        // pageNum: 1,
-        // pageSize: 50
-      };
-      projectSmallClass(param).then((res) => {
-        if (res.code == 200) {
-          this.getProjectSmallClassMap(res.rows);
-        }
-      });
+      // let param = {
+      //   courseId: rowId
+      //   // pageNum: 1,
+      //   // pageSize: 50
+      // };
+      // projectSmallClass(param).then((res) => {
+      //   if (res.code == 200) {
+      //     this.getProjectSmallClassMap(res.rows);
+      //   }
+      // });
     },
     jumpDistrict() {
       if (this.vuexDistrictList) {