|
|
|
@ -1610,7 +1610,8 @@ const onSubmit = () => {
|
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
console.log(form.value,'表单内容'); |
|
|
|
|
|
|
|
|
|
// 处理结果 |
|
|
|
|
if (form.value.basis.result?.length) { |
|
|
|
|
submitData.aftersalesProcessingResultsDTO = { |
|
|
|
@ -1624,7 +1625,7 @@ const onSubmit = () => {
|
|
|
|
|
let resultTypeValue = Processingresultsoptions.value.find( |
|
|
|
|
res => res.label == item.title |
|
|
|
|
).value; |
|
|
|
|
if (item.compensationMethod) { |
|
|
|
|
if (item.compensationMethod) { |
|
|
|
|
PlayName.push( |
|
|
|
|
item.Paymentmethod.find(res => res.value == item.compensationMethod).label |
|
|
|
|
); |
|
|
|
@ -1659,7 +1660,6 @@ const onSubmit = () => {
|
|
|
|
|
delete form.value.basis.resultDescription; //删除无用信息 |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
form.value.Pageloading = true; //关闭页面加载 |
|
|
|
|
//是否直接提交到处理结果(处理完毕) |
|
|
|
|
if (form.value.Processed) { |
|
|
|
|