Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
f2ce081f
Commit
f2ce081f
authored
Oct 21, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
促成人手机号
parent
bc9b79e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
index.vue
src/views/order/createOrder/index.vue
+6
-2
No files found.
src/views/order/createOrder/index.vue
View file @
f2ce081f
...
...
@@ -65,6 +65,9 @@
<el-col
:span=
"5"
>
<el-form-item
label=
"手机号:"
:prop=
"isHave === true ? domains.tel : ''"
>
<el-input
v-model=
"listQuery.tel"
placeholder=
"请输入手机号"
@
blur=
"lose"
></el-input>
</el-form-item>
<el-form-item
label=
"促成人手机号:"
:prop=
"isHave === true ? domains.facilitatePhone : ''"
>
<el-input
v-model=
"listQuery.facilitatePhone"
placeholder=
"请输入促成人手机号"
></el-input>
</el-form-item>
<el-form-item
label=
"车损免赔:"
:prop=
"isHave === true ? domains.damageSafe : ''"
>
<el-radio-group
v-model=
"listQuery.damageSafe"
>
...
...
@@ -136,7 +139,8 @@ export default {
modelId
:
"modelId"
,
tel
:
"tel"
,
damageSafe
:
"damageSafe"
,
rentFreeDay
:
"rentFreeDay"
rentFreeDay
:
"rentFreeDay"
,
facilitatePhone
:
'facilitatePhone'
},
rules
:
{
startCompanyId
:
[
...
...
@@ -250,7 +254,7 @@ export default {
endCityName
:
this
.
listQuery
.
startCityName
,
//还车城市名称
endCompanyId
:
this
.
listQuery
.
endCompanyIds
,
//还车公司id
endTime
:
this
.
listQuery
.
time
[
1
].
getTime
(),
//结束时间
facilitatePhone
:
this
.
listQuery
.
facilitatePhone
,
//促成人手机号
modelId
:
this
.
listQuery
.
modelId
,
//车型
startAddr
:
this
.
listQuery
.
endEndAddr
,
//取车地点
startCity
:
this
.
listQuery
.
endAddrCity
,
//取车城市编号
...
...
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