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
ae4f3a35
Commit
ae4f3a35
authored
Apr 09, 2024
by
15008242619
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
退库单退库优化
parent
c9883241
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
index.vue
...-mes/src/privateComponents/components/backApply/index.vue
+6
-5
No files found.
applications/dee-mes/src/privateComponents/components/backApply/index.vue
View file @
ae4f3a35
...
@@ -140,7 +140,6 @@ export default {
...
@@ -140,7 +140,6 @@ export default {
this
.
dialogVisible
=
true
this
.
dialogVisible
=
true
},
},
confirm
()
{
confirm
()
{
console
.
log
(
this
.
selectionRows
)
let
isTkdBack
=
0
let
isTkdBack
=
0
this
.
selectionRows
.
forEach
(
item
=>
{
this
.
selectionRows
.
forEach
(
item
=>
{
if
(
item
.
remark
!==
'退库单退库'
){
if
(
item
.
remark
!==
'退库单退库'
){
...
@@ -170,15 +169,17 @@ export default {
...
@@ -170,15 +169,17 @@ export default {
},
},
setPersonConfirm
()
{
setPersonConfirm
()
{
let
ids
=
[]
let
ids
=
[]
console
.
log
(
this
.
selectionRows
)
if
(
this
.
selectionRows
&&
this
.
selectionRows
.
length
)
{
if
(
this
.
selectionRows
&&
this
.
selectionRows
.
length
)
{
ids
=
this
.
selectionRows
.
map
(
item
=>
item
.
id
)
this
.
selectionRows
.
map
(
item
=>
item
.
inStorageRequestItems
.
map
(
i
=>
ids
.
push
(
i
.
id
))
)
}
}
post
(
'/InStorageRequestItem/creator/apply?userIds='
+
this
.
form
.
userIds
,
ids
).
then
(
res
=>
{
post
(
'/InStorageRequestItem/creator/apply?userIds='
+
this
.
form
.
userIds
,
ids
).
then
(
res
=>
{
this
.
$utils
.
showMessageSuccess
(
'提交成功'
)
this
.
$utils
.
showMessageSuccess
(
'提交成功'
)
this
.
$refs
.
applyTable
.
$refs
.
asCom
.
getData
()
setTimeout
(()
=>
{
this
.
$refs
.
applyTable
.
$refs
.
asCom
.
getData
()
},
1500
)
}).
catch
(
err
=>
{
}).
catch
(
err
=>
{
this
.
$utils
.
showMessageWrong
(
'出现异常,提交失败'
)
this
.
$utils
.
showMessageWarning
(
'出现异常,提交失败'
)
console
.
log
(
err
)
}).
finally
(()
=>
{
}).
finally
(()
=>
{
this
.
dialogVisible
=
false
this
.
dialogVisible
=
false
this
.
setPersonVisible
=
false
this
.
setPersonVisible
=
false
...
...
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