yxh
yxh
2 天以前 8022f7036945b75f82f2dfc43055623f81ed98f6
src/views/project/fundcheck/officeExpenseCheck/index.vue
@@ -59,6 +59,23 @@
          </el-form-item>
        </el-col>
        <el-col :span="5">
          <el-form-item align="left" label="业务组" prop="deptnos">
            <el-select
              v-model="queryParams.deptnos"
              placeholder="请选择案例状态"
            >
              <el-option
                v-for="item in deptList"
                :label="item.deptName"
                :value="item.deptId"
              >
              </el-option>
            </el-select>
          </el-form-item>
        </el-col>
      </el-row>
      <el-row>
        <el-col :span="5">
          <el-form-item label="经办人" prop="APPLICANT" style="float: left">
            <el-input
              v-model="queryParams.APPLICANT"
@@ -69,8 +86,6 @@
            />
          </el-form-item>
        </el-col>
      </el-row>
      <el-row>
        <el-col :span="5">
          <el-form-item label="报销金额" prop="money" style="float: left">
            <el-input
@@ -921,6 +936,7 @@
import Li_area_select from "@/components/Address";
import OrgSelecter from "@/views/project/components/orgselect";
import { getUserProfile } from "@/api/system/user";
import { listDept } from "@/api/system/dept";
import { getToken } from "@/utils/auth";
import { setItem, grtItem, removeItem } from "@/utils/storage.js";
@@ -1040,8 +1056,8 @@
        APPLICATIONENDTIME: null,
        CHECKFLAG: 1,
        APPLYTYPE: 4,
        money: null
        money: null,
        deptnos:null
      },
      // 表单参数
      form: {},
@@ -1125,6 +1141,7 @@
    this.resetForm();
    this.getCurFundType();
    this.getUsermsg();
    this.listDept();
  },
  mounted() {
@@ -1185,6 +1202,12 @@
        this.userlist = res.data;
      });
    },
    listDept() {
      listDept({}).then(response => {
        this.deptList = response.data;
        this.loading = false;
      });
    },
    getSummaries(param) {
      const { columns, data } = param;
      const sums = []; //声明变量