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
b7414eec
Commit
b7414eec
authored
Aug 21, 2019
by
denghr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
815bfd55
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
9 deletions
+17
-9
App.vue
src/App.vue
+9
-1
commissionSettings.vue
src/views/purseManage/commissionSettings.vue
+5
-5
vehicleRecords.vue
src/views/vehicle/vehicleSchedulManage/vehicleRecords.vue
+3
-3
No files found.
src/App.vue
View file @
b7414eec
...
...
@@ -22,7 +22,7 @@
padding
:
10px
0
;
display
:
flex
;
align-items
:
center
;
border-bottom
:
1px
solid
#
ccc
;
border-bottom
:
1px
solid
#
e1e1e1
;
}
.main-container
{
// padding: 0 10px;
...
...
@@ -75,4 +75,12 @@
/*}*/
// .el-time-spinner__item{line-height: 16px !important;}
// .el-scrollbar__wrap{margin-bottom: 0px !important;}
//去除type=number时输入框内的上下箭头
input
:
:-
webkit-outer-spin-button
,
input
::-
webkit-inner-spin-button
{
-webkit-appearance
:
none
;
}
input
[
type
=
"number"
]
{
-moz-appearance
:
textfield
;
}
</
style
>
src/views/purseManage/commissionSettings.vue
View file @
b7414eec
...
...
@@ -10,31 +10,31 @@
</el-col>
<el-col
:span=
"24"
v-if=
"item.level==2"
>
<el-form-item
label=
"分公司股东分销提成"
>
<el-input
v-model=
"item.extract"
placeholder=
"请输入分公司股东分销提成"
v-enterNumber
></el-input>
<el-input
v-model=
"item.extract"
placeholder=
"请输入分公司股东分销提成"
type=
"number"
v-enterNumber
></el-input>
<span
style=
"color:#bfcbd9;"
>
用户消费,其上线所得提成。提成为百分比,取值0到100之间,超出取值范围按0计算,无上线时无提成
</span>
</el-form-item>
</el-col>
<el-col
:span=
"24"
v-if=
"item.level==3"
>
<el-form-item
label=
"合伙人分销提成"
>
<el-input
v-model=
"item.extract"
placeholder=
"请输入合伙人分销提成"
v-enterNumber
></el-input>
<el-input
v-model=
"item.extract"
placeholder=
"请输入合伙人分销提成"
type=
"number"
v-enterNumber
></el-input>
<span
style=
"color:#bfcbd9;"
>
用户消费,其上线所得提成。提成为百分比,取值0到100之间,超出取值范围按0计算,无上线时无提成
</span>
</el-form-item>
</el-col>
<el-col
:span=
"24"
v-if=
"item.level==4"
>
<el-form-item
label=
"员工分销提成"
>
<el-input
v-model=
"item.extract"
placeholder=
"请输入员工分销提成"
v-enterNumber
></el-input>
<el-input
v-model=
"item.extract"
placeholder=
"请输入员工分销提成"
type=
"number"
v-enterNumber
></el-input>
<span
style=
"color:#bfcbd9;"
>
用户消费,其上线所得提成。提成为百分比,取值0到100之间,超出取值范围按0计算,无上线时无提成
</span>
</el-form-item>
</el-col>
<el-col
:span=
"24"
v-if=
"item.level==5"
>
<el-form-item
label=
"代理人分销提成"
>
<el-input
v-model=
"item.extract"
placeholder=
"请输入代理人分销提成"
v-enterNumber
></el-input>
<el-input
v-model=
"item.extract"
placeholder=
"请输入代理人分销提成"
type=
"number"
v-enterNumber
></el-input>
<span
style=
"color:#bfcbd9;"
>
用户消费,其上线所得提成。提成为百分比,取值0到100之间,超出取值范围按0计算,无上线时无提成
</span>
</el-form-item>
</el-col>
<el-col
:span=
"24"
v-if=
"item.level==0"
>
<el-form-item
label=
"普通用户分销提成"
>
<el-input
v-model=
"item.extract"
placeholder=
"请输入普通用户分销提成"
v-enterNumber
></el-input>
<el-input
v-model=
"item.extract"
placeholder=
"请输入普通用户分销提成"
type=
"number"
v-enterNumber
></el-input>
<span
style=
"color:#bfcbd9;"
>
用户消费,其上线所得提成。提成为百分比,取值0到100之间,超出取值范围按0计算,无上线时无提成
</span>
</el-form-item>
</el-col>
...
...
src/views/vehicle/vehicleSchedulManage/vehicleRecords.vue
View file @
b7414eec
...
...
@@ -238,7 +238,7 @@
}
else
{
this
.
$notify
({
title
:
'失败'
,
message
:
'操作失败!'
,
message
:
res
.
message
,
type
:
'error'
,
duration
:
2000
});
...
...
@@ -257,8 +257,8 @@
bookType
:
cc
.
bookType
};
//
<!--
bookType
1
-
租车、
2
-
分公司使用、
3
-
维修、
4
、展览、
5
、旅游、
6
、保养、
7
、预约中、
8
、禁用、
9
、客户用车、
10
、其他
-->
item
.
numberPlate
=
this
.
listQuery
.
numberPlate
;
//车牌号
item
.
parkCompanyName
=
cc
.
park
CompanyName
;
//当前停靠公司
item
.
numberPlate
=
cc
.
numberPlate
;
//车牌号
item
.
parkCompanyName
=
cc
.
lift
CompanyName
;
//当前停靠公司
item
.
subordinateBranchName
=
cc
.
subordinateBranchName
;
//所属公司
if
(
ii
.
vehicleBookRecord
.
status
==
1
){
//审核中显示预定中
...
...
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