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
49163255
Commit
49163255
authored
Apr 09, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码格式修改
parent
e174e68b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
27 deletions
+26
-27
index.vue
...task-center/myPlanTask/inStorageUseOutBackApply/index.vue
+26
-27
No files found.
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/inStorageUseOutBackApply/index.vue
View file @
49163255
...
...
@@ -84,37 +84,39 @@ export default {
}
}
},
computed
:
{},
watch
:
{},
created
()
{
const
httpParams
=
{
"pageFrom"
:
1
,
"pageSize"
:
9999
,
"searchItems"
:
{
"children"
:
[],
"items"
:
[
'pageFrom'
:
1
,
'pageSize'
:
9999
,
'searchItems'
:
{
'children'
:
[],
'items'
:
[
{
"fieldName"
:
"source.name"
,
"operator"
:
"EQ"
,
"value"
:
"工艺员"
'fieldName'
:
'source.name'
,
'operator'
:
'EQ'
,
'value'
:
'工艺员'
}
],
"operator"
:
"AND"
'operator'
:
'AND'
},
"openProps"
:
[
'openProps'
:
[
{
"name"
:
"source"
,
"pageFrom"
:
1
,
"pageSize"
:
9999
'name'
:
'source'
,
'pageFrom'
:
1
,
'pageSize'
:
9999
},
{
"name"
:
"target"
,
"pageFrom"
:
1
,
"pageSize"
:
9999
'name'
:
'target'
,
'pageFrom'
:
1
,
'pageSize'
:
9999
}
],
"sortItem"
:
[
'sortItem'
:
[
{
"fieldName"
:
"modifyTime"
,
"sortOrder"
:
"desc"
'fieldName'
:
'modifyTime'
,
'sortOrder'
:
'desc'
}
]
}
...
...
@@ -132,8 +134,6 @@ export default {
console
.
log
(
err
)
})
},
computed
:
{},
watch
:
{},
mounted
()
{
},
// 组件方法
methods
:
{
...
...
@@ -155,22 +155,21 @@ export default {
}
})
if
(
isTkdBack
===
0
)
{
//退库单退库选人
//
退库单退库选人
this
.
dialogVisible
=
false
this
.
setPersonVisible
=
true
}
else
if
(
isTkdBack
===
this
.
selectionRows
.
length
)
{
post
(
'/DxWorkflowTask/apply/pass'
,
this
.
selectionRows
.
map
(
item
=>
item
.
processTaskId
)).
then
(
res
=>
{
this
.
$utils
.
showMessageSuccess
(
'提交成功'
)
this
.
$refs
.
applyTable
.
$refs
.
asCom
.
getData
()
}).
catch
(
err
=>
{
}).
catch
(
()
=>
{
this
.
$utils
.
showMessageWarning
(
'出现异常,提交失败'
)
}).
finally
(()
=>
{
}).
finally
(()
=>
{
this
.
dialogVisible
=
false
})
}
else
{
this
.
$utils
.
showMessageWarning
(
'退库原因为退库单退库的不能与其他退库类型一起提交'
)
}
},
cancle
()
{
this
.
dialogVisible
=
false
...
...
@@ -184,9 +183,9 @@ export default {
post
(
'/InStorageRequestItem/creator/applyByItems?userIds='
+
this
.
form
.
userIds
,
ids
).
then
(
res
=>
{
this
.
$utils
.
showMessageSuccess
(
'提交成功'
)
this
.
$refs
.
applyTable
.
$refs
.
asCom
.
getData
()
}).
catch
(
err
=>
{
}).
catch
(
()
=>
{
this
.
$utils
.
showMessageWarning
(
'出现异常,提交失败'
)
}).
finally
(()
=>
{
}).
finally
(()
=>
{
this
.
dialogVisible
=
false
this
.
setPersonVisible
=
false
this
.
$set
(
this
.
form
,
'userIds'
,
''
)
...
...
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