Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
88fc18f3
Commit
88fc18f3
authored
Dec 27, 2021
by
liushikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
任务列表调整
parent
55b51ab4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
199 additions
and
183 deletions
+199
-183
Errp.vue
src/views/Business/Bopsel/Errp.vue
+25
-15
Diaselp.vue
src/views/Business/Diasel/Diaselp.vue
+170
-164
Menu.vue
src/views/Business/Sptsel/Sptbrk/Menu.vue
+4
-4
No files found.
src/views/Business/Bopsel/Errp.vue
View file @
88fc18f3
<
template
>
<div
class=
"eibs-tab"
>
<c-list-search
<
!--
<
c-list-search
@
form-reset=
"errpHandleReset"
@
form-search=
"errpHandleSearch"
>
<template
v-slot=
"searchSlot"
>
<template
v-slot=
"searchSlot"
>
-->
<el-form
class=
"m-table-search-form"
ref=
"paramsForm"
...
...
@@ -27,17 +27,6 @@
</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
:span=
"8"
v-show=
"searchSlot.searchToggle"
>
<el-form-item
label=
"起止日期"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<el-date-picker
...
...
@@ -62,11 +51,32 @@
</c-col>
</el-form-item>
</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>
</el-row>
</el-form>
</
template
>
</c-list-search>
<
!--
<
/
template
>
</c-list-search>
-->
<el-row>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
...
...
src/views/Business/Diasel/Diaselp.vue
View file @
88fc18f3
<
template
>
<div
class=
"eibs-tab"
>
<c-list-search
@
form-reset=
"handleReset"
@
form-search=
"handleSearch"
>
<template
v-slot=
"searchSlot"
>
<el-form
class=
"m-table-search-form"
ref=
"paramsForm"
:inline=
"true"
label-position=
"right"
label-width=
"110px"
size=
"small"
>
<el-row>
<c-col
:span=
"23"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"提示日期"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<el-date-picker
type=
"date"
v-model=
"model.diafro"
style=
"width: 100%"
placeholder=
"请选择Diary From date"
></el-date-picker>
</c-col>
<c-col
:span=
"2"
style=
"text-align: center"
>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</c-col>
<c-col
:span=
"11"
>
<el-date-picker
type=
"date"
v-model=
"model.diatil"
style=
"width: 100%"
placeholder=
"请选择Diary Till date"
></el-date-picker>
</c-col>
</el-form-item>
</c-col>
<!--
<c-list-search
@
form-reset=
"handleReset"
@
form-search=
"handleSearch"
>
<template
v-slot=
"searchSlot"
>
-->
<el-form
class=
"m-table-search-form"
ref=
"paramsForm"
:inline=
"true"
label-position=
"right"
label-width=
"110px"
size=
"small"
>
<el-row>
<c-col
:span=
"23"
>
<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=
"提示原因"
prop=
"reasen"
style=
"width: 100%"
>
<c-select
v-model=
"model.reasen"
style=
"width: 100%"
placeholder=
"请选择Reasons"
>
<el-option
v-for=
"item in codes.diatxt"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</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"
<c-col
:span=
"8"
>
<el-form-item
label=
"提示日期"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<el-date-picker
type=
"date"
v-model=
"model.diafro"
style=
"width: 100%"
placeholder=
"请输入Selection Reference"
></c-input>
</el-form-item>
</c-col>
</c-col>
</el-row>
<el-row
v-show=
"searchSlot.searchToggle"
>
<c-col
:span=
"23"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"业务类型"
prop=
"seasec"
style=
"width: 100%"
>
<c-select
v-model=
"model.seasec"
placeholder=
"请选择Diary From date"
></el-date-picker>
</c-col>
<c-col
:span=
"2"
style=
"text-align: center"
>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</c-col>
<c-col
:span=
"11"
>
<el-date-picker
type=
"date"
v-model=
"model.diatil"
style=
"width: 100%"
placeholder=
"请选择Business Sector"
>
<el-option
v-for=
"item in codes.bustxt"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"选择用户"
prop=
"usfmod.flt"
style=
"width: 100%"
>
<c-col
:span=
"24"
>
<!--
<c-col
:span=
"16"
>
-->
placeholder=
"请选择Diary Till date"
></el-date-picker>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"选择用户"
prop=
"usfmod.flt"
style=
"width: 100%"
>
<c-col
:span=
"24"
>
<!--
<c-col
:span=
"16"
>
-->
<c-select
v-model=
"model.usfmod.flt"
style=
"width: 100%"
...
...
@@ -105,57 +67,127 @@
>
</el-option>
</c-select>
<!--
</c-col>
-->
<!--
<c-col
:span=
"7"
>
<!--
</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>
</c-col>
</c-col>
</el-form-item>
</c-col>
</c-col>
</el-row>
<el-row>
<c-col
:span=
"23"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"业务类型"
prop=
"seasec"
style=
"width: 100%"
>
<c-select
v-model=
"model.seasec"
style=
"width: 100%"
placeholder=
"请选择Business Sector"
>
<el-option
v-for=
"item in codes.bustxt"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
v-if=
"model.usfmod.flt == '
<SELU>
'"
label="经办柜员"
prop="usfmod.usr.extkey"
<c-col
:span=
"8"
>
<el-form-item
label=
"提示原因"
prop=
"reasen"
style=
"width: 100%"
>
<c-select
v-model=
"model.reasen"
style=
"width: 100%"
placeholder=
"请选择Reasons"
>
<el-option
v-for=
"item in codes.diatxt"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
v-if=
"model.usfmod.flt == '
<SELU>
'">
<el-form-item
label=
"经办柜员"
prop=
"usfmod.usr.extkey"
style=
"width: 100%"
>
<c-col
:span=
"24"
>
<c-col
:span=
"16"
>
<c-input
v-model=
"model.usfmod.usr.extkey"
maxlength=
"8"
placeholder=
"请输入User ID"
style=
"width: 100%"
></c-input>
</c-col>
<c-col
:span=
"7"
>
<c-button
size=
"small"
style=
"width: 100%"
type=
"primary"
icon=
"el-icon-search"
></c-button>
</c-col>
<c-col
:span=
"20"
>
<c-input
v-model=
"model.usfmod.usr.extkey"
maxlength=
"8"
placeholder=
"请输入User ID"
style=
"width: 95%"
></c-input>
</c-col>
<c-col
:span=
"4"
>
<c-button
size=
"small"
style=
"width: 100%;margin-left:0"
type=
"primary"
icon=
"el-icon-search"
></c-button>
</c-col>
</c-col>
</el-form-item>
<el-form-item
v-if=
"model.usfmod.flt == '
<SELB>
'"
label="业务机构"
prop="usfmod.selusb"
</el-form-item>
</c-col>
<c-col
:span=
"8"
v-else-if=
"model.usfmod.flt == '
<SELB>
'">
<el-form-item
label=
"业务机构"
prop=
"usfmod.selusb"
style=
"width: 100%"
>
<c-select
v-model=
"model.usfmod.selusb"
style=
"width: 100%"
placeholder=
"请选择Select user branch"
>
<c-select
v-model=
"model.usfmod.selusb"
style=
"width: 100%"
placeholder=
"请选择Select user branch"
>
</c-select>
</el-form-item>
</c-col>
</c-col>
</el-row>
</el-form>
</
template
>
</c-list-search>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
style=
"text-align: right"
v-else
>
<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>
<!--
</
template
>
</c-list-search>
-->
<!-- <div style="margin-top: 20px">
<c-button
...
...
@@ -212,57 +244,31 @@
</div> -->
<el-row>
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
fixed=
"right"
prop=
"display"
label=
"操作"
width=
"250px"
>
<
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
style=
"margin-left: 0"
size=
"small"
type=
"primary"
>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
>
详情
</c-button>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
>
修改
</c-button>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
>
删除
</c-button>
</
template
>
</el-table-column>
</c-istream-table>
</c-col>
</c-istream-table>
</c-col>
</el-row>
<!-- <el-row style="margin-top: 2rem">
<c-col :span="23">
...
...
src/views/Business/Sptsel/Sptbrk/Menu.vue
View file @
88fc18f3
...
...
@@ -174,23 +174,23 @@
</c-col>
-->
<c-col
:span=
"8"
style=
"text-align: right"
v-else
>
<el-button
size=
"small"
@
click=
"
h
andleReset"
>
重置
</el-button>
<el-button
size=
"small"
@
click=
"
sptfndH
andleReset"
>
重置
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"
h
andleSearch"
@
click=
"
sptfndH
andleSearch"
>
查询
</el-button
>
</c-col>
</c-col>
<c-col
:span=
"23"
style=
"text-align: right"
v-if=
"model.usfmod.flt === '
<SELU>
'||model.usfmod.flt === '
<SELB>
'">
<el-button
size=
"small"
@
click=
"
h
andleReset"
>
重置
</el-button>
<el-button
size=
"small"
@
click=
"
sptfndH
andleReset"
>
重置
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"
h
andleSearch"
@
click=
"
sptfndH
andleSearch"
>
查询
</el-button
>
</c-col>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment