yxh
yxh
2023-08-25 bf86c019d654dda98d7bd4bcef32ee525eb62825
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>
@@ -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];
@@ -1372,7 +1374,7 @@
    //获取费用类型
    getCurFundType() {
      getFundTypeAll(3).then((res) => {
      getFundTypeAll(4).then((res) => {
        let dataList = res.data;
        this.fundtypeArrAll = dataList;
        this.fundtypeArr = [];