Commit 909e2bf9 authored by youjie's avatar youjie

no message

parent 50fa9531
<style scoped> <style scoped>
.row{display: flex;}.row-c{ display: flex; align-items:center;} .row{display: flex;}.row-c{ display: flex; align-items:center;}
.column{ display: flex; flex-direction: column;}.column-ac{display:flex;flex-direction:column;align-items:center;}.wrap{flex-wrap:wrap;} .column{ display: flex; flex-direction: column;}.column-jac{display:flex;flex-direction:column;align-items:center;justify-content: center;}.column-ac{display:flex;flex-direction:column;align-items:center;}.wrap{flex-wrap:wrap;}
.justify-sb{justify-content: space-between;}.justify-c{ justify-content: center;}.justify-e{justify-content: flex-end;align-items: flex-end;} .justify-sb{justify-content: space-between;}.justify-c{ justify-content: center;}.justify-e{justify-content: flex-end;align-items: flex-end;}
.flex-g{ flex-grow: 1;}.flex-s{ flex-shrink: 0;}.align-c{align-items: center;} .flex-g{ flex-grow: 1;}.flex-s{ flex-shrink: 0;}.align-c{align-items: center;}
.cblack{color: black;}.cf{ color: #ffffff;}.c9e{ color: #9e9e9e;}.c20C997{color: #20C997;}.c02C854{color: #02C854;} .cblack{color: black;}.cf{ color: #ffffff;}.c9e{ color: #9e9e9e;}.c20C997{color: #20C997;}.c02C854{color: #02C854;}
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
<span class="mr">{{x.RoomTypeName}}{{x.Number}} 人间</span> <span class="mr">{{x.RoomTypeName}}{{x.Number}} 人间</span>
<span class="ml mr">人数:{{x.PeopleNumber}}</span> <span class="ml mr">人数:{{x.PeopleNumber}}</span>
<span class="ml mr">单价:{{x.Unit_Price}}</span> <span class="ml mr">单价:{{x.Unit_Price}}</span>
<span class="ml">小计:{{x.Money}}</span> <span class="ml">小计:{{x.Money}} {{scope.row.CurrencyName}}</span>
</div> </div>
</div> </div>
</template> </template>
...@@ -293,7 +293,7 @@ ...@@ -293,7 +293,7 @@
<div class="ml"> <div class="ml">
<span class="fz12 ml">¥</span> <span class="fz12 ml">¥</span>
<span class="fz15 fbold">{{item.Money.toFixed(2)}}</span> <span class="fz15 fbold">{{item.Money.toFixed(2)}}</span>
<span class="fz15"></span> <span class="fz15">{{item.CurrencyName}}</span>
</div> </div>
</div> </div>
<div class="row-c justify-sb borderD py5" v-if="item.CustomerPayType==1 ||item.CustomerPayType==3"> <div class="row-c justify-sb borderD py5" v-if="item.CustomerPayType==1 ||item.CustomerPayType==3">
...@@ -301,7 +301,7 @@ ...@@ -301,7 +301,7 @@
<div class="ml"> <div class="ml">
<span class="fz10 ml">¥</span> <span class="fz10 ml">¥</span>
<span class="fz14">{{item.SelfPayMoney.toFixed(2)}}</span> <span class="fz14">{{item.SelfPayMoney.toFixed(2)}}</span>
<span class="fz14"></span> <span class="fz14">{{item.CurrencyName}}</span>
</div> </div>
</div> </div>
<div class="row-c justify-sb py5" v-if="item.CustomerPayType==2 ||item.CustomerPayType==3"> <div class="row-c justify-sb py5" v-if="item.CustomerPayType==2 ||item.CustomerPayType==3">
...@@ -309,7 +309,7 @@ ...@@ -309,7 +309,7 @@
<div class="ml"> <div class="ml">
<span class="fz10 ml">¥</span> <span class="fz10 ml">¥</span>
<span class="fz14">{{item.BeforeMoney.toFixed(2)}}</span> <span class="fz14">{{item.BeforeMoney.toFixed(2)}}</span>
<span class="fz14"></span> <span class="fz14">{{item.CurrencyName}}</span>
</div> </div>
</div> </div>
</div> </div>
...@@ -326,12 +326,12 @@ ...@@ -326,12 +326,12 @@
<span class="c059FF6">明细/编辑</span> <span class="c059FF6">明细/编辑</span>
</div> </div>
</div> </div>
<div v-else class="column-ac px15 bgE8F5E9 radius5 ml fz12 pa20 flex-s c20C997"> <div v-else class="column-jac px15 bgE8F5E9 radius5 ml fz12 pa20 flex-s c20C997">
<div class="mb5">已支付</div> <!-- <div class="mb5">已支付</div>
<div> <div>
<span class="fbold fz14">{{item.Income}}</span> <span class="fbold fz14">{{item.Income}}</span>
<span></span> <span>{{item.CurrencyName}}</span>
</div> </div> -->
<div v-if="item.OrderStatus==2" class="orderop"> <div v-if="item.OrderStatus==2" class="orderop">
<div class="row-c cursor-pointer radius5 change mt mb" @click="goRoomDetails(item,'订房详情')"> <div class="row-c cursor-pointer radius5 change mt mb" @click="goRoomDetails(item,'订房详情')">
<span class="c059FF6">明细/编辑</span> <span class="c059FF6">明细/编辑</span>
...@@ -465,7 +465,7 @@ ...@@ -465,7 +465,7 @@
); );
}) })
.catch(() => { .catch(() => {
this.$message.info("已取消!");
}); });
}, },
confirmFun(item){ confirmFun(item){
......
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