Commit 3c44eda2 authored by youjie's avatar youjie

no message

parent 7fe24780
...@@ -416,7 +416,17 @@ ...@@ -416,7 +416,17 @@
<h1>{{CtObj.TravelAgency_Name}}-单项委托协议[平台版2018]</h1> <h1>{{CtObj.TravelAgency_Name}}-单项委托协议[平台版2018]</h1>
<p class="contractNo" <p class="contractNo"
:class="[CtObj.ThirdContractFileUrl?'c3FC4FF pointer':'']" :class="[CtObj.ThirdContractFileUrl?'c3FC4FF pointer':'']"
@click="CtObj.ThirdContractFileUrl?window.open(CtObj.ThirdContractFileUrl):''">{{$t('objFill.hetongbh')}}:<span>{{CtObj.ThirdContractID?CtObj.ThirdContractID:CtObj.T_ContractNum}}</span></p> @click="CtObj.ThirdContractFileUrl?window.open(CtObj.ThirdContractFileUrl):''">{{$t('objFill.hetongbh')}}:
<span>{{CtObj.ThirdContractID?CtObj.ThirdContractID:CtObj.T_ContractNum}}</span>
<template v-if="CtObj.ThirdContractID">
<span v-if="CtObj.ThirdContractState==0" class="c9e">待上传</span>
<span v-if="CtObj.ThirdContractState==1" class="c3FC4FF">已生成</span>
<span v-if="CtObj.ThirdContractState==2" class="c20C997">已签署</span>
<span v-if="CtObj.ThirdContractState==3" class="cF1416C">已作废</span>
<span v-if="CtObj.ThirdContractState==4" class="cff9800">待签署</span>
<span v-if="CtObj.ThirdContractState==5" class="c9e">待作废</span>
</template>
</p>
</div> </div>
<div class="menu"> <div class="menu">
<ul> <ul>
......
...@@ -759,7 +759,6 @@ ...@@ -759,7 +759,6 @@
that.auditMsg.IsApplyContract = 1 that.auditMsg.IsApplyContract = 1
that.AuditElec(); that.AuditElec();
}).catch(()=>{ }).catch(()=>{
that.auditMsg.IsApplyContract = 0
that.AuditElec(); that.AuditElec();
}); });
...@@ -889,7 +888,6 @@ ...@@ -889,7 +888,6 @@
that.auditMsg.IsApplyContract = 1 that.auditMsg.IsApplyContract = 1
that.setContractStatus(item,status); that.setContractStatus(item,status);
}).catch(()=>{ }).catch(()=>{
that.auditMsg.IsApplyContract = 0
that.setContractStatus(item,status); that.setContractStatus(item,status);
}); });
}else{ }else{
......
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