Merge remote-tracking branch 'origin/dev' into dev
| | |
| | | // import Inspection from "../do/b1-inspect-order-plan/Inspection.vue"; |
| | | |
| | | export default { |
| | | name: "b1-material-inspection-order", |
| | | name: "MaterialOrder", |
| | | // import 引入的组件需要注入到对象中才能使用 |
| | | components: { limsTable, DownFileDialog, FilesLookVisible, DataLookVisible, ShowInfo, PrintDialog }, |
| | | data() { |
| | |
| | | }, |
| | | // 查看报告 |
| | | viewIssued(row) { |
| | | console.log('this.javaApi', this.javaApi) |
| | | this.currentInfo = row; |
| | | let fileName = (row.urlS === null || row.urlS === '') ? row.url : row.urlS |
| | | let fileType = "docx" |
| | |
| | | methods: { |
| | | // 跳转页面 |
| | | goAddList(m) { |
| | | this.$router.push(m.jumpPath) |
| | | this.$router.push({name: m.jumpPath}) |
| | | }, |
| | | getList(){ |
| | | const key = `_${this.currentPage}` |