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
facb8e6f
Commit
facb8e6f
authored
Feb 18, 2025
by
xiaoyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 包装类型去掉箱/编织袋显示
parent
7749fd99
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
39 additions
and
8 deletions
+39
-8
airStartcheckOut.vue
src/pages/airWarehouseOut/airStartcheckOut.vue
+7
-1
detail.vue
src/pages/loading/detail.vue
+7
-1
package.vue
src/pages/mergePkg/package.vue
+4
-3
detail.vue
src/pages/tally/detail.vue
+7
-1
relatedOrder.vue
src/pages/tally/relatedOrder.vue
+7
-1
detail.vue
src/pages/tallyAir/detail.vue
+7
-1
No files found.
src/pages/airWarehouseOut/airStartcheckOut.vue
View file @
facb8e6f
...
...
@@ -55,7 +55,7 @@
</view>
<!-- 包装类型 -->
<view
style=
"color:red;fontWeight:bold;"
>
<text
v-for=
"(unit, index) in
order.units.split(','
)"
:key=
"index"
>
<text
v-for=
"(unit, index) in
uniqueArr(order.units
)"
:key=
"index"
>
<dict-tag
:type=
"DICT_TYPE.ECW_PACKAGING_TYPE"
:value=
"unit"
/>
{{
index
!==
order
.
units
.
split
(
'
,
'
).
length
-
1
?
'
,
'
:
''
}}
</text>
</view>
...
...
@@ -787,6 +787,12 @@ export default {
this
.
orderId
=
row
.
orderId
;
this
.
$refs
.
mixOrderList
.
showDetail
(
row
);
}
,
/* 过滤包装类型 */
uniqueArr
(
arr
)
{
if
(
!
arr
||
!
arr
.
length
)
return
return
arr
.
split
(
'
,
'
).
filter
((
obj
)
=>
!
[
'
1
'
,
'
2
'
].
includes
(
obj
));
}
,
// 过滤商品特性
uniqueProductAttrs
(
arr
,
field
)
{
let
uniqueValues
=
[...
new
Set
(
arr
.
map
(
item
=>
item
[
field
].
split
(
'
,
'
)).
flat
())];
...
...
src/pages/loading/detail.vue
View file @
facb8e6f
...
...
@@ -62,7 +62,7 @@
</view>
<!-- 包装类型 -->
<view
style=
"color:red;fontWeight:bold;"
>
<text
v-for=
"(unit, index) in
order.units.split(','
)"
:key=
"index"
>
<text
v-for=
"(unit, index) in
uniqueArr(order.units
)"
:key=
"index"
>
<dict-tag
:type=
"DICT_TYPE.ECW_PACKAGING_TYPE"
:value=
"unit"
/>
{{
index
!==
order
.
units
.
split
(
'
,
'
).
length
-
1
?
'
,
'
:
''
}}
</text>
</view>
...
...
@@ -904,6 +904,12 @@ export default {
if
(
show
)
this
.
currRow
=
row
;
this
.
goodsModal
=
show
;
}
,
/* 过滤包装类型 */
uniqueArr
(
arr
)
{
if
(
!
arr
||
!
arr
.
length
)
return
return
arr
.
split
(
'
,
'
).
filter
((
obj
)
=>
!
[
'
1
'
,
'
2
'
].
includes
(
obj
));
}
,
// 过滤商品特性
uniqueProductAttrs
(
arr
,
field
)
{
let
uniqueValues
=
[...
new
Set
(
arr
.
map
(
item
=>
item
[
field
].
split
(
'
,
'
)).
flat
())];
...
...
src/pages/mergePkg/package.vue
View file @
facb8e6f
...
...
@@ -83,7 +83,7 @@
<dict-tag
:type=
"DICT_TYPE.ECW_CUSTOMS_TYPE"
:value=
"item.customsType"
style=
"color:red;fontWeight:bold;margin: 0 3px;"
/>
</text>
<!-- 包装类型 -->
<text
v-for=
"(unit, index) in
item.units.split(','
)"
:key=
"index"
style=
"color:red;fontWeight:bold;margin: 0 3px;"
>
<text
v-for=
"(unit, index) in
uniqueArr(item.units
)"
:key=
"index"
style=
"color:red;fontWeight:bold;margin: 0 3px;"
>
<dict-tag
:type=
"DICT_TYPE.ECW_PACKAGING_TYPE"
:value=
"unit"
/>
{{ index!== item.units.split(',').length-1 ? ',':'' }}
</text>
<!-- 关联单 -->
...
...
@@ -480,8 +480,9 @@ export default {
},
/* 过滤包装类型 */
uniqueArr
(
arr
)
{
return
arr
.
filter
((
obj
,
index
,
self
)
=>
index
===
self
.
findIndex
((
t
)
=>
t
.
unit
===
obj
.
unit
));
if
(
!
arr
||
!
arr
.
length
)
return
return
arr
.
split
(
'
,
'
).
filter
((
obj
)
=>
!
[
'
1
'
,
'
2
'
].
includes
(
obj
));
},
// 过滤商品特性
uniqueProductAttrs
(
arr
,
field
)
{
...
...
src/pages/tally/detail.vue
View file @
facb8e6f
...
...
@@ -49,7 +49,7 @@
</view>
<!-- 包装类型 -->
<view
style=
"color:red;fontWeight:bold;"
>
<text
v-for=
"(unit, index) in
order.units.split(','
)"
:key=
"index"
>
<text
v-for=
"(unit, index) in
uniqueArr(order.units
)"
:key=
"index"
>
<dict-tag
:type=
"DICT_TYPE.ECW_PACKAGING_TYPE"
:value=
"unit"
/>
{{
index
!==
order
.
units
.
split
(
'
,
'
).
length
-
1
?
'
,
'
:
''
}}
</text>
</view>
...
...
@@ -367,6 +367,12 @@ export default {
if
(
show
)
this
.
currRow
=
row
;
this
.
goodsModal
=
show
;
}
,
/* 过滤包装类型 */
uniqueArr
(
arr
)
{
if
(
!
arr
||
!
arr
.
length
)
return
return
arr
.
split
(
'
,
'
).
filter
((
obj
)
=>
!
[
'
1
'
,
'
2
'
].
includes
(
obj
));
}
,
// 过滤商品特性
uniqueProductAttrs
(
arr
,
field
)
{
let
uniqueValues
=
[...
new
Set
(
arr
.
map
(
item
=>
item
[
field
].
split
(
'
,
'
)).
flat
())];
...
...
src/pages/tally/relatedOrder.vue
View file @
facb8e6f
...
...
@@ -22,7 +22,7 @@
</view>
<!-- 包装类型 -->
<view
style=
"color:red;fontWeight:bold;"
>
<text
v-for=
"(unit, index) in
v.units.split(','
)"
:key=
"index"
>
<text
v-for=
"(unit, index) in
uniqueArr(v.units
)"
:key=
"index"
>
<dict-tag
:type=
"DICT_TYPE.ECW_PACKAGING_TYPE"
:value=
"unit"
/>
{{
index
!==
v
.
units
.
split
(
'
,
'
).
length
-
1
?
'
,
'
:
''
}}
</text>
</view>
...
...
@@ -191,6 +191,12 @@ export default {
}
);
}
);
}
,
/* 过滤包装类型 */
uniqueArr
(
arr
)
{
if
(
!
arr
||
!
arr
.
length
)
return
return
arr
.
split
(
'
,
'
).
filter
((
obj
)
=>
!
[
'
1
'
,
'
2
'
].
includes
(
obj
));
}
,
/* 跳转到关联单 */
relatedClick
(
orderId
)
{
uni
.
navigateTo
({
...
...
src/pages/tallyAir/detail.vue
View file @
facb8e6f
...
...
@@ -61,7 +61,7 @@
</view>
<!-- 包装类型 -->
<view
style=
"color:red;fontWeight:bold;"
>
<text
v-for=
"(unit, index) in
order.units.split(','
)"
:key=
"index"
>
<text
v-for=
"(unit, index) in
uniqueArr(order.units
)"
:key=
"index"
>
<dict-tag
:type=
"DICT_TYPE.ECW_PACKAGING_TYPE"
:value=
"unit"
/>
{{
index
!==
order
.
units
.
split
(
'
,
'
).
length
-
1
?
'
,
'
:
''
}}
</text>
</view>
...
...
@@ -590,6 +590,12 @@ export default {
}
)
}
}
,
/* 过滤包装类型 */
uniqueArr
(
arr
)
{
if
(
!
arr
||
!
arr
.
length
)
return
return
arr
.
split
(
'
,
'
).
filter
((
obj
)
=>
!
[
'
1
'
,
'
2
'
].
includes
(
obj
));
}
,
// 过滤商品特性
uniqueProductAttrs
(
arr
,
field
)
{
let
uniqueValues
=
[...
new
Set
(
arr
.
map
(
item
=>
item
[
field
].
split
(
'
,
'
)).
flat
())];
...
...
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