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

11

parent 5d6392ca
......@@ -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,8 +532,7 @@
this.$message.error(this.$t('objFill.v101.qingshurzop'))
return;
}
if(this.postData.OutDateTimeList.length<1)
{
if (this.postData.OutDateTimeList.length < 1) {
this.$message.error(this.$t('objFill.v101.qingxzcfrq'))
return;
}
......
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