Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
6dd20d36
Commit
6dd20d36
authored
Jan 14, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a0192831
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
goodsListEdit.vue
src/components/CommodityMan/goodsListEdit.vue
+12
-4
No files found.
src/components/CommodityMan/goodsListEdit.vue
View file @
6dd20d36
...
@@ -1037,10 +1037,10 @@
...
@@ -1037,10 +1037,10 @@
<el-dialog
title=
"选择表单"
top=
"2%"
:visible
.
sync=
"choosebdDig"
width=
"30%"
>
<el-dialog
title=
"选择表单"
top=
"2%"
:visible
.
sync=
"choosebdDig"
width=
"30%"
>
<div>
<div>
<el-radio-group
v-model=
"val1"
>
<el-radio-group
v-model=
"val1"
>
<el-radio
@
change=
"YfSelect1"
style=
"padding-bottom:10px"
class=
"yfradio"
:label=
"
{ Name: '默认商城', Id: 0 }
"
>
<el-radio
@
change=
"YfSelect1"
style=
"padding-bottom:10px"
class=
"yfradio"
:label=
"
0
"
>
默认商城
默认商城
</el-radio>
</el-radio>
<el-radio
@
change=
"YfSelect1"
style=
"padding-bottom:10px"
class=
"yfradio"
:label=
"
{ Name: '教育表单', Id: 1 }
"
>
<el-radio
@
change=
"YfSelect1"
style=
"padding-bottom:10px"
class=
"yfradio"
:label=
"
1
"
>
教育表单
教育表单
</el-radio>
</el-radio>
</el-radio-group>
</el-radio-group>
...
@@ -2002,8 +2002,15 @@
...
@@ -2002,8 +2002,15 @@
this
.
AreaList
=
data
;
this
.
AreaList
=
data
;
},
},
YfSelect1
(
val
)
{
YfSelect1
(
val
)
{
this
.
addMsg
.
FormsId
=
val
.
Id
;
this
.
addMsg
.
FormsId
=
val
;
this
.
addMsg
.
FormsName
=
val
.
Name
;
if
(
this
.
addMsg
.
FormsId
==
0
){
this
.
addMsg
.
FormsName
=
'默认商城'
}
else
if
(
this
.
addMsg
.
FormsId
==
1
){
this
.
addMsg
.
FormsName
=
'教育表单'
}
this
.
$forceUpdate
()
},
},
YfSelect
(
val
)
{
YfSelect
(
val
)
{
this
.
addMsg
.
FreightId
=
val
.
ID
;
this
.
addMsg
.
FreightId
=
val
.
ID
;
...
@@ -2179,6 +2186,7 @@
...
@@ -2179,6 +2186,7 @@
this
.
GradeCommissionList
=
this
.
addMsg
.
DistributionCommissionTreeList
[
0
].
GradeCommissionList
;
this
.
GradeCommissionList
=
this
.
addMsg
.
DistributionCommissionTreeList
[
0
].
GradeCommissionList
;
}
}
}
}
this
.
val1
=
this
.
addMsg
.
FormsId
if
(
this
.
addMsg
.
FormsId
==
-
1
||
this
.
addMsg
.
FormsId
==
0
){
if
(
this
.
addMsg
.
FormsId
==
-
1
||
this
.
addMsg
.
FormsId
==
0
){
this
.
addMsg
.
FormsName
=
'默认商城'
this
.
addMsg
.
FormsName
=
'默认商城'
}
else
if
(
this
.
addMsg
.
FormsId
==
1
){
}
else
if
(
this
.
addMsg
.
FormsId
==
1
){
...
...
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