|
|
@ -1452,7 +1452,7 @@ const ButtonPermissions = computed(() => { |
|
|
|
assignment: false, //工单指派 |
|
|
|
assignment: false, //工单指派 |
|
|
|
applyArbitration: false, //客服介入 |
|
|
|
applyArbitration: false, //客服介入 |
|
|
|
DingTalkNumber: false, //钉钉号填写 |
|
|
|
DingTalkNumber: false, //钉钉号填写 |
|
|
|
batchFinish: UserPermissions.value != '仓库客服', //批量完结 |
|
|
|
batchFinish:false, //批量完结 |
|
|
|
appeal: false, //申诉 |
|
|
|
appeal: false, //申诉 |
|
|
|
ManagerConfirmed: false, //处理完毕下面的客服经理批量确定 |
|
|
|
ManagerConfirmed: false, //处理完毕下面的客服经理批量确定 |
|
|
|
ArbitrationDetermination: false, //批量仲裁确定 |
|
|
|
ArbitrationDetermination: false, //批量仲裁确定 |
|
|
@ -4065,6 +4065,7 @@ const CompletedSubmission = () => { |
|
|
|
// 初始化data数组,其结构对应于details.selectionList的长度 |
|
|
|
// 初始化data数组,其结构对应于details.selectionList的长度 |
|
|
|
let data = details.selectionList.map(() => ({ |
|
|
|
let data = details.selectionList.map(() => ({ |
|
|
|
id:details.selectionList[0].id, |
|
|
|
id:details.selectionList[0].id, |
|
|
|
|
|
|
|
reasonArbitration:Reasonarbitration.value, |
|
|
|
completionRecipientEntities: [], |
|
|
|
completionRecipientEntities: [], |
|
|
|
completionRecordEntities: [], |
|
|
|
completionRecordEntities: [], |
|
|
|
})); |
|
|
|
})); |
|
|
|