Commit acc104ea authored by 黄奎's avatar 黄奎

页面修改

parent bb805310
......@@ -2929,6 +2929,7 @@
},
//跳转至领取合同
goContract(item, sItem) {
let cid = 0;
if (sItem && sItem.id) {
cid = sItem.id;
......
......@@ -2375,14 +2375,11 @@
cursor: pointer;
" v-for="(id, i) in item.tipFrId" :key="i">{{ id }}</span>
</span>
<div v-if="item.contractNum == ''" class="GO_Contract" @click="goContract(item)"
style="display: none">
<!--&&item==userId-->
<!-- <div v-if="item.contractNum && item.contractNum.length==0 " class="GO_Contract" @click="goContract(item)" >
领取合同
</div>
<div v-else class="GO_Contract" @click="goContract(item)" style="display: none">
{{ item.contractNum }}
</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 }}
......@@ -5864,12 +5861,7 @@
previewFileFJ(e) {
window.open(this.addMsg.QuotationUrl, "_blank");
return;
const link = document.createElement("a");
let _loadUrl = this.domainManager().DomainUrl;
let str = window.location.href;
link.href = this.addMsg.QuotationUrl;
document.body.appendChild(link);
link.click();
},
// 查看报价单
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