| | |
| | | style=" display: inline-block;width: 180px;line-height: 40px;">被处罚人(个人):</span> <Input |
| | | v-model="ybjParams.xm" size="large" style="width: 300px;padding-right: 12px" |
| | | placeholder="请输入被处罚人(个人)"></Input></div> |
| | | |
| | | |
| | | <div v-show="showMore===true" class="searchListItem" style="margin:5px 0"> <span |
| | | style=" display: inline-block;width: 180px;line-height: 40px;">被处罚单位:</span> |
| | | <Input v-model="ybjParams.dwmc" size="large" style="width: 300px;padding-right: 12px" |
| | |
| | | <div v-show="showMore===true" class="searchListItem" style="margin:5px 0"><span |
| | | style=" display: inline-block;width: 180px;line-height: 40px;">作出处罚决定的机关名称:</span> <Input |
| | | v-model="ybjParams.jgmc" size="large" style="width: 300px;padding-right: 12px" |
| | | placeholder="请输入作出处罚决定的机关名称"></Input></div> |
| | | placeholder="请输入作出处罚决定的机关名称"></Input> |
| | | </div> |
| | | <div v-show="showMore===true" class="searchListItem" style="margin:5px 0"><span |
| | | style=" display: inline-block;width: 180px;line-height: 40px;">行政处罚决定书文号:</span> <Input |
| | | v-model="ybjParams.wh" size="large" style="width: 300px;padding-right: 12px" |
| | | placeholder="请输入行政处罚决定书文号"></Input></div> |
| | | </div> |
| | | <!-- <div v-show="showMore===true" class="searchListItem" style="margin:5px 0"><span |
| | | style=" display: inline-block;width: 180px;line-height: 40px;">行政处罚决定书文号:</span> <Input |
| | | v-model="ybjParams.xm" size="large" style="width: 300px;padding-right: 12px" |
| | | placeholder="请输入行政处罚决定书文号"></Input></div> |
| | | </div> --> |
| | | <!-- </div> --> |
| | | <div v-show="showMore===true" class="searchListItem"> |
| | | <span style="width:180px; display: inline-block;line-height:40px;">处罚决定开始日期:</span> |
| | |
| | | font-size: 18px; |
| | | font-weight: 600; |
| | | border: 1px solid #CCCCCC; |
| | | border-bottom: none;">本溪银保监分局行政处罚信息公开表</div> |
| | | border-bottom: none;">{{ detailParams.title||'--' }}</div> |
| | | <table style="width: 100%;margin-top: 0px;height: 450px;overflow-y: auto" border="0" cellspacing="0" |
| | | cellpadding="0"> |
| | | <!-- <thead style="text-align:center"> --> |
| | |
| | | cfjdrq1: '', |
| | | cfjdrq2: '', |
| | | gbrq: '', |
| | | wh:'', |
| | | }, |
| | | } |
| | | }, |
| | |
| | | ay: this.ybjParams.ay, |
| | | cfjd: this.ybjParams.cfjd, |
| | | jgmc: this.ybjParams.jgmc, |
| | | wh:this.ybjParams.wh, |
| | | cfjdrq1: this.ybjParams.cfjdrq1, |
| | | cfjdrq2: this.ybjParams.cfjdrq2, |
| | | gbrq: this.ybjParams.gbrq, |
| | | PageSize: this.pageSize, |
| | | PageIndex: this.pageIndex, |
| | | // wh:this.ybjParams.wh, |
| | | // cfjdrq1: this.seniorSearch.boardingTime, |
| | | // cfjdrq2: this.seniorSearch.expirationTime, |
| | | // RentPeople: parseInt(this.rentPeople), |
| | |
| | | * 页面page的change事件 |
| | | **/ |
| | | changePageIndex(page) { |
| | | |
| | | if (page > this.TotalPages) { |
| | | this.pageIndex = 1 |
| | | } else { |
| | | this.pageIndex = page |
| | | } |
| | | |
| | | $('.rentScrollOut .ivu-table-body').animate({ scrollTop: 0 }, 'slow') |
| | | if (this.searchChange === 1) { |
| | | this.getRentList() |
| | |
| | | } else if (this.searchChange === 3) { |
| | | this.searchClick() |
| | | } |
| | | this.pageIndex = 1 |
| | | // this.pageIndex = 1 |
| | | }, |
| | | |
| | | searchClick() { |
| | |
| | | gbrq: this.ybjParams.gbrq, |
| | | PageSize: this.pageSize, |
| | | PageIndex: this.pageIndex, |
| | | |
| | | wh:this.ybjParams.wh, |
| | | // boardingTime: this.boardingTime, |
| | | // expirationTime: this.expirationTime, |
| | | // boardingTime2: this.boardingTime2, |
| | |
| | | title: '序号', |
| | | key: 'Id', |
| | | render: (h, params) => { |
| | | return h('span', params.index + 1) |
| | | return h('span', params.index + 1 + (this.pageIndex - 1) * 8) |
| | | // return h('span', this.pageIndex ) |
| | | }, |
| | | width: 80, |
| | | align: 'center', |