Commit ae6dc8f9 authored by 黄奎's avatar 黄奎

页面修改

parent 39d7cd4f
...@@ -2165,9 +2165,10 @@ ...@@ -2165,9 +2165,10 @@
" v-for="(id, i) in item.tipFrId" :key="i">{{ id }}</span> " v-for="(id, i) in item.tipFrId" :key="i">{{ id }}</span>
</span> </span>
</div> </div>
<div v-if=" <div v-if="
item.contractNum.length == 0 && item.contractNum.length == 0 &&
item.confirmFileList.length == 0 &&
(qjGroupId == userInfo.RB_Group_id || F_ContractManagement) (qjGroupId == userInfo.RB_Group_id || F_ContractManagement)
"> ">
<span class="GO_Contract" @click="goContract(item, {})">{{ <span class="GO_Contract" @click="goContract(item, {})">{{
......
...@@ -1690,7 +1690,6 @@ ...@@ -1690,7 +1690,6 @@
<div v-if=" <div v-if="
item.contractNum.length == 0 && item.contractNum.length == 0 &&
item.confirmFileList.length == 0
"> ">
<span class="GO_Contract" style="color:blue;cursor:pointer;" @click="goContract(item, {})">{{ <span class="GO_Contract" style="color:blue;cursor:pointer;" @click="goContract(item, {})">{{
$t("salesModule.GetContract") $t("salesModule.GetContract")
......
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