Commit d8fecf5d authored by zhoumaotao's avatar zhoumaotao

流程查询条件

parent af91be88
......@@ -8,6 +8,12 @@
<div class="search" v-condition >
<SearchButton :app='app'></SearchButton>
<el-row :gutter="20" class="search-row-1">
<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">
<span class="search-span">开始日期:</span>
......@@ -82,6 +88,7 @@
baseUrl: '/aqgl/yhgl/yhjl',
/* 查询参数*/
queryParams: {
operatype:'W',
ksrq:new Date().getTime()-1000*60*60*24*30,
jsrq:new Date().getTime()
},
......
......@@ -195,7 +195,8 @@ import {
doQuery,
doAdd,
doUpdate,
doDelete,initDwlx
doDelete,
initDwlx
} from "@/api/outsourcingDirector/wxdwsb";
/* edit页面*/
import Edit from "./edit";
......
......@@ -204,7 +204,8 @@ import {
doQuery,
doAdd,
doUpdate,
doDelete,initDwlx
doDelete,
initDwlx
} from "@/api/outsourcingDirector/wxdwsb";
/* edit页面*/
import Edit from "./edit";
......
......@@ -122,7 +122,7 @@
baseUrl: '/aqgl/swgl/swjl',
/* 查询参数*/
queryParams: {
operatype:'',
operatype:'W',
ryxx:'',
beginDate: new Date().getTime()-1000*60*60*24*30,
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