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
zhouqian
vue-gjjs
Commits
201c4cd0
Commit
201c4cd0
authored
Jan 14, 2022
by
fukai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://114.115.138.98:8900/fukai/vue-gjjs
parents
18874ab7
85bb1f16
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
508 additions
and
475 deletions
+508
-475
Errp.vue
src/views/Business/Bopsel/Errp.vue
+71
-69
Selp.vue
src/views/Business/Bopsel/Selp.vue
+13
-2
Diaselp.vue
src/views/Business/Diasel/Diaselp.vue
+7
-2
Menu.vue
src/views/Business/Sptsel/Menu.vue
+212
-208
Menu.vue
src/views/Business/Sptsel/Sptbrk/Menu.vue
+5
-1
Inftrnps.vue
src/views/Business/Trnrel/Inftrnps.vue
+195
-192
Inftrnps.vue
src/views/Business/Trnrel/Trnfnd/Inftrnps.vue
+5
-1
No files found.
src/views/Business/Bopsel/Errp.vue
View file @
201c4cd0
...
...
@@ -5,80 +5,82 @@
@
form-search=
"errpHandleSearch"
>
<template
v-slot=
"searchSlot"
>
-->
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232);"
>
<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"
style=
"margin-left: 9px;"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"申报编号"
prop=
"errsel.rptno"
style=
"width: 100%"
>
<c-input
v-model=
"model.errsel.rptno"
maxlength=
"22"
placeholder=
"请输入申报编号"
></c-input>
</el-form-item>
</c-col>
<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"
style=
"margin-left: 9px;"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"申报编号"
prop=
"errsel.rptno"
style=
"width: 100%"
>
<c-input
v-model=
"model.errsel.rptno"
maxlength=
"22"
placeholder=
"请输入申报编号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"起止日期"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.bopquep.frmdat"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
placeholder=
"请选择From"
></c-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"
>
<c-date-picker
type=
"date"
v-model=
"model.bopquep.tildat"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
placeholder=
"请选择Until"
></c-date-picker>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"起止日期"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.bopquep.frmdat"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
placeholder=
"请选择From"
></c-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"
>
<c-date-picker
type=
"date"
v-model=
"model.bopquep.tildat"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
placeholder=
"请选择Until"
></c-date-picker>
</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=
"margin-left: 9px;text-align: right;height:36.8px"
>
<el-button
size=
"small"
@
click=
"errpHandleReset"
>
重置
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"errpHandleSearch"
>
查询
</el-button
<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-col>
</el-row>
</el-form>
</div>
</c-select>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"23"
style=
"margin-left: 9px;text-align: right;height:36.8px"
>
<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>
-->
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232)"
>
</div>
</c-col>
<el-row>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
...
...
src/views/Business/Bopsel/Selp.vue
View file @
201c4cd0
...
...
@@ -192,7 +192,12 @@
</
template
>
</c-list-search>
<c-row
style=
"margin-top: 10px"
>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232)"
>
</div>
</c-col>
<c-row
style=
"margin-top: 20px"
>
<c-col
style=
"margin-left: 9px;"
>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left:0"
>
导出Excel
</c-button>
<c-button
size=
"small"
type=
"primary"
style=
"margin-left:0"
>
应急导出
</c-button>
...
...
@@ -392,5 +397,11 @@ export default {
},
};
</
script
>
<
style
>
<
style
scoped
>
.eibs-tab
>>>
.m-table-search
{
border-bottom
:
0
;
}
.eibs-tab
>>>
.m-table-search-operation-top
{
width
:
calc
(
95.833333%
+
9px
);
}
</
style
>
src/views/Business/Diasel/Diaselp.vue
View file @
201c4cd0
...
...
@@ -2,7 +2,7 @@
<div
class=
"eibs-tab"
>
<!--
<c-list-search
@
form-reset=
"handleReset"
@
form-search=
"handleSearch"
>
<template
v-slot=
"searchSlot"
>
-->
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232);"
>
<el-form
class=
"m-table-search-form"
ref=
"paramsForm"
...
...
@@ -190,7 +190,12 @@
</el-row>
</el-form>
</div>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232)"
>
</div>
</c-col>
<!--
</
template
>
</c-list-search>
-->
...
...
src/views/Business/Sptsel/Menu.vue
View file @
201c4cd0
...
...
@@ -2,236 +2,240 @@
<div
class=
"eibs-tab"
>
<!--
<c-list-search
@
form-reset=
"handleReset"
@
form-search=
"handleSearch"
>
-->
<!--
<template
v-slot=
"searchSlot"
>
-->
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232)"
>
<el-form
class=
"m-table-search-form"
ref=
"paramsForm"
:inline=
"true"
label-position=
"right"
label-width=
"110px"
size=
"small"
>
<!--
<el-row>
<c-col
:span=
"2"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chkinc"
>
<c-checkbox
v-model=
"chkinc"
>
Incoming
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"2"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chkdzt"
>
<c-checkbox
v-model=
"chkdzt"
>
E-Trade
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"2"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chkpen"
>
<c-checkbox
v-model=
"chkpen"
>
Break
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"2"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chkcor"
>
<c-checkbox
v-model=
"chkcor"
>
Correction
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"2"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chkaut"
>
<c-checkbox
v-model=
"chkaut"
>
Automatic
</c-checkbox>
</el-form-item>
</c-col>
<el-form
class=
"m-table-search-form"
ref=
"paramsForm"
:inline=
"true"
label-position=
"right"
label-width=
"110px"
size=
"small"
>
<!--
<el-row>
<c-col
:span=
"2"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chkinc"
>
<c-checkbox
v-model=
"chkinc"
>
Incoming
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"2"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chkdzt"
>
<c-checkbox
v-model=
"chkdzt"
>
E-Trade
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"2"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chkpen"
>
<c-checkbox
v-model=
"chkpen"
>
Break
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"2"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chkdel
"
>
<c-checkbox
v-model=
"chkdel"
>
Reject
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"2"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chktco
"
>
<c-checkbox
v-model=
"chktco"
>
网银
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"2"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chkcor
"
>
<c-checkbox
v-model=
"chkcor"
>
Correction
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"2"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chkaut
"
>
<c-checkbox
v-model=
"chkaut"
>
Automatic
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"2"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chkcan"
>
<c-checkbox
v-model=
"chkcan"
>
归档
</c-checkbox>
</el-form-item>
</c-col>
</el-row>
-->
<el-row>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"业务编号"
prop=
"selobj"
style=
"width: 100%"
>
<c-input
style=
"width: 100%"
v-model=
"model.selobj"
maxlength=
"32"
placeholder=
"请输入Reference"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chkdel"
>
<c-checkbox
v-model=
"chkdel"
>
Reject
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"2"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chktco"
>
<c-checkbox
v-model=
"chktco"
>
网银
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"创建时间"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.inidatfro"
style=
"width: 100%"
placeholder=
"请选择Date of entry of Transaction"
></c-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"
>
<c-date-picker
type=
"date"
v-model=
"model.inidattil"
style=
"width: 100%"
placeholder=
"请选择Date of entry of Transaction until"
></c-date-picker>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"2"
style=
"text-align:center;margin-bottom: 16px;"
>
<el-form-item
label=
""
prop=
"chkcan"
>
<c-checkbox
v-model=
"chkcan"
>
归档
</c-checkbox>
</el-form-item>
</c-col>
</el-row>
-->
<el-row>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"业务编号"
prop=
"selobj"
style=
"width: 100%"
>
<c-input
style=
"width: 100%"
v-model=
"model.selobj"
maxlength=
"32"
placeholder=
"请输入Reference"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"来源"
style=
"width: 100%"
prop=
"sourceModel"
>
<el-select
clearable
v-model=
"sourceModel"
<c-col
:span=
"8"
>
<el-form-item
label=
"创建时间"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.inidatfro"
style=
"width: 100%"
placeholder=
"请选择Date of entry of Transaction"
></c-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"
>
<c-date-picker
type=
"date"
v-model=
"model.inidattil"
style=
"width: 100%"
placeholder=
"请选择来源"
multiple
collapse-tags
@
change=
"sourceChangeEvent"
placeholder=
"请选择Date of entry of Transaction until"
></c-date-picker>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"来源"
style=
"width: 100%"
prop=
"sourceModel"
>
<el-select
clearable
v-model=
"sourceModel"
style=
"width: 100%"
placeholder=
"请选择来源"
multiple
collapse-tags
@
change=
"sourceChangeEvent"
>
<el-option
v-for=
"item in sourceData"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<el-option
v-for=
"item in sourceData"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
</el-form-item>
</c-col>
</el-option>
</el-select>
</el-form-item>
</c-col>
</el-row>
</c-col>
</el-row>
<el-row>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"选择用户"
prop=
"usfmod.flt"
<el-row>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"选择用户"
prop=
"usfmod.flt"
style=
"width: 100%"
>
<!--
<c-col
:span=
"20"
>
-->
<c-select
v-model=
"model.usfmod.flt"
style=
"width: 100%"
placeholder=
"请选择User"
>
<
!--
<c-col
:span=
"20"
>
-->
<c-select
v-model=
"model.usfmod.flt
"
style=
"width: 100%
"
placeholder=
"请选择User
"
<
el-option
v-for=
"item in codes.flt"
:key=
"item.value
"
:label=
"item.label
"
:value=
"item.value
"
>
<el-option
v-for=
"item in codes.flt"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
</el-option>
</c-select>
<!--
</c-col>
-->
<!--
<c-col
:span=
"4"
style=
"text-align: right"
>
<c-button
size=
"small"
type=
"primary"
style=
"margin: 0 0"
icon=
"el-icon-search"
@
click=
"onUsfmodShwflt"
>
</el-option>
</c-select>
<!--
</c-col>
-->
<!--
<c-col
:span=
"4"
style=
"text-align: right"
>
<c-button
size=
"small"
type=
"primary"
style=
"margin: 0 0"
icon=
"el-icon-search"
@
click=
"onUsfmodShwflt"
>
</c-button>
</c-col>
-->
</el-form-item>
</c-col>
</c-button>
</c-col>
-->
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"业务描述"
prop=
"seltxt"
style=
"width: 100%"
>
<c-input
v-model=
"model.seltxt"
maxlength=
"32"
placeholder=
"请输入Selection Name"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"业务描述"
prop=
"seltxt"
style=
"width: 100%"
>
<c-input
v-model=
"model.seltxt"
maxlength=
"32"
placeholder=
"请输入Selection Name"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"业务标志"
prop=
"dflg"
style=
"width: 100%"
>
<c-select
v-model=
"model.dflg"
style=
"width: 100%"
placeholder=
"请选择国内国际标志"
>
<el-option
label=
"All"
value=
"1"
></el-option>
<el-option
label=
"国内业务"
value=
"2"
></el-option>
<el-option
label=
"国际业务"
value=
"3"
></el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"业务标志"
prop=
"dflg"
style=
"width: 100%"
>
<c-select
v-model=
"model.dflg"
style=
"width: 100%"
placeholder=
"请选择国内国际标志"
>
<el-option
label=
"All"
value=
"1"
></el-option>
<el-option
label=
"国内业务"
value=
"2"
></el-option>
<el-option
label=
"国际业务"
value=
"3"
></el-option>
</c-select>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<c-col
:span=
"8"
v-if=
"model.usfmod.flt === '
<SELU>
'">
<el-form-item
label=
"经办柜员"
style=
"width: 100%"
>
<c-input></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<c-col
:span=
"8"
v-if=
"model.usfmod.flt === '
<SELU>
'">
<el-form-item
label=
"经办柜员"
style=
"width: 100%"
>
<c-input></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
v-else-if=
"model.usfmod.flt === '
<SELB>
'">
<el-form-item
label=
"归属机构"
style=
"width: 100%"
>
<c-input></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
v-else
>
<c-col
:span=
"8"
v-else-if=
"model.usfmod.flt === '
<SELB>
'">
<el-form-item
label=
"归属机构"
style=
"width: 100%"
>
<c-input></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
v-else
>
<el-form-item
label=
""
style=
"width: 100%; height: 36.8px; margin: 0 0 0 0"
>
</el-form-item>
</c-col>
<c-col
:span=
"16"
style=
"text-align: right"
>
<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
:span=
"12"
style=
"text-align:center"
>
<c-checkbox
v-model=
"model.chkypt"
>
云平台
</c-checkbox>
</c-col>
-->
<!--
<c-col
:span=
"8"
>
<el-form-item
label=
""
style=
"width: 100%; height: 36.8px; margin: 0 0 0 0"
label=
"退回原因"
prop=
"yptinf"
style=
"width: 100%"
>
<c-input
v-model=
"model.yptinf"
maxlength=
"60"
placeholder=
"请输入退回原因"
:readonly=
"true"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"16"
style=
"text-align: right"
>
<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
:span=
"12"
style=
"text-align:center"
>
<c-checkbox
v-model=
"model.chkypt"
>
云平台
</c-checkbox>
</c-col>
-->
</c-col>
-->
</c-col>
</el-row>
</el-form>
<!--
<c-col
:span=
"8"
>
<el-form-item
label=
"退回原因"
prop=
"yptinf"
style=
"width: 100%"
>
<c-input
v-model=
"model.yptinf"
maxlength=
"60"
placeholder=
"请输入退回原因"
:readonly=
"true"
></c-input>
</el-form-item>
</c-col>
-->
</c-col>
</el-row>
</el-form>
</div>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232)"
>
</div>
</c-col>
<!--
</
template
>
-->
<!-- </c-list-search> -->
...
...
src/views/Business/Sptsel/Sptbrk/Menu.vue
View file @
201c4cd0
...
...
@@ -2,7 +2,7 @@
<div
class=
"eibs-tab"
>
<!--
<c-list-search
@
form-reset=
"sptfndHandleReset"
@
form-search=
"sptfndHandleSearch"
>
-->
<!--
<template
v-slot=
"searchSlot"
>
-->
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232);"
>
<el-form
class=
"m-table-search-form"
ref=
"paramsForm"
...
...
@@ -218,7 +218,11 @@
</c-col>
</el-row>
</el-form>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232)"
>
</div>
</c-col>
<!--
</
template
>
-->
<!-- </c-list-search> -->
...
...
src/views/Business/Trnrel/Inftrnps.vue
View file @
201c4cd0
...
...
@@ -2,212 +2,215 @@
<div
class=
"eibs-tab"
>
<!--
<c-list-search
@
form-reset=
"handleReset"
@
form-search=
"handleSearch"
>
-->
<!--
<template
v-slot=
"searchSlot"
>
-->
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232);"
>
<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"
style=
"margin-left: 9px;"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"业务编号"
prop=
"trncorco.ownref"
<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"
style=
"margin-left: 9px;"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"业务编号"
prop=
"trncorco.ownref"
style=
"width: 100%"
>
<c-input
v-model=
"model.trncorco.ownref"
maxlength=
"16"
placeholder=
"请输入Reference"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"创建时间"
style=
"width: 100%"
prop=
"trncorco.inidatfro"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.trncorco.inidatfro"
style=
"width: 100%"
>
<c-input
v-model=
"model.trncorco.ownref"
maxlength=
"16"
placeholder=
"请输入Reference"
></c-input>
</el-form-item>
placeholder=
"请选择Date of entry of Transaction"
></c-date-picker>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"创建时间"
style=
"width: 100%"
prop=
"trncorco.inidatfro"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.trncorco.inidatfro"
style=
"width: 100%"
placeholder=
"请选择Date of entry of Transaction"
></c-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"
>
<c-date-picker
type=
"date"
v-model=
"model.trncorco.inidattil"
style=
"width: 100%"
placeholder=
"请选择Date of entry of Transaction until"
></c-date-picker>
</c-col>
</el-form-item>
<c-col
:span=
"2"
style=
"text-align: center"
>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"经办柜员"
prop=
"usrcon"
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.trncorco.inidattil"
style=
"width: 100%"
>
<c-select
v-model=
"model.usrcon"
style=
"width: 100%"
placeholder=
"请选择User"
>
<el-option
v-for=
"item in codes.usrsort"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
placeholder=
"请选择Date of entry of Transaction until"
></c-date-picker>
</c-col>
</c-col>
</el-row>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"Drag Drop Sender"
>
<c-input
v-model=
"model.atpget.sdamod.dadsnd"
placeholder=
"请输入Drag Drop Sender"
></c-input>
</el-form-item>
</c-col>
-->
<el-row>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"业务状态"
prop=
"trncorco.relflg"
style=
"width: 100%"
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"经办柜员"
prop=
"usrcon"
style=
"width: 100%"
>
<c-select
v-model=
"model.usrcon"
style=
"width: 100%"
placeholder=
"请选择User"
>
<el-option
v-for=
"item in codes.usrsort"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<c-select
v-model=
"model.trncorco.relflg"
style=
"width: 100%"
placeholder=
"请选择Status"
>
<el-option
v-for=
"item in relflgCodes"
: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=
"bchcon"
style=
"width: 100%"
</el-option>
</c-select>
</el-form-item>
</c-col>
</c-col>
</el-row>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"Drag Drop Sender"
>
<c-input
v-model=
"model.atpget.sdamod.dadsnd"
placeholder=
"请输入Drag Drop Sender"
></c-input>
</el-form-item>
</c-col>
-->
<el-row>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"业务状态"
prop=
"trncorco.relflg"
style=
"width: 100%"
>
<c-select
v-model=
"model.trncorco.relflg"
style=
"width: 100%"
placeholder=
"请选择Status"
>
<el-option
v-for=
"item in relflgCodes"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<c-select
v-model=
"model.bchcon"
style=
"width: 100%"
placeholder=
"请选择Branch"
>
<el-option
v-for=
"item in codes.bchtyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"业务机构"
prop=
"bchcon"
style=
"width: 100%"
>
<c-select
v-model=
"model.bchcon"
style=
"width: 100%"
placeholder=
"请选择Branch"
>
<el-option
v-for=
"item in codes.bchtyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"and"
>
</el-form-item>
</c-col>
-->
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"and"
>
</el-form-item>
</c-col>
-->
<c-col
:span=
"8"
>
<el-form-item
label=
"交易代码"
prop=
"atp.cod"
style=
"width: 100%"
>
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
<c-input
v-model=
"model.atp.cod"
maxlength=
"6"
style=
"width: 95%"
placeholder=
"请输入Transaction Type "
></c-input>
</c-col>
<!--
<c-input
v-model=
"model.atpget.sdamod.seainf"
style=
"width:10%"
placeholder=
"i"
></c-input>
-->
<c-col
:span=
"8"
>
<el-form-item
label=
"交易代码"
prop=
"atp.cod"
style=
"width: 100%"
>
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
<c-input
v-model=
"model.atp.cod"
maxlength=
"6"
style=
"width: 95%"
placeholder=
"请输入Transaction Type "
></c-input>
</c-col>
<!--
<c-input
v-model=
"model.atpget.sdamod.seainf"
style=
"width:10%"
placeholder=
"i"
></c-input>
-->
<c-col
:span=
"4"
>
<c-button
size=
"small"
style=
"width:100%;margin-left:0"
type=
"primary"
@
click=
"onSeainf"
icon=
"el-icon-search"
></c-button>
</c-col>
</c-col>
</el-form-item>
<c-col
:span=
"4"
>
<c-button
size=
"small"
style=
"width:100%;margin-left:0"
type=
"primary"
@
click=
"onSeainf"
icon=
"el-icon-search"
></c-button>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"业务标志"
prop=
"trncorco.dflg"
style=
"width: 100%"
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"业务标志"
prop=
"trncorco.dflg"
style=
"width: 100%"
>
<c-select
v-model=
"model.trncorco.dflg"
style=
"width: 100%"
placeholder=
"请选择业务标志"
>
<el-option
v-for=
"item in codes.dflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<c-select
v-model=
"model.trncorco.dflg"
style=
"width: 100%"
placeholder=
"请选择业务标志"
>
<el-option
v-for=
"item in codes.dflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"交易名称"
prop=
"atptxt"
style=
"width: 100%"
>
<c-input
v-model=
"model.atptxt"
maxlength=
"37"
placeholder=
"请输入Transaction Text"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
style=
"text-align:right"
>
<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>
</el-form>
</div>
<c-col
:span=
"8"
>
<el-form-item
label=
"交易名称"
prop=
"atptxt"
style=
"width: 100%"
>
<c-input
v-model=
"model.atptxt"
maxlength=
"37"
placeholder=
"请输入Transaction Text"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
style=
"text-align:right"
>
<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>
</el-form>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232)"
>
</div>
</c-col>
<!--
</
template
>
-->
<!-- </c-list-search> -->
...
...
src/views/Business/Trnrel/Trnfnd/Inftrnps.vue
View file @
201c4cd0
...
...
@@ -2,7 +2,7 @@
<div
class=
"eibs-tab"
>
<!--
<c-list-search
@
form-reset=
"handleReset"
@
form-search=
"handleSearch"
>
-->
<!--
<template
v-slot=
"searchSlot"
>
-->
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232);"
>
<el-form
class=
"m-table-search-form"
ref=
"paramsForm"
...
...
@@ -196,7 +196,11 @@
</c-col>
</el-row>
</el-form>
<c-col
:span=
"23"
style=
"margin-left: 9px;"
>
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232)"
>
</div>
</c-col>
<!--
</
template
>
-->
<!-- </c-list-search> -->
...
...
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