Commit a06f8f77 authored by 罗超's avatar 罗超

2

parent baa64377
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
border-top: 1px dashed #BFBFBF; border-top: 1px dashed #BFBFBF;
border-bottom: 1px dashed #BFBFBF; border-bottom: 1px dashed #BFBFBF;
background-color: white; background-color: white;
position: relative;
} }
._explain>p { ._explain>p {
...@@ -1002,17 +1003,16 @@ ...@@ -1002,17 +1003,16 @@
<div style="color: #1273BC;">发票说明:</div> <div style="color: #1273BC;">发票说明:</div>
<div style="display:flex"> <div style="display:flex">
<p>发票类型:<p style='font-weight: bold;'>{{GetDetail.InvoiceTypeName}}</p> <p>发票类型:<p style='font-weight: bold;'>{{GetDetail.InvoiceTypeName}}</p>
</p> <p v-if="GetDetail.InvoiceType == 3" style="margin-left:30px">发票金额:
<p v-if="GetDetail.InvoiceType == 3" style="margin-left:30px">发票金额: <p style='font-weight: bold;' <p style='font-weight: bold;' v-if="GetDetail.InvoiceType == 3">{{GetDetail.InvoiceMoney}}元</p>
v-if="GetDetail.InvoiceType == 3">{{GetDetail.InvoiceMoney}}元</p>
</p> </p>
</div> </div>
<div> <div>
发票备注:{{GetDetail.InvoiceRemark == null || GetDetail.InvoiceRemark==''?'无':GetDetail.InvoiceRemark}} 发票备注:{{GetDetail.InvoiceRemark == null || GetDetail.InvoiceRemark==''?'无':GetDetail.InvoiceRemark}}
</div> </div>
</div> </div>
<div class="cursor-pointer full-width" style="text-decoration: underline;display:flex;justify-content:flex-end" @click="goCoffeeOrder" v-if="GetDetail.OtherType==54">查看订单</div> <div class="cursor-pointer full-width " style="color:#1273bc;text-decoration: underline;display:flex;justify-content:flex-end;position:absolute;top:10px;right:15px" @click="goCoffeeOrder"
v-if="GetDetail.OtherType==54">查看订单:{{GetDetail.ReFinanceId2}}</div>
</div> </div>
<my-HB-Bill v-if="GetDetail.Is_Merge===1 && ZhiDanRen!==bossID" :ID="FrID" :FrID='FrID' :GetDetail="GetDetail" <my-HB-Bill v-if="GetDetail.Is_Merge===1 && ZhiDanRen!==bossID" :ID="FrID" :FrID='FrID' :GetDetail="GetDetail"
...@@ -2365,8 +2365,8 @@ ...@@ -2365,8 +2365,8 @@
}) })
}, },
goCoffeeOrder() { goCoffeeOrder() {
this.OpenNewUrl('/stuMan/coffeeManage/coffeeOrderList',{ this.OpenNewUrl('/stuMan/coffeeManage/order',{
id: this.GetDetail.ReFinanceId id: this.GetDetail.ReFinanceId2
}) })
}, },
}, },
......
...@@ -15,6 +15,10 @@ ...@@ -15,6 +15,10 @@
} }
}, },
mounted() { mounted() {
if(this.$route.query.id){
this.url=`http://127.0.0.1:8080/#/coffeeManage/order?orderId=`+this.$route.query.id
}
let userinfo = JSON.parse(localStorage.getItem('loginUserInfo')).data let userinfo = JSON.parse(localStorage.getItem('loginUserInfo')).data
let obj={ let obj={
token:userinfo.MallToken, token:userinfo.MallToken,
......
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