Commit a7d8de36 authored by 沈良进's avatar 沈良进

save

parent 3209e7eb
......@@ -683,7 +683,7 @@
<span style="color:red;font-weight:bold;">※ {{$t('op.DJyiguanbi')}}.</span>
</p>
<p class="travelnowrap">
<span style="cursor: pointer;" @click="showDialog(item.ConfigId, item.OfferId)">报价详情</span>
<span style="cursor: pointer;" @click="showDialog(item.ID, item.OfferId)">报价详情</span>
</p>
</div>
</div>
......
......@@ -377,7 +377,7 @@
{{item.OutBranchName}}
</p>
<p class="travelnowrap">
<span style="cursor: pointer;" @click="showDialog(item.ConfigId, item.OfferId)">报价详情</span>
<span style="cursor: pointer;" @click="showDialog(item.ID, item.OfferId)">报价详情</span>
</p>
</div>
</div>
......
......@@ -475,7 +475,7 @@
</span>
</p>
<p class="travelnowrap">
<span style="cursor: pointer;" @click="showDialog(item.ConfigId, item.OfferId)">报价详情</span>
<span style="cursor: pointer;" @click="showDialog(item.ID, item.OfferId)">报价详情</span>
</p>
</div>
</div>
......
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