Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
TFMOM
TF-MOM-WEB
Commits
58fc0ffc
Commit
58fc0ffc
authored
Nov 09, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
入库确认,批量签审填写完库位,不要按照页面全部刷新
parent
f41112e6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
+12
-4
warehouseSelect.vue
...ehousingConfirmationConfirm/component/warehouseSelect.vue
+2
-1
index.vue
...enter/src/views/workflow/task-center/myPlanTask/index.vue
+1
-1
index.vue
...orkflow/task-center/myPlanTask/warehouseConfirm/index.vue
+9
-2
No files found.
applications/dee-mes/src/privateComponents/components/WarehousingConfirmationConfirm/component/warehouseSelect.vue
View file @
58fc0ffc
...
...
@@ -162,7 +162,8 @@ export default {
},
saveWorkUnit
(
params
)
{
this
.
$api
.
recursion
(
'JobResponseInStorage'
,
params
).
then
(
res
=>
{
this
.
$bus
.
$emit
(
'reloadModuleList'
)
// this.$bus.$emit('reloadModuleList')
this
.
$bus
.
$emit
(
'refreshBatchSignDetails'
)
})
}
}
...
...
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/index.vue
View file @
58fc0ffc
...
...
@@ -40,7 +40,7 @@ export default {
created
()
{
this
.
$bus
.
$on
(
'reloadModuleList'
,
(
hasFlag
)
=>
{
this
.
$nextTick
(()
=>
{
this
.
$refs
.
moduleTaskList
.
loadData
(
hasFlag
)
this
.
$refs
.
moduleTaskList
&&
this
.
$refs
.
moduleTaskList
.
loadData
(
hasFlag
)
})
})
},
...
...
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/warehouseConfirm/index.vue
View file @
58fc0ffc
...
...
@@ -33,8 +33,15 @@ export default {
},
computed
:
{},
watch
:
{},
created
()
{},
mounted
()
{},
created
()
{
},
mounted
()
{
this
.
$bus
.
$on
(
'refreshBatchSignDetails'
,
()
=>
{
this
.
$nextTick
(()
=>
{
this
.
$refs
.
applyTable
&&
this
.
$refs
.
applyTable
.
$refs
.
asCom
.
getData
()
})
})
},
// 组件方法
methods
:
{
selectionChange
(
val
)
{
...
...
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