yxh
2026-08-12 10f1df2abb4f9d7de6e8031c2729684faad24734
src/views/project/fund/performanceApply/index.vue
@@ -147,7 +147,7 @@
        </template>
      </el-table-column>
      <el-table-column
        label="申请材料状态"
        label="材料预审状态"
        width="140"
        align="center"
        prop="checkstatus"
@@ -195,7 +195,6 @@
            type="text"
            icon="el-icon-edit"
            @click="handleUpdate(scope.row)"
            v-hasPermi="['project:medicalfund:edit']"
            >修改</el-button
          >
@@ -211,7 +210,6 @@
            size="mini"
            type="text"
            @click="handleDelete(scope.row)"
            v-hasPermi="['project:medicalfund:delete']"
            ><span class="button-delete"
              ><i class="el-icon-delete"></i>删除</span
            ></el-button
@@ -221,7 +219,6 @@
            type="text"
            icon="el-icon-download"
            @click="mixExport(scope.row.id)"
            v-hasPermi="['project:medicalfund:download']"
            >下载</el-button
          >
          <el-button
@@ -234,6 +231,13 @@
        </template>
      </el-table-column>
    </el-table>
    <pagination
      v-show="total > 0"
      :total="total"
      :page.sync="queryParams.pageNum"
      :limit.sync="queryParams.pageSize"
      @pagination="getList"
    />
  </div>
</template>
@@ -291,22 +295,7 @@
      // 导出遮罩层
      exportLoading: false,
      total: 0,
      queryParams: {
        organizationname: null,
        organizationtype: null,
        pageNum: 1,
        pageSize: 10,
        name: null,
        idcardno: null,
        residenceprovince: null,
        residencecity: null,
        residencetown: null,
        recordstate: null,
        treatmenthospitalname: null,
        donorno: null,
        reportername: null,
        reporttime: null
      },
      checkFlagOptions: [
        {
          value: 0,
@@ -321,7 +310,7 @@
          label: "全部"
        }
      ],
      fundQueryParam: {
      queryParams: {
        infoid: null,
        applytype: "5",
        createBy: null,
@@ -445,6 +434,7 @@
    /** 搜索按钮操作 */
    handleQuery() {
      this.queryParams.pageNum = 1;
      this.getList();
    },
    /** 重置按钮操作 */
@@ -525,13 +515,16 @@
    /** 查询列表 */
    getList() {
      console.log(this.queryParams);
      this.loading = true;
      this.queryParams.params = {};
      console.log(21);
      listFund(this.fundQueryParam).then(response => {
      listFund(this.queryParams).then(response => {
        console.log(11);
        this.loading = false;
        this.donateconsolationfundList = response.rows;
        this.total=response.total;
      });
    },
    // 捐献者医学统计打印