45db652c by zhangmeng

去除对公打款

1 parent 94a60674
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
9 <div v-if="isLogin"> 9 <div v-if="isLogin">
10 <group-info-row v-if="groupId" :group-id="groupId" :match-id="matchId"/> 10 <group-info-row v-if="groupId" :group-id="groupId" :match-id="matchId"/>
11 <coach-info-row v-if="groupId" :group-id="groupId" :match-id="matchId"/> 11 <coach-info-row v-if="groupId" :group-id="groupId" :match-id="matchId"/>
12 12
13 <div v-if="user.utype=='1'&&myMemberTable.length>0" class="pd20"> 13 <div v-if="user.utype=='1'&&myMemberTable.length>0" class="pd20">
14 <div class="leftboderTT">{{ language == 0 ? '随行人员清单' : 'List of accompanying personnel' }} 14 <div class="leftboderTT">{{ language == 0 ? '随行人员清单' : 'List of accompanying personnel' }}
15 </div> 15 </div>
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
75 </el-icon> 75 </el-icon>
76 {{ language == 0 ? '导出设项报名清单' : 'Export LIST OF REGISTERED COMPETITIONS' }} 76 {{ language == 0 ? '导出设项报名清单' : 'Export LIST OF REGISTERED COMPETITIONS' }}
77 </el-link> 77 </el-link>
78 78
79 <el-link type="primary" @click="exportPdf"> 79 <el-link type="primary" @click="exportPdf">
80 <el-icon> 80 <el-icon>
81 <Upload/> 81 <Upload/>
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
105 </el-button> 105 </el-button>
106 </div> 106 </div>
107 </el-card> 107 </el-card>
108 108
109 <el-card class="mt20 mb20"> 109 <el-card class="mt20 mb20">
110 <el-row class="result"> 110 <el-row class="result">
111 <el-col :lg="12"> 111 <el-col :lg="12">
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
227 </svg> 227 </svg>
228 </el-radio> 228 </el-radio>
229 </el-radio-group> 229 </el-radio-group>
230 230
231 <div v-if="payType == '2'&&wePayCodeUrl"> 231 <div v-if="payType == '2'&&wePayCodeUrl">
232 <div class="payImgbox flexCenter"> 232 <div class="payImgbox flexCenter">
233 <div> 233 <div>
...@@ -249,9 +249,10 @@ ...@@ -249,9 +249,10 @@
249 please refresh the page 249 please refresh the page
250 </div> 250 </div>
251 </div> 251 </div>
252 252
253 <div v-if="payType == '3'"> 253 <div v-if="payType == '3'">
254 <table cellpadding="0" cellspacing="0" class="table-border table"> 254 <table cellpadding="0" cellspacing="0" class="table-border table">
255 <tbody>
255 <tr> 256 <tr>
256 <th class="head" colspan="2"> 257 <th class="head" colspan="2">
257 {{ language == 0 ? '线下缴费的收款信息' : 'Offline Payment Collection Information' }} 258 {{ language == 0 ? '线下缴费的收款信息' : 'Offline Payment Collection Information' }}
...@@ -313,8 +314,8 @@ ...@@ -313,8 +314,8 @@
313 <span v-else class="text-danger size12">*You can confirm with the contact person by phone after uploading the remittance form. The specific payment results can be viewed in the My Registration section of the personal center to check the progress</span> 314 <span v-else class="text-danger size12">*You can confirm with the contact person by phone after uploading the remittance form. The specific payment results can be viewed in the My Registration section of the personal center to check the progress</span>
314 </td> 315 </td>
315 </tr> 316 </tr>
317 </tbody>
316 </table> 318 </table>
317
318 <div class="text-center"> 319 <div class="text-center">
319 <el-button class="btn-lineG w200px" round type="primary" @click="upRR">{{ 320 <el-button class="btn-lineG w200px" round type="primary" @click="upRR">{{
320 language == 0 ? '保存' : 'Save' 321 language == 0 ? '保存' : 'Save'
...@@ -336,7 +337,7 @@ ...@@ -336,7 +337,7 @@
336 </el-icon> 337 </el-icon>
337 <p class="text-success">{{ language == 0 ? '支付成功' : 'successful!' }}</p> 338 <p class="text-success">{{ language == 0 ? '支付成功' : 'successful!' }}</p>
338 <h3 class="wePrice">{{ language == 0 ? '¥' : '$' }}{{ form.totalFee || 0 }}</h3> 339 <h3 class="wePrice">{{ language == 0 ? '¥' : '$' }}{{ form.totalFee || 0 }}</h3>
339 340
340 <el-button v-if="language != 0" class="btn-lineG w200px" round type="primary" @click="downInvoice"> 341 <el-button v-if="language != 0" class="btn-lineG w200px" round type="primary" @click="downInvoice">
341 {{ language == 0 ? '下载收据' : 'DownLoad Invoice' }} 342 {{ language == 0 ? '下载收据' : 'DownLoad Invoice' }}
342 </el-button> 343 </el-button>
...@@ -357,7 +358,7 @@ ...@@ -357,7 +358,7 @@
357 </div> 358 </div>
358 </el-card> 359 </el-card>
359 </div> 360 </div>
360 361
361 <div v-if="errorBox" class="box"> 362 <div v-if="errorBox" class="box">
362 <el-result 363 <el-result
363 :sub-title="language==0?'请确认订单号是否正确':'Please confirm if the order number is correct'" 364 :sub-title="language==0?'请确认订单号是否正确':'Please confirm if the order number is correct'"
...@@ -371,7 +372,7 @@ ...@@ -371,7 +372,7 @@
371 </template> 372 </template>
372 </el-result> 373 </el-result>
373 </div> 374 </div>
374 375
375 <el-dialog v-model="showSJDialog" :close-on-click-modal="false" :close-on-press-escape="false" 376 <el-dialog v-model="showSJDialog" :close-on-click-modal="false" :close-on-press-escape="false"
376 :title="language==0?'开收据':'Issue a receipt'" width="460px"> 377 :title="language==0?'开收据':'Issue a receipt'" width="460px">
377 <div class="flex"> 378 <div class="flex">
...@@ -389,7 +390,7 @@ ...@@ -389,7 +390,7 @@
389 </div> 390 </div>
390 </div> 391 </div>
391 </el-dialog> 392 </el-dialog>
392 393
393 </div> 394 </div>
394 </template> 395 </template>
395 396
...@@ -460,7 +461,7 @@ onMounted(() => { ...@@ -460,7 +461,7 @@ onMounted(() => {
460 } 461 }
461 var is_mobile = navigator.userAgent.toLowerCase().match(/(ipod|ipad|iphone|android|coolpad|mmp|smartphone|midp|wap|xoom|symbian|j2me|blackberry|wince)/i) != null; 462 var is_mobile = navigator.userAgent.toLowerCase().match(/(ipod|ipad|iphone|android|coolpad|mmp|smartphone|midp|wap|xoom|symbian|j2me|blackberry|wince)/i) != null;
462 console.log(is_mobile) 463 console.log(is_mobile)
463 464
464 if (is_mobile) { 465 if (is_mobile) {
465 isphone.value = true 466 isphone.value = true
466 } else { 467 } else {
...@@ -524,7 +525,7 @@ function getSignList() { ...@@ -524,7 +525,7 @@ function getSignList() {
524 }).catch(err => { 525 }).catch(err => {
525 if (isLogin.value) { 526 if (isLogin.value) {
526 router.push({name: 'myMatch'}) 527 router.push({name: 'myMatch'})
527 528
528 } 529 }
529 }) 530 })
530 } 531 }
...@@ -617,7 +618,7 @@ function exportSignList(n) { ...@@ -617,7 +618,7 @@ function exportSignList(n) {
617 ...obj 618 ...obj
618 }, `${fileName}_${new Date().getTime()}.xlsx`) 619 }, `${fileName}_${new Date().getTime()}.xlsx`)
619 } 620 }
620 621
621 } 622 }
622 623
623 function exportPdf() { 624 function exportPdf() {
...@@ -637,7 +638,7 @@ function exportPdf() { ...@@ -637,7 +638,7 @@ function exportPdf() {
637 ...obj 638 ...obj
638 }, `${fileName}_${new Date().getTime()}.pdf`) 639 }, `${fileName}_${new Date().getTime()}.pdf`)
639 } 640 }
640 641
641 } 642 }
642 643
643 function copy(str) { 644 function copy(str) {
...@@ -747,27 +748,27 @@ const showSJ = () => { ...@@ -747,27 +748,27 @@ const showSJ = () => {
747 width: 100%; 748 width: 100%;
748 max-width: 1000px; 749 max-width: 1000px;
749 margin: 20px auto; 750 margin: 20px auto;
750 751
751 .head { 752 .head {
752 background: #EFF2F7; 753 background: #EFF2F7;
753 height: 50px; 754 height: 50px;
754 font-size: 16px; 755 font-size: 16px;
755 font-weight: 400; 756 font-weight: 400;
756 } 757 }
757 758
758 th { 759 th {
759 background: #FAFBFD; 760 background: #FAFBFD;
760 font-size: 14px; 761 font-size: 14px;
761 border-bottom: 1px solid #E5E5E5; 762 border-bottom: 1px solid #E5E5E5;
762 border-right: 1px solid #E5E5E5; 763 border-right: 1px solid #E5E5E5;
763 } 764 }
764 765
765 td { 766 td {
766 border-bottom: 1px solid #E5E5E5; 767 border-bottom: 1px solid #E5E5E5;
767 border-right: 1px solid #E5E5E5; 768 border-right: 1px solid #E5E5E5;
768 padding: 10px; 769 padding: 10px;
769 } 770 }
770 771
771 &.table-border { 772 &.table-border {
772 border-top: 1px solid #E5E5E5; 773 border-top: 1px solid #E5E5E5;
773 border-left: 1px solid #E5E5E5; 774 border-left: 1px solid #E5E5E5;
...@@ -786,23 +787,23 @@ const showSJ = () => { ...@@ -786,23 +787,23 @@ const showSJ = () => {
786 787
787 .result { 788 .result {
788 font-size: 22px; 789 font-size: 22px;
789 790
790 .flex { 791 .flex {
791 display: flex; 792 display: flex;
792 align-items: center; 793 align-items: center;
793 font-weight: 500; 794 font-weight: 500;
794 795
795 img { 796 img {
796 margin-right: 10px 797 margin-right: 10px
797 } 798 }
798 } 799 }
799 800
800 .priceb { 801 .priceb {
801 color: #7B7F83; 802 color: #7B7F83;
802 font-size: 16px; 803 font-size: 16px;
803 text-align: right; 804 text-align: right;
804 line-height: 50px; 805 line-height: 50px;
805 806
806 span { 807 span {
807 font-weight: bold; 808 font-weight: bold;
808 font-size: 22px; 809 font-size: 22px;
...@@ -815,7 +816,7 @@ const showSJ = () => { ...@@ -815,7 +816,7 @@ const showSJ = () => {
815 .skeletonBox { 816 .skeletonBox {
816 position: relative; 817 position: relative;
817 overflow: hidden; 818 overflow: hidden;
818 819
819 .btn-lineG { 820 .btn-lineG {
820 position: absolute; 821 position: absolute;
821 left: 0; 822 left: 0;
...@@ -825,7 +826,7 @@ const showSJ = () => { ...@@ -825,7 +826,7 @@ const showSJ = () => {
825 bottom: 0; 826 bottom: 0;
826 width: 200px; 827 width: 200px;
827 box-shadow: 0 0 1000px 500px rgba(255, 255, 255, 0.5); 828 box-shadow: 0 0 1000px 500px rgba(255, 255, 255, 0.5);
828 829
829 } 830 }
830 } 831 }
831 832
...@@ -837,26 +838,26 @@ const showSJ = () => { ...@@ -837,26 +838,26 @@ const showSJ = () => {
837 838
838 .priceBar { 839 .priceBar {
839 padding: 0 0 20px; 840 padding: 0 0 20px;
840 841
841 .flex { 842 .flex {
842 display: flex; 843 display: flex;
843 justify-content: right; 844 justify-content: right;
844 align-items: baseline; 845 align-items: baseline;
845 846
846 .item { 847 .item {
847 font-size: 16px; 848 font-size: 16px;
848 margin-right: 15px; 849 margin-right: 15px;
849 850
850 label { 851 label {
851 color: #95A1A6; 852 color: #95A1A6;
852 } 853 }
853 854
854 span { 855 span {
855 font-family: DIN Alternate; 856 font-family: DIN Alternate;
856 } 857 }
857 } 858 }
858 } 859 }
859 860
860 .size26 { 861 .size26 {
861 font-size: 26px; 862 font-size: 26px;
862 } 863 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!