Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
74222797
Commit
74222797
authored
Oct 26, 2023
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单异常修复
parent
4e8f4b8c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
prepayDeal.vue
src/views/ecw/order/prepayDeal.vue
+9
-1
weightDeal.vue
src/views/ecw/order/weightDeal.vue
+1
-1
No files found.
src/views/ecw/order/prepayDeal.vue
View file @
74222797
...
@@ -114,7 +114,15 @@
...
@@ -114,7 +114,15 @@
<
/el-row
>
<
/el-row
>
<
el
-
row
v
-
if
=
"
orderExceptionData.orderExceptionType=='order_pay_exception'||orderExceptionData.orderExceptionType!='goods_add_exception'
"
>
<
el
-
row
v
-
if
=
"
orderExceptionData.orderExceptionType=='order_pay_exception'||orderExceptionData.orderExceptionType!='goods_add_exception'
"
>
<
el
-
form
-
item
:
label
=
"
$t('收费参数')+':'
"
>
<
el
-
form
-
item
:
label
=
"
$t('收费参数')+':'
"
>
<
span
>
{{
shopData
.
num
||
0
}}
{{
$t
(
'
箱
'
)
}}
{{
shopData
.
wvolume
||
0
}}
m
³
{{
shopData
.
vweight
||
0
}}
Kg
{{
shopData
.
warehouseInInfoVO
?
shopData
.
warehouseInInfoVO
.
quantityAll
:
shopData
.
quantity
}}
{{
$t
(
'
个
'
)
}}
<
/span
>
<
div
v
-
if
=
"
shopData
"
>
{{
$t
(
'
{num
}
箱 {volume
}
m³ {weight
}
kg {quantity
}
个
'
,
{
num
:
shopData
.
num
||
0
,
volume
:
shopData
.
wvolume
||
0
,
weight
:
shopData
.
vweight
||
0
,
quantity
:
shopData
.
quantity
||
0
}
)
}}
<
/div
>
<
span
v
-
else
>
{{
orderData
.
sumNum
||
0
}}
{{
$t
(
'
箱
'
)
}}
{{
orderData
.
wvolume
||
0
}}
m
³
{{
orderData
.
vweight
||
0
}}
Kg
{{
orderData
.
warehouseInInfoVO
?
orderData
.
warehouseInInfoVO
.
quantityAll
:
orderData
.
sumQuantity
}}
{{
$t
(
'
个
'
)
}}
<
/span
>
<
/el-form-item
>
<
/el-form-item
>
<
/el-row
>
<
/el-row
>
<
el
-
row
>
<
el
-
row
>
...
...
src/views/ecw/order/weightDeal.vue
View file @
74222797
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
<span
style=
"margin-right:10px"
>
{{
(
orderData
.
sumWeight
||
0
)
+
'
kg
'
}}
</span>
<span
style=
"margin-right:10px"
>
{{
(
orderData
.
sumWeight
||
0
)
+
'
kg
'
}}
</span>
<span>
{{
(
orderData
.
sumQuantity
||
0
)
+
$t
(
'
个
'
)
}}
</span>
<span>
{{
(
orderData
.
sumQuantity
||
0
)
+
$t
(
'
个
'
)
}}
</span>
</el-descriptions-item>
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('收费
参数
')"
>
<el-descriptions-item
:label=
"$t('收费
数据
')"
>
<span
style=
"margin-right:10px"
>
{{
(
orderData
.
sumNum
||
0
)
+
$t
(
'
箱
'
)
}}
</span>
<span
style=
"margin-right:10px"
>
{{
(
orderData
.
sumNum
||
0
)
+
$t
(
'
箱
'
)
}}
</span>
<span
style=
"margin-right:10px"
>
{{
(
orderData
.
wvolume
||
0
)
+
'
m³
'
}}
</span>
<span
style=
"margin-right:10px"
>
{{
(
orderData
.
wvolume
||
0
)
+
'
m³
'
}}
</span>
<span
style=
"margin-right:10px"
>
{{
(
orderData
.
vweight
||
0
)
+
'
kg
'
}}
</span>
<span
style=
"margin-right:10px"
>
{{
(
orderData
.
vweight
||
0
)
+
'
kg
'
}}
</span>
...
...
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