|
|
|
@ -581,7 +581,7 @@
|
|
|
|
|
:rows="2" |
|
|
|
|
/> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="sk_input" v-if="item.state == 1"></div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1452,7 +1452,7 @@ const ButtonPermissions = computed(() => {
|
|
|
|
|
assignment: false, //工单指派 |
|
|
|
|
applyArbitration: false, //客服介入 |
|
|
|
|
DingTalkNumber: false, //钉钉号填写 |
|
|
|
|
batchFinish: UserPermissions.value != '仓库客服', //批量完结 |
|
|
|
|
batchFinish:false, //批量完结 |
|
|
|
|
appeal: false, //申诉 |
|
|
|
|
ManagerConfirmed: false, //处理完毕下面的客服经理批量确定 |
|
|
|
|
ArbitrationDetermination: false, //批量仲裁确定 |
|
|
|
@ -4065,6 +4065,7 @@ const CompletedSubmission = () => {
|
|
|
|
|
// 初始化data数组,其结构对应于details.selectionList的长度 |
|
|
|
|
let data = details.selectionList.map(() => ({ |
|
|
|
|
id:details.selectionList[0].id, |
|
|
|
|
reasonArbitration:Reasonarbitration.value, |
|
|
|
|
completionRecipientEntities: [], |
|
|
|
|
completionRecordEntities: [], |
|
|
|
|
})); |
|
|
|
@ -4081,7 +4082,7 @@ const CompletedSubmission = () => {
|
|
|
|
|
money: Number(party.num), |
|
|
|
|
reasonArbitration: Reasonarbitration.value, |
|
|
|
|
warehouseId: party.warehouseId, //仓库 |
|
|
|
|
personResponsibleName: party.personResponsibleName, |
|
|
|
|
compensationPersonnel: party.personResponsibleName,//责任人 |
|
|
|
|
workOrderId: selection.id, //工单id |
|
|
|
|
}; |
|
|
|
|
// 将赔款方信息添加到对应的completionRecordEntities数组中 |
|
|
|
|