Commit f2de6bc5 authored by 罗超's avatar 罗超

1

parent 0e8bdb25
...@@ -2565,12 +2565,12 @@ ...@@ -2565,12 +2565,12 @@
</div> </div>
</div> </div>
<div <div
v-if="item.orderTypeName === '单团'" v-if="item.orderTypeName === '单团'"
style="color: red; cursor: pointer;" style="color: red; cursor: pointer"
@click="seeBJD(item.quotationUrl)" @click="seeBJD(item.quotationUrl)"
> >
查看报价单 查看报价单
</div> </div>
</td> </td>
<td> <td>
<p <p
...@@ -4719,7 +4719,11 @@ export default { ...@@ -4719,7 +4719,11 @@ export default {
this.addObj.OpSetLossMoney = x.OpSetLossMoney; this.addObj.OpSetLossMoney = x.OpSetLossMoney;
this.addMsg = x; this.addMsg = x;
this.fileFujianList = [{ name: "baojiadan", url: x.QuotationUrl }]; if (x.QuotationUrl) {
this.fileFujianList = [
{ name: "baojiadan", url: x.QuotationUrl },
];
}
console.log(4720, this.addMsg); console.log(4720, this.addMsg);
this.addMsg.ScenicRefundArr = res.data.data.ScenicRefundArr; this.addMsg.ScenicRefundArr = res.data.data.ScenicRefundArr;
this.addMsg.OneSex = x.OneSex; this.addMsg.OneSex = x.OneSex;
......
...@@ -5835,7 +5835,9 @@ export default { ...@@ -5835,7 +5835,9 @@ export default {
let modelPrice = res.data.data.modelPrice; let modelPrice = res.data.data.modelPrice;
this.addMsg = x; this.addMsg = x;
this.fileFujianList = [{ name: "baojiadan", url: x.QuotationUrl }]; if(x.QuotationUrl){
this.fileFujianList = [{ name: "baojiadan", url: x.QuotationUrl }];
}
this.addObj = res.data.data.modelPrice; this.addObj = res.data.data.modelPrice;
this.addObj.OrderId = x.OrderId; this.addObj.OrderId = x.OrderId;
this.addObj.OpSetLossMoney = x.OpSetLossMoney; this.addObj.OpSetLossMoney = x.OpSetLossMoney;
......
...@@ -6399,7 +6399,9 @@ export default { ...@@ -6399,7 +6399,9 @@ export default {
this.addObj = res.data.data.modelPrice; this.addObj = res.data.data.modelPrice;
let x = res.data.data.model; let x = res.data.data.model;
this.addMsg = x; this.addMsg = x;
this.fileFujianList = [{ name: "baojiadan", url: x.QuotationUrl }]; if(x.QuotationUrl){
this.fileFujianList = [{ name: "baojiadan", url: x.QuotationUrl }];
}
this.addMsg.IsOPUpdate = 1; this.addMsg.IsOPUpdate = 1;
this.addObj.OrderId = x.OrderId; this.addObj.OrderId = x.OrderId;
this.addObj.OpSetLossMoney = x.OpSetLossMoney; this.addObj.OpSetLossMoney = x.OpSetLossMoney;
......
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