123
WXL
2023-11-10 d4a5df36e3d352dbd3a344f9da6aac409a811f08
src/views/project/fundcheck/ethicalExpertFeeCheck/index.vue
@@ -1305,9 +1305,20 @@
        this.ids.forEach(item => {
          if (xuanzlist.includes(item)) {
          } else {
            this.ids.splice(this.ids.indexOf(item), 1);
            if (this.overallids.length == 1) {
              this.overallids = [];
            } else {
            this.overallids.splice(this.overallids.indexOf(item), 1);
            this.overallidsvalue.splice(this.overallidsvalue.indexOf(item), 1);
            }
            if (this.overallidsvalue.length == 1) {
              this.overallidsvalue = [];
            } else {
              this.overallidsvalue.splice(
                this.overallidsvalue.indexOf(item),
                1
              );
            }
            this.ids.splice(this.ids.indexOf(item), 1);
          }
        });
      }
@@ -1358,7 +1369,8 @@
        isTaxAfter: tot
      };
      if (tot == 0) {
        TotalcalculationFn(bojite).then(row => {
        TotalcalculationFn(bojite)
          .then(row => {
          console.log(row.msg);
          if (row.code == 200) {
            this.$modal.msgSuccess(row.msg);
@@ -1366,20 +1378,23 @@
            console.log(123);
            this.$modal.msgError(row.msg);
          }
        }).catch(error => {
          })
          .catch(error => {
 this.$modal.msgError(error);
});
      } else {
        console.log(this.overallidsvalue);
        const hasValue = this.overallidsvalue.every(obj => obj.istax == 1);
        if (hasValue) {
          TotalcalculationFn(bojite).then(row => {
          TotalcalculationFn(bojite)
            .then(row => {
            if (row.code == 200) {
              this.$modal.msgSuccess(row.msg);
            } else {
              this.$modal.msgError(row.msg);
            }
          }).catch(error => {
            })
            .catch(error => {
 this.$modal.msgError(error);
});
        } else {