| | |
| | | } 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: { |
| | |
| | | updatedatas: {}, |
| | | //当前选中捐献者姓名 |
| | | curdonordoname: "", |
| | | //当前选中捐献者案例编号 |
| | | //当前选中捐献者住院号 |
| | | curdonorno: "", |
| | | // 遮罩层 |
| | | loading: true, |
| | |
| | | amountrequested: [ |
| | | { required: true, message: "请输入申请金额", trigger: "blur" }, |
| | | ], |
| | | }, |
| | | headers: { |
| | | Authorization: "Bearer " + getToken() |
| | | }, |
| | | //当前选中捐献案例 |
| | | curCase: {}, |
| | |
| | | }); |
| | | } else { |
| | | //保存主表记录 |
| | | |
| | | |
| | | addFund(this.form).then((response) => { |
| | | if (response.code === 200) { |
| | | this.$modal.msgSuccess("新增成功"); |
| | |
| | | }); |
| | | } |
| | | }); |
| | | } |
| | | } |
| | | else { |
| | | this.$alert("请确认您要下载的专家劳务表", "提醒", { |
| | | confirmButtonText: "确定", |
| | |
| | | }); |
| | | } |
| | | }); |
| | | } |
| | | } |
| | | else if(id){ |
| | | getdownloadYX(id).then((res) => { |
| | | if (res.downloadUrl) { |
| | |
| | | }); |
| | | } |
| | | }); |
| | | } |
| | | } |
| | | else { |
| | | this.$alert("请确认您要下载的专家劳务表", "提醒", { |
| | | confirmButtonText: "确定", |