Commit 62f7ef4d authored by 华国豪's avatar 华国豪 🙄

自由行房间

parent fa101d49
......@@ -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=[];
},
......
......@@ -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){
......
......@@ -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: "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment