Commit 0bed9b6a authored by 黄奎's avatar 黄奎

新增酒店料金上传查询

parent c1b68607
......@@ -334,14 +334,14 @@
</el-select>
</li>
<li>
<span><em>{{$t('objFill.baojiaxinxi')}}</em></span>
<span><em>酒店料金</em></span>
<el-select class="w150" v-model="msg.IsUpFile" filterable :placeholder="$t('pub.pleaseSel')">
<el-option :label="$t('pub.unlimitedSel')" :value="0"> </el-option>
<el-option :label="$t('objFill.yishangchuan')" :value="1"> </el-option>
<el-option :label="$t('objFill.weishangchuan')" :value="2"> </el-option>
<!-- <el-option :label="$t('objFill.weishangchuan')" :value="2"> </el-option> -->
</el-select>
</li>
<li>
<li v-if="msg.IsUpFile>0">
<span>
<em>{{$t('objFill.shangchuanshijian')}}</em>
<el-date-picker class="w150" type="date" v-model="msg.QFileStartDate" value-format="yyyy-MM-dd"
......
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