Commit e0b780a9 authored by youjie's avatar youjie

no message

parent c9365b8a
......@@ -593,7 +593,7 @@
<li :class="active==7?'_active':''" @click="getActive(7,7,-1)">{{$t('ios.bbhuide')}} <span
v-if="rejectNum !=='' && rejectNum>=0" style="color:red">({{rejectNum}})</span></li>
<li :class="active==4?'_active':''" @click="getActive(4,4,-1)">{{$t('ios.csgwode')}}</li>
<li :class="active==8?'_active':''" @click="getActive(8,8,-1)">发票审核</li>
<li v-if="false" :class="active==8?'_active':''" @click="getActive(8,8,-1)">发票审核</li>
<li class="hight_query" style="float:right;">
<span>
<em @click.stop="heightQueryBox=!heightQueryBox">{{$t('fnc.gjchaxun')}} <i
......
......@@ -1118,7 +1118,8 @@
<div class="shangchuanfujian"><button class="hollowFixedBtn" @click="upLoadFuJian">上传附件</button></div>
</div>
<!-- 是否需要发票 -->
<div style="border-top: 1px solid #dedede;margin-top: 10px;
<template v-if="false">
<div style="border-top: 1px solid #dedede;margin-top: 10px;
padding: 0 0 10px 0;"
v-if="GetDetail.KingdeeInvoice&&(GetDetail.KingdeeInvoice==1||GetDetail.KingdeeInvoice==3)">
<p
......@@ -1163,6 +1164,7 @@
<div class="shangchuanfujian"><button class="hollowFixedBtn" @click="upLoadFuJian(1)">上传发票</button></div>
</div>
</div>
</template>
</div>
......@@ -2656,9 +2658,6 @@
this.chongJudge(data)
this.GetDetail = data;
if(data.TemplateId==27&&data.Course_Name&&data.OrderID>0&&data.TCIDList&&data.TCIDList.length>0) {
// this.AuditOrRefundMsg.CourseName = data.Course_Name
// this.AuditOrRefundMsg.CourseId = data.Course_Name=='银行卡'?1:12
// this.AuditOrRefundMsg.PayReceiptNo = data.PayReceipt_No
this.getReceivablesAccount(this.GetDetail.OrderID)
}
if (this.GetDetail.DetailList) {
......
......@@ -64,7 +64,7 @@
</el-col>
<template v-if="heightQueryBox">
<!-- 发票标识 -->
<el-col :span="4" v-if="true">
<el-col :span="4" v-if="false">
<el-form-item label="发票标识:">
<el-select filterable v-model='msg.InvoiceState' class="">
<el-option v-for="item in KingdeelnvoiceList"
......@@ -243,6 +243,7 @@
v-if="userinfo.PostName=='财务总监'" class="normalBtn"
@click="method5(1)">日本导出</el-button>
<el-button
v-if="false"
:loading="loadingDC2" class="normalBtn"
@click="method5(2)">发票导出</el-button>
</li>
......@@ -579,27 +580,30 @@
outline: none;" class="iconfont icon-bianji" @click="showPayment(scope.row.FrID)">
</i>
</el-tooltip>
<el-tooltip class="item"
v-if="scope.row.KingdeeInvoice>0&&scope.row.KingdeeInvoice!=3"
:content="scope.row.KingdeeInvoice==1?'不需要发票':'需要发票'"
placement="top">
<i style="width: 30px;
height: 30px;
display: inline-block;
color: white !important;
border-radius: 50%;
text-align: center;
line-height: 30px;
margin-right: 10px;
cursor: pointer;
outline: none;"
:style="{
'background-color':scope.row.KingdeeInvoice!=3?'#47BF8C':'rgba(71,191,140,0.5)'
}"
:class="[scope.row.KingdeeInvoice==1?'el-icon-open':'el-icon-turn-off']"
@click="EditInvoiceStatus(scope.row)">
</i>
</el-tooltip>
<template v-if="false">
<el-tooltip class="item"
v-if="scope.row.KingdeeInvoice>0&&scope.row.KingdeeInvoice!=3"
:content="scope.row.KingdeeInvoice==1?'不需要发票':'需要发票'"
placement="top">
<i style="width: 30px;
height: 30px;
display: inline-block;
color: white !important;
border-radius: 50%;
text-align: center;
line-height: 30px;
margin-right: 10px;
cursor: pointer;
outline: none;"
:style="{
'background-color':scope.row.KingdeeInvoice!=3?'#47BF8C':'rgba(71,191,140,0.5)'
}"
:class="[scope.row.KingdeeInvoice==1?'el-icon-open':'el-icon-turn-off']"
@click="EditInvoiceStatus(scope.row)">
</i>
</el-tooltip>
</template>
</template>
</el-table-column>
</el-table>
......
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