完成删除临时车收费

This commit is contained in:
java110 2021-01-17 16:11:04 +08:00
parent e0b200435c
commit 10daebabbd
2 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
deleteTempCarFeeConfig:function(){
vc.component.deleteTempCarFeeConfigInfo.communityId=vc.getCurrentCommunity().communityId;
vc.http.apiPost(
'tempCarFeeConfig.deleteTempCarFeeConfig',
'fee.deleteTempCarFeeConfig',
JSON.stringify(vc.component.deleteTempCarFeeConfigInfo),
{
emulateJSON:true

View File

@ -23,9 +23,9 @@
<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>
<th class="text-center">折扣终止时间</th>
<th class="text-center">操作</th>
</tr>
</thead>