Commit 3c44eda2 authored by youjie's avatar youjie

no message

parent 7fe24780
......@@ -416,7 +416,17 @@
<h1>{{CtObj.TravelAgency_Name}}-单项委托协议[平台版2018]</h1>
<p class="contractNo"
: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 class="menu">
<ul>
......
......@@ -759,7 +759,6 @@
that.auditMsg.IsApplyContract = 1
that.AuditElec();
}).catch(()=>{
that.auditMsg.IsApplyContract = 0
that.AuditElec();
});
......@@ -889,7 +888,6 @@
that.auditMsg.IsApplyContract = 1
that.setContractStatus(item,status);
}).catch(()=>{
that.auditMsg.IsApplyContract = 0
that.setContractStatus(item,status);
});
}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