Commit f9ae7c8f authored by 黄自鹏's avatar 黄自鹏

调整

parent 5483a35b
......@@ -88,7 +88,7 @@
content:'',
//履职人员
ryid:'',
//单据来源
//单据来源NmaintenanceRiskTask
djly:'M',
//状态
zt:'I',
......
......@@ -12,8 +12,8 @@
</el-col>
<el-col :span="4" class="search-col">
<div class="search-item">
<span class="search-span">分类:</span>
<el-input v-model='queryParams.lzfl' ></el-input>
<span class="search-span">任务类型:</span>
<RelSelect style="width: 100%;" src='aqgl/rcgl/lzbg/init/pc' clearable :match="{value:'id',label:'name'}" v-model='queryParams.pc' ></RelSelect>
</div>
</el-col>
<el-col :span="4" class="search-col">
......@@ -89,6 +89,7 @@
/* 查询参数*/
queryParams: {
lzfl: '',
pc:'',
gsid: '',
ksrq:new Date().getTime() - 1000*60*60*24,
jsrq:new Date().getTime()
......@@ -98,6 +99,7 @@
{label: "履职分类", prop: "flName", fieldType: "ftString",width:192},
{label: "履职内容", prop: "content", fieldType: "ftString",width:300},
{label: "履职人员", prop: "ryName", fieldType: "ftString",width:192},
{label: "频次", prop: "pc", fieldType: "ftString",width:192},
{label: "单据来源", prop: "lyName", fieldType: "ftString",width:148},
{label: "状态", prop: "ztName", fieldType: "ftString",width:88},
{label: "维护人", prop: "whr", fieldType: "ftString"},
......
......@@ -116,6 +116,7 @@
{label: "履职分类", prop: "flName", fieldType: "ftString",width:192},
{label: "履职内容", prop: "content", fieldType: "ftString",width:300},
{label: "履职人员", prop: "ryName", fieldType: "ftString",width:192},
{label: "频次", prop: "pc", fieldType: "ftString",width:192},
{label: "单据来源", prop: "lyName", fieldType: "ftString",width:148},
{label: "状态", prop: "ztName", fieldType: "ftString",width:80},
{label: "维护人", prop: "whr", fieldType: "ftString"},
......
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