Commit fc32975a authored by youjie's avatar youjie

no message

parent c4bd8662
......@@ -833,7 +833,11 @@
</my-GZ-Bill>
<div class="_explain">
<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="goComplain('ComplaintsDetail', GetDetail.ComplainID,GetDetail.OrderID)">
<span style="color:#000">投诉单号:</span> <span
class="cursorpointer text-decoration">{{GetDetail.ComplainID}}</span></span>
......@@ -2498,9 +2502,6 @@
this.chongJudge(data)
this.GetDetail = data;
if (this.GetDetail.DetailList) {
this.GetDetail.DetailList.forEach(item => {
if (item.CostTypeName == "领队导游资金池领款") {
......
......@@ -602,6 +602,9 @@
</span></p>
<template v-if="msg.TemplateId==27">
<p style="margin-left: 15px;">
<el-tooltip class="item" effect="dark" content="请输入参加活动的转账卡号/平台用户名,不输入则此单不参与" placement="top">
<i class="el-icon-warning-outline" style="cursor: pointer;"></i>
</el-tooltip>
<span>类型:</span>
<span>
<el-select v-model="msg.CourseId" placeholder="选择收款类型" clearable
......@@ -623,7 +626,7 @@
</span>
<span>
<el-input type="text" class="w135 _border_b_1"
v-model="msg.PayReceipt_No" :placeholder="msg.CourseId==1?'输入银行卡号后四位':'输入平台名称'" style="width: 364px;" clearable></el-input>
v-model="msg.PayReceipt_No" :placeholder="msg.CourseId==1?'输入银行卡号后四位':'输入平台用户名'" style="width: 364px;" clearable></el-input>
</span>
</p>
</template>
......@@ -1432,7 +1435,7 @@
},
AddFinancial(z) { //保存
if(this.msg.TemplateId==27&&this.msg.CourseId&&!this.msg.PayReceipt_No){
return this.Error(`请输入${this.msg.CourseId==1?'银行卡号后四位':'请输入平台名称'}`)
return this.Error(`请输入${this.msg.CourseId==1?'银行卡号后四位':'请输入平台用户名'}`)
}
if ((this.orderObj && !this.orderObj.isPrestore) || this.msg.DepositCustomerId) {
let To = Number(this.allPrice + this.msg.Fee)
......
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