11
WXL
2023-09-20 863c5a26cb1f065bf24a8f28e5641242fdb95644
src/views/project/fundcheck/medicalCostCheck/index.vue
@@ -25,6 +25,17 @@
          </el-form-item>
        </el-col>
        <el-col :span="5">
          <el-form-item label="金额" prop="money" style="float: left">
            <el-input
              v-model="queryParams.money"
              placeholder="请输入申请人金额"
              clearable
              size="small"
              @keyup.enter.native="flowconclusion"
            />
          </el-form-item>
        </el-col>
        <el-col :span="5">
          <el-form-item label="经办人" prop="APPLICANT" style="float: left">
            <el-input
              v-model="queryParams.APPLICANT"
@@ -63,7 +74,7 @@
            </el-select>
          </el-form-item>
        </el-col>
        <el-col :span="6">
        <!-- <el-col :span="6">
          <el-button
            type="primary"
            icon="el-icon-search"
@@ -74,8 +85,25 @@
          <el-button icon="el-icon-refresh" size="mini" @click="resetQuery"
            >重置</el-button
          >
        </el-col> -->
      </el-row>
      <el-row>
        <el-col :span="4">
          <div style="margin-bottom: 15px;">
            <el-button
              type="primary"
              icon="el-icon-search"
              size="mini"
              @click="flowconclusion"
              >搜索</el-button
            >
            <el-button icon="el-icon-refresh" size="mini" @click="resetQuery"
              >重置</el-button
            >
          </div>
        </el-col>
      </el-row></el-form
      </el-row>
      </el-form
    >
    <el-form ref="infoform" label-width="100px">
      <el-row>
@@ -863,6 +891,8 @@
import OrgSelecter from "@/views/project/components/orgselect";
import { getUserProfile } from "@/api/system/user";
import { getToken } from "@/utils/auth";
import { setItem,grtItem,removeItem } from '@/utils/storage.js';
export default {
  components: {
@@ -965,7 +995,8 @@
        APPLICATIONENDTIME: null,
        CHECKFLAG: 1,
        APPLYTYPE: 3,
        donorname: null
        donorname: null,
        money: null
      },
      // 表单参数
      form: {},
@@ -1051,6 +1082,9 @@
    this.getUsermsg();
  },
  mounted() {
    if (grtItem("medicalCostCheck")) {
      this.queryParams = grtItem("medicalCostCheck");
    };
    this.selectReporters();
    this.getlistOrganization();
    //his.getlistUser();
@@ -1065,6 +1099,8 @@
      this.loading = true;
      // this.queryParams.params = {};
      listbypower(this.queryParams).then(res => {
        removeItem("medicalCostCheck");
        setItem("medicalCostCheck", this.queryParams);
        this.loading = false;
        let list = res.rows;
        let arr = [];