|  | @@ -19,6 +19,20 @@
 | 
	
		
			
				|  |  |  							placeholder="请输入手机号码" v-model="dataForm.guestPhone"></u--input>
 | 
	
		
			
				|  |  |  					</view>
 | 
	
		
			
				|  |  |  				</u-cell>
 | 
	
		
			
				|  |  | +				<u-cell customStyle="height:88rpx">
 | 
	
		
			
				|  |  | +					<text slot="icon" class="label">成人</text>
 | 
	
		
			
				|  |  | +					<view slot="title" class="title">
 | 
	
		
			
				|  |  | +						<u--input border="none" class="input" inputAlign="right" placeholderStyle="font-size:26rpx"
 | 
	
		
			
				|  |  | +							placeholder="请输入成人人数" v-model="dataForm.checkinGuests"></u--input>
 | 
	
		
			
				|  |  | +					</view>
 | 
	
		
			
				|  |  | +				</u-cell>
 | 
	
		
			
				|  |  | +				<u-cell customStyle="height:88rpx">
 | 
	
		
			
				|  |  | +					<text slot="icon" class="label">儿童</text>
 | 
	
		
			
				|  |  | +					<view slot="title" class="title">
 | 
	
		
			
				|  |  | +						<u--input border="none" class="input" inputAlign="right" placeholderStyle="font-size:26rpx"
 | 
	
		
			
				|  |  | +							placeholder="请输入儿童人数" v-model="dataForm.childCheckinNums"></u--input>
 | 
	
		
			
				|  |  | +					</view>
 | 
	
		
			
				|  |  | +				</u-cell>
 | 
	
		
			
				|  |  |  				<u-cell :isLink="true" @click="showLaiyuan=true">
 | 
	
		
			
				|  |  |  					<text slot="icon" class="label">订单来源</text>
 | 
	
		
			
				|  |  |  					<view slot="title" class="title">
 | 
	
	
		
			
				|  | @@ -210,6 +224,9 @@
 | 
	
		
			
				|  |  |  					num: 0,
 | 
	
		
			
				|  |  |  					orderStatus: null,
 | 
	
		
			
				|  |  |  					remarks: "",
 | 
	
		
			
				|  |  | +					checkinGuests: null,
 | 
	
		
			
				|  |  | +					childCheckinNums: null
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  				},
 | 
	
		
			
				|  |  |  				checkInType: [
 | 
	
		
			
				|  |  |  					[{
 | 
	
	
		
			
				|  | @@ -425,6 +442,8 @@
 | 
	
		
			
				|  |  |  					this.$showToast('请输入正确手机号');
 | 
	
		
			
				|  |  |  					return
 | 
	
		
			
				|  |  |  				}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  				if (!this.dataForm.guestSourceName) {
 | 
	
		
			
				|  |  |  					this.$showToast('请选择来源');
 | 
	
		
			
				|  |  |  					return
 |