83967c20 by zhangmeng

票务

1 parent 43ab02e6
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
29 <div v-if="b.orderType == 0"> 29 <div v-if="b.orderType == 0">
30 <p>{{b.messageObj.roomInfo}}</p> 30 <p>{{b.messageObj.roomInfo}}</p>
31 <p>{{b.messageObj.roomStayDate}}</p> 31 <p>{{b.messageObj.roomStayDate}}</p>
32 <p class="poPrice" v-if="b.total">¥{{b.total}}</p> 32 <p class="poPrice" v-if="b.totalStr">¥{{b.totalStr}}</p>
33 </div> 33 </div>
34 <!-- 接送订单--> 34 <!-- 接送订单-->
35 <div v-if="b.orderType == 1"> 35 <div v-if="b.orderType == 1">
......
...@@ -59,13 +59,13 @@ ...@@ -59,13 +59,13 @@
59 </el-col> 59 </el-col>
60 <el-col :lg="6" :md="16" :sm="16" :xs="16"> 60 <el-col :lg="6" :md="16" :sm="16" :xs="16">
61 <div class="text-right"> 61 <div class="text-right">
62 <el-button type="primary" plain round v-if="b.isInvoice == '0'&&!b.invoiceId&&b.payType!='2'" @click.stop="gokp(b)"> 62 <el-button type="primary" plain round v-if="b.isInvoice == '0'&&!b.invoiceId" @click.stop="gokp(b)">
63 {{ language == 0 ? '申请开票' : 'Invoice' }} 63 {{ language == 0 ? '申请开票' : 'Invoice' }}
64 </el-button> 64 </el-button>
65 <el-button type="primary" plain round v-if="b.isInvoice == '0'&&b.invoiceId&&b.payType!='2'" @click.stop="editkp(b)"> 65 <el-button type="primary" plain round v-if="b.isInvoice == '0'&&b.invoiceId" @click.stop="editkp(b)">
66 {{ language == 0 ? '重新申请' : 'Rebilling' }} 66 {{ language == 0 ? '重新申请' : 'Rebilling' }}
67 </el-button> 67 </el-button>
68 <el-button type="primary" plain round v-if="b.invoiceId&&b.paymentType!='3'" 68 <el-button type="primary" plain round v-if="b.invoiceId"
69 @click.stop="showDetail(b)">{{ language == 0 ? '发票信息' : 'Detail' }} 69 @click.stop="showDetail(b)">{{ language == 0 ? '发票信息' : 'Detail' }}
70 </el-button> 70 </el-button>
71 </div> 71 </div>
...@@ -104,12 +104,12 @@ ...@@ -104,12 +104,12 @@
104 <el-button type="primary" plain round v-if="b.invoiceId&&b.languageSource=='100'" 104 <el-button type="primary" plain round v-if="b.invoiceId&&b.languageSource=='100'"
105 @click.stop="showDetail(b)">{{ language == 0 ? '发票信息' : 'Detail' }} 105 @click.stop="showDetail(b)">{{ language == 0 ? '发票信息' : 'Detail' }}
106 </el-button> 106 </el-button>
107 <el-button type="primary" v-if="b.isInvoice == '0'&&!b.invoiceId&&b.languageSource!='100'" plain round @click.stop="goSj(b)"> 107 <!-- <el-button type="primary" v-if="b.isInvoice == '0'&&!b.invoiceId&&b.languageSource!='100'" plain round @click.stop="goSj(b)">-->
108 {{ language == 0 ? '开收据' : 'Receipt' }} 108 <!-- {{ language == 0 ? '开收据' : 'Receipt' }}-->
109 </el-button> 109 <!-- </el-button>-->
110 <el-button type="primary" plain round v-if="b.invoiceId&&b.languageSource!='100'" 110 <!-- <el-button type="primary" plain round v-if="b.invoiceId&&b.languageSource!='100'"-->
111 @click.stop="showSJ(b)">{{ language == 0 ? '查看收据' : 'Detail' }} 111 <!-- @click.stop="showSJ(b)">{{ language == 0 ? '查看收据' : 'Detail' }}-->
112 </el-button> 112 <!-- </el-button>-->
113 </div> 113 </div>
114 </el-col> 114 </el-col>
115 </el-row> 115 </el-row>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!