|
@ -10,7 +10,14 @@ |
|
|
<div class="head-container" :style="isRecycle?'display:flex; justify-content: space-between; align-items: center; flex-wrap: wrap;':'' "> |
|
|
<div class="head-container" :style="isRecycle?'display:flex; justify-content: space-between; align-items: center; flex-wrap: wrap;':'' "> |
|
|
<div class="head-search" :style="isRecycle?'margin-bottom: 10px;':''"> |
|
|
<div class="head-search" :style="isRecycle?'margin-bottom: 10px;':''"> |
|
|
<!-- 搜索 --> |
|
|
<!-- 搜索 --> |
|
|
<el-input v-model="search" clearable size="small" placeholder="输入关键字搜索" prefix-icon="el-icon-search" style="width: 200px;" class="filter-item" @clear="handleSearch" @keyup.enter.native="handleSearch" /> |
|
|
|
|
|
|
|
|
<el-tooltip |
|
|
|
|
|
class="item" |
|
|
|
|
|
effect="dark" |
|
|
|
|
|
content="可搜索标题、收文号、来文字号、主办部门" |
|
|
|
|
|
placement="top-start" |
|
|
|
|
|
> |
|
|
|
|
|
<el-input v-model="search" clearable size="small" placeholder="请输入关键字搜索" prefix-icon="el-icon-search" style="width: 220px;" class="filter-item" @clear="handleSearch" @keyup.enter.native="handleSearch" /> |
|
|
|
|
|
</el-tooltip> |
|
|
<!-- <rrOperation /> --> |
|
|
<!-- <rrOperation /> --> |
|
|
<!-- 密级 --> |
|
|
<!-- 密级 --> |
|
|
<el-select v-model="query.securityClass" clearable placeholder="密级" style="width: 110px;" @change="crud.toQuery"> |
|
|
<el-select v-model="query.securityClass" clearable placeholder="密级" style="width: 110px;" @change="crud.toQuery"> |
|
@ -353,8 +360,7 @@ export default { |
|
|
} else { |
|
|
} else { |
|
|
this.crud.query.documentId = this.selectedDocument.documentId |
|
|
this.crud.query.documentId = this.selectedDocument.documentId |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (this.blurryTime.length !== 0) { |
|
|
|
|
|
|
|
|
if (this.blurryTime && this.blurryTime.length !== 0) { |
|
|
this.crud.query.startTime = this.blurryTime[0].split(' ')[0] |
|
|
this.crud.query.startTime = this.blurryTime[0].split(' ')[0] |
|
|
this.crud.query.endTime = this.blurryTime[1].split(' ')[0] |
|
|
this.crud.query.endTime = this.blurryTime[1].split(' ')[0] |
|
|
} else { |
|
|
} else { |
|
@ -362,7 +368,7 @@ export default { |
|
|
this.crud.query.endTime = null |
|
|
this.crud.query.endTime = null |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (this.distributorIds.length !== 0) { |
|
|
|
|
|
|
|
|
if (this.distributorIds && this.distributorIds.length !== 0) { |
|
|
this.crud.query.distributorIds = this.distributorIds.join(',') |
|
|
this.crud.query.distributorIds = this.distributorIds.join(',') |
|
|
} else { |
|
|
} else { |
|
|
this.crud.query.distributorIds = null |
|
|
this.crud.query.distributorIds = null |
|
|