hailu
2023-01-03 f52771ac547aa8e3c4d48cd8af6fd52f580e79fb
银保监优化
1个文件已修改
28 ■■■■ 已修改文件
src/view/enterpriseControl/bankPunishEvent.vue 28 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/enterpriseControl/bankPunishEvent.vue
@@ -21,8 +21,6 @@
            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"
@@ -40,8 +38,18 @@
        <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>
@@ -385,7 +393,7 @@
            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"> -->
@@ -841,6 +849,7 @@
        cfjdrq1: '',
        cfjdrq2: '',
        gbrq: '',
        wh:'',
      },
    }
  },
@@ -1441,11 +1450,13 @@
        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),
@@ -1497,11 +1508,13 @@
     *  页面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()
@@ -1510,7 +1523,7 @@
      } else if (this.searchChange === 3) {
        this.searchClick()
      }
      this.pageIndex = 1
      // this.pageIndex = 1
    },
    searchClick() {
@@ -1538,7 +1551,7 @@
        gbrq: this.ybjParams.gbrq,
        PageSize: this.pageSize,
        PageIndex: this.pageIndex,
        wh:this.ybjParams.wh,
        // boardingTime: this.boardingTime,
        // expirationTime: this.expirationTime,
        // boardingTime2: this.boardingTime2,
@@ -1715,7 +1728,8 @@
        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',