11
WXL
2024-01-24 1869f4d8956d69bf63130d5d485ce1a9d5acdcef
11
已修改9个文件
43 ■■■■■ 文件已修改
src/views/project/donatebaseinfo/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/donateconsolationfund/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/donatefinish/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/donationdetails/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/donationwitness/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fundcheck/expertFeeCheck/index.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fundstatistics/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/relativesconfirmation/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/donatebaseinfo/index.vue
@@ -546,6 +546,7 @@
import OrgSelecter from "@/views/project/components/orgselect";
import AnnexUpload from "@/views/project/components/annexupload";
import ReportName from "@/views/project/components/organizationUser";
import { getToken } from "@/utils/auth";
import {
  listOrganization,
  getOrganization,
@@ -753,6 +754,9 @@
      endtime: "",
      reportlist: [],
      reportervalue: "",
      headers: {
        Authorization: "Bearer " + getToken()
      },
      provinceData: [
        { label: "全部", value: "" },
        { label: "杭州市", value: "1" },
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: {
@@ -852,6 +854,9 @@
          { required: true, message: "请输入申请金额", trigger: "blur" },
        ],
      },
      headers: {
        Authorization: "Bearer " + getToken()
      },
      //当前选中捐献案例
      curCase: {},
      //是否显示费用申请弹窗
src/views/project/donatefinish/index.vue
@@ -528,6 +528,8 @@
import Li_area_select from "@/components/Address";
import OrgSelecter from "@/views/project/components/orgselect";
import AnnexUpload from "@/views/project/components/annexupload";
import { getToken } from "@/utils/auth";
import {
  listDonateorgan,
  addDonateorgan,
@@ -640,6 +642,9 @@
      open: false,
      // 获取组织名称时间范围
      daterangeReporttime: [],
      headers: {
        Authorization: "Bearer " + getToken()
      },
      // 查询参数
      queryParams: {
        pageNum: 1,
src/views/project/donationdetails/index.vue
@@ -2652,6 +2652,7 @@
  },
  created() {
    this.Getnetworkheader();
    this.infoid = this.$route.query.id;
  },
  mounted() {
@@ -3471,6 +3472,7 @@
        headers: { Authorization: "Bearer " + this.ICDtoken }
      };
      const pdfimg = this.Networkheader + "/prod-api" + response.fileName;
      console.log(this.Networkheader);
      //获取票据信息位置
      if (response.code == 200) {
        this.previewpdf = true;
src/views/project/donationwitness/index.vue
@@ -837,6 +837,8 @@
import Li_area_select from "@/components/Address";
import OrgSelecter from "@/views/project/components/orgselect";
import { updatedonatorno } from "@/api/project/relativesconfirmation";
import { getToken } from "@/utils/auth";
export default {
  components: {
@@ -923,7 +925,9 @@
      dialogFormVisible: false,
      dialogTableVisible: false,
      tableData: [],
      headers: {
        Authorization: "Bearer " + getToken()
      },
      dosex: "",
      dobirthday: "",
      donation: "",
src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue
@@ -428,6 +428,8 @@
import Li_area_select from "@/components/Address";
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";
@@ -509,6 +511,9 @@
      //捐献案例列表数据
      // donationCaseTableData:[],
      donatebaseinfoList: [],
      headers: {
        Authorization: "Bearer " + getToken()
      },
      gridData: [
        {
          date: "2016-05-02",
src/views/project/fundcheck/expertFeeCheck/index.vue
@@ -456,6 +456,8 @@
import Li_area_select from "@/components/Address";
import OrgSelecter from "@/views/project/components/orgselect";
import { setItem, grtItem, removeItem } from "@/utils/storage.js";
import { getToken } from "@/utils/auth";
export default {
  components: {
@@ -639,7 +641,10 @@
      approveLevel: 5,
      show: 0,
      fundtypeArrAll: [],
      dialogType: "show"
      dialogType: "show",
      headers: {
        Authorization: "Bearer " + getToken()
      },
    };
  },
  watch: {},
src/views/project/fundstatistics/index.vue
@@ -160,6 +160,8 @@
import { listDonatebaseinfo } from "@/api/project/donatebaseinfo";
import { getDonationCost, exportFundCost } from "@/api/project/financesubject";
import FundSummary from "@/views/project/components/fundsummary";
import { getToken } from "@/utils/auth";
export default {
  //import引入的组件需要注入到对象中才能使用
  components: {
@@ -199,6 +201,9 @@
        name: null,
        id: null,
      },
      headers: {
        Authorization: "Bearer " + getToken()
      },
    };
  },
  //监听属性 类似于data概念
src/views/project/relativesconfirmation/index.vue
@@ -898,6 +898,7 @@
import Li_area_select from "@/components/Address";
import OrgSelecter from "@/views/project/components/orgselect";
import AnnexUpload from "@/views/project/components/annexupload";
import { getToken } from "@/utils/auth";
import {
  listOrganization,
  listReportname,
@@ -1055,6 +1056,9 @@
        city: null,
        treatmenthospitalno: null,
      },
      headers: {
        Authorization: "Bearer " + getToken()
      },
      // 表单参数
      form: {},
      // 表单校验