票务
Showing
1 changed file
with
6 additions
and
6 deletions
| ... | @@ -89,7 +89,7 @@ | ... | @@ -89,7 +89,7 @@ |
| 89 | </div> | 89 | </div> |
| 90 | </el-col> | 90 | </el-col> |
| 91 | <el-col :lg="3" :md="6" :sm="6" :xs="6" class="text-center"> | 91 | <el-col :lg="3" :md="6" :sm="6" :xs="6" class="text-center"> |
| 92 | <span class="text-warning"> {{ b.languageSource=='100'?'¥':'€' }} | 92 | <span class="text-warning"> {{ b.payType!='2'?'¥':'€' }} |
| 93 | <span class="bigMoney">{{b.totalPayAmount}}</span> | 93 | <span class="bigMoney">{{b.totalPayAmount}}</span> |
| 94 | </span> | 94 | </span> |
| 95 | </el-col> | 95 | </el-col> |
| ... | @@ -158,19 +158,19 @@ | ... | @@ -158,19 +158,19 @@ |
| 158 | </div> | 158 | </div> |
| 159 | </el-col> | 159 | </el-col> |
| 160 | <el-col :lg="3" :md="6" :sm="6" :xs="6" class="text-center"> | 160 | <el-col :lg="3" :md="6" :sm="6" :xs="6" class="text-center"> |
| 161 | <span class="text-warning"> {{ language==0?'¥':'€' }} | 161 | <span class="text-warning"> {{ b.paymentType==3?'€':'¥' }} |
| 162 | <span class="bigMoney">{{language==0?b.total:b.totalEn}}</span> | 162 | <span class="bigMoney">{{b.totalStr}}</span> |
| 163 | </span> | 163 | </span> |
| 164 | </el-col> | 164 | </el-col> |
| 165 | <el-col :lg="6" :md="16" :sm="16" :xs="16"> | 165 | <el-col :lg="6" :md="16" :sm="16" :xs="16"> |
| 166 | <div class="text-right"> | 166 | <div class="text-right"> |
| 167 | <el-button type="primary" plain round v-if="b.isInvoice == '0'&&!b.invoiceId&&b.paymentType!='3'" @click.stop="gokp(b)"> | 167 | <el-button type="primary" plain round v-if="b.isInvoice == '0'&&!b.invoiceId" @click.stop="gokp(b)"> |
| 168 | {{ language == 0 ? '申请开票' : 'Invoice' }} | 168 | {{ language == 0 ? '申请开票' : 'Invoice' }} |
| 169 | </el-button> | 169 | </el-button> |
| 170 | <el-button type="primary" plain round v-if="b.isInvoice == '0'&&b.invoiceId&&b.paymentType!='3'" @click.stop="editkp(b)"> | 170 | <el-button type="primary" plain round v-if="b.isInvoice == '0'&&b.invoiceId" @click.stop="editkp(b)"> |
| 171 | {{ language == 0 ? '重新申请' : 'Rebilling' }} | 171 | {{ language == 0 ? '重新申请' : 'Rebilling' }} |
| 172 | </el-button> | 172 | </el-button> |
| 173 | <el-button type="primary" plain round v-if="b.invoiceId&&b.paymentType!='3'" | 173 | <el-button type="primary" plain round v-if="b.invoiceId" |
| 174 | @click.stop="showDetail(b)">{{ language == 0 ? '发票信息' : 'Detail' }} | 174 | @click.stop="showDetail(b)">{{ language == 0 ? '发票信息' : 'Detail' }} |
| 175 | </el-button> | 175 | </el-button> |
| 176 | <!-- <el-button type="primary" v-if="b.isInvoice == '0'&&!b.invoiceId&&b.paymentType=='3'" plain round @click.stop="goSj(b)">--> | 176 | <!-- <el-button type="primary" v-if="b.isInvoice == '0'&&!b.invoiceId&&b.paymentType=='3'" plain round @click.stop="goSj(b)">--> | ... | ... |
-
Please register or sign in to post a comment