소스 검색

07181434jiudianxiugai

liuhj 11 달 전
부모
커밋
685287f247
2개의 변경된 파일10개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/components/OP/HotelReservations.vue
  2. 9 2
      src/components/statistics/paymentstatement.vue

+ 1 - 1
src/components/OP/HotelReservations.vue

@@ -1486,6 +1486,7 @@ export default {
                             that.TwoParameters.otherroomCurrency=that.roomtaxobj.currency
                             for(var i=0;i<that.currencyList.length;i++){
                                 if(that.roomtaxobj.currency==that.currencyList[i].currencyId){
+                                    that.RequiredParameters.CurrentRate=that.currencyList[i].rate
                                     that.TwoParameters.credit='币种'+'('+that.currencyList[i].currencyCode+')'
                                 }
                             }
@@ -1510,7 +1511,6 @@ export default {
                         }
                     }
 
-
                     // that.budgetCurrencyChange(that.RequiredParameters.BankCards)
                     // that.CalculateAmount();
                     // that.AmountPayment();

+ 9 - 2
src/components/statistics/paymentstatement.vue

@@ -1,5 +1,5 @@
 <template>
-    <div>
+    <div class="paymentstatement-all">
         日付报表
     </div>
 </template>
@@ -9,5 +9,12 @@ export default {
 }
 </script>
 <style>
-    
+.paymentstatement-all{
+    background-color: #fff;
+    padding: 10px;
+    box-shadow: 0 0 5px #0005;
+    border-radius: 10px;
+    height: 100%;
+    min-height: 830px;
+}
 </style>