| | |
| | | <template> |
| | | <a-card |
| | | :bordered="false" |
| | | title="日常保养工单" |
| | | title="二级保养工单" |
| | | > |
| | | <!-- 查询区域 --> |
| | | <div class="table-page-search-wrapper"> |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | description: '日常保养工单', |
| | | description: '二级保养工单', |
| | | queryParam: { maintenanceType: '2' }, |
| | | // 表头 |
| | | columns: [ |
| | | { |
| | |
| | | } |
| | | }, |
| | | { |
| | | title: '状态', |
| | | align: "center", |
| | | dataIndex: 'statusName' |
| | | }, |
| | | { |
| | | title: '保养工单号', |
| | | align: "center", |
| | | dataIndex: 'num', |
| | | scopedSlots: { customRender: 'num' } |
| | | }, |
| | | { |
| | | title: '状态', |
| | | align: "center", |
| | | dataIndex: 'statusName' |
| | | }, |
| | | // { |
| | | // title: '保养类型', |
| | | // align: "center", |
| | | // dataIndex: 'maintenanceTypeName', |
| | | // }, |
| | | { |
| | | title: '保养周期', |
| | | align: "center", |
| | |
| | | }, |
| | | |
| | | handlePrintInfo(record) { |
| | | let href = `${window._CONFIG['domianURL']}/jmreport/view/857408393168490496?id=`+record.id; //网站链接 |
| | | let href = `${window._CONFIG['domianURL']}/jmreport/view/857408393168490496?id=` + record.id; //网站链接 |
| | | window.open(href, "_blank"); |
| | | }, |
| | | |
| | |
| | | font-weight: bold; |
| | | } |
| | | .yellow { |
| | | color: yellow; |
| | | color: rgba(255, 255, 0, 0.443); |
| | | font-weight: bold; |
| | | } |
| | | .fontweight { |