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
e6900c23
Commit
e6900c23
authored
Jan 17, 2024
by
“lixuyan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改指令标识批量签审通过接口
parent
450df9c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
+18
-18
index.vue
...ment/instructionIdentification/components/right/index.vue
+9
-9
index.vue
...instructionIdentificationBatch/components/right/index.vue
+9
-9
No files found.
applications/dee-mes/src/views/assemblyPlanManagement/instructionIdentification/components/right/index.vue
View file @
e6900c23
...
@@ -370,10 +370,10 @@ export default {
...
@@ -370,10 +370,10 @@ export default {
return
return
}
}
this
.
aoLoading
=
true
this
.
aoLoading
=
true
const
ids
=
this
.
selctionDatas
.
map
(
item
=>
item
.
processTaskId
)
const
ids
=
this
.
selctionDatas
.
map
(
item
=>
item
.
processTaskId
)
||
[]
post
(
post
(
'DxWorkflowTask/apply/pass
?taskIds='
+
ids
.
join
(
','
)
,
'DxWorkflowTask/apply/pass
'
,
{}
ids
)
)
.
then
((
res
)
=>
{
.
then
((
res
)
=>
{
if
(
res
.
message
.
includes
(
'成功'
))
{
if
(
res
.
message
.
includes
(
'成功'
))
{
...
@@ -407,10 +407,10 @@ export default {
...
@@ -407,10 +407,10 @@ export default {
return
return
}
}
this
.
aoLoading
=
true
this
.
aoLoading
=
true
const
ids
=
this
.
selctionDatas
.
map
(
item
=>
item
.
processTaskId
)
const
ids
=
this
.
selctionDatas
.
map
(
item
=>
item
.
processTaskId
)
||
[]
post
(
post
(
'DxWorkflowTask/apply/reject
?taskIds='
+
ids
.
join
(
','
)
,
'DxWorkflowTask/apply/reject
'
,
{}
ids
)
)
.
then
((
res
)
=>
{
.
then
((
res
)
=>
{
if
(
res
.
message
.
includes
(
'成功'
))
{
if
(
res
.
message
.
includes
(
'成功'
))
{
...
@@ -443,10 +443,10 @@ export default {
...
@@ -443,10 +443,10 @@ export default {
return
return
}
}
this
.
aoLoading
=
true
this
.
aoLoading
=
true
const
ids
=
this
.
selctionDatas
.
map
(
item
=>
item
.
processTaskId
)
const
ids
=
this
.
selctionDatas
.
map
(
item
=>
item
.
processTaskId
)
||
[]
post
(
post
(
'DxWorkflowTask/apply/cancellation
?taskIds='
+
ids
.
join
(
','
)
,
'DxWorkflowTask/apply/cancellation
'
,
{}
ids
)
)
.
then
((
res
)
=>
{
.
then
((
res
)
=>
{
if
(
res
.
message
.
includes
(
'成功'
))
{
if
(
res
.
message
.
includes
(
'成功'
))
{
...
...
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/instructionIdentificationBatch/components/right/index.vue
View file @
e6900c23
...
@@ -419,10 +419,10 @@ export default {
...
@@ -419,10 +419,10 @@ export default {
return
return
}
}
this
.
aoLoading
=
true
this
.
aoLoading
=
true
const
ids
=
this
.
selctionDatas
.
map
(
item
=>
item
.
processTaskId
)
const
ids
=
this
.
selctionDatas
.
map
(
item
=>
item
.
processTaskId
)
||
[]
post
(
post
(
'DxWorkflowTask/apply/pass
?taskIds='
+
ids
.
join
(
','
)
,
'DxWorkflowTask/apply/pass
'
,
{}
ids
)
)
.
then
((
res
)
=>
{
.
then
((
res
)
=>
{
if
(
res
.
message
.
includes
(
'成功'
))
{
if
(
res
.
message
.
includes
(
'成功'
))
{
...
@@ -456,10 +456,10 @@ export default {
...
@@ -456,10 +456,10 @@ export default {
return
return
}
}
this
.
aoLoading
=
true
this
.
aoLoading
=
true
const
ids
=
this
.
selctionDatas
.
map
(
item
=>
item
.
processTaskId
)
const
ids
=
this
.
selctionDatas
.
map
(
item
=>
item
.
processTaskId
)
||
[]
post
(
post
(
'DxWorkflowTask/apply/reject
?taskIds='
+
ids
.
join
(
','
)
,
'DxWorkflowTask/apply/reject
'
,
{}
ids
)
)
.
then
((
res
)
=>
{
.
then
((
res
)
=>
{
if
(
res
.
message
.
includes
(
'成功'
))
{
if
(
res
.
message
.
includes
(
'成功'
))
{
...
@@ -492,10 +492,10 @@ export default {
...
@@ -492,10 +492,10 @@ export default {
return
return
}
}
this
.
aoLoading
=
true
this
.
aoLoading
=
true
const
ids
=
this
.
selctionDatas
.
map
(
item
=>
item
.
processTaskId
)
const
ids
=
this
.
selctionDatas
.
map
(
item
=>
item
.
processTaskId
)
||
[]
post
(
post
(
'DxWorkflowTask/apply/cancellation
?taskIds='
+
ids
.
join
(
','
)
,
'DxWorkflowTask/apply/cancellation
'
,
{}
ids
)
)
.
then
((
res
)
=>
{
.
then
((
res
)
=>
{
if
(
res
.
message
.
includes
(
'成功'
))
{
if
(
res
.
message
.
includes
(
'成功'
))
{
...
...
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