| | |
| | | <div> |
| | | |
| | | <div class="ibox"> |
| | | <div class="ibox-title"> |
| | | <h5> |
| | | <vc:i18n name="查询条件" namespace="reportFeeDetail"></vc:i18n> |
| | | <vc:i18n name="查询条件" namespace="managementFees"></vc:i18n> |
| | | </h5> |
| | | </div> |
| | | <div class="ibox-content"> |
| | | <div class="row"> |
| | | <div class="col-sm-2"> |
| | | <div class="form-group input-group"> |
| | | <input type="text" :placeholder="vc.i18n('请填写房屋编号','reportFeeDetail')" |
| | | <input type="text" :placeholder="vc.i18n('请填写房屋编号','managementFees')" |
| | | v-model.trim="managementFee.conditions.floorId" class=" form-control"> |
| | | </div> |
| | | </div> |
| | | <div class="col-sm-2"> |
| | | <div class="form-group input-group"> |
| | | <input type="text" :placeholder="vc.i18n('请填写业主名称','reportFeeDetail')" |
| | | <input type="text" :placeholder="vc.i18n('请填写业主名称','managementFees')" |
| | | v-model.trim="managementFee.conditions.ownerName" class=" form-control"> |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="col-sm-2"> |
| | | <select class="custom-select" v-model="managementFee.conditions.feeTypeCd"> |
| | | <option selected value="">{{vc.i18n('请选择收费大类','reportFeeDetail')}}</option> |
| | | <option selected value="">{{vc.i18n('请选择收费大类','managementFees')}}</option> |
| | | <option v-for="(item,index) in managementFee.feeTypeCds" :key="index" v-bind:value="item.statusCd" |
| | | v-if="item.statusCd !='888800010008'"> |
| | | {{item.name}} |
| | |
| | | </div> |
| | | <div class="col-sm-2"> |
| | | <div class="form-group input-group"> |
| | | <input type="text" :placeholder="vc.i18n('请填写收费项','reportFeeDetail')" |
| | | <input type="text" :placeholder="vc.i18n('请填写收费项','managementFees')" |
| | | v-model.trim="managementFee.conditions.importFee" class=" form-control"> |
| | | </div> |
| | | </div> |
| | | <div class="col-sm-2"> |
| | | <button type="button" class="btn btn-primary btn-md" v-on:click="_queryMethod()"> |
| | | <i class="fa fa-search"></i> |
| | | <vc:i18n name="查询" namespace="reportFeeDetail"></vc:i18n> |
| | | <vc:i18n name="查询" namespace="managementFees"></vc:i18n> |
| | | </button> |
| | | <button type="button" class="btn btn-primary btn-md" v-on:click="_resetMethod()"> |
| | | <i class="fa fa-repeat"></i> |
| | | <vc:i18n name="重置" namespace="reportFeeDetail"></vc:i18n> |
| | | <vc:i18n name="重置" namespace="managementFees"></vc:i18n> |
| | | </button> |
| | | </div> |
| | | </div> |
| | |
| | | <button type="button" class="btn btn-primary btn-sm" |
| | | v-on:click="_exportReportFeeDetailOwnerExcel()"> |
| | | <i class="fa fa-plus"></i> |
| | | <vc:i18n name="导出" namespace="reportFeeDetailOwner"></vc:i18n> |
| | | <vc:i18n name="导出" namespace="managementFees"></vc:i18n> |
| | | </button> |
| | | </div> |
| | | <div class="margin-top"> |
| | | <div class="hc-table-div" :style="{'width':_computeTableDivWidth()}"> |
| | | <table class="table table-bordered middle-bordered" data-page-size="15"> |
| | | <table class="table table-bordered middle-bordered" data-page-size="15"> |
| | | <thead> |
| | | <template v-if="managementFee.headerList && managementFee.headerList.length > 0 "> |
| | | <tr v-for="(headerItem, index) in managementFee.headerList" :key="index"> |
| | |
| | | </div> |
| | | <div class="row margin-top-xs"> |
| | | <div class="col-sm-12 float-right"> |
| | | <vc:create namespace="reportFeeDetailOwner" path="frame/paginationPlus"></vc:create> |
| | | <vc:create namespace="managementFees" path="frame/paginationPlus"></vc:create> |
| | | </div> |
| | | </div> |
| | | </div> |