|
|
|
@ -80,7 +80,7 @@ |
|
|
|
</div> |
|
|
|
<template v-if="item.internalFile && item.internalFile.length > 0" |
|
|
|
v-for="i in item.internalFile"> |
|
|
|
<template v-if="i.uploadType === '1'"> |
|
|
|
<template v-if="i.type === 'image'"> |
|
|
|
<div class="detail"> |
|
|
|
<div class="detail-field">图片:</div> |
|
|
|
<div |
|
|
|
@ -91,7 +91,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
<template v-if="i.uploadType === '0'"> |
|
|
|
<template v-if="i.type === 'voice'"> |
|
|
|
<div class="detail"> |
|
|
|
<div class="detail-field">录音:</div> |
|
|
|
<div |
|
|
|
@ -102,7 +102,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
<template v-if="i.uploadType === '2'||i.uploadTyp==null"> |
|
|
|
<template v-if="i.type === 'doc'"> |
|
|
|
<div class="detail"> |
|
|
|
<div class="detail-field">附件:</div> |
|
|
|
<div |
|
|
|
@ -187,11 +187,6 @@ |
|
|
|
<div class="detail-field">热线专班回访结果</div> |
|
|
|
<div class="detail-value">{{ satisfactionResult.find(v => v.value ==item.returnResult).label }}</div> |
|
|
|
</div> |
|
|
|
<!-- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--> |
|
|
|
<div class="detail" v-if="item.processName==='已退件'"> |
|
|
|
<div class="detail-field">是否已联系:</div> |
|
|
|
<div class="detail-value">{{ item.returnLoseContact===1?'已联系当事人':'未联系当事人' }}</div> |
|
|
|
@ -238,7 +233,7 @@ |
|
|
|
</audio> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
<template v-if="i.uploadType === 2||i.uploadType==null"> |
|
|
|
<template v-if="i.uploadType === 2"> |
|
|
|
<div |
|
|
|
:class="['m-info-prop', { 'm-info-prop-vis': source === 'visiual' }]"> |
|
|
|
<span class="u-info-title-2">附件:</span> |
|
|
|
@ -437,7 +432,7 @@ changeName(val) { |
|
|
|
}, |
|
|
|
|
|
|
|
async handelDispose() { |
|
|
|
console.log("handelDispose......"); |
|
|
|
console.log("handelDispose......",this.pageTypeCopy); |
|
|
|
this.$refs.ref_processinfo_dispose.getProcessInfo(); |
|
|
|
if (this.$refs.ref_processinfo_dispose.okflag) { |
|
|
|
this.formData.operationType = this.$refs.ref_processinfo_dispose.operationType; |
|
|
|
|