From 8959e864ebf2602bcdd28fe33a98c5dea2abd607 Mon Sep 17 00:00:00 2001 From: wangzimeng <3297159934@qq.com> Date: Sat, 12 Jul 2025 18:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E5=AE=8C=E6=88=90=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E7=BC=BA=E5=B0=91=E5=BC=80=E7=A5=A8=E5=92=8C?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E6=8C=89=E9=92=AE=EF=BC=9B=20=E5=A1=AB?= =?UTF-8?q?=E5=86=99=E5=8F=91=E7=A5=A8=E4=BF=A1=E6=81=AF=E7=9A=84=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E9=80=89=E6=8B=A9=E9=A2=84=E8=AE=BE=E6=8A=AC?= =?UTF-8?q?=E5=A4=B4=E7=9A=84=E6=97=B6=E5=80=99=E5=88=97=E8=A1=A8=E4=B8=BA?= =?UTF-8?q?=E7=A9=BA=E6=A0=B7=E5=BC=8F=E6=9C=89=E9=97=AE=E9=A2=98=EF=BC=9B?= =?UTF-8?q?=20=E5=A1=AB=E5=86=99=E5=8F=91=E7=A5=A8=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E7=9A=84=E9=A1=B5=E9=9D=A2=E7=9A=84=E6=8A=AC=E5=A4=B4=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E5=92=8C=E9=82=AE=E7=AE=B1=E5=9C=B0=E5=9D=80=E7=9A=84?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86=E6=8B=89=E6=B0=94=E7=9A=84=E5=BC=B9?= =?UTF-8?q?=E6=A1=86=E4=B8=8D=E5=AF=B9=EF=BC=9B=20=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=9A=84=E4=BA=8C=E6=AC=A1=E5=BC=B9=E6=A1=86?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E4=B8=8D=E7=9C=81=E7=95=A5=EF=BC=9B=20?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E6=88=90=E4=B8=BA=E4=B8=BB=E7=90=86=E4=BA=BA?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=9A=84=E6=96=87=E5=AD=97=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=EF=BC=9B=20=E5=8F=91=E7=A5=A8=E8=AF=A6=E6=83=85=E7=9A=84?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E6=9F=A5=E7=9C=8B=E7=9A=84=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4=EF=BC=9B=20=E6=88=91=E5=8F=82=E4=B8=8E?= =?UTF-8?q?=E7=9A=84=E5=88=97=E8=A1=A8=E7=9A=84=E7=94=B3=E8=AF=B7=E5=8F=91?= =?UTF-8?q?=E7=A5=A8=E7=9A=84=E8=BE=B9=E6=A1=86=E6=94=B9=E8=89=B2=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packageA/my/exercise.vue | 3 +- packageA/my/pendinPayDetail.vue | 4 +- packageA/my/pendinPayStatus.vue | 39 ++++++++++++++++++- packageB/invoice/addInvoice.vue | 66 +++++++++++++++++++++++++++----- packageB/invoice/invoiceInfo.vue | 6 +-- pages/my/applyOwner.vue | 6 +-- 6 files changed, 105 insertions(+), 19 deletions(-) diff --git a/packageA/my/exercise.vue b/packageA/my/exercise.vue index aad2ea1..a39b126 100644 --- a/packageA/my/exercise.vue +++ b/packageA/my/exercise.vue @@ -483,10 +483,11 @@ line-height: 70rpx; text-align: center; color: #999999; - border: 2rpx solid #999999; + border: 2rpx solid #323232; border-radius: 276rpx 276rpx 276rpx 276rpx; margin-right: 10rpx; } + .btn_InvIng { width: 180rpx; diff --git a/packageA/my/pendinPayDetail.vue b/packageA/my/pendinPayDetail.vue index f9e203d..38bdb69 100644 --- a/packageA/my/pendinPayDetail.vue +++ b/packageA/my/pendinPayDetail.vue @@ -117,7 +117,7 @@ :safeAreaInsetBottom="false" :closeable="false"> - 请确认是否取消报名 + 请确认是否取消报名 若频繁取消,可能会影响账号部分功能使用。建议您确认行程后再操作。 @@ -1139,7 +1139,7 @@ } .name { - width: 288rpx; + width: 320rpx; height: 36rpx; font-family: PingFang SC Bold, PingFang SC Bold; font-weight: 600; diff --git a/packageA/my/pendinPayStatus.vue b/packageA/my/pendinPayStatus.vue index 1a3a5bd..a8ea597 100644 --- a/packageA/my/pendinPayStatus.vue +++ b/packageA/my/pendinPayStatus.vue @@ -124,11 +124,19 @@ - + 申请售后 + + 开发票 + + + 查看发票 + @@ -253,6 +261,19 @@ url: `/packageA/afterSales/index?id=${id}` }) }, + //申请发票 + toAddInvoic(id, order_no) { + const num = 1 + uni.navigateTo({ + url: '/packageB/invoice/addInvoice?id=' + id + "&order_nos=" + order_no + "&num=" + num + }) + }, + //查看发票 + checkInvoice(id, order_no) { + uni.navigateTo({ + url: '/packageB/invoice/invoiceInfo?id=' + id + "&order_no=" + order_no + }) + }, //星期 dateWeeks(timestamp) { return dateWeek(timestamp) @@ -537,6 +558,7 @@ width: 100%; height: 166rpx; margin-top: 50rpx; + display: grid; .footer-right { width: 690rpx; @@ -552,6 +574,21 @@ color: #BBFC5B; } } + + .footer-right2 { + width: 690rpx; + height: 90rpx; + background: #f5f5f5; + border-radius: 148rpx; + border: 2rpx solid #323232; + + span { + font-family: YouSheBiaoTiHei, YouSheBiaoTiHei; + font-weight: 400; + font-size: 36rpx; + color: #9C9C9C; + } + } .footer-right1 { width: 690rpx; diff --git a/packageB/invoice/addInvoice.vue b/packageB/invoice/addInvoice.vue index d4f18e2..2dae1f1 100644 --- a/packageB/invoice/addInvoice.vue +++ b/packageB/invoice/addInvoice.vue @@ -109,15 +109,15 @@ - - - @@ -125,7 +125,7 @@ border="none" /> - @@ -141,7 +141,7 @@ placeholder="请输入发票预留手机号" border="none" /> - @@ -186,7 +186,7 @@ {{item.tax_id}} - + @@ -215,7 +215,7 @@ - + - 添加抬头 + 添加抬头 @@ -382,6 +382,10 @@ } console.log('order_nos:', this.order_nos,'totalPrice:',this.totalPrice); }, + onShow() { + this.headShow = false; + this.getHeadList(); + }, onReady() { console.log('设置规则:', this.rules); this.$refs.uForm.setRules(this.rules); @@ -485,6 +489,18 @@ console.log('5555',this.form); this.closeHeadShow(); }, + addHead() { + uni.navigateTo({ + url: '/packageB/invoice/addHead' + }) + }, + editHead(id) { + this.HeadId = id + console.log('HeadId',this.HeadId); + uni.navigateTo({ + url: '/packageB/invoice/addHead?id=' + this.HeadId + }) + }, submit() { console.log('sub1'); if (this.form.invoice_reservation_phone == '') { @@ -1001,8 +1017,40 @@ margin-left: 2%; } } - + + + } + + .popup-footer1 { + width: 100%; + display: flex; + justify-content: center; + align-items: center; + + .headBtn { + width: 90%; + height: 90rpx; + background-color: #323232; + border-radius: 148rpx; + color: #BBFC5B; + font-size: 36rpx; + font-weight: 400; + line-height: 50rpx; + font-family: YouSheBiaoTiHei, YouSheBiaoTiHei; + text-transform: none; + font-style: normal; + display: flex; + justify-content: center; + align-items: center; + text-align: center; + position: fixed; + bottom: 66rpx; + margin-left: 2%; + } + } + + } diff --git a/packageB/invoice/invoiceInfo.vue b/packageB/invoice/invoiceInfo.vue index bc94108..c3d014e 100644 --- a/packageB/invoice/invoiceInfo.vue +++ b/packageB/invoice/invoiceInfo.vue @@ -47,7 +47,7 @@ - + @@ -69,9 +69,9 @@ data() { return { popupStyImg: { - width: '700rpx', + width: '650rpx', padding: '24rpx 24rpx 42rpx 24rpx', - height: '500rpx', + height: '600rpx', margin: '0 auto', // 水平居中 display: 'flex', justifyContent: 'start', diff --git a/pages/my/applyOwner.vue b/pages/my/applyOwner.vue index 102abf1..f07ab08 100644 --- a/pages/my/applyOwner.vue +++ b/pages/my/applyOwner.vue @@ -39,7 +39,7 @@ 机构联系人 - @@ -69,9 +69,9 @@ 详细地址 - + + style="width: 400rpx;" placeholder-class="plasty" />