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
92afa931
Commit
92afa931
authored
Sep 09, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huangyuanyuan/electricitysheep
parents
048059cd
4bb0179f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
directorGoodsEdit.vue
src/components/director/directorGoodsEdit.vue
+3
-3
No files found.
src/components/director/directorGoodsEdit.vue
View file @
92afa931
...
@@ -203,7 +203,7 @@
...
@@ -203,7 +203,7 @@
</el-input>
</el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"使用天数"
v-if=
"EnumType==3||EnumType==4||EnumType==5"
>
<el-form-item
label=
"使用天数"
v-if=
"EnumType==3||EnumType==4||EnumType==5"
>
<el-select
class=
"w150"
style=
"margin-right: 10px;"
v-model=
"addMsg.Use
r
Day"
size=
"small"
<el-select
class=
"w150"
style=
"margin-right: 10px;"
v-model=
"addMsg.UseDay"
size=
"small"
placeholder=
"请选择"
@
change=
'changeSupplier'
>
placeholder=
"请选择"
@
change=
'changeSupplier'
>
<el-option
v-for=
"item in DayList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
>
<el-option
v-for=
"item in DayList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
>
</el-option>
</el-option>
...
@@ -889,7 +889,7 @@
...
@@ -889,7 +889,7 @@
CarNumber
:
''
,
//车牌号
CarNumber
:
''
,
//车牌号
CarBuyYear
:
''
,
//车购买年份
CarBuyYear
:
''
,
//车购买年份
CarType
:
''
,
//服务类型 枚举
CarType
:
''
,
//服务类型 枚举
Use
r
Day
:
1
,
//使用天数
UseDay
:
1
,
//使用天数
LineName
:
''
,
//线路名称
LineName
:
''
,
//线路名称
LineDescriptionList
:
[],
//关联城市或景点
LineDescriptionList
:
[],
//关联城市或景点
RideNum
:
0
,
//乘坐人数
RideNum
:
0
,
//乘坐人数
...
@@ -952,7 +952,7 @@
...
@@ -952,7 +952,7 @@
message
:
"请输入车牌号"
,
message
:
"请输入车牌号"
,
trigger
:
"blur"
trigger
:
"blur"
}],
}],
Use
r
Day
:
[{
UseDay
:
[{
required
:
true
,
required
:
true
,
message
:
"请输入使用天数"
,
message
:
"请输入使用天数"
,
trigger
:
"blur"
trigger
:
"blur"
...
...
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