|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
</a-col> |
|
|
|
|
<a-col :xl="8" :lg="7" :md="8" :sm="24"> |
|
|
|
|
<a-form-item label="流程发起人"> |
|
|
|
|
<a-input placeholder="请输入流程发起人" v-model="queryParam.createBy"/> |
|
|
|
|
<a-input placeholder="请输入流程发起人" v-model="queryParam.realName"/> |
|
|
|
|
</a-form-item> |
|
|
|
|
</a-col> |
|
|
|
|
<a-col :xl="8" :lg="7" :md="8" :sm="24"> |
|
|
|
@ -265,7 +265,7 @@
|
|
|
|
|
{ |
|
|
|
|
title:'流程发起人', |
|
|
|
|
align:"center", |
|
|
|
|
dataIndex: 'createBy' |
|
|
|
|
dataIndex: 'createBy_dictText' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
title:'物资类型', |
|
|
|
@ -437,7 +437,7 @@
|
|
|
|
|
fieldList.push({type:'sel_depart',value:'company',text:'流程发起公司'}) |
|
|
|
|
fieldList.push({type:'datetime',value:'createTime',text:'流程发起时间'}) |
|
|
|
|
fieldList.push({type:'sel_depart',value:'sysOrgCode',text:'流程发起部门'}) |
|
|
|
|
fieldList.push({type:'sel_user',value:'createBy',text:'流程发起人'}) |
|
|
|
|
fieldList.push({type:'sel_user',value:'realName',text:'流程发起人'}) |
|
|
|
|
fieldList.push({type:'int',value:'materialType',text:'物资类型',dictCode:''}) |
|
|
|
|
fieldList.push({type:'date',value:'deliveryTime',text:'出库时间'}) |
|
|
|
|
fieldList.push({type:'string',value:'fileId',text:'文件id',dictCode:''}) |
|
|
|
|