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
c9883241
Commit
c9883241
authored
Apr 09, 2024
by
15008242619
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
退库单退库优化(暂不部署正式)
parent
979de0f9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
index.vue
...-mes/src/privateComponents/components/backApply/index.vue
+2
-0
index.vue
...nter/myPlanTask/InStorageTkdBackCraftsmenExamin/index.vue
+1
-1
index.vue
...task-center/myPlanTask/inStorageUseOutBackApply/index.vue
+4
-2
No files found.
applications/dee-mes/src/privateComponents/components/backApply/index.vue
View file @
c9883241
...
...
@@ -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
(
err
=>
{
this
.
$utils
.
showMessageWarning
(
'出现异常,提交失败'
)
}).
finally
(()
=>
{
...
...
@@ -175,6 +176,7 @@ export default {
}
post
(
'/InStorageRequestItem/creator/apply?userIds='
+
this
.
form
.
userIds
,
ids
).
then
(
res
=>
{
this
.
$utils
.
showMessageSuccess
(
'提交成功'
)
this
.
$refs
.
applyTable
.
$refs
.
asCom
.
getData
()
}).
catch
(
err
=>
{
this
.
$utils
.
showMessageWrong
(
'出现异常,提交失败'
)
}).
finally
(()
=>
{
...
...
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/InStorageTkdBackCraftsmenExamin/index.vue
View file @
c9883241
...
...
@@ -44,7 +44,7 @@ export default {
</
script
>
<
style
lang=
'scss'
>
.inStorage
MatchBackApply
{
.inStorage
TkdBackCraftsmenExamin
{
width
:
100%
;
height
:
100%
;
box-sizing
:
border-box
;
...
...
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/inStorageUseOutBackApply/index.vue
View file @
c9883241
...
...
@@ -16,7 +16,7 @@
<dee-dialog
title=
"发起退库申请"
:dialog-visible=
"dialogVisible"
>
>
<div
style=
"margin-bottom: 20px;font-size: 14px;font-weight: bolder;"
>
确认提交吗?
</div>
<div
style=
"text-align: center;"
>
<el-button
type=
"primary"
@
click=
"confirm"
>
确 定
</el-button>
...
...
@@ -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