|
@@ -4,11 +4,11 @@
|
|
|
<div class='table-page-search-wrapper'>
|
|
|
<a-form layout='inline' @keyup.enter.native='searchQuery'>
|
|
|
<a-row :gutter='24'>
|
|
|
- <a-col :xl='6' :lg='7' :md='8' :sm='24'>
|
|
|
+ <!-- <a-col :xl='6' :lg='7' :md='8' :sm='24'>
|
|
|
<a-form-item label='名称'>
|
|
|
<a-input placeholder='请输入名称' v-model='queryParam.name'></a-input>
|
|
|
</a-form-item>
|
|
|
- </a-col>
|
|
|
+ </a-col> -->
|
|
|
<a-col :xl='6' :lg='7' :md='8' :sm='24'>
|
|
|
<a-form-item label='发起人'>
|
|
|
<j-select-user-by-dep placeholder='请选择发起人' v-model='queryParam.faqiUser' />
|
|
@@ -29,14 +29,14 @@
|
|
|
<!-- 操作按钮区域 -->
|
|
|
<div class='table-operator'>
|
|
|
<a-button @click='handleAdd' type='primary' icon='plus'>新增</a-button>
|
|
|
- <a-button type='primary' icon='download' @click="handleExportXls('运行流程表')">导出</a-button>
|
|
|
+ <!-- <a-button type='primary' icon='download' @click="handleExportXls('运行流程表')">导出</a-button>
|
|
|
<a-upload name='file' :showUploadList='false' :multiple='false' :headers='tokenHeader' :action='importExcelUrl'
|
|
|
@change='handleImportExcel'>
|
|
|
<a-button type='primary' icon='import'>导入</a-button>
|
|
|
- </a-upload>
|
|
|
+ </a-upload> -->
|
|
|
<!-- 高级查询区域 -->
|
|
|
- <j-super-query :fieldList='superFieldList' ref='superQueryModal'
|
|
|
- @handleSuperQuery='handleSuperQuery'></j-super-query>
|
|
|
+ <!-- <j-super-query :fieldList='superFieldList' ref='superQueryModal'
|
|
|
+ @handleSuperQuery='handleSuperQuery'></j-super-query> -->
|
|
|
<a-dropdown v-if='selectedRowKeys.length > 0'>
|
|
|
<a-menu slot='overlay'>
|
|
|
<a-menu-item key='1' @click='batchDel'>
|
|
@@ -166,16 +166,16 @@ export default {
|
|
|
return parseInt(index) + 1
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- title: '流程id',
|
|
|
- align: 'center',
|
|
|
- dataIndex: 'flowPathId_dictText'
|
|
|
- },
|
|
|
- {
|
|
|
- title: '名称',
|
|
|
- align: 'center',
|
|
|
- dataIndex: 'name'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '流程',
|
|
|
+ // align: 'center',
|
|
|
+ // dataIndex: 'flowPathId_dictText'
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title: '名称',
|
|
|
+ // align: 'center',
|
|
|
+ // dataIndex: 'name'
|
|
|
+ // },
|
|
|
{
|
|
|
title: '发起人',
|
|
|
align: 'center',
|
|
@@ -187,15 +187,15 @@ export default {
|
|
|
dataIndex: 'weituoNo'
|
|
|
},
|
|
|
{
|
|
|
- title: '当前步骤id',
|
|
|
+ title: '当前步骤',
|
|
|
align: 'center',
|
|
|
dataIndex: 'dqSetp_dictText'
|
|
|
},
|
|
|
- {
|
|
|
- title: '状态',
|
|
|
- align: 'center',
|
|
|
- dataIndex: 'status'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '状态',
|
|
|
+ // align: 'center',
|
|
|
+ // dataIndex: 'status'
|
|
|
+ // },
|
|
|
{
|
|
|
title: '操作',
|
|
|
dataIndex: 'action',
|