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

11

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