WXL
昨天 c8e9849cb5f24848df0174c13bfbbff37bb08a5a
src/views/project/donatereview/index.vue
@@ -266,8 +266,8 @@
            </el-form-item>
          </el-col> -->
          <el-col :span="8">
            <el-form-item label="捐献编号" prop="donorno">
              <el-input v-model="form.donorno" placeholder="请输入捐献者编号" />
            <el-form-item label="捐献编号" prop="caseNo">
              <el-input v-model="form.caseNo" placeholder="请输入捐献者编号" />
            </el-form-item>
          </el-col>
          <el-col :span="8">
@@ -769,7 +769,7 @@
            <!-- :annexno="annexno" -->
            <annex-upload
              :infoid="form.id"
              :donorno="form.donorno"
              :caseNo="form.caseNo"
              :flowname="flowname"
            />
          </el-form-item>
@@ -934,7 +934,7 @@
      queryParams: {
        pageNum: 1,
        pageSize: 10,
        donorno: null,
        caseNo: null,
        recordstate: null,
        // treatmenthospitalno: null,
        treatmenthospitalname: null,
@@ -1142,7 +1142,7 @@
      this.form = {
        id: null,
        name: null,
        donorno: null,
        caseNo: null,
        // diagnosisname:null,
        sex: null,
        idcardtype: null,
@@ -1187,7 +1187,7 @@
        bloodtype: "0",
        inpatientno: null,
        rhyin: 0,
        donorno: null,
        caseNo: null,
        donationcategory: null,
        illnessoverview: null,
        diseasetype: [],
@@ -1242,7 +1242,7 @@
        // "2"
        recordstate: null,
        treatmenthospitalname: null,
        donorno: null,
        caseNo: null,
        acquisitiontissueno: null,
        reportername: null,
        reporttime: null,
@@ -1512,7 +1512,7 @@
      this.reviewForm = {
        id: null,
        infoid: null,
        donorno: null,
        caseNo: null,
        delFlag: null,
        createBy: null,
        createTime: null,
@@ -1531,7 +1531,7 @@
      // console.log(JSON.stringify(this.curCase));
      this.resetReviewForm();
      this.reviewForm.infoid = row.id;
      this.reviewForm.donorno = row.donorno;
      this.reviewForm.caseNo = row.caseNo;
      this.reviewForm.flowname = this.flowname;
      this.isShowReviewDialog = true;
    },
@@ -1593,7 +1593,7 @@
      this.reset();
      let searchParam = {
        infoid: row.id,
        donorno: row.donorno,
        caseNo: row.caseNo,
        flowname: this.flowname,
      };
      listDonateflowchart(searchParam).then((response) => {
@@ -1621,14 +1621,14 @@
          if (response.rows.length == 0) {
            this.resetReviewForm();
            this.reviewForm.infoid = row.id;
            this.reviewForm.donorno = row.donorno;
            this.reviewForm.caseNo = row.caseNo;
            this.reviewForm.flowname = this.flowname;
            this.isShowReviewDialog = true;
            this.open = true;
          } else if (response.rows.length == 1) {
            this.reviewForm = response.rows[0];
            this.reviewForm.infoid = row.id;
            this.reviewForm.donorno = row.donorno;
            this.reviewForm.caseNo = row.caseNo;
            this.reviewForm.flowname = this.flowname;
            this.isShowReviewDialog = true;
            this.open = true;