| | |
| | | >新增</a-button> |
| | | <a-button |
| | | v-if="selectedRowKeys.length == 1 && selectionRows[0].status == '8'" |
| | | @click="handlePrintPrecision(selectionRows[0])" |
| | | type="primary" |
| | | style="margin-left: 8px" |
| | | >精度检验单打印 |
| | | </a-button> |
| | | <a-button |
| | | v-if="selectedRowKeys.length == 1 && selectionRows[0].status == '8'" |
| | | @click="handlePrintCheck(selectionRows[0])" |
| | | type="primary" |
| | | style="margin-left: 8px" |
| | |
| | | this.selectionRows = selectionRows; |
| | | }, |
| | | |
| | | handlePrintPrecision(record) { |
| | | let href = `${window._CONFIG['domianURL']}/jmreport/view/858844938446508032?id=`+record.id; //网站链接 |
| | | window.open(href, "_blank"); |
| | | }, |
| | | |
| | | handlePrintCheck(record) { |
| | | let href = `${window._CONFIG['domianURL']}/jmreport/view/858867141388996608?id=`+record.id; //网站链接 |
| | | window.open(href, "_blank"); |