票务
Showing
1 changed file
with
10 additions
and
9 deletions
| ... | @@ -31,6 +31,7 @@ | ... | @@ -31,6 +31,7 @@ |
| 31 | </el-select> | 31 | </el-select> |
| 32 | </el-form-item> | 32 | </el-form-item> |
| 33 | </el-form> | 33 | </el-form> |
| 34 | <div v-show="list&&list.length>0" style="padding-left: 28px;color: red;font-size: 15px">温馨提示:发票申请成功后,将以电子发票的形式发送至您邮箱,请注意查收!</div> | ||
| 34 | </div> | 35 | </div> |
| 35 | <el-empty :image="`/img/order_no.png`" :image-size="228" v-if="list?.length == 0"/> | 36 | <el-empty :image="`/img/order_no.png`" :image-size="228" v-if="list?.length == 0"/> |
| 36 | <div v-if="activeName=='6'" class="pd20"> | 37 | <div v-if="activeName=='6'" class="pd20"> |
| ... | @@ -59,13 +60,13 @@ | ... | @@ -59,13 +60,13 @@ |
| 59 | <el-col :lg="6" :md="16" :sm="16" :xs="16"> | 60 | <el-col :lg="6" :md="16" :sm="16" :xs="16"> |
| 60 | <div class="text-right"> | 61 | <div class="text-right"> |
| 61 | <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&&b.payType!='2'" @click.stop="gokp(b)"> |
| 62 | {{ language == 0 ? '开发票' : 'Invoice' }} | 63 | {{ language == 0 ? '申请开票' : 'Invoice' }} |
| 63 | </el-button> | 64 | </el-button> |
| 64 | <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&&b.payType!='2'" @click.stop="editkp(b)"> |
| 65 | {{ language == 0 ? '重开发票' : 'Rebilling' }} | 66 | {{ language == 0 ? '重新申请' : 'Rebilling' }} |
| 66 | </el-button> | 67 | </el-button> |
| 67 | <el-button type="primary" plain round v-if="b.invoiceId&&b.paymentType!='3'" | 68 | <el-button type="primary" plain round v-if="b.invoiceId&&b.paymentType!='3'" |
| 68 | @click.stop="showDetail(b)">{{ language == 0 ? '查看发票' : 'Detail' }} | 69 | @click.stop="showDetail(b)">{{ language == 0 ? '发票信息' : 'Detail' }} |
| 69 | </el-button> | 70 | </el-button> |
| 70 | </div> | 71 | </div> |
| 71 | </el-col> | 72 | </el-col> |
| ... | @@ -95,13 +96,13 @@ | ... | @@ -95,13 +96,13 @@ |
| 95 | <el-col :lg="6" :md="16" :sm="16" :xs="16"> | 96 | <el-col :lg="6" :md="16" :sm="16" :xs="16"> |
| 96 | <div class="text-right"> | 97 | <div class="text-right"> |
| 97 | <el-button type="primary" plain round v-if="b.isInvoice == '0'&&!b.invoiceId&&b.languageSource=='100'" @click.stop="gokp(b)"> | 98 | <el-button type="primary" plain round v-if="b.isInvoice == '0'&&!b.invoiceId&&b.languageSource=='100'" @click.stop="gokp(b)"> |
| 98 | {{ language == 0 ? '开发票' : 'Invoice' }} | 99 | {{ language == 0 ? '申请开票' : 'Invoice' }} |
| 99 | </el-button> | 100 | </el-button> |
| 100 | <el-button type="primary" plain round v-if="b.isInvoice == '0'&&b.invoiceId&&b.languageSource=='100'" @click.stop="editkp(b)"> | 101 | <el-button type="primary" plain round v-if="b.isInvoice == '0'&&b.invoiceId&&b.languageSource=='100'" @click.stop="editkp(b)"> |
| 101 | {{ language == 0 ? '重开发票' : 'Rebilling' }} | 102 | {{ language == 0 ? '重新申请' : 'Rebilling' }} |
| 102 | </el-button> | 103 | </el-button> |
| 103 | <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'" |
| 104 | @click.stop="showDetail(b)">{{ language == 0 ? '查看发票' : 'Detail' }} | 105 | @click.stop="showDetail(b)">{{ language == 0 ? '发票信息' : 'Detail' }} |
| 105 | </el-button> | 106 | </el-button> |
| 106 | <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)"> |
| 107 | {{ language == 0 ? '开收据' : 'Receipt' }} | 108 | {{ language == 0 ? '开收据' : 'Receipt' }} |
| ... | @@ -164,13 +165,13 @@ | ... | @@ -164,13 +165,13 @@ |
| 164 | <el-col :lg="6" :md="16" :sm="16" :xs="16"> | 165 | <el-col :lg="6" :md="16" :sm="16" :xs="16"> |
| 165 | <div class="text-right"> | 166 | <div class="text-right"> |
| 166 | <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&&b.paymentType!='3'" @click.stop="gokp(b)"> |
| 167 | {{ language == 0 ? '开发票' : 'Invoice' }} | 168 | {{ language == 0 ? '申请开票' : 'Invoice' }} |
| 168 | </el-button> | 169 | </el-button> |
| 169 | <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&&b.paymentType!='3'" @click.stop="editkp(b)"> |
| 170 | {{ language == 0 ? '重开发票' : 'Rebilling' }} | 171 | {{ language == 0 ? '重新申请' : 'Rebilling' }} |
| 171 | </el-button> | 172 | </el-button> |
| 172 | <el-button type="primary" plain round v-if="b.invoiceId&&b.paymentType!='3'" | 173 | <el-button type="primary" plain round v-if="b.invoiceId&&b.paymentType!='3'" |
| 173 | @click.stop="showDetail(b)">{{ language == 0 ? '查看发票' : 'Detail' }} | 174 | @click.stop="showDetail(b)">{{ language == 0 ? '发票信息' : 'Detail' }} |
| 174 | </el-button> | 175 | </el-button> |
| 175 | <!-- <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)">--> |
| 176 | <!-- {{ language == 0 ? '开收据' : 'Receipt' }}--> | 177 | <!-- {{ language == 0 ? '开收据' : 'Receipt' }}--> | ... | ... |
-
Please register or sign in to post a comment