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
3794ff13
Commit
3794ff13
authored
Jan 11, 2022
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问题修改
parent
b5c0d7fa
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
52 additions
and
37 deletions
+52
-37
favicon.ico
favicon.ico
+0
-0
favicon_xincheng.ico
favicon_xincheng.ico
+0
-0
logo.png
src/assets/logo.png
+0
-0
logo_xincheng.png
src/assets/logo_xincheng.png
+0
-0
HighlightContent.vue
src/components/HighlightContent.vue
+3
-2
Ovwp.vue
src/views/Business/Ditopn/Ovwp.vue
+18
-21
CustomerAnalyse.vue
src/views/Home/cells/CustomerAnalyse.vue
+17
-4
Hall.vue
src/views/Home/cells/Hall.vue
+1
-2
NoticeAnnouncement.vue
src/views/Home/cells/NoticeAnnouncement.vue
+0
-2
QuickVisit.vue
src/views/Home/cells/QuickVisit.vue
+2
-0
TaskStatistics.vue
src/views/Home/cells/TaskStatistics.vue
+8
-3
Header.vue
src/views/Layout/Header.vue
+1
-1
Ptap.vue
src/views/Public/Ptap.vue
+2
-2
No files found.
favicon.ico
View file @
3794ff13
No preview for this file type
favicon_xincheng.ico
0 → 100644
View file @
3794ff13
File added
src/assets/logo.png
View replaced file @
b5c0d7fa
View file @
3794ff13
74.7 KB
|
W:
|
H:
4.84 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/assets/logo_xincheng.png
0 → 100644
View file @
3794ff13
74.7 KB
src/components/HighlightContent.vue
View file @
3794ff13
...
...
@@ -9,7 +9,8 @@ export default {
props
:
[
'id'
,
'path'
],
data
:
function
()
{
return
{
process
:
'0'
// process: '0'
process
:
'1'
}
},
computed
:
{
...
...
@@ -34,7 +35,7 @@ export default {
created
:
function
()
{
if
(
this
.
$route
.
query
.
routeParams
)
{
this
.
process
=
this
.
$route
.
query
.
routeParams
.
process
;
this
.
busiTempInfoSriNo
=
this
.
$route
.
query
.
routeParams
.
busiTempInfoSriNo
;
//
this.busiTempInfoSriNo = this.$route.query.routeParams.busiTempInfoSriNo;
}
// this.process = '1'
},
...
...
src/views/Business/Ditopn/Ovwp.vue
View file @
3794ff13
...
...
@@ -93,11 +93,10 @@
</c-col>
-->
<c-col
:span=
"13"
>
<
el-form-item
label=
"信用证金额"
prop=
"didgrp.cbs.nom1.cur
"
>
<
c-form-item
label=
"信用证金额"
prop=
"didgrp.cbs.nom1.cur"
previewLabel=
"信用证币种
"
>
<c-select
disabled
v-model=
"model.didgrp.cbs.nom1.cur"
style=
"width: 95%"
placeholder=
"请选择Currency"
@
keyup
.
enter
.
native=
"nom1CurEvent"
>
...
...
@@ -109,12 +108,13 @@
>
</el-option>
</c-select>
</
el
-form-item>
</
c
-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
<c-form-item
previewLabel=
"信用证金额"
style=
"text-align: left"
label-width=
"
0
"
label-width=
"
10px
"
prop=
"didgrp.cbs.nom1.amt"
>
<c-input-currency
...
...
@@ -123,7 +123,7 @@
placeholder=
"请输入信用证金额"
@
keyup
.
enter
.
native=
"defaultFunction('didgrp.cbs.nom1.amt', model.didgrp.cbs.nom1.amt)"
></c-input-currency>
</
el
-form-item>
</
c
-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"大写金额"
prop=
"ditp.amt"
>
...
...
@@ -136,22 +136,22 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"
13
"
>
<
el
-form-item
label=
"上下浮动限额"
prop=
"didgrp.rec.nomtop"
>
<c-col
:span=
"
20
"
>
<
c
-form-item
label=
"上下浮动限额"
prop=
"didgrp.rec.nomtop"
>
<c-input
v-model=
"model.didgrp.rec.nomtop"
maxlength=
"9"
style=
"width: 40%"
placeholder=
"请输入Amount Tolerance - Positive"
></c-input>
<label
style=
"display:inline-block;width:
10%
;text-align:center;"
>
-
</label>
<label
style=
"display:inline-block;width:
calc(20% - 15px)
;text-align:center;"
>
-
</label>
<c-input
v-model=
"model.didgrp.rec.nomton"
maxlength=
"9"
style=
"width: 40%"
placeholder=
"请输入Amount Tolerance - Negative"
></c-input>
</
el
-form-item>
</
c
-form-item>
</c-col>
</c-col>
<!--
<c-col
:span=
"12"
style=
"text-align: left"
>
...
...
@@ -235,16 +235,15 @@
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"
13
"
>
<
el
-form-item
label=
"开证日期"
prop=
"didgrp.rec.opndat"
>
<c-col
:span=
"
20
"
>
<
c
-form-item
label=
"开证日期"
prop=
"didgrp.rec.opndat"
>
<c-date-picker
type=
"date"
v-model=
"model.didgrp.rec.opndat"
value-format=
"yyyy-MM-dd"
style=
"width: 95%"
placeholder=
"请选择Date"
></c-date-picker>
</
el
-form-item>
</
c
-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -291,33 +290,31 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"
13
"
>
<
el
-form-item
label=
"有效日期"
prop=
"didgrp.rec.expdat"
>
<c-col
:span=
"
20
"
>
<
c
-form-item
label=
"有效日期"
prop=
"didgrp.rec.expdat"
>
<c-date-picker
type=
"date"
v-model=
"model.didgrp.rec.expdat"
value-format=
"yyyy-MM-dd"
style=
"width: 95%"
placeholder=
"请选择Date"
></c-date-picker>
</
el
-form-item>
</
c
-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<
el
-form-item
label=
"有效地点"
prop=
"didgrp.rec.expplc"
>
<
c
-form-item
label=
"有效地点"
prop=
"didgrp.rec.expplc"
>
<c-input
v-model=
"model.didgrp.rec.expplc"
maxlength=
"35"
placeholder=
"请输入Place of Expiry"
></c-input>
</
el
-form-item>
</
c
-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"是否通过电证系统"
prop=
"didgrp.rec.elcflg"
>
<c-select
v-model=
"model.didgrp.rec.elcflg"
style=
"width: 95%"
placeholder=
"请选择是否通过电证系统"
>
<el-option
...
...
src/views/Home/cells/CustomerAnalyse.vue
View file @
3794ff13
...
...
@@ -9,9 +9,11 @@
<i
class=
"el-icon-arrow-up"
></i>
<i
class=
"el-icon-arrow-down"
></i>
</div>
<div
id=
"chartWrapper"
>
<div
id=
"chart"
></div>
</div>
</div>
</div>
</
template
>
<
script
>
...
...
@@ -84,6 +86,11 @@ export default {
</
script
>
<
style
scoped
>
#customerAnalyse
.cell-content
{
display
:
flex
;
flex-direction
:
column
;
padding
:
0
5px
;
}
#customerAnalyse
.cell-content
.chart-operate
{
margin-left
:
20px
;
height
:
20px
;
...
...
@@ -91,9 +98,15 @@ export default {
#customerAnalyse
.cell-content
.chart-operate
i
{
cursor
:
pointer
;
}
#customerAnalyse
.cell-content
#chart
{
width
:
98%
;
height
:
calc
(
100%
-
25px
);
margin
:
0
auto
;
#customerAnalyse
.cell-content
#chartWrapper
{
/* width: 98%; */
/* height: calc(100% - 50px); */
/* height: 200px; */
/* margin: 0 auto; */
flex
:
1
;
}
#customerAnalyse
.cell-content
#chartWrapper
#chart
{
width
:
100%
;
height
:
100%
;
}
</
style
>
src/views/Home/cells/Hall.vue
View file @
3794ff13
...
...
@@ -77,11 +77,10 @@ export default {
height
:
45%
;
background-color
:
#e6e8ef
;
border-radius
:
12px
;
padding
:
10px
10px
10px
15px
;
padding
:
0
10px
0
15px
;
box-sizing
:
border-box
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
space-between
;
font-size
:
14px
;
}
.dept-name
{
...
...
src/views/Home/cells/NoticeAnnouncement.vue
View file @
3794ff13
...
...
@@ -102,8 +102,6 @@ export default {
<
style
scoped
>
/* 通知公告 */
#noticeAnnouncement
.cell-content
{
display
:
flex
;
flex-wrap
:
wrap
;
margin
:
0
20px
;
}
#noticeAnnouncement
.cell-content
.notice-item
{
...
...
src/views/Home/cells/QuickVisit.vue
View file @
3794ff13
...
...
@@ -2,6 +2,7 @@
<div
class=
"home-cell"
id=
"quickVisit"
>
<CellHeaderVue
title=
"快速访问"
>
</CellHeaderVue>
<!--
<el-scrollbar
:vertical=
"true"
style=
"height: 100%;"
>
-->
<div
class=
"cell-content"
>
<div
class=
"content-wrapper"
...
...
@@ -17,6 +18,7 @@
</div>
</div>
</div>
<!--
</el-scrollbar>
-->
</div>
</
template
>
...
...
src/views/Home/cells/TaskStatistics.vue
View file @
3794ff13
...
...
@@ -7,7 +7,12 @@
<div
class=
"cell-content"
>
<div
class=
"task-stat-display total"
>
<div
class=
"display-wrapper"
>
<div
class=
"stat-item"
v-for=
"(item, idx) in total"
:key=
"idx"
>
<div
class=
"stat-item"
v-for=
"(item, idx) in total"
:key=
"idx"
:style=
"
{ width: item.name === '来报待处理' ? '20%' : 'unset' }"
>
<div
class=
"stat-name"
>
{{
item
.
name
}}
</div>
<div
class=
"stat-count"
>
{{
item
.
count
}}
</div>
</div>
...
...
@@ -92,7 +97,7 @@ export default {
color
:
#f3f3f3
;
border-radius
:
10px
;
box-sizing
:
border-box
;
padding
:
10
px
;
padding
:
8
px
;
background-color
:
#e7eaef
;
}
.task-stat-display
.display-wrapper
{
...
...
@@ -100,7 +105,7 @@ export default {
display
:
flex
;
}
.task-stat-display
.display-wrapper
.stat-item
{
flex
:
1
;
flex
:
auto
;
}
.task-stat-display.total
.display-wrapper
{
border
:
1px
solid
rgb
(
17
106
153
/
60%
);
...
...
src/views/Layout/Header.vue
View file @
3794ff13
...
...
@@ -4,7 +4,7 @@
<img
src=
"../../assets/logo.png"
alt=
""
style=
"height: 100%;"
/>
</div>
<div
class=
"self_header_label"
>
<h2>
新一代银行国际结算系统
</h2>
<h2>
新一代
光大
银行国际结算系统
</h2>
</div>
<div
class=
"header-tool"
>
<div
class=
"header-subInstName"
>
...
...
src/views/Public/Ptap.vue
View file @
3794ff13
<
template
>
<div
class=
"eibs-tab"
>
<c-col
v-if=
"!noRef"
:span=
"24"
>
<
el
-form-item
<
c
-form-item
:label=
"`$
{argadr.title}参考号`"
:prop="`${argadr.grp}.${argadr.rol}.pts.ref`"
>
...
...
@@ -9,7 +9,7 @@
v-model=
"model[argadr.grp][argadr.rol].pts.ref"
:placeholder=
"'请输入' + argadr.title + '参考号'"
></c-input>
</
el
-form-item>
</
c
-form-item>
</c-col>
<c-col
:span=
"20"
>
...
...
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