Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-customer-new-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-customer-new-master
Commits
f3ea123b
Commit
f3ea123b
authored
Sep 06, 2024
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单详情入仓信息修改
parent
873f237c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
orderInfo.vue
src/pages/orderInfo/orderInfo.vue
+4
-4
No files found.
src/pages/orderInfo/orderInfo.vue
View file @
f3ea123b
...
...
@@ -246,10 +246,10 @@
</view>
<view
class=
"order-table-v"
>
<text>
{{
$lang
.
lang
.
orderInfo
.
inWarehouseInfo
}}
:
</text>
<text>
{{
item
.
warehouseInInfoVO
?
item
.
warehouseInInfoVO
.
cartonsNum
:
item
.
num
}}{{
$lang
.
lang
.
orderInfo
.
box
}}
</text>
<text>
{{
item
.
warehouseInInfoVO
?
item
.
warehouseInInfoVO
.
weight
:
item
.
weight
}}
KG
</text>
<text>
{{
item
.
warehouseInInfoVO
?
item
.
warehouseInInfoVO
.
volume
:
item
.
volume
}}
m³
</text>
<text>
{{
item
.
warehouseInInfoVO
?
item
.
warehouseInInfoVO
.
quantityAll
:
item
.
quantity
}}{{
$lang
.
lang
.
create
.
aunit
}}
</text>
<text>
{{
item
.
warehouseInInfoVO
?
item
.
warehouseInInfoVO
.
cartonsNum
:
0
}}{{
$lang
.
lang
.
orderInfo
.
box
}}
</text>
<text>
{{
item
.
warehouseInInfoVO
?
item
.
warehouseInInfoVO
.
weight
:
0
}}
KG
</text>
<text>
{{
item
.
warehouseInInfoVO
?
item
.
warehouseInInfoVO
.
volume
:
0
}}
m³
</text>
<text>
{{
item
.
warehouseInInfoVO
?
item
.
warehouseInInfoVO
.
quantityAll
:
0
}}{{
$lang
.
lang
.
create
.
aunit
}}
</text>
</view>
<view
class=
"order-table-v"
>
<text>
{{
$lang
.
lang
.
create
.
quickNo
}}
:
{{
item
.
warehouseInInfoVO
?
item
.
warehouseInInfoVO
.
expressNo
:
item
.
expressNo
}}
</text>
...
...
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