11
WXL
2023-11-03 7c428310f2ee232db42b37543059b671ab723eda
src/views/project/fund/applyDetail/index.vue
@@ -150,7 +150,7 @@
            <div
              style="margin-bottom: 15px;"
              v-if="
                userprofile.nickName == '陈慕华' && operationType == 'check'
                userprofile.nickName == '陈慕华'
              "
            >
              <el-button
@@ -2887,20 +2887,22 @@
          );
          sessionStorage.setItem("apiform", JSON.stringify(this.form));
          // this.$router.go(0);
          this.$router.push({
            path: "/finance/applyDetail/",
            query: {
              id: this.curId,
              businessType: this.businessType,
              operationType: this.operationType,
              curCase: this.curCase
            }
          });
        } else {
          // this.$message({
          //   type: "error",
          //   message: "申请失败"
          // this.$router.push({
          //   path: "/finance/applyDetail/",
          //   query: {
          //     id: this.curId,
          //     businessType: this.businessType,
          //     operationType: this.operationType,
          //     curCase: this.curCase
          //   }
          // });
          this.$modal.msgSuccess("计算成功");
          this.handleCheck()
        } else {
          this.$message({
            type: "error",
            message: "计算错误"
          });
        }
      });
    },
@@ -3188,6 +3190,8 @@
    uploadSccess(response, file, fileList) {
      this.rbDetails;
      //获取票据信息位置
      console.log(response);
      console.log(file);
      if (this.activeName == 1) {
        if (response.code == 200) {
          // this.form.filename = file.raw.name;