mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 18:11:00 +08:00
同步代码
This commit is contained in:
parent
89b731605b
commit
708a5f6119
@ -13,7 +13,9 @@
|
||||
<select class="custom-select" v-model="addFeeConfigInfo.feeTypeCd">
|
||||
<option selected disabled value="">必填,请选择费用类型</option>
|
||||
<option v-for="(item,index) in addFeeConfigInfo.feeTypeCds" :key="index"
|
||||
v-bind:value="item.statusCd">{{item.name}}
|
||||
v-bind:value="item.statusCd"
|
||||
v-if="item.statusCd != '888800010007'"
|
||||
>{{item.name}}
|
||||
</option>
|
||||
</select></div>
|
||||
</div>
|
||||
|
||||
@ -52,7 +52,7 @@
|
||||
</select></div>
|
||||
</div>
|
||||
|
||||
<div class="form-group row" >
|
||||
<!-- <div class="form-group row" >
|
||||
<label class="col-sm-2 col-form-label">车位状态</label>
|
||||
<div class="col-sm-10">
|
||||
<select class="custom-select" v-model="parkingSpaceCreateFeeAddInfo.parkingSpaceState">
|
||||
@ -62,7 +62,7 @@
|
||||
<option value="F">空闲</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="ibox-content">
|
||||
<button class="btn btn-primary float-right" type="button"
|
||||
v-on:click="saveParkingSpaceCreateFeeInfo()"><i class="fa fa-check"></i> 提交
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
psId: '',
|
||||
feeTypeCd:'',
|
||||
configId:'',
|
||||
parkingSpaceState:'',
|
||||
parkingSpaceState:'SH',
|
||||
isMore:false,
|
||||
locationTypeCdName:'',
|
||||
}
|
||||
|
||||
@ -109,7 +109,7 @@
|
||||
{{parkingSpace.psId}}
|
||||
</td>
|
||||
<td class="text-right">
|
||||
<div class="btn-group">
|
||||
<div class="btn-group" v-if="parkingSpace.state != 'F'">
|
||||
<button class="btn-white btn btn-xs" v-on:click="_openParkingSpaceCreateFeeAddModal(parkingSpace,false)">创建收费
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user