|
|
|
@ -1547,7 +1547,8 @@ const appeal = (val, state) => {
|
|
|
|
|
}; |
|
|
|
|
// 工单申诉确认按钮 |
|
|
|
|
const Appealbutton = state => { |
|
|
|
|
if (AppealAttachment.value.length > 1) { |
|
|
|
|
if(UserPermissions.value =='仓库客服'){ |
|
|
|
|
if (AppealAttachment.value.length > 1) { |
|
|
|
|
ElMessage({ |
|
|
|
|
message: '只能上传一张图片', |
|
|
|
|
type: 'warning', |
|
|
|
@ -1623,23 +1624,18 @@ const Appealbutton = state => {
|
|
|
|
|
}); |
|
|
|
|
appealFn(); // 获取申诉列表 |
|
|
|
|
}else{ |
|
|
|
|
|
|
|
|
|
data.workOrderStatus = 30; |
|
|
|
|
details.query.workOrderStatus = 30; |
|
|
|
|
tabValue.value = 2; |
|
|
|
|
data.workOrderStatus = 80; |
|
|
|
|
details.query.workOrderStatus = 80; |
|
|
|
|
tabValue.value = 6; |
|
|
|
|
empty(); //清空搜索数据 |
|
|
|
|
IndexTable({ workOrderStatus: 30 }); |
|
|
|
|
IndexTable({ workOrderStatus: 80 }); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ElMessage({ |
|
|
|
|
message: res.data.msg, |
|
|
|
|
type: 'success', |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
// 异常类型事件 |
|
|
|
|