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
7749fd99
Commit
7749fd99
authored
Jan 22, 2025
by
Administrator
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release' into 'jd_dev'
Release分支合并到jd分支0122 See merge request
!23
parents
7996b5c1
5f38528a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
package.vue
src/pages/mergePkg/package.vue
+6
-6
No files found.
src/pages/mergePkg/package.vue
View file @
7749fd99
...
...
@@ -68,11 +68,11 @@
<view
class=
"content"
>
<text
class=
"text-blue"
@
tap=
"showOrderDetail(true, item.orderId)"
>
{{item.orderNo}}
</text>
<!-- 调仓 -->
<text
v-for=
"prod in item.orderItemDOS"
:key=
"prod.orderItemId"
style=
"color:blue;fontWeight:bold;margin: 0 3px;"
>
{{
prod
.isExternalWarehouse === 1 ? ('('+$t('外部仓')+')') : ''}}
<text
style=
"color:blue;fontWeight:bold;margin: 0 3px;"
>
{{
item
.isExternalWarehouse === 1 ? ('('+$t('外部仓')+')') : ''}}
</text>
<text
v-for=
"prod in item.orderItemDOS"
:key=
"prod.orderItemId"
style=
"color:red;fontWeight:bold;margin: 0 3px;"
>
{{
prod
.adjustToDestWarehouseId > 0 ? ('('+$t('调仓')+')') : ''}}
<text
style=
"color:red;fontWeight:bold;margin: 0 3px;"
>
{{
item
.adjustToDestWarehouseId > 0 ? ('('+$t('调仓')+')') : ''}}
</text>
<!-- 品牌 -->
<text
v-if=
"item.orderItemDOS&&item.orderItemDOS.some(ele => [$t('无牌'), $t('有牌'), $t('中性')][ele.feeType] !== $t('无牌'))"
style=
"color:red;fontWeight:bold;margin: 0 3px;"
>
{{ $t('有牌') }}
</text>
...
...
@@ -83,8 +83,8 @@
<dict-tag
:type=
"DICT_TYPE.ECW_CUSTOMS_TYPE"
:value=
"item.customsType"
style=
"color:red;fontWeight:bold;margin: 0 3px;"
/>
</text>
<!-- 包装类型 -->
<text
v-for=
"(
prod, index) in uniqueArr(item.orderItemDOS)"
:key=
"prod.orderItemId
"
style=
"color:red;fontWeight:bold;margin: 0 3px;"
>
<dict-tag
:type=
"DICT_TYPE.ECW_PACKAGING_TYPE"
:value=
"
prod.unit"
/>
{{ index!== uniqueArr(item.orderItemDOS
).length-1 ? ',':'' }}
<text
v-for=
"(
unit, index) in item.units.split(',')"
: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>
<!-- 关联单 -->
<text
v-if=
"item.hasRelationOrder"
style=
"color:red;fontWeight:bold;"
@
tap=
"relatedClick(item.orderId)"
>
{{$t('关联单')}}
</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