Commit 0a66b416 authored by youjie's avatar youjie

no message

parent f6897264
......@@ -485,17 +485,17 @@ input[type="number"] {
<div class="page_fnDm" @keyup.enter="resetPageIndex(),getPageList()">
<ul class="_nav clearfix">
<!-- <li :class="active==5?'_active':''" @click="active=5,msg.Conditon=5,getPageList()">全部</li> -->
<li :class="active==1?'_active':''"
<li :class="active==1?'_active':''"
@click="getActive(1,1,-1)">{{$t('ios.wfqide')}}</li>
<li :class="active==3?'_active':''"
<li :class="active==3?'_active':''"
@click="getActive(3,3)">{{$t('ios.dwspide')}}</li>
<li :class="active==2?'_active':''"
<li :class="active==2?'_active':''"
@click="getActive(2,2,-1)">{{$t('ios.wspide')}}</li>
<li :class="active==6?'_active':''"
<li :class="active==6?'_active':''"
@click="getActive(6,6,-1)">{{$t('ios.wzfeide')}}</li>
<li :class="active==7?'_active':''"
<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':''"
<li :class="active==4?'_active':''"
@click="getActive(4,4,-1)">{{$t('ios.csgwode')}}</li>
<li class="hight_query" style="float:right;">
......@@ -1662,7 +1662,7 @@ export default {
czState: that.yfHandmsg.czState
}
}
let routeData = this.$router.resolve({
name: "ChoiceAddFinancialDocuments",
query: {
......@@ -2117,10 +2117,16 @@ export default {
if(BOSSBtn){
this.BOSSBtn = false
}
this.msg.pageIndex==1
this.getPageList(0,1)
},
getPageList(t,active) {
this.isTerminate++
if(active){
this.total = 0
this.DataList = [];
this.msg.pageIndex = 1
this.isTerminate++
}
// 获取列表数据
this.loading = true;
this.checkAllList = [];
......@@ -2137,11 +2143,6 @@ export default {
} else {
this.checkboxShow = false;
}
if(active){
this.total = 0
this.DataList = [];
this.msg.pageIndex = 1
}
if (!this.msg.ClientID) this.msg.ClientID = 0;
if (!this.msg.ClientType) this.msg.ClientType = 0;
if (!this.msg.CurrencyId) this.msg.CurrencyId = 0;
......@@ -2201,7 +2202,7 @@ export default {
'',
this.isTerminate,
);
},
financeRemove(id) {
//作废
......@@ -2769,11 +2770,11 @@ export default {
} else {
this.transTax.loading = false;
this.Error("请选择付款对象");
}
}
},
showTranTax(fid,type) {
this.transTax.FrId = fid;
this.transTax.loading = false;
if(type==1){
this.transTax.Fee = "0.00";
......
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