| | |
| | | invoicefileListto: [], |
| | | invoicepdfimg: "", |
| | | invoicepdfimgsrcList: [], |
| | | invoDatatop: [], |
| | | //人员类别 |
| | | persontype: null, |
| | | //到达地 |
| | |
| | | |
| | | this.tableDatatop = []; |
| | | this.fileListto = []; |
| | | this.invoicefileListto = []; |
| | | this.pdfimg = []; |
| | | this.invoicepdfimg = []; |
| | | this.pdfimgsrcList = []; |
| | | this.invoDatatop = []; |
| | | this.invoicepdfimgsrcList = []; |
| | | this.invoDatatop.push(row); |
| | | this.tableDatatop.push(row); |
| | | this.atpresent = index; |
| | | this.pdfVisible = true; |
| | |
| | | if (this.form.infoid) { |
| | | updateReimbursementdetail(rbDetails[i]); |
| | | } else { |
| | | return this.$message.error(`因家属分配要求,请选择捐献者信息`); |
| | | return this.$message.error( |
| | | `因家属分配要求,请选择捐献者信息` |
| | | ); |
| | | } |
| | | } else { |
| | | updateReimbursementdetail(rbDetails[i]); |
| | |
| | | rbDetails[i].rbid = this.form.id; |
| | | addReimbursementdetail(rbDetails[i]); |
| | | } else { |
| | | return this.$message.error(`因家属分配要求,请选择捐献者信息`); |
| | | return this.$message.error( |
| | | `因家属分配要求,请选择捐献者信息` |
| | | ); |
| | | } |
| | | } else { |
| | | //rbid关联主表Id |