Commit 12b9bc81 authored by 黄奎's avatar 黄奎

11

parent 5d6392ca
......@@ -149,7 +149,7 @@
@keyup.native="checkInteger(postData,'DayNum');createDayTripPrice()" maxlength="2">
<template slot="append">{{$t('hotel.hotel_day')}}</template>
</el-input>
<el-input class="w120 LowNum" v-model="postData.NightNum"
<el-input class="w120 LowNum" v-model="postData.NightNum"
@keyup.native="checkInteger(postData,'NightNum')" maxlength="2">
<template slot="append">{{$t('Operation.Op_night')}}</template>
</el-input>
......@@ -173,7 +173,8 @@
</td>
<td width="80" class="txtRightCost">{{$t('hotel.hotel_StarDate')}}</td>
<td>
<el-date-picker type="dates" v-model="postData.OutDateTimeList" value-format="yyyy-MM-dd" placeholder>
<el-date-picker type="dates" v-model="postData.OutDateTimeList" value-format="yyyy-MM-dd" placeholder
:disabled="rParams.TCID>0">
</el-date-picker>
</td>
</tr>
......@@ -531,9 +532,8 @@
this.$message.error(this.$t('objFill.v101.qingshurzop'))
return;
}
if(this.postData.OutDateTimeList.length<1)
{
this.$message.error(this.$t('objFill.v101.qingxzcfrq'))
if (this.postData.OutDateTimeList.length < 1) {
this.$message.error(this.$t('objFill.v101.qingxzcfrq'))
return;
}
this.postData.AssistantId = "";
......
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