|
@@ -89,7 +89,7 @@
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="refused-txt" v-if="item.agreed === 0">拒绝理由:<span v-text="item.refusereason"></span></div>
|
|
|
|
|
|
|
+ <div class="refused-txt" v-if="item.agreed === 0">拒绝理由:<span>{{item.refusereason}}</span></div>
|
|
|
<!--<div class="price-level">
|
|
<!--<div class="price-level">
|
|
|
<p>价格梯度:<span>(pcs)</span></p>
|
|
<p>价格梯度:<span>(pcs)</span></p>
|
|
|
<ul>
|
|
<ul>
|
|
@@ -220,7 +220,8 @@
|
|
|
activeIndex: -1,
|
|
activeIndex: -1,
|
|
|
remindText: '',
|
|
remindText: '',
|
|
|
timeoutCount: 0,
|
|
timeoutCount: 0,
|
|
|
- qutationsTemp: []
|
|
|
|
|
|
|
+ qutationsTemp: [],
|
|
|
|
|
+ refusereason: ''
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
components: {
|
|
components: {
|