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
a3c52d7d
Commit
a3c52d7d
authored
Feb 11, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调拨到仓,出仓查看 修改
parent
9c77abcb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
warehouse-video-list.vue
src/views/ecw/order/components/warehouse-video-list.vue
+3
-2
transferWarehousing.vue
src/views/ecw/order/transferWarehousing.vue
+7
-2
No files found.
src/views/ecw/order/components/warehouse-video-list.vue
View file @
a3c52d7d
...
...
@@ -25,7 +25,8 @@ export default {
item
:{
type
:
Object
,
default
:{}
}
},
status
:
Number
,
},
name
:
"
warehouse-video-list
"
,
data
(){
...
...
@@ -39,7 +40,7 @@ export default {
},
methods
:{
warehousePictureListFn
(){
let
p
=
{
bizId
:
this
.
item
.
id
,
type
:
this
.
item
.
status
===
5
?
2
:
this
.
item
.
status
===
6
?
3
:
''
}
let
p
=
{
bizId
:
this
.
item
.
id
,
type
:
this
.
status
}
warehousePictureList
(
p
).
then
(
r
=>
{
this
.
list
=
r
.
data
.
map
(
i
=>
i
.
url
)
})
...
...
src/views/ecw/order/transferWarehousing.vue
View file @
a3c52d7d
...
...
@@ -64,9 +64,14 @@
{{
STATUS
[
row
.
status
]
}}
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('
图片
')
"
>
<
el
-
table
-
column
:
label
=
"
$t('
出仓影像
')
"
>
<
template
v
-
slot
=
"
{row
}
"
>
<
warehouse
-
video
-
list
:
item
=
"
row
"
><
/warehouse-video-list
>
<
warehouse
-
video
-
list
:
status
=
"
2
"
:
item
=
"
row
"
><
/warehouse-video-list
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
:
label
=
"
$t('到仓影像')
"
>
<
template
v
-
slot
=
"
{row
}
"
>
<
warehouse
-
video
-
list
:
status
=
"
3
"
:
item
=
"
row
"
><
/warehouse-video-list
>
<
/template
>
<
/el-table-column
>
<
/el-table
>
...
...
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