Commit fc32975a authored by youjie's avatar youjie

no message

parent c4bd8662
...@@ -833,7 +833,11 @@ ...@@ -833,7 +833,11 @@
</my-GZ-Bill> </my-GZ-Bill>
<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="goComplain('ComplaintsDetail', GetDetail.ComplainID,GetDetail.OrderID)"> @click="goComplain('ComplaintsDetail', GetDetail.ComplainID,GetDetail.OrderID)">
<span style="color:#000">投诉单号:</span> <span <span style="color:#000">投诉单号:</span> <span
class="cursorpointer text-decoration">{{GetDetail.ComplainID}}</span></span> class="cursorpointer text-decoration">{{GetDetail.ComplainID}}</span></span>
...@@ -2498,9 +2502,6 @@ ...@@ -2498,9 +2502,6 @@
this.chongJudge(data) this.chongJudge(data)
this.GetDetail = data; this.GetDetail = data;
if (this.GetDetail.DetailList) { if (this.GetDetail.DetailList) {
this.GetDetail.DetailList.forEach(item => { this.GetDetail.DetailList.forEach(item => {
if (item.CostTypeName == "领队导游资金池领款") { if (item.CostTypeName == "领队导游资金池领款") {
......
...@@ -602,6 +602,9 @@ ...@@ -602,6 +602,9 @@
</span></p> </span></p>
<template v-if="msg.TemplateId==27"> <template v-if="msg.TemplateId==27">
<p style="margin-left: 15px;"> <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>类型:</span>
<span> <span>
<el-select v-model="msg.CourseId" placeholder="选择收款类型" clearable <el-select v-model="msg.CourseId" placeholder="选择收款类型" clearable
...@@ -623,7 +626,7 @@ ...@@ -623,7 +626,7 @@
</span> </span>
<span> <span>
<el-input type="text" class="w135 _border_b_1" <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> </span>
</p> </p>
</template> </template>
...@@ -1432,7 +1435,7 @@ ...@@ -1432,7 +1435,7 @@
}, },
AddFinancial(z) { //保存 AddFinancial(z) { //保存
if(this.msg.TemplateId==27&&this.msg.CourseId&&!this.msg.PayReceipt_No){ 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) { if ((this.orderObj && !this.orderObj.isPrestore) || this.msg.DepositCustomerId) {
let To = Number(this.allPrice + this.msg.Fee) 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