yxh
2023-09-01 a2f16cbdc7b6ee0623d9071e1b7ab41285667eed
src/views/project/fundcheck/officeExpenseCheck/index.vue
@@ -12,7 +12,7 @@
        </el-col>
        <el-col :span="5">
          <el-form-item label="经办人" prop="APPLICANT" style="float: left">
            <el-input v-model="queryParams.APPLICANT" placeholder="请输入经办人" clearable size="small"
            <el-input v-model="queryParams.APPLICANT" placeholder="请输入申请人姓名" clearable size="small"
              @keyup.enter.native="handleQuery" />
          </el-form-item>
        </el-col>
@@ -552,7 +552,7 @@
        APPLICATIONBEGTIME: null,
        APPLICATIONENDTIME: null,
        CHECKFLAG: 1,
        APPLYTYPE: 3,
        APPLYTYPE: 4,
      },
      // 表单参数
      form: {},
@@ -638,12 +638,14 @@
    this.getCurFundType();
    this.getUsermsg();
  },
  mounted() {
    this.selectReporters();
    this.getlistOrganization();
    //his.getlistUser();
    this.getlistbypower();
  },
  methods: {
    selectapplication() {
      this.queryParams.APPLICATIONBEGTIME = this.createTime[0];
@@ -652,10 +654,10 @@
    getlistbypower() {
      this.loading = true;
      // this.queryParams.params = {};
      console.log("this.queryParams",this.queryParams);
      listbypower(this.queryParams).then((res) => {
        this.loading = false;
        let list = res.rows;
        let arr = [];
        this.total = res.total;
        this.donateconsolationfundList = list;
      });
@@ -1372,7 +1374,7 @@
    //获取费用类型
    getCurFundType() {
      getFundTypeAll(3).then((res) => {
      getFundTypeAll(4).then((res) => {
        let dataList = res.data;
        this.fundtypeArrAll = dataList;
        this.fundtypeArr = [];