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
mes
mes-ui
Commits
857a68ef
Commit
857a68ef
authored
Jan 25, 2024
by
jzc
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://git.local.topsunit.com/mes/mes-ui
into dev
parents
097fba30
2c76855c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
index.vue
src/views/mes/md/product/index.vue
+6
-6
No files found.
src/views/mes/md/product/index.vue
View file @
857a68ef
...
...
@@ -1029,17 +1029,17 @@ export default {
},
onTabClick
()
{
if
(
this
.
activeName
===
'SapSaleProperty'
)
{
this
.
$refs
.
SapSaleProperty
.
init
(
5
,
this
.
form
.
itemId
,
this
.
form
)
this
.
$refs
.
SapSaleProperty
.
init
(
2
,
"sapSale"
,
this
.
form
.
itemId
,
this
.
form
)
}
else
if
(
this
.
activeName
===
'SapPurchaseProperty'
)
{
this
.
$refs
.
SapPurchaseProperty
.
init
(
6
,
this
.
form
.
itemId
,
this
.
form
)
this
.
$refs
.
SapPurchaseProperty
.
init
(
2
,
'sapPurchase'
,
this
.
form
.
itemId
,
this
.
form
)
}
else
if
(
this
.
activeName
===
'SapPMCProperty'
){
this
.
$refs
.
SapPMCProperty
.
init
(
7
,
this
.
form
.
itemId
,
this
.
form
)
this
.
$refs
.
SapPMCProperty
.
init
(
2
,
'sapPMC'
,
this
.
form
.
itemId
,
this
.
form
)
}
else
if
(
this
.
activeName
===
'SapStorageProperty'
)
{
this
.
$refs
.
SapStorageProperty
.
init
(
8
,
this
.
form
.
itemId
,
this
.
form
)
this
.
$refs
.
SapStorageProperty
.
init
(
2
,
'sapStorage'
,
this
.
form
.
itemId
,
this
.
form
)
}
else
if
(
this
.
activeName
===
'SapQAProperty'
)
{
this
.
$refs
.
SapQAProperty
.
init
(
9
,
this
.
form
.
itemId
,
this
.
form
)
this
.
$refs
.
SapQAProperty
.
init
(
2
,
'sapQA'
,
this
.
form
.
itemId
,
this
.
form
)
}
else
if
(
this
.
activeName
===
'SapFinanceProperty'
)
{
this
.
$refs
.
SapFinanceProperty
.
init
(
10
,
this
.
form
.
itemId
,
this
.
form
)
this
.
$refs
.
SapFinanceProperty
.
init
(
2
,
'sapQA'
,
this
.
form
.
itemId
,
this
.
form
)
}
//else this.$refs[this.activeName].init && this.$refs[this.activeName].init(this.form)
}
},
...
...
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