Commit a2a6bc56 authored by 华国豪's avatar 华国豪 🙄

1

parent b0509094
......@@ -123,20 +123,20 @@
<div class="page_fnDm" @keyup.enter="resetPageIndex(),getPageList()">
<ul class="_nav clearfix">
<li :class="active==1?'_active':''" @click="active=1, msg.Conditon=1, BOSSBtn = false, getPageList(), checkList = []">交接人发起的</li>
<li :class="active==2?'_active':''" @click="active=2, msg.Conditon=2, getPageList()">待交接人审批的</li>
<li :class="active==2?'_active':''" @click="active=3, msg.Conditon=3, getPageList()">待交接人审批的</li>
</ul>
<div class="query-box">
<ul class="clearfix">
<li class="hight_query">
<button class="hollowFixedBtn" @click="goUrl('WorkEntrustmentMy')">{{$t('fnc.gzweituo')}}</button>
<button class="hollowFixedBtn" v-if="msg.Conditon === 2" @click="BOSSBtnClick(2)">转交</button>
<button class="hollowFixedBtn" v-if="msg.Conditon === 3" @click="BOSSBtnClick(2)">转交</button>
</li>
</ul>
</div>
<div class="_fnDm_content" v-loading='loading' :style="{minHeight:minHeight+'px'}">
<table border="0" cellspacing="0" cellpadding="0" class="singeRowTable" style="margin-bottom:30px;">
<tr class="_t_head">
<th v-if="msg.Conditon === 2"><input type="checkbox" v-model="isCkedAll" @click='checkedAll()'></th>
<th v-if="msg.Conditon === 3"><input type="checkbox" v-model="isCkedAll" @click='checkedAll()'></th>
<th width="90">{{$t('system.query_company')}}</th>
<th>{{$t('fnc.danhao')}}</th>
<th width="90">{{$t('fnc.djleixing')}}</th>
......@@ -150,7 +150,7 @@
<th v-if="msg.Conditon === 1">{{$t('system.table_operation')}}</th>
</tr>
<tr class="_item_list" v-for="(item,index) in DataList">
<td v-if="msg.Conditon === 2"><input type="checkbox" :value="item.FrID" v-model="checkList" @change="ckeckedOne"></td>
<td v-if="msg.Conditon === 3"><input type="checkbox" :value="item.FrID" v-model="checkList" @change="ckeckedOne"></td>
<td>{{item.BranchName}}</td>
<td class="Bill_par">
<el-popover
......@@ -742,7 +742,7 @@ export default {
if(res.data.resultCode == 1) {
this.$message.success(res.data.message);
this.dialogFormVisible = false;
this.msg.Conditon=2;
this.msg.Conditon=3;
this.getPageList();
}else{
this.$message.error(res.data.message);
......
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