Commit e0b780a9 authored by youjie's avatar youjie

no message

parent c9365b8a
...@@ -593,7 +593,7 @@ ...@@ -593,7 +593,7 @@
<li :class="active==7?'_active':''" @click="getActive(7,7,-1)">{{$t('ios.bbhuide')}} <span <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> 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==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;"> <li class="hight_query" style="float:right;">
<span> <span>
<em @click.stop="heightQueryBox=!heightQueryBox">{{$t('fnc.gjchaxun')}} <i <em @click.stop="heightQueryBox=!heightQueryBox">{{$t('fnc.gjchaxun')}} <i
......
...@@ -1118,6 +1118,7 @@ ...@@ -1118,6 +1118,7 @@
<div class="shangchuanfujian"><button class="hollowFixedBtn" @click="upLoadFuJian">上传附件</button></div> <div class="shangchuanfujian"><button class="hollowFixedBtn" @click="upLoadFuJian">上传附件</button></div>
</div> </div>
<!-- 是否需要发票 --> <!-- 是否需要发票 -->
<template v-if="false">
<div style="border-top: 1px solid #dedede;margin-top: 10px; <div style="border-top: 1px solid #dedede;margin-top: 10px;
padding: 0 0 10px 0;" padding: 0 0 10px 0;"
v-if="GetDetail.KingdeeInvoice&&(GetDetail.KingdeeInvoice==1||GetDetail.KingdeeInvoice==3)"> v-if="GetDetail.KingdeeInvoice&&(GetDetail.KingdeeInvoice==1||GetDetail.KingdeeInvoice==3)">
...@@ -1163,6 +1164,7 @@ ...@@ -1163,6 +1164,7 @@
<div class="shangchuanfujian"><button class="hollowFixedBtn" @click="upLoadFuJian(1)">上传发票</button></div> <div class="shangchuanfujian"><button class="hollowFixedBtn" @click="upLoadFuJian(1)">上传发票</button></div>
</div> </div>
</div> </div>
</template>
</div> </div>
...@@ -2656,9 +2658,6 @@ ...@@ -2656,9 +2658,6 @@
this.chongJudge(data) this.chongJudge(data)
this.GetDetail = data; this.GetDetail = data;
if(data.TemplateId==27&&data.Course_Name&&data.OrderID>0&&data.TCIDList&&data.TCIDList.length>0) { 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) this.getReceivablesAccount(this.GetDetail.OrderID)
} }
if (this.GetDetail.DetailList) { if (this.GetDetail.DetailList) {
......
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
</el-col> </el-col>
<template v-if="heightQueryBox"> <template v-if="heightQueryBox">
<!-- 发票标识 --> <!-- 发票标识 -->
<el-col :span="4" v-if="true"> <el-col :span="4" v-if="false">
<el-form-item label="发票标识:"> <el-form-item label="发票标识:">
<el-select filterable v-model='msg.InvoiceState' class=""> <el-select filterable v-model='msg.InvoiceState' class="">
<el-option v-for="item in KingdeelnvoiceList" <el-option v-for="item in KingdeelnvoiceList"
...@@ -243,6 +243,7 @@ ...@@ -243,6 +243,7 @@
v-if="userinfo.PostName=='财务总监'" class="normalBtn" v-if="userinfo.PostName=='财务总监'" class="normalBtn"
@click="method5(1)">日本导出</el-button> @click="method5(1)">日本导出</el-button>
<el-button <el-button
v-if="false"
:loading="loadingDC2" class="normalBtn" :loading="loadingDC2" class="normalBtn"
@click="method5(2)">发票导出</el-button> @click="method5(2)">发票导出</el-button>
</li> </li>
...@@ -579,6 +580,7 @@ ...@@ -579,6 +580,7 @@
outline: none;" class="iconfont icon-bianji" @click="showPayment(scope.row.FrID)"> outline: none;" class="iconfont icon-bianji" @click="showPayment(scope.row.FrID)">
</i> </i>
</el-tooltip> </el-tooltip>
<template v-if="false">
<el-tooltip class="item" <el-tooltip class="item"
v-if="scope.row.KingdeeInvoice>0&&scope.row.KingdeeInvoice!=3" v-if="scope.row.KingdeeInvoice>0&&scope.row.KingdeeInvoice!=3"
:content="scope.row.KingdeeInvoice==1?'不需要发票':'需要发票'" :content="scope.row.KingdeeInvoice==1?'不需要发票':'需要发票'"
...@@ -601,6 +603,8 @@ ...@@ -601,6 +603,8 @@
</i> </i>
</el-tooltip> </el-tooltip>
</template> </template>
</template>
</el-table-column> </el-table-column>
</el-table> </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