|
|
@ -1688,10 +1688,6 @@ const view = val => { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$router.push({ |
|
|
|
$router.push({ |
|
|
|
// AppealStatusT为真表示是申诉列表 |
|
|
|
// AppealStatusT为真表示是申诉列表 |
|
|
|
path: '/aftersales/aftersalesWorkOrderInfo', |
|
|
|
path: '/aftersales/aftersalesWorkOrderInfo', |
|
|
@ -3702,7 +3698,7 @@ const MessageReply = val => { |
|
|
|
// 导出报表 |
|
|
|
// 导出报表 |
|
|
|
const exportReport=()=>{ |
|
|
|
const exportReport=()=>{ |
|
|
|
let dataID={ |
|
|
|
let dataID={ |
|
|
|
workOrderStatus:TabPermissions.value, |
|
|
|
workOrderStatus:details.query.workOrderStatus, |
|
|
|
} |
|
|
|
} |
|
|
|
$_exportAftersalesWorkOrder(dataID).then(res => { |
|
|
|
$_exportAftersalesWorkOrder(dataID).then(res => { |
|
|
|
console.log(res, '导出'); |
|
|
|
console.log(res, '导出'); |
|
|
|