Hwt 3 lat temu
rodzic
commit
0860d9eceb

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

@@ -21,10 +21,12 @@
         ></el-option>
       </el-select>
       <el-select
-        v-model="mixins_query.garageId"
+        v-model="mixins_query.parkid"
         clearable
         placeholder="请选择车库名称"
       >
+        <!-- parkid -->
+        <!-- mixins_query.garageId -->
         <el-option
           v-for="(item, index) in garageList"
           :label="item.label"

+ 5 - 3
smart/src/views/rechargeRecord/setpPage/details.vue

@@ -103,6 +103,8 @@ export default {
   },
   created () {
     this.interiorCar[0].label = this.params.row.userName;
+    // roomNumber
+    this.interiorCar[1].label = this.params.row.roomNumber;
     this.interiorCar[2].label = this.params.row.fullCarNoStr;
     this.interiorCar[3].label = this.params.row.carType == 0 ? '临时车'
       : this.params.row.carType == 1 ? 'VIP车'
@@ -126,12 +128,12 @@ export default {
               : this.params.row.carType == 5 ? '产权车'
                 : this.params.row.carType == 6 ? '计次车'
                   : this.params.row.carType == 7 ? '贵宾卡'
-                    : this.params.row.carType == 8 ? '员工卡' : '--';
+                    : this.params.row.carType == 8 ? '员工卡' : '-';
     this.rechargeDetails[2].label = (this.params.row.chargeNumber + '月');
-    this.rechargeDetails[3].label = (this.params.row.credit + '月') || '--';
+    this.rechargeDetails[3].label = (this.params.row.credit + '月') || '-';
     // payTime
     this.rechargeDetails[4].label = this.params.row.payTime;
-    this.rechargeDetails[6].label = this.params.row.remark;
+    this.rechargeDetails[6].label = this.params.row.remark || '-';
     this.rechargeDetails[7].label = this.params.row.orderNo;
     this.rechargeDetails[8].label = this.params.row.payTime;
     // opreatName

+ 8 - 6
smart/src/views/vehicleInformation/setpPage/details.vue

@@ -691,17 +691,18 @@ export default {
       // this.formDate.parkingArea = '验证' this.formDate.againInput = '验证'
 
     },
-    license () {
+
+    licenseVerification () {
       if (this.rules.againInput[0].required == true && this.formDate.againInput == '') {
         this.formDate.againInput = '验证'
         this.rules.againInput[0].required = this.formDate.parking;
         this.clearValidate('againInput');
         this.$refs.searchInput.focus();
       }
+    },
 
-      // this.$nextTick( () => {
-      //         this.$refs.searchInput.focus();
-      //   })
+    license () {
+      this.licenseVerification();
 
 
     },
@@ -1020,9 +1021,10 @@ export default {
   },
   created () {
     this.nameParking();
-    this.formDate.parkingArea = '验证';
-    this.formDate.againInput = '验证'
+
     if (this.params.cardId != undefined) {
+      this.formDate.parkingArea = '验证';
+      this.formDate.againInput = '验证'
       this.params.cardId;
       this.$http.get('/sc-community-web/parkingCar/getVehicleInfor', { id: this.params.cardId }).then(({ data, msg, status }) => {
         console.log(data);