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
74720569
Commit
74720569
authored
Nov 17, 2024
by
xiaoyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改取值字段
parent
7569de19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
relatedOrder.vue
src/pages/tally/relatedOrder.vue
+3
-2
No files found.
src/pages/tally/relatedOrder.vue
View file @
74720569
...
@@ -28,7 +28,8 @@
...
@@ -28,7 +28,8 @@
</view>
</view>
<!-- 包装类型 -->
<!-- 包装类型 -->
<view
style=
"color:red;fontWeight:bold;"
>
<view
style=
"color:red;fontWeight:bold;"
>
<dict-tag
:type=
"DICT_TYPE.ECW_PACKAGING_TYPE"
:value=
"order.unit"
/>
{{
order
.
units
?
order
.
units
.
split
(
'
,
'
).
join
(
'
,
'
)
:
''
}}
<!--
<dict-tag
:type=
"DICT_TYPE.ECW_PACKAGING_TYPE"
:value=
"order.unit"
/>
-->
</view>
</view>
<!-- 关联单 -->
<!-- 关联单 -->
<view
v-if=
"v.hasRelationOrder"
style=
"color:red;fontWeight:bold;"
@
tap=
"relatedClick(order.orderId)"
>
{{
$t
(
'
关联单
'
)
}}
</view>
<view
v-if=
"v.hasRelationOrder"
style=
"color:red;fontWeight:bold;"
@
tap=
"relatedClick(order.orderId)"
>
{{
$t
(
'
关联单
'
)
}}
</view>
...
@@ -43,7 +44,7 @@
...
@@ -43,7 +44,7 @@
{{
order
.
multiSpecification
===
true
?
(
'
(
'
+
$t
(
'
多规格
'
)
+
'
)
'
)
:
''
}}
{{
order
.
multiSpecification
===
true
?
(
'
(
'
+
$t
(
'
多规格
'
)
+
'
)
'
)
:
''
}}
</view>
</view>
</view>
</view>
<view
class=
"flex-sub"
>
{{
order
.
positionNo
}}
</view>
<view
class=
"flex-sub"
>
{{
order
.
positionNo
?
order
.
positionNo
.
split
(
'
,
'
).
join
(
'
,
'
)
:
''
}}
</view>
<view
class=
"flex-sub"
>
{{
order
.
containerNumber
}}
</view>
<view
class=
"flex-sub"
>
{{
order
.
containerNumber
}}
</view>
<view
class=
"flex-sub"
>
{{
order
.
containerNumber
===
selfNo
?
$t
(
'
是
'
)
:
$t
(
'
否
'
)
}}
</view>
<view
class=
"flex-sub"
>
{{
order
.
containerNumber
===
selfNo
?
$t
(
'
是
'
)
:
$t
(
'
否
'
)
}}
</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