|
|
@ -987,7 +987,7 @@ const DiscoveringNodesChange = async value => { |
|
|
|
workOrderType: form.value.basis.workOrderType, //异常类型 |
|
|
|
workOrderType: form.value.basis.workOrderType, //异常类型 |
|
|
|
discoveryNode: form.value.basis.discoveryNode, //发现节点 |
|
|
|
discoveryNode: form.value.basis.discoveryNode, //发现节点 |
|
|
|
typeServiceName: form.value.basis.typeServiceName, //合作模式 |
|
|
|
typeServiceName: form.value.basis.typeServiceName, //合作模式 |
|
|
|
TabactiveName: 1, //订单类型 |
|
|
|
TabactiveName: form.value.basis.TabactiveName, //订单类型 |
|
|
|
}; |
|
|
|
}; |
|
|
|
if (value == '3') { |
|
|
|
if (value == '3') { |
|
|
|
form.value.basis.processorEntityList = []; |
|
|
|
form.value.basis.processorEntityList = []; |
|
|
@ -1612,7 +1612,7 @@ const onSubmit = () => { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 处理结果 |
|
|
|
// 处理结果 |
|
|
|
if (form.value.basis.result.length) { |
|
|
|
if (form.value.basis.result?.length) { |
|
|
|
submitData.aftersalesProcessingResultsDTO = { |
|
|
|
submitData.aftersalesProcessingResultsDTO = { |
|
|
|
money: 0, //金额总和 |
|
|
|
money: 0, //金额总和 |
|
|
|
resultType: [], //处理结果名称 |
|
|
|
resultType: [], //处理结果名称 |
|
|
|