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
9e56310b
Commit
9e56310b
authored
Dec 07, 2024
by
xiaoyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 理货修改包装类型和混箱
parent
623e6a1d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
12 deletions
+20
-12
detail.vue
src/pages/loading/detail.vue
+1
-1
api.js
src/pages/mergePkg/api.js
+1
-1
patch.vue
src/pages/mergePkg/patch.vue
+1
-1
detail.vue
src/pages/tally/detail.vue
+8
-4
detail.vue
src/pages/tallyAir/detail.vue
+9
-5
No files found.
src/pages/loading/detail.vue
View file @
9e56310b
...
...
@@ -65,7 +65,7 @@
<!-- 关联单 -->
<view
v-if=
"order.guanLianOrderStatusVOList&&order.guanLianOrderStatusVOList.length>0"
style=
"color:red;fontWeight:bold;"
@
tap=
"relatedClick(order.orderId)"
>
{{
$t
(
'
关联单
'
)
}}
</view>
<!-- 混箱 -->
<view
v-if=
"order.goodsList&&order.goodsList.length>
1
"
style=
"color:red;fontWeight:bold;"
@
tap=
"showWarehouseLogs(order)"
>
{{
$t
(
'
混箱
'
)
}}
</view>
<view
v-if=
"order.goodsList&&order.goodsList.length>
0&&order.goodsList.some(v => v.mixStatus === 1)
"
style=
"color:red;fontWeight:bold;"
@
tap=
"showWarehouseLogs(order)"
>
{{
$t
(
'
混箱
'
)
}}
</view>
</view>
<view
style=
"width:12%;"
>
{{
order
.
volume
|
toFixed
}}
</view>
<view
style=
"width:12%;"
>
{{
order
.
weight
|
toFixed
}}
</view>
...
...
src/pages/mergePkg/api.js
View file @
9e56310b
...
...
@@ -151,7 +151,7 @@ export const getChannelList = (params = {}) => {
}
/**
* 获得空运待
遇
装列表
* 获得空运待
预
装列表
*/
export
function
preloadPageAir
(
params
)
{
return
http
(
'
/ecw/box-preload-goods/preloadPageAir
'
,
params
,
{
...
...
src/pages/mergePkg/patch.vue
View file @
9e56310b
...
...
@@ -105,7 +105,7 @@
<view
class=
"cu-item"
>
<view
class=
"content"
>
<text>
{{$t('可出特性')}}:
</text>
<text>
{{ order.attrNameList ? order.attrNameList.join(',') : '' }}
</text>
<text>
{{ order.attrNameList ? order.attrNameList.
filter(v => v).
join(',') : '' }}
</text>
</view>
</view>
</view>
...
...
src/pages/tally/detail.vue
View file @
9e56310b
...
...
@@ -45,14 +45,18 @@
</view>
<!-- 包装类型 -->
<view
style=
"color:red;fontWeight:bold;"
>
<text
v-for=
"(prod, index) in uniqueArr(order.goodsList)"
:key=
"prod.orderItemId"
>
<dict-tag
:type=
"DICT_TYPE.ECW_PACKAGING_TYPE"
:value=
"prod.unit"
/>
{{
index
!==
uniqueArr
(
order
.
goodsList
).
length
-
1
?
'
,
'
:
''
}}
<text
v-for=
"(prod, index) in order.goodsList"
:key=
"prod.orderItemId"
>
<text
v-for=
"(unit, unitIdx) in prod.units.split(',')"
>
<dict-tag
:type=
"DICT_TYPE.ECW_PACKAGING_TYPE"
:value=
"unit"
/>
{{
unitIdx
!==
prod
.
units
.
split
(
'
,
'
).
length
-
1
?
'
,
'
:
''
}}
</text>
{{
index
!==
order
.
goodsList
.
length
-
1
?
'
,
'
:
''
}}
</text>
</view>
<!-- 关联单 -->
<view
v-if=
"order.guanLianOrderStatusVOList&&order.guanLianOrderStatusVOList.length>0"
style=
"color:red;fontWeight:bold;"
@
tap=
"relatedClick(order.orderId)"
>
{{
$t
(
'
关联单
'
)
}}
</view>
<!-- 混箱 -->
<view
v-if=
"order.goodsList&&order.goodsList.length>
1
"
style=
"color:red;fontWeight:bold;"
@
tap=
"showWarehouseList(order)"
>
{{
$t
(
'
混箱
'
)
}}
</view>
<view
v-if=
"order.goodsList&&order.goodsList.length>
0&&order.goodsList.some(v => v.mixStatus === 1)
"
style=
"color:red;fontWeight:bold;"
@
tap=
"showWarehouseList(order)"
>
{{
$t
(
'
混箱
'
)
}}
</view>
</view>
<view
style=
"width:15%;"
>
{{
order
.
volume
|
toFixed
}}
m³
</view>
<view
style=
"width:15%;"
>
{{
order
.
weight
|
toFixed
}}
kg
</view>
...
...
@@ -539,7 +543,7 @@ export default {
toPatch
()
{
const
{
boxInfo
}
=
this
.
loadData
;
uni
.
navigateTo
({
url
:
`../
mergePkg/patch?id=${this.shipmentId
}
&selfNo=${boxInfo.selfNo
}
`
,
url
:
`../
loading/patch?id=${this.shipmentId
}
&destWarehouseId=${boxInfo.destWarehouseId
}
`
,
}
);
}
,
/* 理货完成 */
...
...
src/pages/tallyAir/detail.vue
View file @
9e56310b
...
...
@@ -43,8 +43,8 @@
</view>
<view
class=
"padding-sm"
:id=
"'order-' + order.orderNo"
:class=
"'order-' + order.orderNo == heightLightId ? 'bg-yellow' : 'bg-white'"
v-for=
"(order, key) in v.sectionOrderList"
:key=
"key"
>
<view
class=
"flex text-center"
>
<view
class=
"text-break text-blue"
style=
"width:20%;"
@
tap=
"showOrderDetail(true, order.orderId)"
>
<view>
{{
order
.
orderNo
}}
</view>
<view
class=
"text-break text-blue"
style=
"width:20%;"
>
<view
@
tap=
"showOrderDetail(true, order.orderId)"
>
{{
order
.
orderNo
}}
</view>
<view
style=
"color:blue;fontWeight:bold;"
>
{{
order
.
isExternalWarehouse
===
1
?
(
'
(
'
+
$t
(
'
外部仓
'
)
+
'
)
'
)
:
''
}}
</view>
...
...
@@ -57,14 +57,18 @@
</view>
<!-- 包装类型 -->
<view
style=
"color:red;fontWeight:bold;"
>
<text
v-for=
"(prod, index) in uniqueArr(order.goodsList)"
:key=
"prod.orderItemId"
>
<dict-tag
:type=
"DICT_TYPE.ECW_PACKAGING_TYPE"
:value=
"prod.unit"
/>
{{
index
!==
uniqueArr
(
order
.
goodsList
).
length
-
1
?
'
,
'
:
''
}}
<text
v-for=
"(prod, index) in order.goodsList"
:key=
"prod.orderItemId"
>
<text
v-for=
"(unit, unitIdx) in prod.units.split(',')"
>
<dict-tag
:type=
"DICT_TYPE.ECW_PACKAGING_TYPE"
:value=
"unit"
/>
{{
unitIdx
!==
prod
.
units
.
split
(
'
,
'
).
length
-
1
?
'
,
'
:
''
}}
</text>
{{
index
!==
order
.
goodsList
.
length
-
1
?
'
,
'
:
''
}}
</text>
</view>
<!-- 关联单 -->
<view
v-if=
"order.guanLianOrderStatusVOList&&order.guanLianOrderStatusVOList.length>0"
style=
"color:red;fontWeight:bold;"
@
tap=
"relatedClick(order.orderId)"
>
{{
$t
(
'
关联单
'
)
}}
</view>
<!-- 混箱 -->
<view
v-if=
"order.goodsList&&order.goodsList.length>
1
"
style=
"color:red;fontWeight:bold;"
@
tap=
"showWarehouseList(order)"
>
{{
$t
(
'
混箱
'
)
}}
</view>
<view
v-if=
"order.goodsList&&order.goodsList.length>
0&&order.goodsList.some(v => v.mixStatus === 1)
"
style=
"color:red;fontWeight:bold;"
@
tap=
"showWarehouseList(order)"
>
{{
$t
(
'
混箱
'
)
}}
</view>
</view>
<view
style=
"width:15%;"
>
{{
order
.
volume
|
toFixed
}}
m³
</view>
<view
style=
"width:15%;"
>
{{
order
.
weight
|
toFixed
}}
kg
</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