Commit c4bd8662 authored by youjie's avatar youjie

no message

parent 19fb5e05
...@@ -839,7 +839,11 @@ ...@@ -839,7 +839,11 @@
</template> </template>
<div class="_explain"> <div class="_explain">
<div class="illustrate-text"> <div class="illustrate-text">
<p class="illustrate-left">附加说明:<span class="fr" v-if="GetDetail.ComplainID > 0" <p class="illustrate-left">附加说明:
<span class="fr" v-if="GetDetail.Course_Name">
收款类型:{{GetDetail.Course_Name}}/{{GetDetail.PayReceipt_No}}
</span>
<span class="fr" v-if="GetDetail.ComplainID > 0"
@click="goUrl('ComplaintsDetail', GetDetail.ComplainID,GetDetail.OrderID)"> <span @click="goUrl('ComplaintsDetail', GetDetail.ComplainID,GetDetail.OrderID)"> <span
style="color:#000">投诉单号:</span> style="color:#000">投诉单号:</span>
<span class="cursorpointer text-decoration">{{GetDetail.ComplainID}}</span></span> <span class="cursorpointer text-decoration">{{GetDetail.ComplainID}}</span></span>
...@@ -3568,7 +3572,11 @@ ...@@ -3568,7 +3572,11 @@
} }
this.chongJudge(data) this.chongJudge(data)
this.GetDetail = data; this.GetDetail = data;
if(data.TemplateId==27&&data.Course_Name) {
this.AuditOrRefundMsg.CourseName = data.Course_Name
this.AuditOrRefundMsg.CourseId = data.Course_Name=='银行卡'?1:4
this.AuditOrRefundMsg.PayReceiptNo = data.PayReceipt_No
}
let list = this.GetDetail.AuditSteps.filter(x => x.NextStep === 1); let list = this.GetDetail.AuditSteps.filter(x => x.NextStep === 1);
if (list.length) { if (list.length) {
let last = list[list.length - 1] let last = list[list.length - 1]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment