WXL
2025-12-29 3b7fcf5ea471f6cb388f86d0732b8ece47a3cefc
src/views/project/donateconsolationfund/index.vue
@@ -758,6 +758,8 @@
} from "@/api/project/donatebaseinfo";
import Li_area_select from "@/components/Address";
import OrgSelecter from "@/views/project/components/orgselect";
import { getToken } from "@/utils/auth";
export default {
  components: {
@@ -795,7 +797,7 @@
      updatedatas: {},
      //当前选中捐献者姓名
      curdonordoname: "",
      //当前选中捐献者案例编号
      //当前选中捐献者住院号
      curdonorno: "",
      // 遮罩层
      loading: true,
@@ -851,6 +853,9 @@
        amountrequested: [
          { required: true, message: "请输入申请金额", trigger: "blur" },
        ],
      },
      headers: {
        Authorization: "Bearer " + getToken()
      },
      //当前选中捐献案例
      curCase: {},
@@ -1275,7 +1280,7 @@
            });
          } else {
            //保存主表记录
            addFund(this.form).then((response) => {
              if (response.code === 200) {
                this.$modal.msgSuccess("新增成功");
@@ -1665,7 +1670,7 @@
            });
          }
        });
      }
      }
      else {
        this.$alert("请确认您要下载的专家劳务表", "提醒", {
          confirmButtonText: "确定",
@@ -1724,7 +1729,7 @@
            });
          }
        });
      }
      }
      else if(id){
         getdownloadYX(id).then((res) => {
          if (res.downloadUrl) {
@@ -1744,7 +1749,7 @@
            });
          }
        });
      }
      }
       else {
        this.$alert("请确认您要下载的专家劳务表", "提醒", {
          confirmButtonText: "确定",