mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
调整页面去除无用收费
This commit is contained in:
parent
94758b5389
commit
2bd5799b7d
@ -34,7 +34,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="addRepairSettingInfo.payFeeFlag">
|
||||
@ -43,7 +43,7 @@
|
||||
<option value="T">收费</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="form-group row" v-if="addRepairSettingInfo.payFeeFlag == 'T'">
|
||||
<label class="col-sm-2 col-form-label">收费金额</label>
|
||||
<div class="col-sm-10">
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
repairWay: '',
|
||||
remark: '',
|
||||
publicArea: '',
|
||||
payFeeFlag: '',
|
||||
payFeeFlag: 'F',
|
||||
priceScope: '',
|
||||
returnVisitFlag: ''
|
||||
|
||||
@ -141,7 +141,7 @@
|
||||
repairWay: '',
|
||||
remark: '',
|
||||
publicArea: '',
|
||||
payFeeFlag: '',
|
||||
payFeeFlag: 'F',
|
||||
priceScope: '',
|
||||
returnVisitFlag: ''
|
||||
};
|
||||
|
||||
@ -34,7 +34,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="editRepairSettingInfo.payFeeFlag">
|
||||
@ -43,7 +43,7 @@
|
||||
<option value="T">收费</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="form-group row" v-if="editRepairSettingInfo.payFeeFlag == 'T'">
|
||||
<label class="col-sm-2 col-form-label">收费金额</label>
|
||||
<div class="col-sm-10">
|
||||
|
||||
@ -65,7 +65,7 @@
|
||||
<th class="text-center">派单方式</th>
|
||||
<th class="text-center">派单类型</th>
|
||||
<th class="text-center">公共区域</th>
|
||||
<th class="text-center">收费范围</th>
|
||||
<!-- <th class="text-center">收费范围</th> -->
|
||||
<th class="text-center">是否回访</th>
|
||||
<th class="text-center">创建时间</th>
|
||||
<th class="text-center">操作</th>
|
||||
@ -77,8 +77,7 @@
|
||||
<td class="text-center">{{repairSetting.repairWayName}}</td>
|
||||
<td class="text-center">{{repairSetting.repairType}}</td>
|
||||
<td class="text-center">{{repairSetting.publicArea == 'T'?'是':'否'}}</td>
|
||||
<td class="text-center">{{repairSetting.payFeeFlag == 'T'?repairSetting.priceScope:'不收费'}}
|
||||
</td>
|
||||
<!-- <td class="text-center">{{repairSetting.payFeeFlag == 'T'?repairSetting.priceScope:'不收费'}}</td> -->
|
||||
<td class="text-center">{{repairSetting.returnVisitFlagName}}</td>
|
||||
<td class="text-center">{{repairSetting.createTime}}</td>
|
||||
<td class="text-center">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user