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
0502a2c3
Commit
0502a2c3
authored
Dec 18, 2024
by
xiaoyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 混箱明细修改取值对象
parent
155eb19d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
10 deletions
+14
-10
mixOrderList.vue
src/pages/tally/mixOrderList.vue
+14
-10
No files found.
src/pages/tally/mixOrderList.vue
View file @
0502a2c3
...
...
@@ -15,17 +15,21 @@
<view
class=
"flex-sub"
>
{{
$t
(
'
用途
'
)
}}
</view>
<view
class=
"flex-sub"
>
{{
$t
(
"
数量
"
)
}}
</view>
</view>
<view
v-for=
"(v, index) in warehouseList"
:key=
"'order-' + index"
>
<view
class=
"flex text-center padding-sm"
:key=
"'goods-' + index"
>
<view
class=
"flex-sub"
>
{{
$lang
.
locale
===
'
zh-Hans
'
?
v
.
prodTitleZh
:
v
.
prodTitleEn
}}
</view>
<view
class=
"flex-sub"
>
<template
v-if=
"v.brandName"
>
{{
v
.
brandName
}}
</
template
>
<dict-tag
v-else
:type=
"DICT_TYPE.ECW_IS_BRAND"
:value=
"v.brandType"
/>
<view
v-for=
"(order, index) in warehouseList"
:key=
"'order-' + index"
>
<view
v-for=
"(item, index) in order.orderWarehouseInBackItemDoList"
:key=
"'item-' + index"
>
<view
v-for=
"(v, index) in item.orderWarehouseInDetailsVOList"
:key=
"'order-' + index"
>
<view
class=
"flex text-center padding-sm"
:key=
"'goods-' + index"
>
<view
class=
"flex-sub"
>
{{
$lang
.
locale
===
'
zh-Hans
'
?
v
.
prodTitleZh
:
v
.
prodTitleEn
}}
</view>
<view
class=
"flex-sub"
>
<template
v-if=
"v.brandName"
>
{{
v
.
brandName
}}
</
template
>
<dict-tag
v-else
:type=
"DICT_TYPE.ECW_IS_BRAND"
:value=
"v.brandType"
/>
</view>
<view
class=
"flex-sub"
><dict-tag
:type=
"DICT_TYPE.ECW_PRODUCT_MATERIAL"
:value=
"v.material"
/></view>
<view
class=
"flex-sub"
>
{{ getProductNamesByIds(v.prodAttrIds) }}
</view>
<view
class=
"flex-sub"
>
{{ getProductUsageByIds(v.usageIds) }}
</view>
<view
class=
"flex-sub"
>
{{ v.quantityAll }}
</view>
</view>
</view>
<view
class=
"flex-sub"
><dict-tag
:type=
"DICT_TYPE.ECW_PRODUCT_MATERIAL"
:value=
"v.material"
/></view>
<view
class=
"flex-sub"
>
{{ getProductNamesByIds(v.prodAttrIds) }}
</view>
<view
class=
"flex-sub"
>
{{ getProductUsageByIds(v.usageIds) }}
</view>
<view
class=
"flex-sub"
>
{{ v.num }}
</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