WXL
昨天 c8e9849cb5f24848df0174c13bfbbff37bb08a5a
src/views/project/unitCost/particulars/index.vue
@@ -161,7 +161,7 @@
                />
              </template>
            </el-table-column>
            <el-table-column
            <!-- <el-table-column
              label="分配系统编号"
              align="center"
              width="120"
@@ -174,7 +174,7 @@
                  placeholder="分配系统编号"
                />
              </template>
            </el-table-column>
            </el-table-column> -->
            <el-table-column
              label="受体姓氏"
              align="center"
@@ -394,12 +394,12 @@
                </el-table-column>
                <el-table-column prop="organno" label="器官编号" width="120">
                </el-table-column>
                <el-table-column
                <!-- <el-table-column
                  prop="caseno"
                  label="分配系统编号"
                  show-overflow-tooltip
                >
                </el-table-column>
                </el-table-column> -->
                <el-table-column
                  prop="name"
                  label="受体姓氏"
@@ -897,6 +897,7 @@
      this.patientqueryParams.hospitalno = this.form.hospitalno;
      this.patientqueryParams.paymentid = null;
      this.patientqueryParams.paymentidIsNotNull = false;
      this.patientqueryParams.pageSize = 10;
      listDonorchargeorgan(this.patientqueryParams).then(res => {
        this.donorchargeList = res.rows;
        this.patienttotal = res.total;
@@ -995,6 +996,7 @@
      listDonorpayment({ id: this.curId }).then(response => {
        this.form = response.rows[0];
        //器官费用信息
        this.patientqueryParams.pageSize = 1000;
        listDonorchargeorgan(this.patientqueryParams).then(res => {
          console.log("listDonorchargeorgan", res);
          this.donorchargeorgans = res.rows;
@@ -1011,6 +1013,7 @@
        this.title = "查看捐献案例器官费用表";
        this.form = response.rows[0];
        //器官费用信息
        this.patientqueryParams.pageSize = 1000;
        listDonorchargeorgan(this.patientqueryParams).then(res => {
          console.log("listDonorchargeorgan", res);
          this.donorchargeorgans = res.rows;
@@ -1139,7 +1142,6 @@
        "organtime",
        "remark",
        "name",
        "caseno",
        "receiveTime"
      ];
      columns.forEach((column, index) => {