yxh
yxh
2023-08-10 6c6de9a0f4f6bfe8e80292b0bf0bc31d8b63a979
src/views/project/fund/medicalCostApply/index.vue
ÎļþÃû´Ó src/views/project/fund/medicalCostFundApply/index.vue ÐÞ¸Ä
@@ -77,15 +77,15 @@
                    }}</span>
                  </template>
                </el-table-column>
                <el-table-column label="申请人" align="center" prop="username" width="150px" />
                <el-table-column label="审核状态" width="150" align="center" prop="recordstatus">
                <el-table-column label="申请人" align="center" prop="username" width="120px" />
                <el-table-column label="申请金额" align="center" prop="pretaxcost" width="200px" />
                <el-table-column label="所属组别" align="center" prop="deptmentname" width="220px" />
                <el-table-column label="组长" align="center" prop="managername" width="200px" />
                <el-table-column label="审核状态" align="center" prop="recordstatus">
                  <template slot-scope="scope">
                    <dict-tag :options="dict.type.sys_recordstatus" :value="scope.row.recordstatus" />
                  </template>
                </el-table-column>
                <el-table-column label="申请金额" align="center" prop="amountrequested" width="150px" />
                <el-table-column label="所属组别" align="center" prop="deptmentname" width="150px" />
                <el-table-column label="组长" align="center" prop="managername" width="220px" />
                <!--
                  <el-table-column label="联系电话" align="center" prop="phone" width="150px" />
                <el-table-column label="工作单位" align="center" prop="unitname" width="150px" />
@@ -770,7 +770,7 @@
    /** æ–°å¢žæŒ‰é’®æ“ä½œ */
    handleAdd() {
      this.$router.push({
        path: "/finance/fundcontext/",
        path: "/finance/applyDetail/",
        query: {
          id: 0,
          businessType: "3",
@@ -811,7 +811,7 @@
    /** ä¿®æ”¹æŒ‰é’®æ“ä½œ */
    handleUpdate(row) {
      this.$router.push({
        path: "/finance/fundcontext/",
        path: "/finance/applyDetail/",
        query: {
          id: row.id,
          businessType: "3",
@@ -854,7 +854,7 @@
    /** æŸ¥çœ‹æŒ‰é’®æ“ä½œ */
    handleDetail(row) {
      this.$router.push({
        path: "/finance/fundcontext/",
        path: "/finance/applyDetail/",
        query: {
          id: row.id,
          businessType: "3",
@@ -1099,6 +1099,7 @@
      this.curCase = row;
      this.getfundList();
    },
    getfundList() {
      this.loading = true;
      this.reset();
@@ -1106,6 +1107,7 @@
      listFund(this.fundQueryParam).then(response => {
        this.loading = false;
        this.donateconsolationfundList = response.rows;
        console.log("donateconsolationfundList",this.donateconsolationfundList);
      });
    },