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
ac658bfb
Commit
ac658bfb
authored
Dec 28, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
fdbe1842
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
8 deletions
+14
-8
groupTourOrderByTuanOne.vue
src/components/SalesModule/groupTourOrderByTuanOne.vue
+5
-3
groupTourOrderOne.vue
src/components/SalesModule/groupTourOrderOne.vue
+5
-3
productQueryOne.vue
src/components/SalesModule/productQueryOne.vue
+4
-2
No files found.
src/components/SalesModule/groupTourOrderByTuanOne.vue
View file @
ac658bfb
...
...
@@ -202,7 +202,7 @@
}
.productQuerybottomLayer
.el-input-number
{
width
:
auto
!important
;
/* width: auto !important; */
}
.groupTourOrderLeaderItem
{
...
...
@@ -925,7 +925,7 @@
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"预计提成"
prop=
"Commission"
>
<el-input
v-model=
'addMsg.Commission'
:disabled=
"true"
style=
"width: 100%;"
></el-input>
<el-input
v-model=
'addMsg.Commission'
:disabled=
"true"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
v-show=
"addMsg.CustomerType==1||addMsg.CustomerType==2"
>
...
...
@@ -1045,7 +1045,7 @@
<span
class=
"colorE95252"
v-show=
'!returnPriceShow'
>
暂无报价!
</span>
</el-form-item>
</el-col>
<el-col
:span=
"
4
"
v-if=
"isChecked==true"
>
<el-col
:span=
"
8
"
v-if=
"isChecked==true"
>
<template>
<el-form-item
label=
"成交单价"
prop=
"Unit_Price"
v-if=
"HightUnitPrice === '2'"
>
<el-select
v-model=
'addMsg.Unit_Price'
filterable
:placeholder=
"$t('pub.pleaseSel')"
...
...
@@ -1059,6 +1059,7 @@
<el-input
v-model=
'addMsg.Unit_Price'
@
change=
"getTotalPrice(3)"
></el-input>
</el-form-item>
</
template
>
<div
style=
"display: flex;flex-direction: row;align-items: center;"
>
<el-form-item
label=
"高于本团单价"
v-show=
"addMsg.GroupType != 4"
>
<el-switch
v-model=
"HightUnitPrice"
active-value=
"1"
inactive-value=
"2"
></el-switch>
</el-form-item>
...
...
@@ -1066,6 +1067,7 @@
<p
v-if=
"LessMoney==0"
style=
"line-height: 18px; color: #E95252;"
>
注:如果超出本团的最低让价,差价将由你来承担
</p>
<p
v-else=
"LessMoney>0"
style=
"line-height: 18px; color: #E95252;"
>
注:最多少价{{LessMoney}}元,如需少价更多请联系上级主管
</p>
</el-form-item>
</div>
</el-col>
<el-col
:span=
"4"
v-else
>
<el-form-item
label=
"成交单价"
prop=
"Unit_Price"
>
...
...
src/components/SalesModule/groupTourOrderOne.vue
View file @
ac658bfb
...
...
@@ -206,7 +206,7 @@
}
.productQuerybottomLayer
.el-input-number
{
width
:
auto
!important
;
/* width: auto !important; */
}
.groupTourOrder_count_green
{
...
...
@@ -863,7 +863,7 @@
<span
class=
"colorE95252"
v-show=
'!returnPriceShow'
>
{{
$t
(
'pub.NoPrice'
)
}}
!
</span>
</el-form-item>
</el-col>
<el-col
:span=
"
4
"
>
<el-col
:span=
"
8
"
>
<el-form-item
:label=
"$t('fnc.cjdanjia')"
prop=
"Unit_Price"
v-if=
"HightUnitPrice === '2'"
>
<el-select
v-model=
'addMsg.Unit_Price'
filterable
:placeholder=
"$t('pub.pleaseSel')"
@
change=
"getTotalPrice()"
>
<el-option
v-for=
"(item,index) in Unit_PriceList"
:label=
'item.LessMoney'
:value=
'item.ID'
:key=
'index'
>
...
...
@@ -874,6 +874,7 @@
<el-form-item
:label=
"$t('fnc.cjdanjia')"
prop=
"Unit_Price"
v-else
>
<el-input
v-model=
'addMsg.Unit_Price'
@
change=
"getTotalPrice(3)"
></el-input>
</el-form-item>
<div
style=
"display: flex;flex-direction: row;align-items: center;"
>
<el-form-item
:label=
"$t('salesModule.UpTeamPrice')"
v-show=
"addMsg.GroupType!='4'"
>
<el-switch
v-model=
"HightUnitPrice"
active-value=
"1"
inactive-value=
"2"
></el-switch>
</el-form-item>
...
...
@@ -881,6 +882,7 @@
<p
v-if=
"LessMoney==0"
style=
"line-height: 18px; color: #E95252;"
>
{{
$t
(
'salesModule.Notice1'
)
}}
</p>
<p
v-else=
"LessMoney>0"
style=
"line-height: 18px; color: #E95252;"
>
{{
$t
(
'salesModule.Notice2'
)
}}{{
LessMoney
}}{{
$t
(
'salesModule.Notice3'
)
}}
</p>
</el-form-item>
</div>
<!--
<el-form-item>
<p
style=
"line-height: 18px; color: #E95252;"
>
注:如果超出本团的最低让价,差价将由你来承担
</p>
</el-form-item>
-->
...
...
@@ -1251,7 +1253,7 @@
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-form-item
label=
"集合地"
prop=
"GatherAddress"
>
<el-input
type=
'textarea'
size=
"small"
v-model=
'addMsg.GatherAddress'
placeholder=
"请输入集合地"
style=
"width: 100%;"
></el-input>
<el-input
type=
'textarea'
size=
"small"
v-model=
'addMsg.GatherAddress'
placeholder=
"请输入集合地"
style=
"width: 100%;"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
...
...
src/components/SalesModule/productQueryOne.vue
View file @
ac658bfb
...
...
@@ -76,7 +76,7 @@
z-index
:
50
;
bottom
:
0
;
left
:
0
;
border-top
:
3px
solid
#38425d
;
background-color
:
#FFFFFF
;
padding
:
10px
10px
0
;
width
:
100%
;}
.productQuerybottomLayer
.el-form-item__label
{
font-size
:
12px
!important
;}
.productQuerybottomLayer
>
p
{
border-left
:
3px
solid
#E95252
;
text-indent
:
15px
;
height
:
16px
;
font-family
:
'PingFangSc-Fine'
;
font-size
:
16px
;
margin-bottom
:
20px
;
line-height
:
14px
;
color
:
#000
;}
.productQuerybottomLayer
.el-input
{
width
:
auto
!important
}
/* .productQuerybottomLayer .el-input{width: auto!important} */
.productQueryList
.disabledBtn
{
background
:
#999
!important
;
border-color
:
#999
!important
}
...
...
@@ -262,7 +262,7 @@
<span
class=
"colorE95252"
v-show=
'!returnPriceShow'
>
{{
$t
(
'pub.NoPrice'
)
}}
!
</span>
</el-form-item>
</el-col>
<el-col
:span=
"
4
"
>
<el-col
:span=
"
8
"
>
<!--
<el-form-item
label=
"成交单价"
prop=
"Unit_Price"
>
<el-input
v-model=
'addMsg.Unit_Price'
:disabled=
"true"
@
keyup
.
native=
"checkPrice(addMsg,'Unit_Price');getTotalPrice()"
></el-input>
</el-form-item>
-->
...
...
@@ -278,6 +278,7 @@
<el-input
v-else
v-model=
'SingleDMCPrice'
@
change=
"getTotalPrice(3)"
></el-input>
</el-form-item>
</
template
>
<div
style=
"display: flex;flex-direction: row;align-items: center;"
>
<el-form-item
:label=
"$t('salesModule.UpTeamPrice')"
v-show=
"addMsg.GroupType!='4'"
>
<el-switch
v-model=
"HightUnitPrice"
active-value=
"1"
inactive-value=
"2"
></el-switch>
</el-form-item>
...
...
@@ -285,6 +286,7 @@
<p
v-if=
"LessMoney==0"
style=
"line-height: 18px; color: #E95252;"
>
{{$t('salesModule.Notice1')}}
</p>
<p
v-else=
"LessMoney>0"
style=
"line-height: 18px; color: #E95252;"
>
{{$t('salesModule.Notice2')}}{{LessMoney}}{{$t('salesModule.Notice3')}}
</p>
</el-form-item>
</div>
<!--<el-form-item>
<p style="line-height: 18px; color: #E95252;">注:如果超出本团的最低让价,差价将由你来承担</p>
</el-form-item>-->
...
...
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