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
74c7004b
Commit
74c7004b
authored
Nov 02, 2022
by
LiRui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cptati、Cptrel UI改造
parent
0bd97cc7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
192 additions
and
55 deletions
+192
-55
Dbe.vue
src/views/Business/Cptati/Dbe.vue
+2
-2
Inftrnps.vue
src/views/Business/Cptrel/Inftrnps.vue
+189
-52
index.vue
src/views/Business/Cptrel/index.vue
+1
-1
No files found.
src/views/Business/Cptati/Dbe.vue
View file @
74c7004b
...
...
@@ -55,8 +55,8 @@
show-word-limit
placeholder=
"请输入收款人名称"
></c-input>
</c-col>
<c-col
:span=
"3"
:offset=
"1"
style=
"text-align: right"
>
确认
<c-checkbox
v-model=
"temp"
disabled
></c-checkbox>
<c-checkbox
v-model=
"temp"
disabled
>
确认
</c-checkbox>
</c-col>
</el-form-item>
</c-col>
...
...
src/views/Business/Cptrel/Inftrnps.vue
View file @
74c7004b
<
template
>
<div
class=
"eibs-tab"
>
<el-form
class=
"m-table-search-form"
ref=
"paramsForm"
:inline=
"true"
label-position=
"right"
label-width=
"110px"
size=
"small"
>
<el-form
class=
"m-table-search-form"
ref=
"paramsForm"
:inline=
"true"
label-position=
"right"
label-width=
"110px"
size=
"small"
>
<c-row>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"用户选择"
prop=
"trncorco.usfmod.flt"
style=
"width: 100%"
>
<c-fullbox>
<el-form-item
label=
"用户选择"
prop=
"trncorco.usfmod.flt"
style=
"width: 100%"
>
<c-col
:span=
"16"
>
<c-select
v-model=
"model.trncorco.usfmod.flt"
maxlength=
"16"
placeholder=
"请输入用户选择"
>
<el-option
v-for=
"item in flt"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<c-select
v-model=
"model.trncorco.usfmod.flt"
maxlength=
"16"
placeholder=
"请输入用户选择"
>
<el-option
v-for=
"item in flt"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</c-col>
<c-button
size=
"small"
type=
"primary"
>
显示与过滤
</c-button>
</el-form-item>
<template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
>
显示与过滤
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"汇款编号"
prop=
"trncorco.ownref"
style=
"width: 100%"
>
<c-input
v-model=
"model.trncorco.ownref"
maxlength=
"16"
placeholder=
"请输入业务编号"
>
<el-form-item
label=
"汇款编号"
prop=
"trncorco.ownref"
style=
"width: 100%"
>
<c-input
v-model=
"model.trncorco.ownref"
maxlength=
"16"
placeholder=
"请输入业务编号"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"汇款性质"
prop=
"trncorco.trntyp"
style=
"width: 100%"
>
<c-select
v-model=
"model.trncorco.trntyp"
style=
"width: 100%"
placeholder=
"请选择汇款性质"
>
<el-option
v-for=
"item in trntyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
<el-form-item
label=
"汇款性质"
prop=
"trncorco.trntyp"
style=
"width: 100%"
>
<c-select
v-model=
"model.trncorco.trntyp"
style=
"width: 100%"
placeholder=
"请选择汇款性质"
>
<el-option
v-for=
"item in trntyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</c-select>
</el-form-item>
</c-col>
</c-col>
</c-row>
<c-col
:span=
"24"
style=
"text-align: right; height: 36.8px"
v-if=
"searchToggle"
>
<c-col
:span=
"24"
style=
"text-align: right; height: 36.8px"
v-if=
"searchToggle"
>
<el-button
size=
"small"
@
click=
"handleReset"
>
重置
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"handleSearch"
>
查询
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"handleSearch"
>
查询
</el-button
>
<el-button
type=
"text"
@
click=
"searchToggle = false"
>
展开
<i
class=
"el-icon-arrow-down"
></i>
...
...
@@ -50,15 +98,29 @@
<c-row
v-show=
"!searchToggle"
>
<c-col
:span=
"24"
>
<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"
:code=
"relflg"
>
<el-form-item
label=
"状态"
prop=
"trncorco.relflg"
style=
"width: 100%"
>
<c-select
v-model=
"model.trncorco.relflg"
style=
"width: 100%"
placeholder=
"请选择Status"
:code=
"relflg"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"交易币种"
prop=
"relcur"
style=
"width: 100%"
>
<c-select
v-model=
"model.relcur"
style=
"width: 100%"
placeholder=
"请选择币种"
:code=
"currencycode"
>
<c-select
v-model=
"model.relcur"
style=
"width: 100%"
placeholder=
"请选择币种"
:code=
"currencycode"
>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -82,31 +144,58 @@
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"开立日期"
prop=
"trncorco.inidatfro"
style=
"width: 100%"
>
<el-form-item
label=
"开立日期"
prop=
"trncorco.inidatfro"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.trncorco.inidatfro"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
placeholder=
"请选择开立日期"
></c-date-picker>
<c-date-picker
type=
"date"
v-model=
"model.trncorco.inidatfro"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
placeholder=
"请选择开立日期"
></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"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
placeholder=
"请选择Open Date to"
></c-date-picker>
<c-date-picker
type=
"date"
v-model=
"model.trncorco.inidattil"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
placeholder=
"请选择Open Date to"
></c-date-picker>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"客户号"
prop=
"ptyextkey"
style=
"width: 100%"
>
<c-input
v-model=
"model.ptyextkey"
placeholder=
"请输入客户号"
></c-input>
<c-input
v-model=
"model.ptyextkey"
placeholder=
"请输入客户号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"分行"
prop=
"branch"
style=
"width: 100%"
>
<c-select
v-model=
"model.branch"
maxlength=
"24"
style=
"width: 100%"
placeholder=
"请输入分行"
>
<el-option
v-for=
"item in branch"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
<c-select
v-model=
"model.branch"
maxlength=
"24"
style=
"width: 100%"
placeholder=
"请输入分行"
>
<el-option
v-for=
"item in branch"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
></el-option>
</c-select>
</el-form-item>
</c-col>
...
...
@@ -117,7 +206,11 @@
<c-fullbox>
<c-input
v-model=
"model.atp.cod"
style=
"width: 100%"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<c-button
style=
"margin: 0 0 0 10px; padding: 0 12px"
size=
"small"
type=
"primary"
>
<i
class=
"el-icon-info"
></i>
</c-button>
</
template
>
...
...
@@ -126,9 +219,19 @@
</c-col>
</c-row>
<c-col
:span=
"24"
style=
"text-align: right; height: 36.8px"
v-if=
"!searchToggle"
>
<c-col
:span=
"24"
style=
"text-align: right; height: 36.8px"
v-if=
"!searchToggle"
>
<el-button
size=
"small"
@
click=
"handleReset"
>
重置
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"handleSearch"
>
查询
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-search"
size=
"small"
@
click=
"handleSearch"
>
查询
</el-button
>
<el-button
type=
"text"
@
click=
"searchToggle = true"
>
收起
<i
class=
"el-icon-arrow-up"
></i>
...
...
@@ -141,40 +244,79 @@
</c-col>
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:showButtonFlg=
"true"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
:showButtonFlg=
"true"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"140px"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align: left"
><span>
操作
</span></c-col>
</
template
>
<
template
slot-scope=
"scope"
>
<el-popover
placement=
"top-start"
title=
"历史信息"
width=
"800"
trigger=
"click"
:ref=
"'popover_' + scope.row.IDX"
>
<div
style=
"text-align: right; margin-top: -30px; margin-right: 5px; font-size: 16px;"
>
<span
class=
"el-icon-close"
@
click=
"closeTrn('popover_' + scope.row.IDX)"
/>
<el-popover
placement=
"top-start"
title=
"历史信息"
width=
"800"
trigger=
"click"
:ref=
"'popover_' + scope.row.IDX"
>
<div
style=
"
text-align: right;
margin-top: -30px;
margin-right: 5px;
font-size: 16px;
"
>
<span
class=
"el-icon-close"
@
click=
"closeTrn('popover_' + scope.row.IDX)"
/>
</div>
<c-istream-table
:list=
"trnData.data"
:columns=
"trnData.columns"
>
<el-table-column
prop=
"op"
label=
"操作"
width=
"0"
>
<template
slot-scope=
"scope"
>
<c-button
style=
"margin-left: 0"
size=
"small"
@
click=
"display(scope.row['INR'])"
>
<c-button
style=
"margin-left: 0"
size=
"small"
@
click=
"display(scope.row['INR'])"
>
详情
</c-button>
</
template
>
</el-table-column>
</c-istream-table>
<c-button
style=
"margin-left: 0"
size=
"small"
@
click=
"getTrnInfo(scope.$index, scope.row)"
slot=
"reference"
>
<c-button
style=
"margin-left: 0"
size=
"small"
@
click=
"getTrnInfo(scope.$index, scope.row)"
slot=
"reference"
>
详情
</c-button>
</el-popover>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
@
click=
"getButtons(scope.row['Reference'])"
>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
@
click=
"getButtons(scope.row['Reference'])"
>
处理
</c-button>
</template>
</el-table-column>
</c-istream-table>
</c-col>
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
trnCode=
"cptsel"
:model=
"cptselModel"
ownrefPath=
"cpdgrp"
@
onChoose=
"onChoose"
>
11
</m-busbtn>
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
trnCode=
"cptsel"
:model=
"cptselModel"
ownrefPath=
"cpdgrp"
@
onChoose=
"onChoose"
>
11
</m-busbtn
>
</div>
</template>
<
script
>
...
...
@@ -183,7 +325,7 @@ import commonProcess from "~/mixin/commonProcess";
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Cptrel/Event"
;
import
BusNavbar
from
"~/views/Public/BusNavbar"
;
import
CptselModel
from
"~/model/Cptsel"
import
CptselModel
from
"~/model/Cptsel"
;
export
default
{
inject
:
[
"root"
],
...
...
@@ -242,9 +384,7 @@ export default {
{
label
:
"All Users"
,
value
:
"<ALL>"
},
{
label
:
"Selected User"
,
value
:
"<SELU>"
},
],
branch
:
[
{
label
:
"LM ADD"
,
value
:
"00001047"
}
],
branch
:
[{
label
:
"LM ADD"
,
value
:
"00001047"
}],
currencycode
:
[
{
label
:
"ASF 记账瑞士法郎"
,
value
:
"ASF"
},
{
label
:
"ATS 先令"
,
value
:
"ATS"
},
...
...
@@ -272,7 +412,7 @@ export default {
{
label
:
"THB 铢"
,
value
:
"THB"
},
{
label
:
"TWD 新台湾元"
,
value
:
"TWD"
},
{
label
:
"USD 美元"
,
value
:
"USD"
},
{
label
:
"XEU 欧洲货币单元(E.C.U)"
,
value
:
"XEU"
}
{
label
:
"XEU 欧洲货币单元(E.C.U)"
,
value
:
"XEU"
}
,
],
relflg
:
[
{
label
:
"<all>"
,
value
:
""
},
...
...
@@ -321,12 +461,9 @@ export default {
closeTrn
(
refId
)
{
this
.
$refs
[
refId
].
doClose
();
},
},
created
:
function
()
{
},
created
:
function
()
{},
};
</
script
>
<
style
>
</
style
>
src/views/Business/Cptrel/index.vue
View file @
74c7004b
<
template
>
<div
class=
"eContainer"
>
<div
class=
"eContainer
-search
"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"right"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
...
...
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