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
7ea6cca1
Commit
7ea6cca1
authored
Feb 12, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调仓申请窗口添加调仓 影像
parent
7cbe1d72
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
batchSingleApplication.vue
src/views/ecw/order/batchSingleApplication.vue
+12
-0
warehouse-video-list.vue
src/views/ecw/order/components/warehouse-video-list.vue
+6
-0
No files found.
src/views/ecw/order/batchSingleApplication.vue
View file @
7ea6cca1
...
...
@@ -108,6 +108,16 @@
{{
STATUS
[
row
.
status
]
}}
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('出仓影像')"
>
<
template
v-slot=
"{row}"
>
<warehouse-video-list
:modal=
"false"
:status=
"2"
:item =
"row"
></warehouse-video-list>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('入仓影像')"
>
<
template
v-slot=
"{row}"
>
<warehouse-video-list
:modal=
"false"
:status=
"3"
:item =
"row"
></warehouse-video-list>
</
template
>
</el-table-column>
</el-table>
</el-card>
<el-divider
contentPosition=
"left"
>
{{$t('审批流程')}}
</el-divider>
...
...
@@ -145,6 +155,7 @@ import workFlow from "@/components/WorkFlow";
import
Template
from
"
@/views/cms/template
"
;
import
{
arrryToKeyedObjectBy
}
from
"
@/utils
"
;
import
{
getChannelList
}
from
"
@/api/ecw/channel
"
;
import
WarehouseVideoList
from
"
@/views/ecw/order/components/warehouse-video-list.vue
"
;
export
default
{
name
:
"
batchSingleApplication
"
,
...
...
@@ -156,6 +167,7 @@ export default {
}
},
components
:
{
WarehouseVideoList
,
Template
,
warehouseDetails
,
workFlow
...
...
src/views/ecw/order/components/warehouse-video-list.vue
View file @
7ea6cca1
...
...
@@ -2,6 +2,7 @@
<div
v-if=
"list.length"
>
<el-button
type=
"text"
@
click=
"dialogVisible = true"
>
查看图片
</el-button>
<el-dialog
:modal=
"modal"
title=
"提示"
:visible.sync=
"dialogVisible"
width=
"50%"
>
...
...
@@ -27,6 +28,10 @@ export default {
default
:{}
},
status
:
Number
,
modal
:{
type
:
Boolean
,
default
:
true
,
}
},
name
:
"
warehouse-video-list
"
,
data
(){
...
...
@@ -46,6 +51,7 @@ export default {
})
}
}
}
</
script
>
...
...
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