Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-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-operator-master
Commits
02e29c42
Commit
02e29c42
authored
Oct 27, 2023
by
黄卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入仓记录增加商品明细 / 后台订单详情-入仓详情-查看箱明细-前
https://zentao.test.jdshangmen.com/task-view-3165.html
parent
30ad31a4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
2 deletions
+20
-2
WarehouseDetail.vue
src/views/ecw/order/components/WarehouseDetail.vue
+10
-1
WarehouseRecordDetail.vue
...cw/order/warehousing/components/WarehouseRecordDetail.vue
+10
-1
No files found.
src/views/ecw/order/components/WarehouseDetail.vue
View file @
02e29c42
...
...
@@ -4,7 +4,14 @@
<el-button
v-if=
"info.transportId==3"
style=
"position:absolute;top:15px;left:340px"
type=
"primary"
@
click=
"seePackLog"
>
{{
$t
(
'
查看打包历史
'
)
}}
</el-button>
<el-table
v-if=
"warehouseItem && warehouseItem.orderWarehouseInBackItemDoList"
:data=
"warehouseItem.orderWarehouseInBackItemDoList"
>
<el-table-column
type=
"index"
:label=
"$t('序号')"
/>
<el-table-column
:label=
"$t('箱数')"
prop=
"cartonsNum"
/>
<el-table-column
:label=
"$t('箱数')"
prop=
"cartonsNum"
>
<template
slot-scope=
"
{row}">
<template
v-if=
"row.orderWarehouseInDetailsVOList && row.orderWarehouseInDetailsVOList.length"
>
<WarehouseRecordDetail
v-model=
"row.orderWarehouseInDetailsVOList"
text
readonly
/>
</
template
>
<
template
v-else
>
{{
row
.
cartonsNum
}}
</
template
>
</template>
</el-table-column>
<el-table-column
:label=
"$t('入仓类型')"
prop=
"cartonsNum"
>
<
template
slot-scope=
"{row}"
>
<dict-tag
:type=
"DICT_TYPE.WAREHOUSING_SPECIFICATION_TYPE"
:value=
"row.specificationType"
/>
...
...
@@ -60,8 +67,10 @@ import { DICT_TYPE } from '@/utils/dict'
import
{
parseTime
}
from
'
@/utils/ruoyi
'
import
WarehouseAreaSelect
from
"
@/components/WarehouseAreaSelect
"
import
ImageDisplay
from
"
@/views/ecw/order/components/imageDisplay.vue
"
;
import
WarehouseRecordDetail
from
'
@/views/ecw/order/warehousing/components/WarehouseRecordDetail.vue
'
export
default
{
components
:
{
WarehouseRecordDetail
,
ImageDisplay
,
WarehouseAreaSelect
},
...
...
src/views/ecw/order/warehousing/components/WarehouseRecordDetail.vue
View file @
02e29c42
<
template
>
<div
style=
"display: inline-block"
>
<template
v-if=
"text"
>
<el-button
size=
"mini"
type=
"text"
style=
"margin-right: 10px"
@
click=
"handleOpen"
>
{{
value
.
length
}}
(混箱)
</el-button>
</
template
>
<
template
v-else
>
<el-button
size=
"mini"
type=
"primary"
style=
"margin-right: 10px"
@
click=
"handleOpen"
>
{{
title
}}
</el-button>
</
template
>
<el-dialog
append-to-body
:title=
"title"
...
...
@@ -48,6 +53,10 @@ export default {
readonly
:
{
type
:
Boolean
,
default
:
false
},
text
:
{
type
:
Boolean
,
default
:
false
}
},
...
...
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