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
8585d2fb
Commit
8585d2fb
authored
Sep 09, 2020
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改字段
parent
af5da747
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 @
8585d2fb
...
...
@@ -203,7 +203,7 @@
</el-input>
</el-form-item>
<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'
>
<el-option
v-for=
"item in DayList"
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
>
</el-option>
...
...
@@ -889,7 +889,7 @@
CarNumber
:
''
,
//车牌号
CarBuyYear
:
''
,
//车购买年份
CarType
:
''
,
//服务类型 枚举
Use
r
Day
:
1
,
//使用天数
UseDay
:
1
,
//使用天数
LineName
:
''
,
//线路名称
LineDescriptionList
:
[],
//关联城市或景点
RideNum
:
0
,
//乘坐人数
...
...
@@ -952,7 +952,7 @@
message
:
"请输入车牌号"
,
trigger
:
"blur"
}],
Use
r
Day
:
[{
UseDay
:
[{
required
:
true
,
message
:
"请输入使用天数"
,
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