| | |
| | | >新增</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" |
| | |
| | | type="vertical" |
| | | /> --> |
| | | <a |
| | | v-if="record.status === '5'" |
| | | v-if="record.status === '5' || record.status === '8' " |
| | | @click="handlePrecisionCheckOrder(record)" |
| | | >精度检验</a> |
| | | <a-divider |
| | | v-if="record.status === '5'" |
| | | v-if="record.status === '5'|| record.status === '8'" |
| | | type="vertical" |
| | | /> |
| | | <a-dropdown> |
| | |
| | | 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; //网站链接 |
| | | let href = `${window._CONFIG['domianURL']}/jmreport/view/858867141388996608?id=` + record.id; //网站链接 |
| | | window.open(href, "_blank"); |
| | | }, |
| | | |
| | | |
| | | handlePrintInfo(record) { |
| | | let href = `${window._CONFIG['domianURL']}/jmreport/view/858930685061042176?id=`+record.id; //网站链接 |
| | | let href = `${window._CONFIG['domianURL']}/jmreport/view/858930685061042176?id=` + record.id; //网站链接 |
| | | window.open(href, "_blank"); |
| | | }, |
| | | |