mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
完成删除临时车收费
This commit is contained in:
parent
e0b200435c
commit
10daebabbd
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user