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
4127f1bc
Commit
4127f1bc
authored
Jan 25, 2024
by
鲁鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
产品特性增加基本信息
parent
b83dc2c7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
index.vue
src/views/mes/md/product/index.vue
+6
-1
No files found.
src/views/mes/md/product/index.vue
View file @
4127f1bc
...
...
@@ -559,6 +559,9 @@
<el-tab-pane
label=
"客户loss"
name=
"CustomerLoss"
>
<CustomerLoss
ref=
"CustomerLoss"
:optType=
"optType"
:itemId=
"form.itemId"
></CustomerLoss>
</el-tab-pane>
<el-tab-pane
label=
"SAP基本信息"
name=
"SapBaseInfoProperty"
>
<SapPropertyData
ref=
"SapBaseInfoProperty"
/>
</el-tab-pane>
<el-tab-pane
label=
"SAP销售特性"
name=
"SapSaleProperty"
>
<SapPropertyData
ref=
"SapSaleProperty"
/>
</el-tab-pane>
...
...
@@ -1028,7 +1031,9 @@ export default {
}
},
onTabClick
()
{
if
(
this
.
activeName
===
'SapSaleProperty'
)
{
if
(
this
.
activeName
===
'SapBaseInfoProperty'
)
{
this
.
$refs
.
SapBaseInfoProperty
.
init
(
2
,
"sapBaseInfo"
,
this
.
form
.
itemId
,
this
.
form
)
}
else
if
(
this
.
activeName
===
'SapSaleProperty'
)
{
this
.
$refs
.
SapSaleProperty
.
init
(
2
,
"sapSale"
,
this
.
form
.
itemId
,
this
.
form
)
}
else
if
(
this
.
activeName
===
'SapPurchaseProperty'
)
{
this
.
$refs
.
SapPurchaseProperty
.
init
(
2
,
'sapPurchase'
,
this
.
form
.
itemId
,
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