|
|
|
@ -7,13 +7,13 @@ |
|
|
|
<el-col :span="6"> |
|
|
|
<el-form-item :label="$t('page.business.form.bdmc')" prop="name"> |
|
|
|
<el-input v-model="searchForm.bdmc" :placeholder="$t('form.placeholderInput')" clearable |
|
|
|
style="width: 200px" @keyup.enter.native="search" /> |
|
|
|
style="width: 200px" /> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="6"> |
|
|
|
<el-form-item :label="$t('page.business.form.bdbh')" prop="sn"> |
|
|
|
<el-input v-model="searchForm.bdbh" :placeholder="$t('form.placeholderInput')" clearable |
|
|
|
style="width: 200px" @keyup.enter.native="search" /> |
|
|
|
style="width: 200px" /> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="6"> |
|
|
|
@ -35,14 +35,14 @@ |
|
|
|
<el-col :span="6"> |
|
|
|
<el-form-item :label="$t('page.business.form.xtmbmc')" prop="templateName"> |
|
|
|
<el-input v-model="searchForm.templateMc" :placeholder="$t('form.placeholderInput')" clearable |
|
|
|
style="width: 200px" @keyup.enter.native="search" /> |
|
|
|
style="width: 200px" /> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="6"> |
|
|
|
<el-form-item :label="$t('page.business.form.cjsj')"> |
|
|
|
<el-date-picker v-model="daterange" clearable type="daterange" range-separator="-" |
|
|
|
:start-placeholder="$t('page.business.form.startDate')" |
|
|
|
:end-placeholder="$t('page.business.form.endDate')" value-format="yyyy-MM-dd" @change="search" |
|
|
|
:end-placeholder="$t('page.business.form.endDate')" value-format="yyyy-MM-dd" |
|
|
|
style="width: 200px" /> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
@ -50,14 +50,14 @@ |
|
|
|
<el-form-item :label="$t('page.business.form.tjsj')"> |
|
|
|
<el-date-picker v-model="daterangetj" clearable type="daterange" range-separator="-" |
|
|
|
:start-placeholder="$t('page.business.form.startDate')" |
|
|
|
:end-placeholder="$t('page.business.form.endDate')" value-format="yyyy-MM-dd" @change="search" |
|
|
|
:end-placeholder="$t('page.business.form.endDate')" value-format="yyyy-MM-dd" |
|
|
|
style="width: 200px" /> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="6"> |
|
|
|
<el-form-item :label="$t('page.business.study.studyFormFill.sfbl')"> |
|
|
|
<el-select v-model="searchForm.sfbl" :placeholder="$t('form.placeholderSelect')" clearable |
|
|
|
@change="search"> |
|
|
|
> |
|
|
|
<el-option :label="$t('page.business.study.studyFormFill.yes')" value="是" /> |
|
|
|
<el-option :label="$t('page.business.study.studyFormFill.no')" value="否" /> |
|
|
|
</el-select> |
|
|
|
@ -315,7 +315,6 @@ export default { |
|
|
|
userChange(val) { |
|
|
|
this.searchForm.userId = val.id |
|
|
|
this.searchForm.userMc = val.name |
|
|
|
this.search() |
|
|
|
}, |
|
|
|
search() { |
|
|
|
this.searchForm.pageNum = 1 |
|
|
|
|