| | |
| | | </div> |
| | | <div> |
| | | <label>小区:</label> |
| | | <select class="form-control" v-model="costDetailInfo.conditions.communityName" style="text-align: center;line-height: 0px;"> |
| | | <select class="form-control" v-model="costDetailInfo.conditions.communityName"> |
| | | <option value="">请选择</option> |
| | | <option value="鱼塘花园A区">鱼塘花园A区</option> |
| | | </select> |
| | |
| | | <button type="button" class="query-btn" v-on:click="_queryCostDetails()" style="line-height: 0px;">查询</button> |
| | | <button type="button" class="reset-btn" v-on:click="_resetQuery()" style="line-height: 0px;">重置</button> |
| | | <div class="action-buttons"> |
| | | <button type="button" class="add-btn" v-on:click="_addCostDetail()" style="line-height: 0px;"> |
| | | 添加 |
| | | </button> |
| | | <button type="button" class="download-btn" v-on:click="_downloadTemplate()" style="line-height: 0px; ">模板下载</button> |
| | | <button type="button" class="import-btn" v-on:click="_importCostDetail()" style="line-height: 0px;">费用导入</button> |
| | | <button type="button" class="add-btn" v-on:click="_addCostDetail()" style="line-height: 0px;">添加</button> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | <td>{{item.buildingType || '-'}}</td> |
| | | <td>{{item.maintenanceType || '-'}}</td> |
| | | <td> |
| | | <a href="javascript:void(0)" v-on:click="_viewCostDetail(item)">详情</a> |
| | | <a href="javascript:void(0)" v-on:click="_viewMore(item)">更多</a> |
| | | <a href="javascript:void(0)" v-on:click="_editCostDetail(item)">编辑</a> |
| | | <a href="javascript:void(0)" v-on:click="_deleteCostDetail(item)">删除</a> |