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
ab620fe9
Commit
ab620fe9
authored
Feb 12, 2019
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
先关闭商务舱+头等舱修改; 前端算法有问题
parent
6acee7cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+4
-4
No files found.
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
ab620fe9
...
...
@@ -927,12 +927,12 @@
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"商务舱"
prop=
"ESeatNum"
>
<el-input
v-model=
'addMsg.ESeatNum'
@
keyup
.
native=
"checkInteger(addMsg,'ESeatNum')
"
></el-input>
<el-input
v-model=
'addMsg.ESeatNum'
:disabled=
"true
"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"头等舱"
prop=
"FSeatNum"
>
<el-input
v-model=
'addMsg.FSeatNum'
@
keyup
.
native=
"checkInteger(addMsg,'FSeatNum')
"
></el-input>
<el-input
v-model=
'addMsg.FSeatNum'
:disabled=
"true
"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -1198,12 +1198,12 @@
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"商务舱"
prop=
"ESeatNum"
>
<el-input
v-model=
'addMsg.ESeatNum'
@
keyup
.
native=
"checkInteger(addMsg,'ESeatNum')
"
></el-input>
<el-input
v-model=
'addMsg.ESeatNum'
:disabled=
"true
"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"头等舱"
prop=
"FSeatNum"
>
<el-input
v-model=
'addMsg.FSeatNum'
@
keyup
.
native=
"checkInteger(addMsg,'FSeatNum')
"
></el-input>
<el-input
v-model=
'addMsg.FSeatNum'
:disabled=
"true
"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
...
...
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