Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
4cf5dd7a
Commit
4cf5dd7a
authored
Aug 28, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
9b9636a8
0b817d67
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+3
-4
No files found.
src/components/SalesModule/groupTourOrder.vue
View file @
4cf5dd7a
...
...
@@ -1358,10 +1358,10 @@
<tr>
<td>
报名日期
</td>
<td
colspan=
"3"
>
<el-date-picker
v-model=
'msg.CStartDate'
@
change=
"dataDui()"
class=
'w1
35
'
value-format=
"yyyy-MM-dd"
<el-date-picker
v-model=
'msg.CStartDate'
@
change=
"dataDui()"
class=
'w1
70
'
value-format=
"yyyy-MM-dd"
type=
"date"
></el-date-picker>
-
<el-date-picker
v-model=
'msg.CEndDate'
@
change=
"dataDui()"
class=
'w1
35
'
value-format=
"yyyy-MM-dd"
<el-date-picker
v-model=
'msg.CEndDate'
@
change=
"dataDui()"
class=
'w1
70
'
value-format=
"yyyy-MM-dd"
type=
"date"
></el-date-picker>
</td>
</tr>
...
...
@@ -1390,8 +1390,7 @@
</td>
<td
width=
"70"
>
报名类型
</td>
<td>
<el-select
v-model=
'msg.GroupTypeArray'
filterable
multiple
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
label=
"不限"
value=
'-1'
></el-option>
<el-select
v-model=
'msg.GroupTypeArray'
filterable
multiple
class=
"multiple_input"
:placeholder=
"$t('pub.pleaseSel')"
>
<el-option
v-for=
"item in ctlxList"
:label=
'item.Name'
:value=
'item.Id'
:key=
'item.Id'
>
</el-option>
</el-select>
...
...
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