Hwt há 2 anos atrás
pai
commit
c590eb0c01

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

@@ -225,28 +225,6 @@ export default {
       }).then(() => {
         this.mixins_search();
       });
-
-
-
-      // 充值
-      // new Promise((resolve) => {
-      //   this.$store.dispatch('addPopup', {
-      //     url: '/vehicleInformation/setpPage/recharge.vue',
-      //     width: '511px',
-      //     height: '683px',
-      //     props: {
-      //       // id: row.id,
-      //       // callback: resolve
-      //       callback: resolve,
-      //     },
-      //     // showConfirmButton: true,
-      //     // showCancelButton: true,
-      //     hideStar: true,
-      //     title: '充值操作'
-      //   });
-      // }).then(() => {
-      //   this.mixins_search();
-      // });
     },
     // 充值
     collections (row) {

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

@@ -90,10 +90,8 @@
       <div class="formContent-item_title">内部车信息</div>
       <el-row>
         <el-col :span="9">
-          <el-form-item
-            label="车牌类型"
-            prop="carTypes"
-          >
+          <el-form-item label="车牌类型">
+            <!--  prop="carTypes" -->
             <el-select
               placeholder="请选择车牌类型"
               clearable
@@ -158,10 +156,8 @@
           </el-form-item>
         </el-col>
         <el-col :span="9">
-          <el-form-item
-            label="充值规则"
-            prop="ruleId"
-          >
+          <el-form-item label="充值规则">
+            <!-- prop="ruleId" -->
             <el-select
               placeholder="请选择充值规则"
               clearable

+ 2 - 0
smart/src/views/vehicleInformation/setpPage/native.vue

@@ -91,6 +91,7 @@ export default {
 
       if (this.num != 1) {
 
+
         if (checked) {
           if (!!data.children && data.children.length > 0) {
             console.log("有子节点不可选")
@@ -101,6 +102,7 @@ export default {
             this.Informationed.push(this.checkedData.name);
           }
         } else {
+          debugger
           for (let i = 0; i < this.valued.length; i++) {
             if (data.value == this.valued[i]) {
               this.valued.splice(i + 1, 1)