1c064931 by zhangmeng

版本优化

1 parent 47c213a0
...@@ -510,7 +510,7 @@ ...@@ -510,7 +510,7 @@
510 </el-button> 510 </el-button>
511 511
512 <el-button 512 <el-button
513 v-if="(form.viewStatus=='1'||form.viewStatus=='5')&&(type=='makeUp'||type=='hotel'||type=='ticket'||type=='car')" 513 v-if="(form.viewStatus=='1'||form.viewStatus=='5')&&(type=='makeUp'||type=='hotel'||type=='ticket'||type=='car')&&language != 0"
514 class="btn-lineG w200px" round 514 class="btn-lineG w200px" round
515 type="primary" 515 type="primary"
516 @click="downInvoice" 516 @click="downInvoice"
...@@ -518,7 +518,7 @@ ...@@ -518,7 +518,7 @@
518 <el-icon> 518 <el-icon>
519 <Download /> 519 <Download />
520 </el-icon> 520 </el-icon>
521 {{ language == 0 ? '下载收据' : 'DownLoad Invoice' }} 521 {{ language == 0 ? '下载收据' : 'Download receipt' }}
522 </el-button> 522 </el-button>
523 523
524 <el-button v-if="form.viewStatus == '5'" round @click="unsubscribe"> 524 <el-button v-if="form.viewStatus == '5'" round @click="unsubscribe">
...@@ -561,13 +561,20 @@ ...@@ -561,13 +561,20 @@
561 v-model="showSJDialog" :close-on-click-modal="false" :close-on-press-escape="false" 561 v-model="showSJDialog" :close-on-click-modal="false" :close-on-press-escape="false"
562 :title="language==0?'开收据':'Issue a receipt'" width="460px" 562 :title="language==0?'开收据':'Issue a receipt'" width="460px"
563 > 563 >
564 <div class="flex"> 564 <!-- <div class="flex">-->
565 <el-form-item :label="language==0?'开票人':'Name'"> 565 <el-form-item :label="language==0?'开票人':'Name'">
566 <div class="flex"> 566 <!-- <div class="flex">-->
567 <el-input v-model="lpName" :placeholder="language==0?'请输入开票人':'Please enter your name'" /> 567 <el-input
568 <el-button type="primary" @click="submitSJ">{{ language == 0 ? '提交并下载' : 'Submit' }}</el-button> 568 v-model.trim="lpName" :maxlength="50"
569 </div> 569 :placeholder="language==0?'请输入开票人':'Please enter your name'"
570 style="width: 100%"
571 />
572
573 <!-- </div>-->
570 </el-form-item> 574 </el-form-item>
575 <!-- </div>-->
576 <div style="text-align: center">
577 <el-button type="primary" @click="submitSJ">{{ language == 0 ? '提交并下载' : 'Submit' }}</el-button>
571 </div> 578 </div>
572 <div v-if="remark" class="tip mt20"> 579 <div v-if="remark" class="tip mt20">
573 <label>{{ language == 0 ? '开电子收据须知' : 'Receipt notice' }}:</label> 580 <label>{{ language == 0 ? '开电子收据须知' : 'Receipt notice' }}:</label>
......
...@@ -403,7 +403,7 @@ ...@@ -403,7 +403,7 @@
403 <h3 class="wePrice">{{ language == 0 ? '¥' : '€' }}{{ form.totalFee || 0 }}</h3> 403 <h3 class="wePrice">{{ language == 0 ? '¥' : '€' }}{{ form.totalFee || 0 }}</h3>
404 404
405 <el-button v-if="language != 0" class="btn-lineG w200px" round type="primary" @click="downInvoice"> 405 <el-button v-if="language != 0" class="btn-lineG w200px" round type="primary" @click="downInvoice">
406 {{ language == 0 ? '下载收据' : 'DownLoad Invoice' }} 406 {{ language == 0 ? '下载收据' : 'Download receipt' }}
407 </el-button> 407 </el-button>
408 </div> 408 </div>
409 </el-card> 409 </el-card>
...@@ -444,15 +444,20 @@ ...@@ -444,15 +444,20 @@
444 :title="language==0?'开收据':'Issue a receipt'" width="460px" 444 :title="language==0?'开收据':'Issue a receipt'" width="460px"
445 > 445 >
446 <div class="flex"> 446 <div class="flex">
447 <el-form-item :label="language==0?'开票人':'Name'"> 447 <el-form-item :label="language==0?'开票人':'Name'" style="width: 100% ">
448 <div class="flex"> 448 <el-input
449 <el-input v-model="lpName" :placeholder="language==0?'请输入开票人':'Please enter your name'" /> 449 v-model.trim="lpName" :maxlength="50"
450 <el-button type="primary" @click="submitSJ">{{ language == 0 ? '提交并下载' : 'Submit' }}</el-button> 450 :placeholder="language==0?'请输入开票人':'Please enter your name'"
451 </div> 451 style="width: 100% "
452 />
452 </el-form-item> 453 </el-form-item>
453 </div> 454 </div>
455 <br>
456 <div style="text-align: center">
457 <el-button type="primary" @click="submitSJ">{{ language == 0 ? '提交并下载' : 'Submit' }}</el-button>
458 </div>
454 <div class="tip mt20"> 459 <div class="tip mt20">
455 <label> 460 <label v-if="remark">
456 {{ language == 0 ? '开电子收据须知' : 'Receipt notice' }}: 461 {{ language == 0 ? '开电子收据须知' : 'Receipt notice' }}:
457 </label> 462 </label>
458 <div class="pd10"> 463 <div class="pd10">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!