| | |
| | | /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | <!-- <el-table-column |
| | | label="分配系统编号" |
| | | align="center" |
| | | width="120" |
| | |
| | | placeholder="分配系统编号" |
| | | /> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table-column> --> |
| | | <el-table-column |
| | | label="受体姓氏" |
| | | align="center" |
| | |
| | | </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="受体姓氏" |
| | |
| | | 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; |
| | |
| | | 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; |
| | |
| | | this.title = "查看捐献案例器官费用表"; |
| | | this.form = response.rows[0]; |
| | | //器官费用信息 |
| | | this.patientqueryParams.pageSize = 1000; |
| | | listDonorchargeorgan(this.patientqueryParams).then(res => { |
| | | console.log("listDonorchargeorgan", res); |
| | | this.donorchargeorgans = res.rows; |
| | |
| | | "organtime", |
| | | "remark", |
| | | "name", |
| | | "caseno", |
| | | "receiveTime" |
| | | ]; |
| | | columns.forEach((column, index) => { |