Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
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
ximai
mes-pad
Commits
e29b2c6c
Commit
e29b2c6c
authored
Feb 29, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复领料申请和反冲料登记加提示
parent
7856ddbe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
index.vue
pages/mes/prodReport/index.vue
+13
-7
No files found.
pages/mes/prodReport/index.vue
View file @
e29b2c6c
...
@@ -1161,9 +1161,12 @@ export default {
...
@@ -1161,9 +1161,12 @@ export default {
this
.
$u
.
api
.
listFeedingInspection
({
"taskId"
:
taskInfo
.
taskId
}).
then
(
res
=>
{
this
.
$u
.
api
.
listFeedingInspection
({
"taskId"
:
taskInfo
.
taskId
}).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
if
(
res
.
code
===
200
)
{
t
.
feedingInspectionList
=
res
.
data
;
t
.
feedingInspectionList
=
res
.
data
;
t
.
feedingInspectionScan
();
t
.
$u
.
toast
(
'保存成功'
);
let
timer
=
setTimeout
(()
=>
{
t
.
feedingInspectionScan
();
},
1000
)
}
}
})
;
})
},
},
feedingInspectionScan
(){
feedingInspectionScan
(){
const
t
=
this
;
const
t
=
this
;
...
@@ -1199,11 +1202,14 @@ export default {
...
@@ -1199,11 +1202,14 @@ export default {
const
t
=
this
;
const
t
=
this
;
const
taskInfo
=
this
.
tableSelectData
[
0
];
const
taskInfo
=
this
.
tableSelectData
[
0
];
this
.
$u
.
api
.
recoilMaterialList
({
"taskId"
:
taskInfo
.
taskId
}).
then
(
res
=>
{
this
.
$u
.
api
.
recoilMaterialList
({
"taskId"
:
taskInfo
.
taskId
}).
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
if
(
res
.
code
===
200
)
{
t
.
recoilMaterialList
=
res
.
data
;
t
.
recoilMaterialList
=
res
.
data
;
t
.
recoilMaterialScan
();
t
.
$u
.
toast
(
'保存成功'
);
}
let
timer
=
setTimeout
(()
=>
{
});
t
.
recoilMaterialScan
();
},
1000
)
}
})
},
},
recoilMaterialScan
(){
recoilMaterialScan
(){
const
t
=
this
;
const
t
=
this
;
...
...
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