Commit d8fecf5d authored by zhoumaotao's avatar zhoumaotao

流程查询条件

parent af91be88
...@@ -9,6 +9,12 @@ ...@@ -9,6 +9,12 @@
<SearchButton :app='app'></SearchButton> <SearchButton :app='app'></SearchButton>
<el-row :gutter="20" class="search-row-1"> <el-row :gutter="20" class="search-row-1">
<el-col :span="6" class="search-col"> <el-col :span="6" class="search-col">
<div class="search-item">
<span class="search-span">事务类型:</span>
<RelSelect src='wf/common/wfstate' :match="{value:'id',label:'name'}" v-model='queryParams.operatype' ></RelSelect>
</div>
</el-col>
<el-col :span="6" class="search-col">
<div class="search-item"> <div class="search-item">
<span class="search-span">开始日期:</span> <span class="search-span">开始日期:</span>
<el-date-picker value-format="timestamp" v-model="queryParams.ksrq"></el-date-picker> <el-date-picker value-format="timestamp" v-model="queryParams.ksrq"></el-date-picker>
...@@ -82,6 +88,7 @@ ...@@ -82,6 +88,7 @@
baseUrl: '/aqgl/yhgl/yhjl', baseUrl: '/aqgl/yhgl/yhjl',
/* 查询参数*/ /* 查询参数*/
queryParams: { queryParams: {
operatype:'W',
ksrq:new Date().getTime()-1000*60*60*24*30, ksrq:new Date().getTime()-1000*60*60*24*30,
jsrq:new Date().getTime() jsrq:new Date().getTime()
}, },
......
...@@ -195,7 +195,8 @@ import { ...@@ -195,7 +195,8 @@ import {
doQuery, doQuery,
doAdd, doAdd,
doUpdate, doUpdate,
doDelete,initDwlx doDelete,
initDwlx
} from "@/api/outsourcingDirector/wxdwsb"; } from "@/api/outsourcingDirector/wxdwsb";
/* edit页面*/ /* edit页面*/
import Edit from "./edit"; import Edit from "./edit";
......
...@@ -204,7 +204,8 @@ import { ...@@ -204,7 +204,8 @@ import {
doQuery, doQuery,
doAdd, doAdd,
doUpdate, doUpdate,
doDelete,initDwlx doDelete,
initDwlx
} from "@/api/outsourcingDirector/wxdwsb"; } from "@/api/outsourcingDirector/wxdwsb";
/* edit页面*/ /* edit页面*/
import Edit from "./edit"; import Edit from "./edit";
......
...@@ -122,7 +122,7 @@ ...@@ -122,7 +122,7 @@
baseUrl: '/aqgl/swgl/swjl', baseUrl: '/aqgl/swgl/swjl',
/* 查询参数*/ /* 查询参数*/
queryParams: { queryParams: {
operatype:'', operatype:'W',
ryxx:'', ryxx:'',
beginDate: new Date().getTime()-1000*60*60*24*30, beginDate: new Date().getTime()-1000*60*60*24*30,
endDate: new Date().getTime() endDate: new Date().getTime()
......
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