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
ad826819
Commit
ad826819
authored
Aug 05, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
固定值
parent
0efd585a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
oneType.vue
src/views/vehicleType/modal/oneType.vue
+7
-2
No files found.
src/views/vehicleType/modal/oneType.vue
View file @
ad826819
...
@@ -421,9 +421,11 @@ import UE from '../../modal/Ueditor';//百度ue富文本
...
@@ -421,9 +421,11 @@ import UE from '../../modal/Ueditor';//百度ue富文本
vioDeposit
:
this
.
form
.
vioDeposit
,
vioDeposit
:
this
.
form
.
vioDeposit
,
hotSign
:
this
.
form
.
hotSign
,
//热门车型
hotSign
:
this
.
form
.
hotSign
,
//热门车型
rentDiscountStatus
:
this
.
form
.
rentDiscountStatus
,
//租车优惠状态 0--没有优惠;1--会员折扣;2--固定值
rentDiscountStatus
:
this
.
form
.
rentDiscountStatus
,
//租车优惠状态 0--没有优惠;1--会员折扣;2--固定值
rentDiscountPrice
:
this
.
form
.
pPrice
+
","
+
this
.
form
.
hPrice
+
","
+
this
.
form
.
zPrice
,
//租车优惠价格 固定优化价格
buyPrice
:
this
.
form
.
buyPrice
,
//购买价格
buyPrice
:
this
.
form
.
buyPrice
,
//购买价格
};
};
if
(
this
.
form
.
rentDiscountStatus
==
2
){
params
.
rentDiscountPrice
=
this
.
form
.
pPrice
+
","
+
this
.
form
.
hPrice
+
","
+
this
.
form
.
zPrice
//租车优惠价格 固定优化价格
}
console
.
log
(
params
);
console
.
log
(
params
);
console
.
log
(
this
.
form
);
console
.
log
(
this
.
form
);
addVehicleModel
(
params
).
then
(
response
=>
{
addVehicleModel
(
params
).
then
(
response
=>
{
...
@@ -464,9 +466,12 @@ import UE from '../../modal/Ueditor';//百度ue富文本
...
@@ -464,9 +466,12 @@ import UE from '../../modal/Ueditor';//百度ue富文本
vioDeposit
:
this
.
form
.
vioDeposit
,
vioDeposit
:
this
.
form
.
vioDeposit
,
hotSign
:
this
.
form
.
hotSign
,
//热门车型
hotSign
:
this
.
form
.
hotSign
,
//热门车型
rentDiscountStatus
:
this
.
form
.
rentDiscountStatus
,
//租车优惠状态 0--没有优惠;1--会员折扣;2--固定值
rentDiscountStatus
:
this
.
form
.
rentDiscountStatus
,
//租车优惠状态 0--没有优惠;1--会员折扣;2--固定值
rentDiscountPrice
:
this
.
form
.
pPrice
+
","
+
this
.
form
.
hPrice
+
","
+
this
.
form
.
zPrice
,
//租车优惠价格 固定优化价格
//
rentDiscountPrice:this.form.pPrice+","+this.form.hPrice+","+this.form.zPrice,//租车优惠价格 固定优化价格
buyPrice
:
this
.
form
.
buyPrice
,
//购买价格
buyPrice
:
this
.
form
.
buyPrice
,
//购买价格
};
};
if
(
this
.
form
.
rentDiscountStatus
==
2
){
params
.
rentDiscountPrice
=
this
.
form
.
pPrice
+
","
+
this
.
form
.
hPrice
+
","
+
this
.
form
.
zPrice
//租车优惠价格 固定优化价格
}
console
.
log
(
params
);
console
.
log
(
params
);
console
.
log
(
this
.
form
);
console
.
log
(
this
.
form
);
updateVehicleModel
(
params
).
then
(
response
=>
{
updateVehicleModel
(
params
).
then
(
response
=>
{
...
...
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