|
|
|
@ -10,6 +10,7 @@
|
|
|
|
|
class="IndexFrom" |
|
|
|
|
ref="IndexForm" |
|
|
|
|
:rules="rules" |
|
|
|
|
:disabled="RouterState == 'Kfend'" |
|
|
|
|
> |
|
|
|
|
<el-form-item label="异常类型" prop="workOrderType" class="el_inputTop"> |
|
|
|
|
<el-select |
|
|
|
@ -1892,7 +1893,8 @@ const ConfirmForm = () => {
|
|
|
|
|
DataSubmit.aftersalesProcessingResultsDTO['compensationMethod'] = ProcessingList.value |
|
|
|
|
.map(item => item.text) |
|
|
|
|
.join(','); |
|
|
|
|
|
|
|
|
|
DataSubmit.aftersalesProcessingResultsDTO.id = $route.query.id; //任务 |
|
|
|
|
DataSubmit.aftersalesProcessingResultsDTO.resultDescription = Indexform.value.resultDescription; //处理结果说明 |
|
|
|
|
DataSubmit.aftersalesProcessingResultsDTO['processingMoneyEntityList'] = ProcessingList.value |
|
|
|
|
.map(item => { |
|
|
|
|
console.log(item); |
|
|
|
@ -1910,6 +1912,7 @@ const ConfirmForm = () => {
|
|
|
|
|
resultName: item.name, //处理结果名字 |
|
|
|
|
paymentUnit: item.paymentUnit, //支付单位 |
|
|
|
|
compensationTime:item.compensationTime,//理赔支付时间 |
|
|
|
|
id:item.id,//id |
|
|
|
|
}; |
|
|
|
|
} else { |
|
|
|
|
return null; |
|
|
|
|