11
WXL
2024-04-19 7313ea2408781d637fbc097b938242336a71c82d
src/views/project/donationdetails/index.vue
@@ -2906,7 +2906,7 @@
          if (res.code == 200) {
            if (res.rows[0]) {
              this.procureddata = res.rows;
              this.procureddata.infoid = this.infoid;
              // this.procureddata.infoid = this.infoid;
            } else {
              this.procureddata = this.allocateddata.filter(
                obj =>
@@ -2921,7 +2921,7 @@
                obj.id = null;
                return obj;
              });
              this.procureddata.infoid = this.infoid;
              // this.procureddata.infoid = this.infoid;
            }
            this.organList.organprocured = [];
            for (let i = 0; i < this.procureddata.length; i++) {
@@ -3084,7 +3084,9 @@
            }
            updateDonatebaseinfo(this.form).then(response => {
              this.$modal.msgSuccess("保存成功");
              Modifydonationattachment(this.donatelist).then(res => {});
              Modifydonationattachment(this.donatelist).then(res => {
                this.listDonateannex();
              });
              this.Getbasicinformation();
              // this.Processvalidation();
              this.open = false;
@@ -3094,7 +3096,9 @@
            addDonatebaseinfo(this.form).then(response => {
              if (response.code == 200) {
                this.$modal.msgSuccess("新增成功");
                Modifydonationattachment(this.donatelist).then(res => {});
                Modifydonationattachment(this.donatelist).then(res => {
                  this.listDonateannex();
                });
                this.Getbasicinformation();
                // this.Processvalidation();
                this.open = false;
@@ -3177,7 +3181,7 @@
          }
        });
      } else if (this.actives == 4) {
        this.procureddata.infoid = this.infoid;
        // this.procureddata.infoid = this.infoid;
        this.$refs["allocateddataform"].validate(valid => {
          this.$modal.loading("正在提交,请稍候!");
@@ -3266,7 +3270,7 @@
            }
            //保存器官获取表数据
            this.procureddata.infoid = this.infoid;
            // this.procureddata.infoid = this.infoid;
            saveDonationwitnessorgan(this.procureddata).then(res => {
              if (res == 200) {
                this.$modal.msgSuccess("捐献器官获取信息保存成功!");
@@ -3281,7 +3285,7 @@
            this.$modal.loading("正在提交,请稍候!");
            // 保存捐献器官移植信息
            this.transplantdata.infoid = this.infoid;
            // this.transplantdata.infoid = this.infoid;
            console.log(this.form);
            this.transplantdata.forEach(item => {
              listDonorchargeorgan({
@@ -3582,8 +3586,8 @@
    },
    // 更改进程效验
    Processvalidation() {
      if (this.form.workflow + 1 == this.actives || this.actives == 6) {
        if (this.form.workflow <= 6) {
      if (this.form.workflow + 1 == this.actives ) {
        if (this.form.workflow < 6) {
          this.form.workflow++;
        } else {
        }
@@ -3591,8 +3595,7 @@
        // this.GetAttacheddata();
      } else if (this.form.workflow > this.actives) {
        this.submitForm();
        Modifydonationattachment(this.donatelist).then(res => {});
        this.listDonateannex();
        // Modifydonationattachment(this.donatelist).then(res => {});
        // this.GetAttacheddata();
      } else {
        this.submitForm();
@@ -3602,8 +3605,8 @@
    },
    // 提交归档
    Reportforreview() {
      if (this.form.workflow == 9) {
        this.form.workflow = 8;
      if (this.form.workflow == 8) {
        this.form.workflow = 7;
        this.submitForm();
        this.$router.go(-1);
        this.$message({
@@ -3621,7 +3624,7 @@
              if (res.code == 500) {
                this.$message.error(res.msg);
              } else {
                this.form.workflow = 9;
                this.form.workflow = 8;
                this.submitForm();
                this.$message({
                  type: "success",