|
|
@ -6,32 +6,30 @@ |
|
|
<el-form :model="searchForm" ref="searchForm" class="search-area" :inline="true" label-width="88px"> |
|
|
<el-form :model="searchForm" ref="searchForm" class="search-area" :inline="true" label-width="88px"> |
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-col :span="24"> |
|
|
<el-col :span="24"> |
|
|
<!-- 饲养间号 --> |
|
|
|
|
|
<el-form-item :label="$t('page.business.study.studyRoom.syjh')" prop="syjh"> |
|
|
|
|
|
<el-input v-model="searchForm.syjh" :placeholder="$t('form.placeholderInput')" clearable |
|
|
|
|
|
|
|
|
<!-- 方法名称 --> |
|
|
|
|
|
<el-form-item :label="$t('page.business.study.studyMethod.ffmc')" prop="ffmc"> |
|
|
|
|
|
<el-input v-model="searchForm.ffmc" :placeholder="$t('form.placeholderInput')" clearable |
|
|
@keyup.enter.native="search" /> |
|
|
@keyup.enter.native="search" /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<!-- 试验区域 --> |
|
|
|
|
|
<el-form-item :label="$t('page.business.study.studyRoom.syqy')" prop="syqy"> |
|
|
|
|
|
<el-input v-model="searchForm.syqy" :placeholder="$t('form.placeholderInput')" clearable |
|
|
|
|
|
|
|
|
<!-- 创建人 --> |
|
|
|
|
|
<el-form-item :label="$t('page.business.study.studyMethod.cjr')" prop="cjr"> |
|
|
|
|
|
<el-input v-model="searchForm.cjr" :placeholder="$t('form.placeholderInput')" clearable |
|
|
@keyup.enter.native="search" /> |
|
|
@keyup.enter.native="search" /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<!-- 启用人 --> |
|
|
|
|
|
<el-form-item :label="$t('page.business.study.studyRoom.qyr')" prop="qyr"> |
|
|
|
|
|
<el-input v-model="searchForm.qyr" :placeholder="$t('form.placeholderInput')" clearable |
|
|
|
|
|
@keyup.enter.native="search" /> |
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
<!-- 结束人 --> |
|
|
|
|
|
<el-form-item :label="$t('page.business.study.studyRoom.jsr')" prop="jsr"> |
|
|
|
|
|
<el-input v-model="searchForm.jsr" :placeholder="$t('form.placeholderInput')" clearable |
|
|
|
|
|
@keyup.enter.native="search" /> |
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
<!-- 开始时间 --> |
|
|
|
|
|
<el-form-item :label="$t('page.business.study.studyRoom.kssj') + ':'"> |
|
|
|
|
|
|
|
|
<!-- 创建时间 --> |
|
|
|
|
|
<el-form-item :label="$t('page.business.study.studyMethod.cjsj') + ':'"> |
|
|
<el-date-picker v-model="daterange" class="chat-histogram-daterange" type="daterange" |
|
|
<el-date-picker v-model="daterange" class="chat-histogram-daterange" type="daterange" |
|
|
range-separator="-" :start-placeholder="$t('form.startDate')" :end-placeholder="$t('form.endDate')" |
|
|
range-separator="-" :start-placeholder="$t('form.startDate')" :end-placeholder="$t('form.endDate')" |
|
|
value-format="yyyy-MM-dd" @change="search" style="width: 250px;" /> |
|
|
value-format="yyyy-MM-dd" @change="search" style="width: 250px;" /> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|
|
|
<!-- 状态 --> |
|
|
|
|
|
<el-form-item :label="$t('page.business.study.studyMethod.zt') + ':'" prop="zt"> |
|
|
|
|
|
<el-select v-model="searchForm.zt" :placeholder="$t('form.placeholderSelect')" clearable |
|
|
|
|
|
@change="search"> |
|
|
|
|
|
<el-option :label="$t('page.business.study.studyMethod.yidu')" :value="1" /> |
|
|
|
|
|
<el-option :label="$t('page.business.study.studyMethod.weidu')" :value="3" /> |
|
|
|
|
|
</el-select> |
|
|
|
|
|
</el-form-item> |
|
|
<el-form-item> |
|
|
<el-form-item> |
|
|
<el-button type="primary" icon="el-icon-search" @click="search">{{ $t('form.search') }}</el-button> |
|
|
<el-button type="primary" icon="el-icon-search" @click="search">{{ $t('form.search') }}</el-button> |
|
|
<el-button icon="el-icon-refresh" @click="reset">{{ $t('form.reset') }}</el-button> |
|
|
<el-button icon="el-icon-refresh" @click="reset">{{ $t('form.reset') }}</el-button> |
|
|
@ -45,7 +43,7 @@ |
|
|
<el-row class="add-box"> |
|
|
<el-row class="add-box"> |
|
|
<el-col> |
|
|
<el-col> |
|
|
<el-button type="primary" icon="el-icon-plus" @click="add()">{{ |
|
|
<el-button type="primary" icon="el-icon-plus" @click="add()">{{ |
|
|
$t('page.business.study.studyRoom.xzqy') }}</el-button> |
|
|
|
|
|
|
|
|
$t('page.business.study.studyMethod.scff') }}</el-button> |
|
|
</el-col> |
|
|
</el-col> |
|
|
</el-row> |
|
|
</el-row> |
|
|
|
|
|
|
|
|
@ -99,7 +97,7 @@ |
|
|
|
|
|
|
|
|
<script> |
|
|
<script> |
|
|
import { studyRoom_list } from '@/api/business/study/studyRoom' |
|
|
import { studyRoom_list } from '@/api/business/study/studyRoom' |
|
|
import Xz from "./syj/Xz"; |
|
|
|
|
|
|
|
|
import Xz from "./syff/Xz"; |
|
|
import Bj from "./syj/Bj"; |
|
|
import Bj from "./syj/Bj"; |
|
|
import Js from "./syj/Js"; |
|
|
import Js from "./syj/Js"; |
|
|
import Jl from "./syj/Jl"; |
|
|
import Jl from "./syj/Jl"; |
|
|
|