|
@@ -11,8 +11,16 @@
|
|
<div class="formContent-item_title">充值信息</div>
|
|
<div class="formContent-item_title">充值信息</div>
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
- <el-col :span="8">车牌类型</el-col>
|
|
|
|
- <el-col :span="12">月租车</el-col>
|
|
|
|
|
|
+ <el-col :span="9">车牌类型</el-col>
|
|
|
|
+ <el-col :span="12">{{this.cardType== 0 ? '临时车'
|
|
|
|
+ : this.cardType == 1 ? 'VIP车'
|
|
|
|
+ : this.cardType == 2 ? '月租车'
|
|
|
|
+ : this.cardType == 3 ? '充时车'
|
|
|
|
+ : this.cardType == 4 ? '时租车'
|
|
|
|
+ : this.cardType == 5 ? '产权车'
|
|
|
|
+ : this.cardType == 6 ? '计次车'
|
|
|
|
+ : this.cardType == 7 ? '贵宾卡'
|
|
|
|
+ : '员工卡'}}</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<!-- 充值类型 -->
|
|
<!-- 充值类型 -->
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
@@ -48,7 +56,7 @@
|
|
style="content: '*';color: #F56C6C;"
|
|
style="content: '*';color: #F56C6C;"
|
|
>*</el-col>
|
|
>*</el-col>
|
|
<el-col :span="8">充值天数</el-col>
|
|
<el-col :span="8">充值天数</el-col>
|
|
- <el-col :span="15">
|
|
|
|
|
|
+ <el-col :span="14">
|
|
<el-form-item
|
|
<el-form-item
|
|
prop="parkingDays"
|
|
prop="parkingDays"
|
|
ref="againDays"
|
|
ref="againDays"
|
|
@@ -118,27 +126,34 @@
|
|
<el-col
|
|
<el-col
|
|
:span="24"
|
|
:span="24"
|
|
v-show="this.carStatus == 2 ? true : false"
|
|
v-show="this.carStatus == 2 ? true : false"
|
|
|
|
+ style="margin-left:12px"
|
|
>
|
|
>
|
|
<span>车辆未过期,已绑定充值规则,充值开始时间:过期时间+1</span>
|
|
<span>车辆未过期,已绑定充值规则,充值开始时间:过期时间+1</span>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<!-- 收费金额 -->
|
|
<!-- 收费金额 -->
|
|
- <el-col :span="24">
|
|
|
|
|
|
+ <el-col
|
|
|
|
+ :span="24"
|
|
|
|
+ style="margin-top: 8px;"
|
|
|
|
+ >
|
|
<el-col
|
|
<el-col
|
|
:span="4"
|
|
:span="4"
|
|
style="margin-right: 5px;"
|
|
style="margin-right: 5px;"
|
|
>收费金额 </el-col>
|
|
>收费金额 </el-col>
|
|
- <el-col :span="17">
|
|
|
|
- <el-input
|
|
|
|
- :placeholder="chargeAmount"
|
|
|
|
- :disabled="true"
|
|
|
|
- >
|
|
|
|
- </el-input>
|
|
|
|
- </el-col>
|
|
|
|
- <el-col
|
|
|
|
- :span="2"
|
|
|
|
- style="margin-left: 5px;"
|
|
|
|
- >元 </el-col>
|
|
|
|
|
|
+ <el-form-item>
|
|
|
|
+ <el-col :span="17">
|
|
|
|
+ <el-input
|
|
|
|
+ :placeholder="chargeAmount"
|
|
|
|
+ :disabled="true"
|
|
|
|
+ >
|
|
|
|
+ </el-input>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col
|
|
|
|
+ :span="2"
|
|
|
|
+ style="margin-left: 5px;"
|
|
|
|
+ >元 </el-col>
|
|
|
|
+ </el-form-item>
|
|
|
|
+
|
|
</el-col>
|
|
</el-col>
|
|
<!-- 支付方式 -->
|
|
<!-- 支付方式 -->
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|