Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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-ui
Commits
6b98d008
Commit
6b98d008
authored
Oct 28, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://git.local.topsunit.com/ximai/mes-ui
into dev
parents
7e43dd49
04b5ca43
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
13 deletions
+18
-13
index.vue
src/views/mes/md/client/index.vue
+6
-5
index.vue
src/views/mes/md/product/index.vue
+2
-1
index.vue
src/views/mes/md/vendor/index.vue
+6
-5
indexApply.vue
src/views/mes/pro/workorder/indexApply.vue
+1
-0
index.vue
src/views/mes/wm/warehouse/index.vue
+3
-2
No files found.
src/views/mes/md/client/index.vue
View file @
6b98d008
...
@@ -437,6 +437,7 @@ export default {
...
@@ -437,6 +437,7 @@ export default {
},
},
handleSyncData
()
{
handleSyncData
()
{
syncData
().
then
((
response
)
=>
{
syncData
().
then
((
response
)
=>
{
this
.
$modal
.
msgSuccess
(
response
.
msg
);
this
.
getList
()
this
.
getList
()
});
});
},
},
...
...
src/views/mes/md/product/index.vue
View file @
6b98d008
...
@@ -402,6 +402,7 @@ export default {
...
@@ -402,6 +402,7 @@ export default {
},
},
handleSyncData
()
{
handleSyncData
()
{
syncData
().
then
((
response
)
=>
{
syncData
().
then
((
response
)
=>
{
this
.
$modal
.
msgSuccess
(
response
.
msg
);
this
.
getList
()
this
.
getList
()
});
});
},
},
...
...
src/views/mes/md/vendor/index.vue
View file @
6b98d008
...
@@ -458,6 +458,7 @@ export default {
...
@@ -458,6 +458,7 @@ export default {
methods
:
{
methods
:
{
handleSyncData
()
{
handleSyncData
()
{
syncData
().
then
((
response
)
=>
{
syncData
().
then
((
response
)
=>
{
this
.
$modal
.
msgSuccess
(
response
.
msg
);
this
.
getList
()
this
.
getList
()
});
});
},
},
...
...
src/views/mes/pro/workorder/indexApply.vue
View file @
6b98d008
...
@@ -701,6 +701,7 @@ export default {
...
@@ -701,6 +701,7 @@ export default {
methods
:
{
methods
:
{
handleSyncData
()
{
handleSyncData
()
{
syncData
().
then
((
response
)
=>
{
syncData
().
then
((
response
)
=>
{
this
.
$modal
.
msgSuccess
(
response
.
msg
);
this
.
getList
()
this
.
getList
()
}
);
}
);
}
,
}
,
...
...
src/views/mes/wm/warehouse/index.vue
View file @
6b98d008
...
@@ -236,6 +236,7 @@ export default {
...
@@ -236,6 +236,7 @@ export default {
methods
:
{
methods
:
{
handleSyncData
()
{
handleSyncData
()
{
syncData
().
then
((
response
)
=>
{
syncData
().
then
((
response
)
=>
{
this
.
$modal
.
msgSuccess
(
response
.
msg
);
this
.
getList
()
this
.
getList
()
});
});
},
},
...
...
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