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
c2f63aa7
Commit
c2f63aa7
authored
Jul 01, 2024
by
15008242619
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
领用出库新增紧急领用
parent
764a1d08
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
164 additions
and
162 deletions
+164
-162
index.vue
...kflow/task-center/myPlanTask/outStorageUseApply/index.vue
+164
-162
No files found.
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/outStorageUseApply/index.vue
View file @
c2f63aa7
...
@@ -45,15 +45,15 @@
...
@@ -45,15 +45,15 @@
import
{
post
}
from
'@/utils/http'
import
{
post
}
from
'@/utils/http'
export
default
{
export
default
{
name
:
'OutStorageUseApply'
,
name
:
'OutStorageUseApply'
,
components
:
{},
components
:
{},
props
:
{
props
:
{
selectData
:
{
selectData
:
{
type
:
Object
,
type
:
Object
,
default
:
()
=>
{}
default
:
()
=>
{}
}
}
},
},
data
()
{
data
()
{
return
{
return
{
dialogVisible
:
false
,
dialogVisible
:
false
,
setPersonVisible
:
false
,
setPersonVisible
:
false
,
...
@@ -84,10 +84,19 @@ data() {
...
@@ -84,10 +84,19 @@ data() {
]
]
}
}
}
}
},
},
computed
:
{},
computed
:
{},
watch
:
{},
watch
:
{},
created
()
{
created
()
{
},
mounted
()
{
this
.
$bus
.
$on
(
'cancelAndRefresh'
,
(
data
)
=>
{
this
.
$refs
.
applyTable
&&
this
.
$refs
.
applyTable
.
$refs
.
asCom
.
getData
()
})
},
// 组件方法
methods
:
{
getPersonList
(){
const
httpParams
=
{
const
httpParams
=
{
'pageFrom'
:
1
,
'pageFrom'
:
1
,
'pageSize'
:
9999
,
'pageSize'
:
9999
,
...
@@ -141,14 +150,7 @@ created() {
...
@@ -141,14 +150,7 @@ created() {
}).
catch
((
err
)
=>
{
}).
catch
((
err
)
=>
{
console
.
log
(
err
)
console
.
log
(
err
)
})
})
},
},
mounted
()
{
this
.
$bus
.
$on
(
'cancelAndRefresh'
,
(
data
)
=>
{
this
.
$refs
.
applyTable
&&
this
.
$refs
.
applyTable
.
$refs
.
asCom
.
getData
()
})
},
// 组件方法
methods
:
{
tableToolHandler
(
e
)
{
tableToolHandler
(
e
)
{
console
.
log
(
e
.
key
.
btnValue
)
console
.
log
(
e
.
key
.
btnValue
)
if
(
e
.
key
.
btnValue
===
'useApply'
)
{
if
(
e
.
key
.
btnValue
===
'useApply'
)
{
...
@@ -167,6 +169,7 @@ methods: {
...
@@ -167,6 +169,7 @@ methods: {
})
})
if
(
isUrgentUse
===
0
)
{
if
(
isUrgentUse
===
0
)
{
// 紧急领用选人
// 紧急领用选人
this
.
getPersonList
()
this
.
dialogVisible
=
false
this
.
dialogVisible
=
false
this
.
setPersonVisible
=
true
this
.
setPersonVisible
=
true
}
else
if
(
isUrgentUse
===
this
.
selectionRows
.
length
)
{
}
else
if
(
isUrgentUse
===
this
.
selectionRows
.
length
)
{
...
@@ -216,7 +219,7 @@ methods: {
...
@@ -216,7 +219,7 @@ methods: {
selectionChange
(
val
)
{
selectionChange
(
val
)
{
this
.
selectionRows
=
val
this
.
selectionRows
=
val
}
}
}
}
}
}
</
script
>
</
script
>
...
@@ -226,6 +229,5 @@ methods: {
...
@@ -226,6 +229,5 @@ methods: {
height
:
100%
;
height
:
100%
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
0
4px
;
padding
:
0
4px
;
}
}
</
style
>
</
style
>
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