Commit 38e39e71 authored by 华国豪's avatar 华国豪 🙄

自由行用房

parent 38f33b62
......@@ -913,6 +913,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'>
......@@ -1188,6 +1191,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'>
......@@ -2805,6 +2811,7 @@
Unit_PriceList: [], //成交单价下拉数据
LessMoney: 0,
addMsg: {
GroupTypeNeedHouse: '1',
OrderForm: '',
OrderId: "0",
TCID: "0",
......@@ -3839,6 +3846,7 @@
this.isShowLayer = false;
this.isShowLayer2 = true;
}
this.addMsg.GroupTypeNeedHouse = String(x.GroupTypeNeedHouse)
this.getKhmdList(this.addMsg.CustomerType, obj.lineId, this.addMsg.CreateBy, x.CustomerId);
this.getDdlyList(this.addMsg.CustomerType);
let maxPeopleNum = (Number(this.addMsg.ManNum) + Number(this.addMsg.ChirdNoNeedBedNum) + Number(this
......@@ -5116,7 +5124,7 @@
this.addMsg.Unit_Price = this.addObj.B2CPrice;
}
this.addMsg.GroupTypeNeedHouse = '1'
this.addMsg.CustomerId = '0'
this.addMsg.CommissionShareMoney = '0'
}
......
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