Commit 78774455 authored by Mac's avatar Mac
parents 57dd65aa d89b2431
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<div>您的退款协议《{{ProtocolNum}}</div> <div>您的退款协议《{{ProtocolNum}}</div>
<div>请长按识别二维码,查阅并签字</div> <div>请长按识别二维码,查阅并签字</div>
</div> </div>
<q-table :pagination="pageMsg" :loading="loading" no-data-label="暂无相关数据" flat class="sticky-column-table" <q-table :pagination="pageMsg" :loading="loading" no-data-label="暂无相关数据" flat class="sticky-column-table sticky-right-column-table"
separator="none" title="退课协议" :data="dataList" :columns="columns" row-key="name"> separator="none" title="退课协议" :data="dataList" :columns="columns" row-key="name">
<template v-slot:top="props"> <template v-slot:top="props">
<div class="col-2 q-table__title">退课协议</div> <div class="col-2 q-table__title">退课协议</div>
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
<template v-slot:bottom> <template v-slot:bottom>
</template> </template>
<template v-slot:body-cell-optioned="props"> <template v-slot:body-cell-optioned="props">
<q-td :props="props"> <q-td :props="props" style="width:100px;">
<div> <div>
<el-tooltip v-if="AuthorityObj.isShowCopyLink" content="复制链接发送给客人签字" placement="top" effect="light"> <el-tooltip v-if="AuthorityObj.isShowCopyLink" content="复制链接发送给客人签字" placement="top" effect="light">
<q-btn flat v-if=" props.row.AuditStatus == 2 &&props.row.IsSure==0" size="xs" <q-btn flat v-if=" props.row.AuditStatus == 2 &&props.row.IsSure==0" size="xs"
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
height: auto; height: auto;
margin: auto; margin: auto;
padding: 20px 0; padding: 20px 0;
color: #000;
} }
.firstPage { .firstPage {
......
...@@ -839,7 +839,12 @@ ...@@ -839,7 +839,12 @@
{{sItem}}</span> {{sItem}}</span>
</span> </span>
</template> </template>
<template v-if="GetDetail.OtherType==28">
<span class="fr" style="text-decoration: underline;cursor: pointer;"
@click="goTuikuanDetail('/user/billquery',GetDetail.ReFinanceId)"> 退款申请单:{{GetDetail.ReFinanceId}}</span>
<span class="fr" style="text-decoration: underline;cursor: pointer;margin-right:20px;"
@click="goTuikuanDetail('/courseRefund',GetDetail.ReFinanceId2)"> 退款协议:{{GetDetail.ReFinanceId2}}</span>
</template>
<span class="fr" style="text-decoration: underline;cursor: pointer;" v-if="GetDetail.OtherType==17" <span class="fr" style="text-decoration: underline;cursor: pointer;" v-if="GetDetail.OtherType==17"
@click="lookbreakage(GetDetail.ReFinanceId)"> 报损/报溢单:{{GetDetail.ReFinanceId}}</span> @click="lookbreakage(GetDetail.ReFinanceId)"> 报损/报溢单:{{GetDetail.ReFinanceId}}</span>
<span v-if="GetDetail.TemplateId==28 || GetDetail.TemplateId==30" @click="Gourl(GetDetail)" <span v-if="GetDetail.TemplateId==28 || GetDetail.TemplateId==30" @click="Gourl(GetDetail)"
...@@ -2181,6 +2186,12 @@ ...@@ -2181,6 +2186,12 @@
path: tempStr path: tempStr
}); });
}, },
//跳转到退款协议
goTuikuanDetail(path,Id){
this.OpenNewUrl(path,{
Id:Id
})
},
lookbreakage(ID) { lookbreakage(ID) {
this.$router.replace({ this.$router.replace({
name: "breakageSingle", name: "breakageSingle",
......
...@@ -300,6 +300,9 @@ ...@@ -300,6 +300,9 @@
} }
}, },
mounted() { mounted() {
if(this.$route.query.Id){
this.msg.Id = this.$route.query.Id;
}
this.currentUrl = this.$route.path; this.currentUrl = this.$route.path;
this.getEducationType(); this.getEducationType();
this.getStuBackBill(); this.getStuBackBill();
......
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