Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_gzt
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f813fede
authored
2026-05-29 15:15:45 +0800
by
lttnew
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
优化
1 parent
f1508768
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
21 additions
and
59 deletions
myCenter/goPay.vue
myCenter/order.vue
myCenter/teamInfo.vue
pages/index/daoGuanOrder.vue
pages/invoice/apply.vue
personal/home.vue
personal/order.vue
personalVip/order.vue
myCenter/goPay.vue
View file @
f813fed
...
...
@@ -424,6 +424,7 @@ async function getZtxDiscountPolicyApi() {
}
.info-label
{
width
:
120
rpx
;
font-size
:
28
rpx
;
color
:
#666
;
}
...
...
myCenter/order.vue
View file @
f813fed
...
...
@@ -118,8 +118,8 @@
<
view
class
=
"invoice-info-list"
>
<
view
class
=
"invoice-info-row"
>
<
view
class
=
"invoice-info-label"
>
发票类型
<
/view
>
<
view
:
class
=
"
{
'vat-type'
:
invoiceData
.
invoiceType
==
2
}
" class="
invoice
-
type
-
badge
"
>
{{
invoiceData
.
invoiceType
==
1
?
'普通发票'
:
'增值税专用发票'
}}
<
view
:
class
=
"
{
'vat-type'
:
invoiceData
.
invoiceStatus
==
2
}
" class="
invoice
-
type
-
badge
"
>
{{
invoiceData
.
specialFlag
==
'2'
?
'普通发票'
:
'增值税专用发票'
}}
<
/view
>
<
/view
>
<
view
class
=
"invoice-info-row"
>
...
...
@@ -541,6 +541,8 @@ const viewInvoice = (item) => {
// 其他类型显示发票信息弹窗
invoiceData
.
value
=
{
invoiceType
:
item
.
invoiceType
||
1
,
specialFlag
:
item
.
specialFlag
,
invoiceStatus
:
item
.
invoiceStatus
,
invoiceBuyerName
:
item
.
invoiceTitle
||
item
.
invoiceBuyerName
||
'—'
,
invoiceBuyerTaxno
:
item
.
invoiceTaxno
||
item
.
invoiceBuyerTaxno
||
''
,
invoicePushPhone
:
item
.
invoiceEmail
||
item
.
invoicePushPhone
||
'—'
,
...
...
myCenter/teamInfo.vue
View file @
f813fed
...
...
@@ -23,7 +23,7 @@
<view
v-else
class=
"lh35"
>
{{
form
.
phone
}}
</view>
</uni-forms-item>
<uni-forms-item
label=
"地址"
>
<
!--
<
uni-forms-item
label=
"地址"
>
<uni-data-picker
:readonly=
"!edit"
:clear-icon=
"false"
v-if=
"form.siteRegionId"
v-model=
"form.siteRegionId"
:localdata=
"options"
@
change=
"onchangeRegionId"
>
</uni-data-picker>
...
...
@@ -33,12 +33,12 @@
<uni-data-picker
:readonly=
"!edit"
:clear-icon=
"false"
v-else-if=
"form.siteProvinceId"
v-model=
"form.siteProvinceId"
:localdata=
"options"
@
change=
"onchangeRegionId"
>
</uni-data-picker>
</uni-forms-item>
</uni-forms-item>
-->
<uni-forms-item
label=
"详细地址"
>
<
!--
<
uni-forms-item
label=
"详细地址"
>
<uni-easyinput
v-if=
"edit"
type=
"textarea"
v-model=
"form.siteAddress"
></uni-easyinput>
<view
v-else
class=
"lh35"
>
{{
form
.
siteAddress
}}
</view>
</uni-forms-item>
</uni-forms-item>
-->
<uni-forms-item
label=
"机构介绍"
>
<uni-easyinput
v-if=
"edit"
type=
"textarea"
v-model=
"form.introduce"
></uni-easyinput>
...
...
pages/index/daoGuanOrder.vue
View file @
f813fed
...
...
@@ -150,8 +150,8 @@
<
view
class
=
"invoice-info-list"
>
<
view
class
=
"invoice-info-row"
>
<
view
class
=
"invoice-info-label"
>
票据类型
<
/view
>
<
view
:
class
=
"
{
'vat-type'
:
invoiceData
.
invoice
Type
==
2
}
" class="
invoice
-
type
-
badge
"
>
{{
invoiceData
.
invoiceType
==
1
?
'普通票据'
:
'增值税专用票据
'
}}
<
view
:
class
=
"
{
'vat-type'
:
invoiceData
.
invoice
Status
==
2
}
" class="
invoice
-
type
-
badge
"
>
{{
invoiceData
.
specialFlag
==
'2'
?
'普通发票'
:
'增值税专用发票
'
}}
<
/view
>
<
/view
>
<
view
class
=
"invoice-info-row"
>
...
...
@@ -663,6 +663,8 @@ const viewInvoice = (item) => {
// 其他类型显示发票信息弹窗
invoiceData
.
value
=
{
invoiceType
:
item
.
invoiceType
||
1
,
specialFlag
:
item
.
specialFlag
,
invoiceStatus
:
item
.
invoiceStatus
,
invoiceBuyerName
:
item
.
invoiceTitle
||
item
.
invoiceBuyerName
||
'—'
,
invoiceBuyerTaxno
:
item
.
invoiceTaxno
||
item
.
invoiceBuyerTaxno
||
''
,
invoicePushPhone
:
item
.
invoiceEmail
||
item
.
invoicePushPhone
||
'—'
,
...
...
pages/invoice/apply.vue
View file @
f813fed
...
...
@@ -271,6 +271,7 @@ function closeSuccessModal() {
.content
{
padding
:
20
rpx
;
padding-bottom
:
80
rpx
;
}
.form-item
{
...
...
personal/home.vue
View file @
f813fed
...
...
@@ -367,17 +367,17 @@ const confirmBind = async () => {
idcCode
:
bindForm
.
value
.
idcCode
}))
uni
.
hideLoading
()
if
(
res
.
data
!=
1
)
{
handelGo
()
closeBindPopup
()
}
else
{
//
if (res.data != 1) {
// //
handelGo()
//
closeBindPopup()
//
} else {
uni
.
showToast
({
title
:
'绑定成功'
,
icon
:
'success'
})
closeBindPopup
()
await
getWebInfo
()
}
//
}
if
(
err
)
{
console
.
log
(
err
)
handelGo
()
...
...
personal/order.vue
View file @
f813fed
...
...
@@ -148,45 +148,6 @@
<
/view
>
<
/scroll-view
>
<!--
发票查看弹窗
-->
<
view
v
-
if
=
"showInvoicePopup"
class
=
"invoice-popup-mask"
@
click
=
"closeInvoicePopup"
>
<
view
class
=
"invoice-popup-content"
@
click
.
stop
>
<
view
class
=
"invoice-popup-header"
>
<
text
class
=
"invoice-popup-title"
>
发票信息
<
/text
>
<
view
class
=
"invoice-popup-close"
@
click
.
stop
=
"closeInvoicePopup"
>
✕
<
/view
>
<
/view
>
<
view
class
=
"invoice-popup-body"
>
<
view
class
=
"invoice-info-list"
>
<
view
class
=
"invoice-info-row"
>
<
view
class
=
"invoice-info-label"
>
发票类型
<
/view
>
<
view
:
class
=
"
{
'vat-type'
:
invoiceData
.
invoiceType
==
2
}
" class="
invoice
-
type
-
badge
"
>
{{
invoiceData
.
invoiceType
==
1
?
'普通发票'
:
'增值税专用发票'
}}
<
/view
>
<
/view
>
<
view
class
=
"invoice-info-row"
>
<
text
class
=
"invoice-info-label"
>
发票抬头
<
/text
>
<
text
class
=
"invoice-info-value"
>
{{
invoiceData
.
invoiceBuyerName
||
'—'
}}
<
/text
>
<
/view
>
<
view
v
-
if
=
"invoiceData.invoiceBuyerTaxno"
class
=
"invoice-info-row"
>
<
text
class
=
"invoice-info-label"
>
纳税人识别号
<
/text
>
<
text
class
=
"invoice-info-value"
>
{{
invoiceData
.
invoiceBuyerTaxno
}}
<
/text
>
<
/view
>
<
view
class
=
"invoice-info-row"
>
<
text
class
=
"invoice-info-label"
>
接收邮箱
<
/text
>
<
text
class
=
"invoice-info-value"
>
{{
invoiceData
.
invoicePushPhone
||
'—'
}}
<
/text
>
<
/view
>
<
view
class
=
"invoice-info-row"
>
<
text
class
=
"invoice-info-label"
>
开票时间
<
/text
>
<
text
class
=
"invoice-info-value"
>
{{
invoiceData
.
invoiceTime
||
'—'
}}
<
/text
>
<
/view
>
<
view
class
=
"invoice-info-row"
>
<
text
class
=
"invoice-info-label"
>
开票金额
<
/text
>
<
text
class
=
"invoice-info-value"
>
¥
{{
invoiceData
.
price
||
'—'
}}
<
/text
>
<
/view
>
<
/view
>
<
/view
>
<
/view
>
<
/view
>
<!--
自定义删除确认弹窗
-->
<
view
v
-
if
=
"showDelPopup"
class
=
"popup-mask"
@
touchmove
.
stop
.
prevent
@
click
.
stop
=
"closeDelPopup"
>
...
...
@@ -471,11 +432,6 @@ const viewInvoice = (item) => {
}
}
;
// 关闭发票弹窗
const
closeInvoicePopup
=
()
=>
{
showInvoicePopup
.
value
=
false
;
isPopupOpen
.
value
=
false
;
}
;
// 取消订单
const
handleCancel
=
(
item
)
=>
{
...
...
personalVip/order.vue
View file @
f813fed
...
...
@@ -130,8 +130,8 @@
<
view
class
=
"invoice-info-list"
>
<
view
class
=
"invoice-info-row"
>
<
view
class
=
"invoice-info-label"
>
票据类型
<
/view
>
<
view
:
class
=
"
{
'vat-type'
:
invoiceData
.
invoiceType
==
2
}
" class="
invoice
-
type
-
badge
"
>
{{
invoiceData
.
invoiceType
==
1
?
'普通票据'
:
'增值税专用票据'
}}
<
view
:
class
=
"
{
'vat-type'
:
invoiceData
.
invoiceType
==
1
}
" class="
invoice
-
type
-
badge
"
>
{{
invoiceData
.
invoiceType
==
2
?
'普通票据'
:
'增值税专用票据'
}}
<
/view
>
<
/view
>
<
view
class
=
"invoice-info-row"
>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment