Commit d87b0eab authored by youjie's avatar youjie

no message

parent b99b5c98
...@@ -442,7 +442,7 @@ ...@@ -442,7 +442,7 @@
<div class="combottomDiv" v-if="isShowDIv"> <div class="combottomDiv" v-if="isShowDIv">
<div class="combottomTitle">{{divTitle}}</div> <div class="combottomTitle">{{divTitle}}</div>
<div class=""> <div class="">
<el-form :model="addMsg" ref="addMsg" label-width="130px"> <el-form :model="addMsg" ref="addMsg" @submit.native.prevent label-width="130px">
<template v-if="addMsg.ID==0"> <template v-if="addMsg.ID==0">
<el-col :span="5"> <el-col :span="5">
<el-form-item label="开始月份"> <el-form-item label="开始月份">
......
...@@ -421,7 +421,7 @@ input[type="number"] { ...@@ -421,7 +421,7 @@ input[type="number"] {
<div class="combottomDiv" v-if="isShowDIv"> <div class="combottomDiv" v-if="isShowDIv">
<div class="combottomTitle">{{ divTitle }}</div> <div class="combottomTitle">{{ divTitle }}</div>
<div class=""> <div class="">
<el-form :model="addMsg" :rules="rules" ref="addMsg" label-width="100px"> <el-form :model="addMsg" :rules="rules" ref="addMsg" @submit.native.prevent label-width="100px">
<el-col :span="4"> <el-col :span="4">
<el-form-item :label="$t('hotel.hotel_StartDate')" prop="StartDate"> <el-form-item :label="$t('hotel.hotel_StartDate')" prop="StartDate">
<el-date-picker class="SP_datePicker" :clearable="false" v-model='addMsg.StartDate' type="date" <el-date-picker class="SP_datePicker" :clearable="false" v-model='addMsg.StartDate' type="date"
......
...@@ -407,7 +407,7 @@ ...@@ -407,7 +407,7 @@
<div class="combottomDiv" v-if="isShowDIv"> <div class="combottomDiv" v-if="isShowDIv">
<div class="combottomTitle">{{divTitle}}</div> <div class="combottomTitle">{{divTitle}}</div>
<div class=""> <div class="">
<el-form :model="addMsg" :rules="rules" ref="addMsg" label-width="100px"> <el-form :model="addMsg" :rules="rules" ref="addMsg" @submit.native.prevent label-width="100px">
<el-col :span="4"> <el-col :span="4">
<el-form-item :label="$t('hotel.hotel_StartDate')" prop="StartDate"> <el-form-item :label="$t('hotel.hotel_StartDate')" prop="StartDate">
<el-date-picker class="SP_datePicker" :clearable="false" v-model='addMsg.StartDate' type="date" <el-date-picker class="SP_datePicker" :clearable="false" v-model='addMsg.StartDate' type="date"
......
...@@ -476,7 +476,7 @@ ...@@ -476,7 +476,7 @@
<div class="combottomDiv" v-if="isShowDIv"> <div class="combottomDiv" v-if="isShowDIv">
<div class="combottomTitle">{{divTitle}}</div> <div class="combottomTitle">{{divTitle}}</div>
<div class=""> <div class="">
<el-form :model="addMsg" :rules="rules" ref="addMsg" label-width="130px"> <el-form :model="addMsg" :rules="rules" ref="addMsg" @submit.native.prevent label-width="130px">
<el-col :span="5"> <el-col :span="5">
<el-form-item :label="$t('system.query_lineName')" prop="lineName"> <el-form-item :label="$t('system.query_lineName')" prop="lineName">
<el-input v-model="addMsg.lineName"></el-input> <el-input v-model="addMsg.lineName"></el-input>
...@@ -830,7 +830,7 @@ ...@@ -830,7 +830,7 @@
message: '审批人员不能为空', message: '审批人员不能为空',
trigger: "blur" trigger: "blur"
}], }],
}, },
searchList:[] searchList:[]
}; };
...@@ -1399,7 +1399,7 @@ ...@@ -1399,7 +1399,7 @@
} }
return returnStr; return returnStr;
}, },
} }
}; };
......
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