Commit 46ceaa71 authored by 华国豪's avatar 华国豪 🙄

1

parent 38e39e71
......@@ -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=[];
},
......
......@@ -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){
......
......@@ -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>
......
......@@ -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,
......
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