mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
取消车位创建费用时 的
This commit is contained in:
parent
518015f853
commit
57def548e7
@ -51,17 +51,7 @@
|
||||
</option>
|
||||
</select></div>
|
||||
</div>
|
||||
<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.billType">
|
||||
<option selected disabled value="">必填,请选择出账类型</option>
|
||||
<option value="001">每年1月1日</option>
|
||||
<option value="002">每月1日</option>
|
||||
<option value="003">每日</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group row" >
|
||||
<label class="col-sm-2 col-form-label">车位状态</label>
|
||||
<div class="col-sm-10">
|
||||
|
||||
@ -11,7 +11,6 @@
|
||||
psId: '',
|
||||
feeTypeCd:'',
|
||||
configId:'',
|
||||
billType:'',
|
||||
parkingSpaceState:'',
|
||||
isMore:false,
|
||||
locationTypeCdName:'',
|
||||
@ -75,12 +74,6 @@
|
||||
param: "",
|
||||
errInfo: "费用项目不能为空"
|
||||
}
|
||||
],
|
||||
'parkingSpaceCreateFeeAddInfo.billType': [{
|
||||
limit: "required",
|
||||
param: "",
|
||||
errInfo: "出账类型不能为空"
|
||||
}
|
||||
],
|
||||
'parkingSpaceCreateFeeAddInfo.parkingSpaceState': [{
|
||||
limit: "required",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user