| | |
| | | <template> |
| | | <a-card |
| | | :bordered="false" |
| | | title="二级保养" |
| | | title="" |
| | | > |
| | | <!-- 查询区域 --> |
| | | <div class="table-page-search-wrapper"> |
| | |
| | | /> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col :span="6"> |
| | | <!-- <a-col :span="6"> |
| | | <a-form-item label="移交单状态"> |
| | | <j-dict-select-tag |
| | | dictCode="two_maintenance_devolution_status" |
| | |
| | | v-model="queryParam.confirmStatus" |
| | | /> |
| | | </a-form-item> |
| | | </a-col> |
| | | </a-col> --> |
| | | <a-col :span="7"> |
| | | <a-form-item label="完工时间"> |
| | | <a-range-picker |
| | |
| | | style="margin-left: 8px" |
| | | >查询</a-button> |
| | | <a-button |
| | | type="primary" |
| | | type="info" |
| | | @click="searchReset" |
| | | icon="reload" |
| | | style="margin-left: 8px" |
| | | >重置</a-button> |
| | | <a-button |
| | | v-show="selectedRowKeys.length == 1 && selectionRows[0].status == '8'" |
| | | v-show="selectedRowKeys.length == 1 && (selectionRows[0].status === '5' || selectionRows[0].status === '8')" |
| | | @click="handlePrintInfo(selectionRows[0])" |
| | | type="primary" |
| | | style="margin-left: 8px" |
| | | >移交单打印 |
| | | </a-button> |
| | | <!-- v-show="selectedRowKeys.length == 1 && selectionRows[0].status == '8'" --> |
| | | <!-- <a-button |
| | | v-show="selectedRowKeys.length > 0" |
| | | type="primary" |
| | |
| | | }, |
| | | |
| | | handlePrintInfo(record) { |
| | | let href = `${window._CONFIG['domianURL']}/jmreport/view/857408393168490496?id=` + record.id; //网站链接 |
| | | let href = `${window._CONFIG['domianURL']}/jmreport/view/934663658030161920?id=` + record.id; //网站链接 |
| | | window.open(href, "_blank"); |
| | | }, |
| | | |
| | |
| | | }, |
| | | |
| | | searchReset() { |
| | | this.onClearSelected(); |
| | | this.queryParam = { maintenanceType: '2' } |
| | | this.loadData(1); |
| | | this.finishTime = [] |