|
|
@ -2,7 +2,7 @@ |
|
|
<section> |
|
|
<section> |
|
|
<el-popover |
|
|
<el-popover |
|
|
placement="bottom" |
|
|
placement="bottom" |
|
|
width="600" |
|
|
|
|
|
|
|
|
width="400" |
|
|
trigger="manual" |
|
|
trigger="manual" |
|
|
v-model="productVisible" |
|
|
v-model="productVisible" |
|
|
> |
|
|
> |
|
|
@ -42,34 +42,18 @@ |
|
|
<font class="more-label-font">产品编号:</font> |
|
|
<font class="more-label-font">产品编号:</font> |
|
|
<el-input |
|
|
<el-input |
|
|
v-model="filters.id" |
|
|
v-model="filters.id" |
|
|
style="width: 100%" |
|
|
|
|
|
|
|
|
style="width: 200px;" |
|
|
placeholder="输入产品编号" |
|
|
placeholder="输入产品编号" |
|
|
@keyup.enter.native="searchXmProducts" |
|
|
@keyup.enter.native="searchXmProducts" |
|
|
> |
|
|
> |
|
|
</el-input> |
|
|
</el-input> |
|
|
</el-row> |
|
|
</el-row> |
|
|
|
|
|
|
|
|
<el-row> |
|
|
|
|
|
<font class="more-label-font">创建时间:</font> |
|
|
|
|
|
<el-date-picker |
|
|
|
|
|
v-model="dateRanger" |
|
|
|
|
|
type="daterange" |
|
|
|
|
|
align="right" |
|
|
|
|
|
unlink-panels |
|
|
|
|
|
range-separator="至" |
|
|
|
|
|
start-placeholder="开始日期" |
|
|
|
|
|
end-placeholder="完成日期" |
|
|
|
|
|
value-format="yyyy-MM-dd HH:mm:ss" |
|
|
|
|
|
:default-time="['00:00:00', '23:59:59']" |
|
|
|
|
|
:picker-options="pickerOptions" |
|
|
|
|
|
></el-date-picker> |
|
|
|
|
|
</el-row> |
|
|
|
|
|
|
|
|
|
|
|
<el-row> |
|
|
<el-row> |
|
|
<font class="more-label-font"> 产品名称: </font> |
|
|
<font class="more-label-font"> 产品名称: </font> |
|
|
<el-input |
|
|
<el-input |
|
|
v-model="filters.key" |
|
|
v-model="filters.key" |
|
|
style="width: 100%" |
|
|
|
|
|
|
|
|
style="width: 200px;" |
|
|
placeholder="输入产品名字关键字" |
|
|
placeholder="输入产品名字关键字" |
|
|
> |
|
|
> |
|
|
</el-input> |
|
|
</el-input> |
|
|
@ -88,6 +72,23 @@ |
|
|
> |
|
|
> |
|
|
<el-button @click="setFiltersPmUserAsMySelf()">我的</el-button> |
|
|
<el-button @click="setFiltersPmUserAsMySelf()">我的</el-button> |
|
|
</el-row> |
|
|
</el-row> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-row> |
|
|
|
|
|
<font class="more-label-font">创建时间:</font> |
|
|
|
|
|
<el-date-picker |
|
|
|
|
|
v-model="dateRanger" |
|
|
|
|
|
type="daterange" |
|
|
|
|
|
align="right" |
|
|
|
|
|
unlink-panels |
|
|
|
|
|
range-separator="至" |
|
|
|
|
|
start-placeholder="开始日期" |
|
|
|
|
|
end-placeholder="完成日期" |
|
|
|
|
|
value-format="yyyy-MM-dd HH:mm:ss" |
|
|
|
|
|
:default-time="['00:00:00', '23:59:59']" |
|
|
|
|
|
:picker-options="pickerOptions" |
|
|
|
|
|
></el-date-picker> |
|
|
|
|
|
</el-row> |
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-button type="primary" style="float:right;" @click="searchXmProducts" icon="el-icon-search" |
|
|
<el-button type="primary" style="float:right;" @click="searchXmProducts" icon="el-icon-search" |
|
|
>查询</el-button |
|
|
>查询</el-button |
|
|
|