Hwt 2 éve
szülő
commit
60bb26f6c0

+ 3 - 3
smart/src/views/accessRecord/index.vue

@@ -91,7 +91,7 @@ export default {
   },
   methods: {
     timeToggle (e) {
-      debugger
+
       console.log(e);
       let start = '00:00:00',
         end = '23:59:59';
@@ -109,11 +109,11 @@ export default {
     },
     pageChange (obj) {
       if (obj.pageSize) {
-        // debugger;
+
         this.mixins_pageset.pageSize = obj.pageSize;
       }
       if (obj.page) {
-        debugger;
+
         this.mixins_pageset.pageIndex = obj.page;
       }
       this.getList();

+ 4 - 4
smart/src/views/messages/index.vue

@@ -1,8 +1,8 @@
 <!--
  * @Author: zouwenying
  * @Date: 2020-11-12 16:58:16
- * @LastEditTime: 2021-05-13 15:18:31
- * @LastEditors: zwy
+ * @LastEditTime: 2022-09-14 10:00:07
+ * @LastEditors: D4THYL3
  * @Description: In User Settings Edit
  * @FilePath: \userCenter\src\views\messages\index.vue
 -->
@@ -175,7 +175,7 @@ export default {
       this.mixins_search();
     },
     toUrl (id, type, sceneType, urllink) {
-      debugger;
+
       this.$http.post('/sc-message/message/updateMultiple', { ids: [id], messageStatus: 1 }).then(({ status, data, msg }) => { });
       let url, appId;
       url = urllink;
@@ -299,7 +299,7 @@ export default {
     }
   },
   created () {
-    debugger
+
     this.mixins_dataUrl = '/sc-message/message/selectPage';
     this.search();
   }

+ 2 - 2
smart/src/views/onSiteVehicles/index.vue

@@ -114,11 +114,11 @@ export default {
   methods: {
     pageChange (obj) {
       if (obj.pageSize) {
-        debugger;
+
         this.mixins_pageset.pageSize = obj.pageSize;
       }
       if (obj.page) {
-        debugger;
+
         this.mixins_pageset.pageIndex = obj.page;
       }
       this.getList();

+ 1 - 1
smart/src/views/onSiteVehicles/setpPage/details.vue

@@ -231,7 +231,7 @@ export default {
     // },
   },
   created () {
-    debugger
+
     this.vehiclePicture = [];
     console.log(this.params.row);
     this.cols[0].label = this.params.row.parkName;

+ 0 - 5
smart/src/views/parkingSpaceManagement/pageJump/parkingLotSaveEdits.vue

@@ -245,7 +245,6 @@ export default {
       let onOption = '';
       this.$http.post('/sc-community/assets/garage/list', { communityId: this.ruleForm.communityId }).then((res) => {
         res.data.map((res) => {
-          debugger
           onOption = {
             label: res.garageName,
             id: res.parkId
@@ -261,7 +260,6 @@ export default {
     },
 
     garageAreaListQuery () {
-      debugger
       this.garageAreaList = [];
       let onOption = '';
 
@@ -279,19 +277,16 @@ export default {
     },
 
     garageAreaChoice (e) {
-      debugger
       this.ruleForm.areaCode = e;
     }
   },
   created () {
     //获取社区名称下拉列表
     this.communityNameList();
-    debugger
     if (this.params.todo == 'edit') {
       this.garageNameList();
 
       this.codingStatus = false;
-      debugger
       this.ruleForm = this.params.data;
       this.garageAreaListQuery();
     }

+ 0 - 1
smart/src/views/parkingSpaceManagement/parkingSpaceList.vue

@@ -215,7 +215,6 @@ export default {
     },
     //获取车库名称下拉列表
     garageNameList () {
-      debugger
       this.garageList = [];
       let onOption = '';
       this.$http.post('/sc-community/assets/garage/list', { communityId: this.mixins_query.communityId }).then((res) => {

+ 0 - 1
smart/src/views/rechargeRecord/setpPage/details.vue

@@ -130,7 +130,6 @@ export default {
 
 
 
-    debugger
     this.rechargeDetails[0].label = (this.params.row.amount / 100).toFixed(2);
     this.rechargeDetails[1].label = (this.params.row.chargeNumber + ((this.params.row.chargeUnit == 1 ? '月' : this.params.row.chargeUnit == 2 ? '天' : this.params.row.chargeUnit == 3 ? '小时' : this.params.row.chargeUnit == 4 ? '次' : '')));
     this.rechargeDetails[2].label = (this.params.row.credit + ((this.params.row.donatedUnit == 1 ? '月' : this.params.row.donatedUnit == 2 ? '天' : this.params.row.donatedUnit == 3 ? '小时' : this.params.row.donatedUnit == 4 ? '次' : ''))) || '-';

+ 0 - 1
smart/src/views/temporaryStopCharge/setpPage/details.vue

@@ -108,7 +108,6 @@ export default {
   created () {
 
     console.log(this.params.row);
-    debugger
     this.cols[0].label = (Number(this.params.row.totalAmount) / 100) || '--';
     this.cols[1].label = (Number(this.params.row.amount) / 100) || '--';
 

+ 0 - 4
smart/src/views/vehicleInformation/index.vue

@@ -157,7 +157,6 @@ export default {
   methods: {
     // 删除
     deleteOne (row) {
-      debugger
       // cardId
       // parkId
       this.$confirm('此操作将永久删除, 是否继续?', '提示', {
@@ -182,7 +181,6 @@ export default {
     },
     add (row) {
       console.log(row.cardId);
-      debugger
       this.comm = 'add'
       this.details(row.cardId);
     },
@@ -253,7 +251,6 @@ export default {
     // 充值
     collections (row) {
       // 充值
-      debugger
       new Promise((resolve) => {
         this.$store.dispatch('addPopup', {
           url: '/vehicleInformation/setpPage/recharge.vue',
@@ -275,7 +272,6 @@ export default {
           title: '充值操作'
         });
       }).then(() => {
-        debugger
         this.mixins_search();
       });
     },

+ 5 - 7
smart/src/views/vehicleInformation/setpPage/details.vue

@@ -735,7 +735,7 @@ export default {
     },
 
     resDate (val) {
-      debugger
+
       this.formDate.resDate = val.label;
       this.formDate.id = val.residentId;
       this.formDate.idName = val.name;
@@ -835,7 +835,7 @@ export default {
               })
             }
 
-            debugger
+
             if (this.formDate.resDate == '') {
               this.formDate.resDate = data.houseInfos[0].id;
               this.formDate.id = data.houseInfos[0].residentId;
@@ -860,7 +860,7 @@ export default {
 
 
     addTime () {
-      debugger
+
       this.tableData.push({
         parkingArea: '',
         positionInformation: '',
@@ -1039,7 +1039,7 @@ export default {
             this.formDate.areaName = this.tableData[i].areaName
           }
           var parkingSpace = [];
-          debugger
+
           for (let k = 0; k < this.parkingSpaceSetting.length; k++) {
             parkingSpace.push({
               carNo: this.parkingSpaceSetting[k].licensePlate + this.parkingSpaceSetting[k].license,
@@ -1162,7 +1162,7 @@ export default {
         this.formDate.beginTime = data.beginTime
         this.formDate.parkId = data.parkId
         var carLotStr = JSON.parse(data.carLotStr)
-        debugger
+
         this.tableData = [];
         for (let i = 0; i < carLotStr.length; i++) {
           this.tableData.push({
@@ -1203,10 +1203,8 @@ export default {
         this.rechargeRules();
         this.nameParking();
         this.region();
-        debugger
         this.formDate.resDate = data.houseId;
         // this.personnel();
-        debugger
         for (let i = 0; i < carLotStr.length; i++) {
           this.tableData[i].parkingArea = Number(carLotStr[i].areaId)
           this.formDate.ruleId = carLotStr[i].ruleId

+ 7 - 7
smart/src/views/vehicleInformation/setpPage/native.vue

@@ -90,13 +90,13 @@ export default {
       this.checkedData = {}
 
       if (this.num != 1) {
-        debugger
+
         if (checked) {
           if (!!data.children && data.children.length > 0) {
             console.log("有子节点不可选")
           } else {
             this.checkedData = data;
-            debugger
+
             this.valued.push(Number(this.checkedData.value));
             this.Informationed.push(this.checkedData.name);
           }
@@ -115,7 +115,7 @@ export default {
 
 
       } else {
-        debugger
+
         if (checked) {
           if (!!data.children && data.children.length > 0) {
             console.log("有子节点不可选")
@@ -154,7 +154,7 @@ export default {
 
     },
     submit () {
-      debugger
+
       if (this.num == 1) {
         this.positionInformation.push({ positionInformation: this.Information, id: this.id, value: this.value });
       } else {
@@ -186,7 +186,7 @@ export default {
       }
     },
     garage () {
-      this.$http.get('/sc-community/assets/tree/garage/find').then(({ data, status, msg }) => {
+      this.$http.get('/sc-community/assets/tree/garage/findNew').then(({ data, status, msg }) => {
         this.dataRes = data;
         this.filterTreeData(this.dataRes);
         this.tenantsTree = this.dataRes;
@@ -202,14 +202,14 @@ export default {
     // this.value = this.params.value;
     // 显示
 
-    debugger
+
     this.num = this.params.count
     if (this.num == 1) {
       this.Information = this.params.positionInformation;
       this.value = this.params.value;
       this.defaultcheckedkeys = [this.params.value];
     } else {
-      debugger
+
       if (this.params.positionInformation != '') {
         let positionInformation = (this.params.positionInformation).split(',')
         this.Informationed = positionInformation;

+ 0 - 1
smart/src/views/vehicleInformation/setpPage/recharge.vue

@@ -456,7 +456,6 @@ export default {
     // this.formDate.parkingDays = '验证'
     // this.formDate.parkingPicker = '验证'
     // this.formDate.parkingMethod = '验证'
-    debugger
     this.communityId = this.params.communityId;
     this.userName = this.params.userName;
     this.cardType = this.params.cardType;