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
96c73d8b
Commit
96c73d8b
authored
Apr 09, 2024
by
15008242619
Committed by
jingnan
May 06, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
退库单退库优化(暂不部署正式)
parent
45491d8f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
index.vue
...-mes/src/privateComponents/components/backApply/index.vue
+2
-0
index.vue
...task-center/myPlanTask/inStorageUseOutBackApply/index.vue
+4
-2
No files found.
applications/dee-mes/src/privateComponents/components/backApply/index.vue
View file @
96c73d8b
...
...
@@ -154,6 +154,7 @@ export default {
}
else
if
(
isTkdBack
===
this
.
selectionRows
.
length
)
{
post
(
'/InventoryRequest/purchaseApply/submit?applyIds='
+
this
.
selectionRows
.
map
(
item
=>
Number
(
item
.
id
))).
then
(
res
=>
{
this
.
$utils
.
showMessageSuccess
(
'提交成功'
)
this
.
$refs
.
applyTable
.
$refs
.
asCom
.
getData
()
}).
catch
(()
=>
{
this
.
$utils
.
showMessageWarning
(
'出现异常,提交失败'
)
}).
finally
(()
=>
{
...
...
@@ -174,6 +175,7 @@ export default {
}
post
(
'/InStorageRequestItem/creator/apply?userIds='
+
this
.
form
.
userIds
,
ids
).
then
(
res
=>
{
this
.
$utils
.
showMessageSuccess
(
'提交成功'
)
this
.
$refs
.
applyTable
.
$refs
.
asCom
.
getData
()
}).
catch
(()
=>
{
this
.
$utils
.
showMessageWrong
(
'出现异常,提交失败'
)
}).
finally
(()
=>
{
...
...
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/inStorageUseOutBackApply/index.vue
View file @
96c73d8b
...
...
@@ -85,7 +85,7 @@ export default {
}
},
created
()
{
le
t
httpParams
=
{
cons
t
httpParams
=
{
"pageFrom"
:
1
,
"pageSize"
:
9999
,
"searchItems"
:
{
...
...
@@ -161,6 +161,7 @@ export default {
}
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
=>
{
this
.
$utils
.
showMessageWarning
(
'出现异常,提交失败'
)
}).
finally
(()
=>
{
...
...
@@ -182,6 +183,7 @@ export default {
}
post
(
'/InStorageRequestItem/creator/applyByItems?userIds='
+
this
.
form
.
userIds
,
ids
).
then
(
res
=>
{
this
.
$utils
.
showMessageSuccess
(
'提交成功'
)
this
.
$refs
.
applyTable
.
$refs
.
asCom
.
getData
()
}).
catch
(
err
=>
{
this
.
$utils
.
showMessageWarning
(
'出现异常,提交失败'
)
}).
finally
(()
=>
{
...
...
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