| | |
| | | <div v-else class="pdfimgmins">{{ hintitle }}</div> |
| | | </div> |
| | | </el-dialog> |
| | | |
| | | <!-- <div class="container"> |
| | | <pdf :src="iframeurl"></pdf> |
| | | </div> --> |
| | | <!-- <embed :src="iframeurl" type="application/pdf" width="1000" height="800" /> --> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | |
| | | const rbDetails = [...this.rbDetails]; |
| | | const rbPayees = [...this.rbPayees]; |
| | | console.log(rbDetails); |
| | | console.log(rbPayees); |
| | | if (this.form.id != null) { |
| | | console.log(this.form); |
| | | updateReimbursement(this.form); |
| | |
| | | |
| | | this.$modal.msgSuccess("新增报销单保存成功!"); |
| | | this.open = false; |
| | | // this.getList(); |
| | | |
| | | // 关闭窗口 |
| | | this.$router.go(-1); |
| | | |