| | |
| | | <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> |
| | | |
| | |
| | | console.log(this.fileListto); |
| | | this.rbDetails[this.atpresent].annexfilesList = this.fileListto; |
| | | } else { |
| | | this.$modal.msgError(response.msg); |
| | | console.log(response.msg);; |
| | | console.log(response.msg); |
| | | } |
| | | }, |
| | | // 点击票据 |
| | |
| | | |
| | | this.$modal.msgSuccess("新增报销单保存成功!"); |
| | | this.open = false; |
| | | // this.getList(); |
| | | |
| | | // 关闭窗口 |
| | | this.$router.go(-1); |
| | | |