11
WXL
2023-09-12 5d624d5ad0cdce0737e565c288b0efeb8b42aef8
src/views/project/fund/applyDetail/index.vue
@@ -2839,7 +2839,7 @@
          itemid: "器官捐献伦理审核专家费",
          itemname: null,
          itemtype: null,
          amount: null,
          amount: 200,
          prepaidamount: null,
          taxamount: null,
          invoicecount: null,
@@ -3219,13 +3219,16 @@
    ConfirmDetailDialog() {
      console.log(this.unitforname);
      console.log(this.Personnelforname);
      if (this.experthear == "expert") {
        this.funddetailForm.beneficiaryname = this.unitforname;
      } else {
        console.log(11);
        this.funddetailForm.beneficiaryname = this.Personnelforname;
        console.log(this.funddetailForm.beneficiaryname);
      if (this.businessType == 4) {
        if (this.experthear == "expert") {
          this.funddetailForm.beneficiaryname = this.unitforname;
        } else {
          console.log(11);
          this.funddetailForm.beneficiaryname = this.Personnelforname;
          console.log(this.funddetailForm.beneficiaryname);
        }
      }
      console.log(this.funddetailForm);
      let tempIndex = this.funddetailForm.index;
      let tempExpertName = this.funddetailForm.beneficiaryname;