|
|
@ -4082,7 +4082,7 @@ const CompletedSubmission = () => { |
|
|
|
money: Number(party.num), |
|
|
|
money: Number(party.num), |
|
|
|
reasonArbitration: Reasonarbitration.value, |
|
|
|
reasonArbitration: Reasonarbitration.value, |
|
|
|
warehouseId: party.warehouseId, //仓库 |
|
|
|
warehouseId: party.warehouseId, //仓库 |
|
|
|
personResponsibleName: party.personResponsibleName, |
|
|
|
compensationPersonnel: party.personResponsibleName,//责任人 |
|
|
|
workOrderId: selection.id, //工单id |
|
|
|
workOrderId: selection.id, //工单id |
|
|
|
}; |
|
|
|
}; |
|
|
|
// 将赔款方信息添加到对应的completionRecordEntities数组中 |
|
|
|
// 将赔款方信息添加到对应的completionRecordEntities数组中 |
|
|
|