Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
weiqiao-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
金民
weiqiao-vue
Commits
19ad993c
Commit
19ad993c
authored
Mar 03, 2026
by
sunhaiwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生产任务提交的时候添加提示信息
parent
15d54f2b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
xjrsoft-vue3/src/views/scgl/scrw/components/ScrwModal.vue
+13
-2
No files found.
xjrsoft-vue3/src/views/scgl/scrw/components/ScrwModal.vue
View file @
19ad993c
...
@@ -93,6 +93,19 @@
...
@@ -93,6 +93,19 @@
}
catch
(
error
)
{}
}
catch
(
error
)
{}
}
}
}
catch
(
error
)
{
}
catch
(
error
)
{
if
(
error
)
{
let
errorFields
=
error
[
"errorFields"
];
if
(
Array
.
isArray
(
errorFields
)
&&
errorFields
.
length
>
0
)
{
let
errorInfos
=
errorFields
[
0
][
"errors"
];
if
(
Array
.
isArray
(
errorInfos
)
&&
errorInfos
.
length
>
0
)
{
let
description
=
errorInfos
[
0
];
notification
.
error
({
message
:
t
(
'提示'
),
description
:
"物料清单列表"
+
description
,
});
}
}
}
return
saveSuccess
;
return
saveSuccess
;
}
}
}
}
...
@@ -136,4 +149,3 @@
...
@@ -136,4 +149,3 @@
</
script
>
</
script
>
\ No newline at end of file
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