Browse Source

成本添加报批原始币种

yuanrf 9 months ago
parent
commit
067063551a
1 changed files with 14 additions and 4 deletions
  1. 14 4
      src/components/Finance/Cost.vue

+ 14 - 4
src/components/Finance/Cost.vue

@@ -494,7 +494,7 @@
                                 </div>
                             </div>
                             <div v-else-if="item.prop == 'b' || item.prop == 'l' || item.prop == 'd'">
-                                <el-popover placement="top-start" title="餐食报批费用:" width="200" trigger="hover">
+                                <el-popover placement="top-start" title="餐食报批费用:" trigger="hover">
                                     <div>
                                         <span style="color:red;">*具体价格以当前货币汇率为准!</span><br />
                                         <div v-if="ShowMeals.length == 0">
@@ -504,7 +504,12 @@
                                         <div v-else>
                                             <div v-for="(  item, index  ) in ShowMeals" :key="index">
                                                 {{ item.countryOrCity }} &nbsp;&nbsp; <span style="color:green;">{{
-                                                    item.price }}</span>元/人<br>
+                                                    item.price }}</span>元/人
+                                                <span v-if="item.currPrice">(<span style="color:green;">{{
+                                                    item.currPrice }}</span> </span>
+                                                <span v-if="item.currStr">{{
+                                                    item.currStr }})</span>
+                                                <br>
                                             </div>
                                         </div>
                                     </div>
@@ -514,7 +519,7 @@
                             </div>
                             <div
                                 v-else-if="item.prop == 'suite' || item.prop == 'jS_ES' || item.prop == 'sgr' || item.prop == 'tbr'">
-                                <el-popover placement="top-start" title="酒店报批费用:" width="200" trigger="hover">
+                                <el-popover placement="top-start" title="酒店报批费用:" trigger="hover">
                                     <div>
                                         <span style="color:red;">*具体价格以当前货币汇率为准!</span><br />
                                         <div v-if="ShowHotel.length == 0">
@@ -524,7 +529,12 @@
                                         <div v-else>
                                             <div v-for="(  item, index  ) in ShowHotel" :key="index">
                                                 {{ item.countryOrCity }} &nbsp;&nbsp; <span style="color:green;">{{
-                                                    item.price }}</span>元/人<br>
+                                                    item.price }}</span>元/人
+                                                <span v-if="item.currPrice">(<span style="color:green;">{{
+                                                    item.currPrice }}</span> </span>
+                                                <span v-if="item.currStr">{{
+                                                    item.currStr }})</span>
+                                                <br>
                                             </div>
                                         </div>
                                     </div>