|
@@ -215,8 +215,8 @@
|
|
|
<el-input-number size="mini" :controls="false" :precision="4"
|
|
|
v-model="item.rate"></el-input-number>
|
|
|
</div>
|
|
|
- <span style="color:red;">* 若客户有意见,需要与财务商量后进行适当调整 </span>
|
|
|
- <!-- <el-popover
|
|
|
+ <span v-if="!cubtn" style="color:red;">* 若客户有意见,需要与财务商量后进行适当调整 </span>
|
|
|
+ <el-popover
|
|
|
placement="top"
|
|
|
width="402"
|
|
|
trigger="hover">
|
|
@@ -228,7 +228,7 @@
|
|
|
<span v-show="cubtn" slot="reference" class="redzhu">{{CurrencysRemark}}</span>
|
|
|
</el-popover>
|
|
|
|
|
|
- <el-button v-if="cubtn" @click="adoptRealtime" type="primary" size="mini">采用最新汇率</el-button> -->
|
|
|
+ <el-button v-if="cubtn" @click="adoptRealtime" type="primary" size="mini">采用最新汇率</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="Entrydraft-form-li">
|