| | |
| | | <template> |
| | | <a-card |
| | | :bordered="false" |
| | | title="三级保养" |
| | | title="" |
| | | > |
| | | <!-- 查询区域 --> |
| | | <div class="table-page-search-wrapper"> |
| | |
| | | style="margin-left: 8px" |
| | | >查询</a-button> |
| | | <a-button |
| | | type="primary" |
| | | type="info" |
| | | @click="searchReset" |
| | | icon="reload" |
| | | style="margin-left: 8px" |
| | |
| | | }, |
| | | |
| | | handlePrintPrecision(record) { |
| | | let href = `${window._CONFIG['domianURL']}/jmreport/view/934652777124782080?id=` + record.id; //网站链接 |
| | | let href = `${window._CONFIG['domianURL']}/jmreport/view/938231672512131072?id=` + record.id; //网站链接 |
| | | window.open(href, "_blank"); |
| | | }, |
| | | |
| | |
| | | }, |
| | | |
| | | handlePrintTechnology(record) { |
| | | let href = `${window._CONFIG['domianURL']}/jmreport/view/934618792969560064?id=` + record.id; //网站链接 |
| | | let href = `${window._CONFIG['domianURL']}/jmreport/view/938226141894488064?id=` + record.id; //网站链接 |
| | | window.open(href, "_blank"); |
| | | }, |
| | | |