Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NLT-e-cigarette
Project
Project
Details
Activity
Releases
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
张伯涛
NLT-e-cigarette
Commits
90f37dca
Commit
90f37dca
authored
Jun 20, 2022
by
11528
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
复制刷新页面
parent
ef1b9738
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
ProductionModel.vue
src/views/productionInfo/ProductionModel.vue
+1
-0
index.vue
src/views/system/synchronization/index.vue
+2
-2
No files found.
src/views/productionInfo/ProductionModel.vue
View file @
90f37dca
...
@@ -391,6 +391,7 @@ export default {
...
@@ -391,6 +391,7 @@ export default {
this
.
selectPartNum
=
res
.
rows
this
.
selectPartNum
=
res
.
rows
this
.
totalMater
=
res
.
total
this
.
totalMater
=
res
.
total
this
.
loadingCode
=
false
this
.
loadingCode
=
false
this
.
getList
()
})
})
},
},
// 删除生产模型
// 删除生产模型
...
...
src/views/system/synchronization/index.vue
View file @
90f37dca
...
@@ -192,7 +192,7 @@ export default {
...
@@ -192,7 +192,7 @@ export default {
},
},
// 同步物料
// 同步物料
handleMaterial
()
{
handleMaterial
()
{
const
type
=
1
const
type
=
'1'
onSchedule
(
type
).
then
(
res
=>
{
onSchedule
(
type
).
then
(
res
=>
{
this
.
$message
.
success
(
'操作成功,请稍后查看结果'
)
this
.
$message
.
success
(
'操作成功,请稍后查看结果'
)
this
.
getList
()
this
.
getList
()
...
@@ -200,7 +200,7 @@ export default {
...
@@ -200,7 +200,7 @@ export default {
},
},
// 同步工单
// 同步工单
handleOrder
()
{
handleOrder
()
{
const
type
=
2
const
type
=
'2'
onSchedule
(
type
).
then
(
res
=>
{
onSchedule
(
type
).
then
(
res
=>
{
this
.
$message
.
success
(
'操作成功,请稍后查看结果'
)
this
.
$message
.
success
(
'操作成功,请稍后查看结果'
)
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