Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-pda-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-pda-master
Commits
999cdfc0
Commit
999cdfc0
authored
Nov 11, 2024
by
xiaoyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feature: 修改混箱明细显示
parent
41659768
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
en_US.json
src/i18n/languages/en_US.json
+1
-0
warehouseList.vue
src/pages/tally/warehouseList.vue
+6
-6
No files found.
src/i18n/languages/en_US.json
View file @
999cdfc0
...
...
@@ -206,6 +206,7 @@
"件数"
:
"number"
,
"混箱商品明细"
:
"Details of mixed products"
,
"长/宽/高"
:
"length/wide/height"
,
"入仓/包装类型"
:
"Warehousing/Packaging type"
,
"待理货货柜列表"
:
"Container list to be tally"
,
"数量(个)"
:
"Quantity"
,
"包装类型"
:
"Packaging type"
,
...
...
src/pages/tally/warehouseList.vue
View file @
999cdfc0
...
...
@@ -8,23 +8,23 @@
<view>
<view
class=
"productsList"
>
<view
class=
"flex text-center text-black bg-white text-bold padding-sm"
>
<view
class=
"flex-sub"
>
{{
$t
(
'
序号
'
)
}}
</view>
<view
class=
"flex-sub"
>
{{
$t
(
'
箱数
'
)
}}
</view>
<view
class=
"flex-sub"
>
{{
$t
(
'
包装类型
'
)
}}
</view>
<view
class=
"flex-sub"
>
{{
$t
(
'
入仓类型
'
)
}}
</view>
<view
class=
"flex-sub"
>
{{
$t
(
'
入仓/包装类型
'
)
}}
</view>
<view
class=
"flex-sub"
>
{{
$t
(
'
长/宽/高
'
)
}}
</view>
<view
class=
"flex-sub"
>
{{
$t
(
'
体积
'
)
+
"
(m³)
"
}}
</view>
<view
class=
"flex-sub"
>
{{
$t
(
"
重量
"
)
+
"
(kg)
"
}}
</view>
<view
class=
"flex-sub"
>
{{
$t
(
"
首次入仓时间
"
)
}}
</view>
<view
class=
"flex-sub"
>
{{
$t
(
"
储位
"
)
}}
</view>
</view>
<view
v-for=
"(order, index) in warehouseList"
:key=
"'order-' + index"
>
<view
class=
"flex text-center padding-sm"
v-for=
"(v, index) in order.orderWarehouseInBackItemDoList"
:key=
"'goods-' + index"
>
<view
class=
"flex-sub"
>
{{
index
+
1
}}
</view>
<view
class=
"flex-sub"
>
{{
v
.
cartonsNum
}}
</view>
<view
class=
"flex-sub"
><dict-tag
:type=
"DICT_TYPE.ECW_PACKAGING_TYPE"
:value=
"v.unit"
/></view>
<view
class=
"flex-sub"
><dict-tag
:type=
"DICT_TYPE.WAREHOUSING_SPECIFICATION_TYPE"
:value=
"v.specificationType"
/></view>
<view
class=
"flex-sub"
><dict-tag
:type=
"DICT_TYPE.WAREHOUSING_SPECIFICATION_TYPE"
:value=
"v.specificationType"
/>
/
<dict-tag
:type=
"DICT_TYPE.ECW_PACKAGING_TYPE"
:value=
"v.unit"
/></view>
<view
class=
"flex-sub"
>
{{
v
.
boxGauge
}}
</view>
<view
class=
"flex-sub"
>
{{
v
.
volume
}}
</view>
<view
class=
"flex-sub"
>
{{
v
.
weight
}}
</view>
<view
class=
"flex-sub"
>
{{
v
.
inTime
?
dayjs
(
v
.
inTime
).
format
(
"
YYYY-MM-DD HH:mm:ss
"
)
:
v
.
inTime
}}
</view>
<view
class=
"flex-sub"
>
{{
showLocationName
(
v
.
orderLocationBackVOList
)
}}
</view>
</view>
</view>
</view>
...
...
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