Commit 98073e32 authored by 黄奎's avatar 黄奎

页面修改

parent e4796d46
......@@ -2376,10 +2376,11 @@
" v-for="(id, i) in item.tipFrId" :key="i">{{ id }}</span>
</span>
<!--&&item==userId-->
<!-- <div v-if="item.contractNum && item.contractNum.length==0 " class="GO_Contract" @click="goContract(item)" >
<div v-if="item.contractNum && item.contractNum.length==0 &&item.isOwn==1" class="GO_Contract"
@click="goContract(item)">
领取合同
</div> -->
<div >
</div>
<div>
<template v-if="item.contractNum && item.contractNum.length > 0">
<span v-for="sItem in item.contractNum" class="GO_Contract" @click="goContract(item, sItem)">
{{ sItem.client_Name + "" + sItem.contractNum }}
......@@ -5861,7 +5862,7 @@
previewFileFJ(e) {
window.open(this.addMsg.QuotationUrl, "_blank");
return;
},
// 查看报价单
seeBJD(url) {
......
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