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
46ceaa71
Commit
46ceaa71
authored
Aug 30, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
38e39e71
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
18 deletions
+18
-18
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+6
-6
productQuery.vue
src/components/SalesModule/productQuery.vue
+6
-6
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+4
-4
leaderPay2.vue
src/components/leaderPay2.vue
+2
-2
No files found.
src/components/SalesModule/groupTourOrder.vue
View file @
46ceaa71
...
...
@@ -925,19 +925,19 @@
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
v-if=
"addMsg.GroupTypeNeedHouse == '0'"
>
<el-form-item
label=
"单房数量"
prop=
"SingleRoomNum"
>
<el-input
v-model=
'addMsg.SingleRoomNum'
@
keyup
.
native=
"checkInteger(addMsg,'SingleRoomNum')"
@
input=
'yzBigBed2();getTotalPrice()'
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
v-if=
"addMsg.GroupTypeNeedHouse == '0'"
>
<el-form-item
label=
"大床房"
prop=
"BigRoomNum"
>
<el-input
v-model=
'addMsg.BigRoomNum'
@
keyup
.
native=
"checkInteger(addMsg,'BigRoomNum')"
@
input=
'yzBigBed();getTotalPrice()'
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
v-if=
"addMsg.GroupTypeNeedHouse == '0'"
>
<el-form-item
label=
"三人房"
prop=
"TripleRoomNum"
>
<el-input
v-model=
'addMsg.TripleRoomNum'
@
keyup
.
native=
"checkInteger(addMsg,'TripleRoomNum')"
@
input=
'yzBigBed1();getTotalPrice()'
></el-input>
...
...
@@ -969,7 +969,7 @@
@
input=
'getTotalPrice()'
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
v-if=
"addMsg.GroupTypeNeedHouse == '0'"
>
<el-form-item
label=
"预计用房"
prop=
"PredictRoomNum"
>
<el-input
v-model=
'addMsg.PredictRoomNum'
:disabled=
"true"
></el-input>
</el-form-item>
...
...
@@ -2068,7 +2068,7 @@
Unit_PriceList
:
[],
//成交单价下拉数据
LessMoney
:
0
,
addMsg
:
{
GroupTypeNeedHouse
:
'
1
'
,
GroupTypeNeedHouse
:
'
0
'
,
OrderForm
:
1
,
OrderId
:
'0'
,
TCID
:
'0'
,
...
...
@@ -4155,7 +4155,7 @@
this
.
addMsg
.
CommissionShareMoney
=
'0'
}
this
.
addMsg
.
GroupTypeNeedHouse
=
'
1
'
this
.
addMsg
.
GroupTypeNeedHouse
=
'
0
'
this
.
addMsg
.
CustomerId
=
'0'
this
.
Unit_PriceList
=
[];
},
...
...
src/components/SalesModule/productQuery.vue
View file @
46ceaa71
...
...
@@ -318,17 +318,17 @@
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
v-if=
"addMsg.GroupTypeNeedHouse == '0'"
>
<el-form-item
label=
"单房数量"
prop=
"SingleRoomNum"
>
<el-input
v-model=
'addMsg.SingleRoomNum'
@
keyup
.
native=
"checkInteger(addMsg,'SingleRoomNum')"
@
input=
'yzBigBed2();getTotalPrice();autoRemarks("SingleRoomNum","单房数量")'
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
v-if=
"addMsg.GroupTypeNeedHouse == '0'"
>
<el-form-item
label=
"大床房"
prop=
"BigRoomNum"
>
<el-input
v-model=
'addMsg.BigRoomNum'
@
keyup
.
native=
"checkInteger(addMsg,'BigRoomNum')"
@
input=
'yzBigBed();getTotalPrice();autoRemarks("BigRoomNum","大床房")'
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
v-if=
"addMsg.GroupTypeNeedHouse == '0'"
>
<el-form-item
label=
"三人房"
prop=
"TripleRoomNum"
>
<el-input
v-model=
'addMsg.TripleRoomNum'
@
keyup
.
native=
"checkInteger(addMsg,'TripleRoomNum')"
@
input=
'yzBigBed1();getTotalPrice();autoRemarks("TripleRoomNum","三人房")'
></el-input>
</el-form-item>
...
...
@@ -351,7 +351,7 @@
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
v-if=
"addMsg.GroupTypeNeedHouse == '0'"
>
<el-form-item
label=
"预计用房"
prop=
"PredictRoomNum"
>
<el-input
v-model=
'addMsg.PredictRoomNum'
:disabled=
"true"
></el-input>
</el-form-item>
...
...
@@ -957,7 +957,7 @@
Unit_PriceList
:[],
//成交单价下拉数据
LessMoney
:
0
,
addMsg
:
{
GroupTypeNeedHouse
:
'
1
'
,
GroupTypeNeedHouse
:
'
0
'
,
OrderId
:
'0'
,
OneSex
:
'0'
,
TCID
:
'0'
,
...
...
@@ -1201,7 +1201,7 @@
this
.
getHouseNo
();
this
.
getTotalPrice
()
}
this
.
addMsg
.
GroupTypeNeedHouse
=
'
1
'
this
.
addMsg
.
GroupTypeNeedHouse
=
'
0
'
},
gettypechange
(
type
){
if
(
type
=!
2
){
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
46ceaa71
...
...
@@ -1290,19 +1290,19 @@
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
v-if=
"addMsg.GroupTypeNeedHouse == '0'"
>
<el-form-item
label=
"单房数量"
prop=
"SingleRoomNum"
>
<el-input
v-model=
'addMsg.SingleRoomNum'
@
keyup
.
native=
"checkInteger(addMsg,'SingleRoomNum')"
@
input=
'yzBigBed2();getTotalPrice()'
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
v-if=
"addMsg.GroupTypeNeedHouse == '0'"
>
<el-form-item
label=
"大床房"
prop=
"BigRoomNum"
>
<el-input
v-model=
'addMsg.BigRoomNum'
@
keyup
.
native=
"checkInteger(addMsg,'BigRoomNum')"
@
input=
'yzBigBed();getTotalPrice()'
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
v-if=
"addMsg.GroupTypeNeedHouse == '0'"
>
<el-form-item
label=
"三人房"
prop=
"TripleRoomNum"
>
<el-input
v-model=
'addMsg.TripleRoomNum'
@
keyup
.
native=
"checkInteger(addMsg,'TripleRoomNum')"
@
input=
'yzBigBed1();getTotalPrice()'
></el-input>
...
...
@@ -1328,7 +1328,7 @@
@
input=
'getTotalPrice()'
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
v-if=
"addMsg.GroupTypeNeedHouse == '0'"
>
<el-form-item
label=
"预计用房"
prop=
"PredictRoomNum"
>
<el-input
v-model=
'addMsg.PredictRoomNum'
:disabled=
"true"
></el-input>
</el-form-item>
...
...
src/components/leaderPay2.vue
View file @
46ceaa71
...
...
@@ -1256,8 +1256,8 @@ export default {
this
.
dialogFormVisible
=
false
},
null
)
},
goZhiDan
:
function
(
obj
)
{
let
id
=
[
59
,
63
];
goZhiDan
:
function
(
obj
)
{
let
id
=
[
59
,
63
,
78
];
let
TCIDARR
=
[
obj
.
TCIDS
];
let
orderObj
=
{
OrderID
:
0
,
...
...
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