Pārlūkot izejas kodu

车辆增加type

Shannon_mu 2 gadi atpakaļ
vecāks
revīzija
71d0b0697a

+ 0 - 1
operationSupport/src/views/alarmManagement/popups/addoreditalarm.vue

@@ -812,7 +812,6 @@ export default {
     },
     watch: {
         'data.productId'(e) {
-            debugger;
             if (this.firstiotProductId && !!e) {
                 let lat = _.last(e);
                 this.data.productId = e;

+ 0 - 1
operationSupport/src/views/buildingManagement/pageJump/addoredit.vue

@@ -683,7 +683,6 @@ export default {
             new Promise((resolve) => {
                 this.$refs.detailform.validate(resolve);
             }).then((v) => {
-                debugger;
                 const { buildNumber, unitNumber, floorNumber, doorNumber } = calcDoor(this.doorData, this.initialUnitList.checkedUnit);
                 const txt = `请检查信息是否填写完整(包含重复名称,名称为空现象)<br>确认提交单元户信息:<br>总楼栋数:${buildNumber}${
                     this.initialUnitList.enableUnit ? `<br>总单元数:${unitNumber}` : ''

+ 0 - 2
operationSupport/src/views/businessManagement/opportunityManagement/setpPage/add.vue

@@ -450,8 +450,6 @@ export default {
     },
     // 社区名称
     changeInformcommunity (items, index) {
-      debugger
-      console.log(items);
       this.Fncommunity(items, index);
     },
     Fncommunity (items, index) {

+ 0 - 1
operationSupport/src/views/flow/popups/workflowsetting.vue

@@ -872,7 +872,6 @@ export default {
                             }
                         }
                     } else {
-                        debugger;
                         this.showConditionSelect = false;
                         this.conditionValues = '';
 

+ 0 - 1
operationSupport/src/views/newWorkBench/components/circle.vue

@@ -82,7 +82,6 @@ export default {
             return Math.PI * 2 * this.radius;
         },
         pathStyle() {
-            debugger;
             return {
                 'stroke-dasharray': `${this.len}px ${this.len}px`,
                 // eslint-disable-next-line prettier/prettier

+ 5 - 1
operationSupport/src/views/newWorkBench/components/houseClick.vue

@@ -12,7 +12,7 @@
             <div class="model-content">
                 <div class="listInformation" v-for="(item, index) in datas" :key="index">
                     <div class="flex">
-                        <img class="listInformation_img" :src="item.pictureUrl" />
+                        <img class="listInformation_img" :src="filterImg(item.pictureUrl)" />
                         <div class="listInformation_text">
                             <div>{{ item.title }}</div>
                             <div>{{ filterType(item.buildingType, item.residenceType) }} {{ item.houseArea || 0 }}㎡</div>
@@ -94,6 +94,10 @@ export default {
                 }
             });
             return names;
+        },
+        filterImg(vale){
+            let imgs =  vale.split(",");
+            return imgs[0]
         }
     }
 };

+ 0 - 1
operationSupport/src/views/newWorkBench/components/workbenchMent/proportionIncomeMode.vue

@@ -154,7 +154,6 @@ export default {
                 });
                 this.total = this.total + data.datas[a];
             }
-            debugger;
             return newData;
         }
     },

+ 0 - 1
operationSupport/src/views/newWorkBench/components/workbenchMent/scoringOperationPersonnel.vue

@@ -80,7 +80,6 @@ export default {
         .get('/sc-community-web/statisticWorkOrderEvaluate', this.mixins_query)
         .then(({ status, data, msg }) => {
           if (status == 0) {
-            debugger
             let name = [];
             let Resdate = [];
             for (let i = 0; i < data.length; i++) {

+ 0 - 1
operationSupport/src/views/newWorkBench/template/styleFive.vue

@@ -75,7 +75,6 @@ export default {
         drop(e, item) {
             //在div里拖拽停止时执行的事件
             let itemValue = this.$store.getters['getDragItem'];
-            debugger;
             if (!itemValue.compatible) {
                 if (
                     itemValue.isPosition == '1x1' &&

+ 0 - 3
operationSupport/src/views/ownerManagement/houselessHolds/add.vue

@@ -369,9 +369,6 @@ export default {
     }
   },
   created () {
-    debugger
-    console.log(this.params.row)
-    debugger
     // this.formData.houseList = [
     //   {
     //     checkInDate: '',

+ 0 - 1
operationSupport/src/views/ownerManagement/stepPage/newAdd.vue

@@ -597,7 +597,6 @@ export default {
             }
 
             this.$refs['ruleForm'].validate((valid) => {
-                debugger;
                 if (valid) {
                     let url = '/sc-community/scResident/add';
                     let params = this.formData;

+ 1 - 0
operationSupport/src/views/parkingLotAdministration/pageJump/parkingLotSaveEdits.vue

@@ -99,6 +99,7 @@ export default {
                 parkingEndNumber: '', //车位结束编号
                 garageId: '', //车库名称id
                 parkingType: 1, //车位类别
+                type:1,
                 parkingArea: '', //车位面积
                 remarks: '' //备注
             },

+ 3 - 1
operationSupport/src/views/parkingLotAdministration/parkingSpaceList.vue

@@ -238,7 +238,9 @@ export default {
         this.communityNameList();
         this.garageNameList();
         this.mixins_dataUrl = '/sc-community/assets/garage/parking/page';
-        this.mixins_query = {};
+        this.mixins_query = {
+            type:1
+        };
         this.mixins_search();
     }
 };

+ 0 - 1
operationSupport/src/views/payService/billingRules/stepPage/add.vue

@@ -166,7 +166,6 @@ export default {
     watch: {
         // 切换电水label
         'formData.chargeType'(val, old) {
-            debugger;
             if (val == 1 && this.formData.chargeMode == 3) {
                 this.formData.chargeMode = '';
             } else if (old == 1 && !this.formData.id) {

+ 0 - 1
operationSupport/src/views/payService/call/callSet.vue

@@ -215,7 +215,6 @@ export default {
             this.activeIndex = index;
         },
         toggleTime(e) {
-            debugger;
             this.callPayment.callTime = this.timeFi(e.getHours()) + ':' + this.timeFi(e.getMinutes()) + ':' + this.timeFi(e.getSeconds());
         },
         timeFi(val) {

+ 0 - 1
operationSupport/src/views/performanceManagement/performanceStatistics/components/kpiAnalysis.vue

@@ -170,7 +170,6 @@ export default {
         },
         selectedcompanyOrgId(e) {
             if (!e) return;
-            debugger;
             // 获取 部门树e
             this.$http.postForm('/sc-user-center/org/getOrgUserTree', { orgType: 'department', id: e }).then(({ status, data, msg }) => {
                 if (status === 0) {

+ 0 - 1
operationSupport/src/views/system/edituser.vue

@@ -246,7 +246,6 @@ export default {
                 this.$http
                     .post(posturl, this.formData)
                     .then(({ status, data, msg }) => {
-                        debugger;
                         loading.close();
                         if (0 == status) {
                             this.$message.success(msg);