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
62f7ef4d
Commit
62f7ef4d
authored
Aug 29, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
自由行房间
parent
fa101d49
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
3 deletions
+16
-3
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+7
-2
productQuery.vue
src/components/SalesModule/productQuery.vue
+5
-1
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+4
-0
No files found.
src/components/SalesModule/groupTourOrder.vue
View file @
62f7ef4d
...
...
@@ -785,6 +785,9 @@
</el-option>
</el-select>
</el-form-item>
<el-form-item
v-if=
"addMsg.GroupType == '3'"
label=
"是否用房"
prop=
"GroupTypeNeedHouse"
>
<el-switch
@
change=
"$forceUpdate()"
v-model=
"addMsg.GroupTypeNeedHouse"
active-value=
"0"
inactive-value=
"1"
></el-switch>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"联系人"
prop=
"ContactName"
v-show=
'addMsg.CustomerType==3||addMsg.CustomerType==4'
>
...
...
@@ -2065,6 +2068,7 @@
Unit_PriceList
:
[],
//成交单价下拉数据
LessMoney
:
0
,
addMsg
:
{
GroupTypeNeedHouse
:
'1'
,
OrderForm
:
1
,
OrderId
:
'0'
,
TCID
:
'0'
,
...
...
@@ -3002,7 +3006,7 @@
this
.
IsChildrenTour
=
x
.
IsChildrenTour
this
.
IsBirdDiscount
=
x
.
IsBirdDiscount
this
.
addMsg
.
Unit_Price
=
x
.
Unit_Price
this
.
addMsg
.
GroupTypeNeedHouse
=
x
.
GroupTypeNeedHouse
?
x
.
GroupTypeNeedHouse
:
'1'
this
.
stratPrice
=
res
.
data
.
data
.
modelPrice
.
GoAddPrice
if
(
this
.
addMsg
.
GroupType
==
4
){
this
.
HightUnitPrice
=
'1'
...
...
@@ -4149,9 +4153,10 @@
}
this
.
addMsg
.
CustomerId
=
'0'
this
.
addMsg
.
CommissionShareMoney
=
'0'
}
this
.
addMsg
.
GroupTypeNeedHouse
=
'1'
this
.
addMsg
.
CustomerId
=
'0'
this
.
Unit_PriceList
=
[];
},
...
...
src/components/SalesModule/productQuery.vue
View file @
62f7ef4d
...
...
@@ -181,7 +181,9 @@
</el-option>
</el-select>
</el-form-item>
<el-form-item
v-if=
"addMsg.GroupType == '3'"
label=
"是否用房"
prop=
"GroupTypeNeedHouse"
>
<el-switch
v-model=
"addMsg.GroupTypeNeedHouse"
active-value=
"0"
inactive-value=
"1"
></el-switch>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"联系人"
prop=
"ContactName"
v-if=
'addMsg.CustomerType==3||addMsg.CustomerType==4'
>
...
...
@@ -955,6 +957,7 @@
Unit_PriceList
:[],
//成交单价下拉数据
LessMoney
:
0
,
addMsg
:
{
GroupTypeNeedHouse
:
'1'
,
OrderId
:
'0'
,
OneSex
:
'0'
,
TCID
:
'0'
,
...
...
@@ -1198,6 +1201,7 @@
this
.
getHouseNo
();
this
.
getTotalPrice
()
}
this
.
addMsg
.
GroupTypeNeedHouse
=
'1'
},
gettypechange
(
type
){
if
(
type
=!
2
){
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
62f7ef4d
...
...
@@ -1143,6 +1143,9 @@
</el-option>
</el-select>
</el-form-item>
<el-form-item
v-if=
"addMsg.GroupType == '3'"
label=
"是否用房"
prop=
"GroupTypeNeedHouse"
>
<el-switch
v-model=
"addMsg.GroupTypeNeedHouse"
active-value=
"0"
inactive-value=
"1"
></el-switch>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"联系人"
prop=
"ContactName"
v-show=
'addMsg.CustomerType==3||addMsg.CustomerType==4'
>
...
...
@@ -2957,6 +2960,7 @@
Unit_PriceList
:
[],
//成交单价下拉数据
LessMoney
:
0
,
addMsg
:
{
GroupTypeNeedHouse
:
'1'
,
OrderId
:
"0"
,
TCID
:
"0"
,
CustomerType
:
""
,
...
...
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