WXL
2025-12-29 3b7fcf5ea471f6cb388f86d0732b8ece47a3cefc
src/views/project/donorcharge/donorcharge/index.vue
@@ -46,7 +46,7 @@
          <span>{{ parseTime(scope.row.donatetime, '{y}-{m}-{d}') }}</span>
        </template>
      </el-table-column>
      <el-table-column label="案例编号" align="center" prop="donateno" />
      <el-table-column label="住院号" align="center" prop="donateno" />
      <el-table-column label="捐献姓名" align="center" prop="name" />
      <el-table-column label="捐献类别" align="center" prop="donationcategory" />
      <el-table-column label="捐献器官" align="center" prop="donateorgan" />
@@ -290,6 +290,7 @@
          curdonorinfo = item;
        }
      });
      console.log(curdonorinfo,'curdonorinfo');
      this.showSelectionDialog = false;
      this.$router.push({
        path: "/finance/donorchargedetail/",
@@ -388,7 +389,7 @@
        this.showSelectionDialog = true;
      };
      /**
      /**
      this.reset();
      this.open = true;
      this.title = "捐献案例器官费用情况";
@@ -403,7 +404,7 @@
        query: { id: row.id, operation: "update", data: row }
      });
      /**
      /**
      this.reset();
      const id = row.id || this.ids
      getDonorcharge(id).then(response => {