Commit 88fc18f3 by liushikai

任务列表调整

parent 55b51ab4
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<c-list-search <!-- <c-list-search
@form-reset="errpHandleReset" @form-reset="errpHandleReset"
@form-search="errpHandleSearch" @form-search="errpHandleSearch"
> >
<template v-slot="searchSlot"> <template v-slot="searchSlot"> -->
<el-form <el-form
class="m-table-search-form" class="m-table-search-form"
ref="paramsForm" ref="paramsForm"
...@@ -27,17 +27,6 @@ ...@@ -27,17 +27,6 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item label="业务所属行" prop="bopquep.ownextkey" style="width: 100%">
<c-select
v-model="model.bopquep.ownextkey"
style="width: 100%"
placeholder="请选择业务所属行"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="8" v-show="searchSlot.searchToggle">
<el-form-item label="起止日期" style="width: 100%"> <el-form-item label="起止日期" style="width: 100%">
<c-col :span="11"> <c-col :span="11">
<el-date-picker <el-date-picker
...@@ -62,11 +51,32 @@ ...@@ -62,11 +51,32 @@
</c-col> </c-col>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8">
<el-form-item label="业务所属行" prop="bopquep.ownextkey" style="width: 100%">
<c-select
v-model="model.bopquep.ownextkey"
style="width: 100%"
placeholder="请选择业务所属行"
>
</c-select>
</el-form-item>
</c-col>
</c-col>
<c-col :span="23" style="text-align: right">
<el-button size="small" @click="errpHandleReset">重置</el-button>
<el-button
type="primary"
icon="el-icon-search"
size="small"
@click="errpHandleSearch"
>查询</el-button
>
</c-col> </c-col>
</el-row> </el-row>
</el-form> </el-form>
</template> <!-- </template>
</c-list-search> </c-list-search> -->
<el-row> <el-row>
<c-istream-table :list="stmData.data" :columns="stmData.columns"> <c-istream-table :list="stmData.data" :columns="stmData.columns">
......
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<c-list-search @form-reset="handleReset" @form-search="handleSearch"> <!-- <c-list-search @form-reset="handleReset" @form-search="handleSearch">
<template v-slot="searchSlot"> <template v-slot="searchSlot"> -->
<el-form <el-form
class="m-table-search-form" class="m-table-search-form"
ref="paramsForm" ref="paramsForm"
...@@ -13,6 +13,17 @@ ...@@ -13,6 +13,17 @@
<el-row> <el-row>
<c-col :span="23"> <c-col :span="23">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="业务编号" prop="searef" style="width: 100%">
<c-input
v-model="model.searef"
maxlength="16"
style="width: 100%"
placeholder="请输入Selection Reference"
></c-input>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="提示日期" style="width: 100%"> <el-form-item label="提示日期" style="width: 100%">
<c-col :span="11"> <c-col :span="11">
<el-date-picker <el-date-picker
...@@ -34,41 +45,41 @@ ...@@ -34,41 +45,41 @@
></el-date-picker> ></el-date-picker>
</c-col> </c-col>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item label="提示原因" prop="reasen" style="width: 100%"> <el-form-item
label="选择用户"
prop="usfmod.flt"
style="width: 100%"
>
<c-col :span="24">
<!-- <c-col :span="16"> -->
<c-select <c-select
v-model="model.reasen" v-model="model.usfmod.flt"
style="width: 100%" style="width: 100%"
placeholder="请选择Reasons" placeholder="请选择Filter"
> >
<el-option <el-option
v-for="item in codes.diatxt" v-for="item in codes.flt"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
> >
</el-option> </el-option>
</c-select> </c-select>
</el-form-item> <!-- </c-col> -->
<!-- <c-col :span="7">
<c-button size="small" type="primary" style="width: 100%">
show set
</c-button>
</c-col>-->
</c-col> </c-col>
<c-col :span="8" v-show="searchSlot.searchToggle">
<el-form-item label="业务编号" prop="searef" style="width: 100%">
<c-input
v-model="model.searef"
maxlength="16"
style="width: 100%"
placeholder="请输入Selection Reference"
></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
</el-row> </el-row>
<el-row v-show="searchSlot.searchToggle"> <el-row>
<c-col :span="23">
<c-col :span="23">
<c-col :span="8"> <c-col :span="8">
<el-form-item label="业务类型" prop="seasec" style="width: 100%"> <el-form-item label="业务类型" prop="seasec" style="width: 100%">
<c-select <c-select
...@@ -88,56 +99,51 @@ ...@@ -88,56 +99,51 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item label="提示原因" prop="reasen" style="width: 100%">
<el-form-item label="选择用户" prop="usfmod.flt" style="width: 100%">
<c-col :span="24">
<!-- <c-col :span="16"> -->
<c-select <c-select
v-model="model.usfmod.flt" v-model="model.reasen"
style="width: 100%" style="width: 100%"
placeholder="请选择Filter" placeholder="请选择Reasons"
> >
<el-option <el-option
v-for="item in codes.flt" v-for="item in codes.diatxt"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
> >
</el-option> </el-option>
</c-select> </c-select>
<!-- </c-col> -->
<!-- <c-col :span="7">
<c-button size="small" type="primary" style="width: 100%">
show set
</c-button>
</c-col>-->
</c-col>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8" v-if="model.usfmod.flt == '<SELU>'">
<el-form-item <el-form-item
v-if="model.usfmod.flt == '<SELU>'"
label="经办柜员" label="经办柜员"
prop="usfmod.usr.extkey" prop="usfmod.usr.extkey"
style="width: 100%" style="width: 100%"
> >
<c-col :span="24"> <c-col :span="24">
<c-col :span="16"> <c-col :span="20">
<c-input <c-input
v-model="model.usfmod.usr.extkey" v-model="model.usfmod.usr.extkey"
maxlength="8" maxlength="8"
placeholder="请输入User ID" placeholder="请输入User ID"
style="width: 100%" style="width: 95%"
></c-input> ></c-input>
</c-col> </c-col>
<c-col :span="7"> <c-col :span="4">
<c-button size="small" style="width: 100%" type="primary" icon="el-icon-search"></c-button> <c-button
size="small"
style="width: 100%;margin-left:0"
type="primary"
icon="el-icon-search"
></c-button>
</c-col> </c-col>
</c-col> </c-col>
</el-form-item> </el-form-item>
</c-col>
<c-col :span="8" v-else-if="model.usfmod.flt == '<SELB>'">
<el-form-item <el-form-item
v-if="model.usfmod.flt == '<SELB>'"
label="业务机构" label="业务机构"
prop="usfmod.selusb" prop="usfmod.selusb"
style="width: 100%" style="width: 100%"
...@@ -150,12 +156,38 @@ ...@@ -150,12 +156,38 @@
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> <c-col :span="8" style="text-align: right" v-else>
</el-row> <el-button size="small" @click="handleReset">重置</el-button>
<el-button
type="primary"
icon="el-icon-search"
size="small"
@click="handleSearch"
>查询</el-button
>
</c-col>
</c-col>
</el-row>
<c-col
:span="23"
style="text-align: right"
v-if="
model.usfmod.flt === '<SELU>' || model.usfmod.flt === '<SELB>'
"
>
<el-button size="small" @click="handleReset">重置</el-button>
<el-button
type="primary"
icon="el-icon-search"
size="small"
@click="handleSearch"
>查询</el-button
>
</c-col>
</el-form> </el-form>
</template> <!-- </template>
</c-list-search> </c-list-search> -->
<!-- <div style="margin-top: 20px"> <!-- <div style="margin-top: 20px">
<c-button <c-button
...@@ -213,10 +245,7 @@ ...@@ -213,10 +245,7 @@
<el-row> <el-row>
<c-col :span="24"> <c-col :span="24">
<c-istream-table <c-istream-table :list="stmData.data" :columns="stmData.columns">
:list="stmData.data"
:columns="stmData.columns"
>
<el-table-column <el-table-column
fixed="right" fixed="right"
prop="display" prop="display"
...@@ -224,41 +253,18 @@ ...@@ -224,41 +253,18 @@
width="250px" width="250px"
> >
<template> <template>
<c-button style="margin-left: 0" size="small" type="primary">
<c-button
style="margin-left: 0"
size="small"
type="primary"
>
处理 处理
</c-button> </c-button>
<c-button <c-button style="margin-left: 0" size="small" type="primary">
style="margin-left: 0"
size="small"
type="primary"
>
详情 详情
</c-button> </c-button>
<c-button <c-button style="margin-left: 0" size="small" type="primary">
style="margin-left: 0"
size="small"
type="primary"
>
修改 修改
</c-button> </c-button>
<c-button <c-button style="margin-left: 0" size="small" type="primary">
style="margin-left: 0"
size="small"
type="primary"
>
删除 删除
</c-button> </c-button>
</template> </template>
</el-table-column> </el-table-column>
</c-istream-table> </c-istream-table>
......
...@@ -174,23 +174,23 @@ ...@@ -174,23 +174,23 @@
</c-col> --> </c-col> -->
<c-col :span="8" style="text-align: right" v-else> <c-col :span="8" style="text-align: right" v-else>
<el-button size="small" @click="handleReset">重置</el-button> <el-button size="small" @click="sptfndHandleReset">重置</el-button>
<el-button <el-button
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
size="small" size="small"
@click="handleSearch" @click="sptfndHandleSearch"
>查询</el-button >查询</el-button
> >
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="23" style="text-align: right" v-if="model.usfmod.flt === '<SELU>'||model.usfmod.flt === '<SELB>'"> <c-col :span="23" style="text-align: right" v-if="model.usfmod.flt === '<SELU>'||model.usfmod.flt === '<SELB>'">
<el-button size="small" @click="handleReset">重置</el-button> <el-button size="small" @click="sptfndHandleReset">重置</el-button>
<el-button <el-button
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
size="small" size="small"
@click="handleSearch" @click="sptfndHandleSearch"
>查询</el-button >查询</el-button
> >
</c-col> </c-col>
......
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