Commit acc104ea authored by 黄奎's avatar 黄奎

页面修改

parent bb805310
...@@ -2929,6 +2929,7 @@ ...@@ -2929,6 +2929,7 @@
}, },
//跳转至领取合同 //跳转至领取合同
goContract(item, sItem) { goContract(item, sItem) {
let cid = 0; let cid = 0;
if (sItem && sItem.id) { if (sItem && sItem.id) {
cid = sItem.id; cid = sItem.id;
......
...@@ -2375,14 +2375,11 @@ ...@@ -2375,14 +2375,11 @@
cursor: pointer; cursor: pointer;
" 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 v-if="item.contractNum == ''" class="GO_Contract" @click="goContract(item)" <!--&&item==userId-->
style="display: none"> <!-- <div v-if="item.contractNum && item.contractNum.length==0 " class="GO_Contract" @click="goContract(item)" >
领取合同 领取合同
</div> </div> -->
<div v-else class="GO_Contract" @click="goContract(item)" style="display: none"> <div >
{{ item.contractNum }}
</div>
<div>
<template v-if="item.contractNum && item.contractNum.length > 0"> <template v-if="item.contractNum && item.contractNum.length > 0">
<span v-for="sItem in item.contractNum" class="GO_Contract" @click="goContract(item, sItem)"> <span v-for="sItem in item.contractNum" class="GO_Contract" @click="goContract(item, sItem)">
{{ sItem.client_Name + "" + sItem.contractNum }} {{ sItem.client_Name + "" + sItem.contractNum }}
...@@ -5864,12 +5861,7 @@ ...@@ -5864,12 +5861,7 @@
previewFileFJ(e) { previewFileFJ(e) {
window.open(this.addMsg.QuotationUrl, "_blank"); window.open(this.addMsg.QuotationUrl, "_blank");
return; 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) { 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