Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhengke
jz_Travel
Commits
01ced0c0
Commit
01ced0c0
authored
Jul 28, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
ff359355
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
productInfor1.vue
pages/teamLeader/components/report/productInfor1.vue
+2
-2
productInfor2.vue
pages/teamLeader/components/report/productInfor2.vue
+2
-2
productInfor3.vue
pages/teamLeader/components/report/productInfor3.vue
+2
-2
productInfor4.vue
pages/teamLeader/components/report/productInfor4.vue
+2
-2
No files found.
pages/teamLeader/components/report/productInfor1.vue
View file @
01ced0c0
...
...
@@ -183,7 +183,7 @@
<view
class=
"row"
>
<text>
金额小计
</text>
</view>
<view
class=
"text-right"
>
{{
(
item
.
UserNum
*
item
.
UnitPrice
).
toFixed
(
2
)?(
item
.
UserNum
*
item
.
UnitPrice
).
toFixed
(
2
):
0
}}
</view>
<view
class=
"text-right"
>
{{
$utils
.
checkIsNum
(
item
.
UnitPrice
)?(
item
.
UserNum
*
item
.
UnitPrice
).
toFixed
(
2
):
0
}}
</view>
</view>
</view>
</view>
...
...
@@ -286,7 +286,7 @@
item
[
field
]
=
value
this
.
getTotal
()
}
else
{
item
[
field
]
=
0
//
item[field] = 0
uni
.
showToast
({
title
:
`请输入正确的
${
type
?
'金额'
:
'数量'
}
`
,
icon
:
'none'
...
...
pages/teamLeader/components/report/productInfor2.vue
View file @
01ced0c0
...
...
@@ -174,7 +174,7 @@
<view
class=
"row"
>
<text>
金额小计
</text>
</view>
<view
class=
"text-right"
>
{{
(
item
.
UserNum
*
item
.
UnitPrice
).
toFixed
(
2
)?(
item
.
UserNum
*
item
.
UnitPrice
).
toFixed
(
2
):
0
}}
</view>
<view
class=
"text-right"
>
{{
$utils
.
checkIsNum
(
item
.
UnitPrice
)?(
item
.
UserNum
*
item
.
UnitPrice
).
toFixed
(
2
):
0
}}
</view>
</view>
</view>
</view>
...
...
@@ -292,7 +292,7 @@
item
[
field
]
=
value
this
.
getTotal
()
}
else
{
item
[
field
]
=
0
//
item[field] = 0
uni
.
showToast
({
title
:
`请输入正确的
${
type
?
'金额'
:
'数量'
}
`
,
icon
:
'none'
...
...
pages/teamLeader/components/report/productInfor3.vue
View file @
01ced0c0
...
...
@@ -173,7 +173,7 @@
<view
class=
"row"
>
<text>
金额小计
</text>
</view>
<view
class=
"text-right"
>
{{
(
item
.
UserNum
*
item
.
UnitPrice
).
toFixed
(
2
)?(
item
.
UserNum
*
item
.
UnitPrice
).
toFixed
(
2
):
0
}}
</view>
<view
class=
"text-right"
>
{{
$utils
.
checkIsNum
(
item
.
UnitPrice
)?(
item
.
UserNum
*
item
.
UnitPrice
).
toFixed
(
2
):
0
}}
</view>
</view>
</view>
</view>
...
...
@@ -291,7 +291,7 @@
item
[
field
]
=
value
this
.
getTotal
()
}
else
{
item
[
field
]
=
0
//
item[field] = 0
uni
.
showToast
({
title
:
`请输入正确的
${
type
?
'金额'
:
'数量'
}
`
,
icon
:
'none'
...
...
pages/teamLeader/components/report/productInfor4.vue
View file @
01ced0c0
...
...
@@ -175,7 +175,7 @@
<view
class=
"row"
>
<text>
金额小计
</text>
</view>
<view
class=
"text-right"
>
{{
(
item
.
UserNum
*
item
.
UnitPrice
).
toFixed
(
2
)?(
item
.
UserNum
*
item
.
UnitPrice
).
toFixed
(
2
):
0
}}
</view>
<view
class=
"text-right"
>
{{
$utils
.
checkIsNum
(
item
.
UnitPrice
)?(
item
.
UserNum
*
item
.
UnitPrice
).
toFixed
(
2
):
0
}}
</view>
</view>
</view>
</view>
...
...
@@ -293,7 +293,7 @@
item
[
field
]
=
value
this
.
getTotal
()
}
else
{
item
[
field
]
=
0
//
item[field] = 0
uni
.
showToast
({
title
:
`请输入正确的
${
type
?
'金额'
:
'数量'
}
`
,
icon
:
'none'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment