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
bf251d8d
Commit
bf251d8d
authored
Oct 19, 2022
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整登陆界面,去除英文标题,修改LITAME ,LITOPN当事人UI界面,修改表外记账页面列表宽度
parent
b3bd68fd
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
133 additions
and
97 deletions
+133
-97
EditTable.vue
src/components/EditTable.vue
+41
-7
Amep.vue
src/views/Business/Litame/Amep.vue
+2
-2
Ptyp.vue
src/views/Business/Litame/Ptyp.vue
+46
-64
Ptyp.vue
src/views/Business/Litopn/Ptyp.vue
+13
-13
index.vue
src/views/Business/index.vue
+6
-0
Header.vue
src/views/Layout/Header.vue
+1
-1
index.vue
src/views/Login/index.vue
+21
-7
Engp.vue
src/views/Public/Engp.vue
+2
-2
Setpan.vue
src/views/Public/Setpan.vue
+1
-1
No files found.
src/components/EditTable.vue
View file @
bf251d8d
<
template
>
<div
class=
"clearfix"
>
<c-col
:span=
"isAdd ? 2
1 : 22"
style=
"margin-bottom: 18px"
:offset=
"1"
>
<c-col
:span=
"isAdd ? 2
4 : 24"
style=
"margin-bottom: 18px"
>
<c-table
style=
"text-align: center"
:ref=
"urls"
...
...
@@ -11,7 +11,7 @@
:row-class-name=
"tableRowClassName"
@
row-click=
"handleClick"
>
<el-table-column
v-if=
"isIndex"
type=
"index"
width=
"50"
>
<el-table-column
v-if=
"isIndex"
type=
"index"
width=
"50"
>
</el-table-column>
<template
v-for=
"item in columns"
>
<el-table-column
...
...
@@ -44,14 +44,48 @@
</el-table-column>
</template>
<slot></slot>
</c-table>
</c-col>
<c-col
v-if=
"isAdd"
:span=
"1"
:offset=
"1"
>
<div
class=
"button_contains"
>
<el-table-column
v-if=
"isAdd"
:span=
"1"
:offset=
"1"
label=
""
prop=
"det"
width=
"150px"
fixed=
"right"
>
<
template
slot-scope=
"scope"
slot=
"header"
>
<c-button
circle
style=
"padding: 4px"
class=
"el-icon-plus"
size=
"mini"
@
click=
"handleAdd(scope)"
>
</c-button>
<c-button
style=
"padding: 4px"
circle
class=
"el-icon-minus"
size=
"mini"
@
click=
"handleDelete(scope)"
>
</c-button>
</
template
>
<
template
slot-scope=
"scoped"
>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
icon=
"el-icon-info"
@
click=
"detail1(scoped.$index, scoped.row)"
></c-button>
</
template
>
</el-table-column>
<!--div class="button_contains" >
<span class="add_del_button add_button" @click="handleAdd" >+</span>
<span class="add_del_button" @click="handleDelete" >-</span>
</div>
</div-->
</c-table>
</c-col>
</div>
</template>
<
script
>
...
...
src/views/Business/Litame/Amep.vue
View file @
bf251d8d
...
...
@@ -117,10 +117,10 @@
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"trnmod.swiadd.ameamt"
>
<c-input
<c-input
-currency
v-model=
"model.trnmod.swiadd.ameamt"
placeholder=
"请输入增减金额."
></c-input>
></c-input
-currency
>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
...
...
src/views/Business/Litame/Ptyp.vue
View file @
bf251d8d
...
...
@@ -254,70 +254,26 @@
<c-col
:span=
"23"
>
<div
class=
"e-table-wrapper"
>
<c-table
:data=
"model.litp.ptsaddp.ptsaddg"
style=
"width: 100%"
<c-col
:span=
"24"
>
<el-form-item
label=
"附加当事人"
>
<c-edit-table
:model=
"model"
v-bind=
"ptsaddg"
>
<el-table-column
label=
"操作"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
@
click=
"handleEdit(scope.$index, scope.row)"
type=
"primary"
icon=
"el-icon-info"
></el-button
>
<c-table-column
prop=
"rol"
label=
"角色"
sortable
width=
"300"
>
</c-table-column>
<c-table-column
prop=
"当事人"
label=
"Party"
sortable
width=
"300"
>
</c-table-column>
<c-table-column
prop=
"nam"
label=
"当事人名称"
sortable
width=
"300"
>
</c-table-column>
<c-table-column
prop=
"ref"
label=
"名称地址"
sortable
width=
"300"
>
</c-table-column>
<el-table-column
label=
""
prop=
"det"
width=
"100px"
fixed=
"right"
>
<
template
slot-scope=
"scope"
slot=
"header"
>
<el-button
circle
style=
"padding:4px"
class=
"el-icon-plus"
size=
"mini"
@
click=
"addRow(scope)"
>
</el-button>
<el-button
style=
"padding:4px"
circle
class=
"el-icon-minus"
size=
"mini"
@
click=
"removeRow(scope)"
>
</el-button>
</
template
>
<
template
slot-scope=
"scoped"
>
<el-button
style=
"margin-left:0"
size=
"small"
type=
"primary"
@
click=
"detail1(scoped.$index, scoped.row)"
>
详情
</el-button
>
</
template
>
</el-table-column>
</c-table>
</div>
</c-col>
</
template
>
</el-table-column>
</c-edit-table>
</el-form-item>
</c-col>
</div>
</template>
<
script
>
...
...
@@ -332,7 +288,33 @@ export default {
mixins
:
[
commonProcess
],
data
(){
return
{
ptsaddg
:
{
columns
:
[
{
title
:
"角色"
,
width
:
"120px"
,
dataIndex
:
"rol"
,
show
:
"select"
,
},
{
title
:
"当事人"
,
width
:
"180px"
,
dataIndex
:
"ptyextkey"
,
show
:
"input"
,
},
{
title
:
"名称"
,
width
:
"250px"
,
dataIndex
:
"nam"
,
},
{
title
:
"参考号"
,
width
:
"250px"
,
dataIndex
:
"ref"
,
},
],
urls
:
"litp.ptsaddp.ptsaddg"
,
},
}
},
methods
:{...
Event
},
...
...
src/views/Business/Litopn/Ptyp.vue
View file @
bf251d8d
...
...
@@ -448,21 +448,21 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"附加当事人"
>
<c-edit-table
:model=
"model"
v-bind=
"ptsaddg"
>
<el-table-column
label=
"操作"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
@
click=
"handleEdit(scope.$index, scope.row)"
type=
"primary"
icon=
"el-icon-info"
></el-button
>
</
template
>
</el-table-column>
</c-edit-table>
</el-form-item>
</c-col>
<c-edit-table
:model=
"model"
v-bind=
"ptsaddg"
>
<el-table-column
label=
"操作"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-button
size=
"mini"
@
click=
"handleEdit(scope.$index, scope.row)"
type=
"primary"
icon=
"el-icon-info"
></el-button
>
</
template
>
</el-table-column>
</c-edit-table>
<!--
<c-col :span="12">
<span v-text="model.litp.avblab" data-path=".litp.avblab" > </span>
...
...
src/views/Business/index.vue
View file @
bf251d8d
...
...
@@ -111,4 +111,10 @@ export default {
display
:
block
;
clear
:
both
;
}
.eibs
{
margin-top
:
20px
;
}
</
style
>
src/views/Layout/Header.vue
View file @
bf251d8d
...
...
@@ -5,7 +5,7 @@
</div>
<div
class=
"self_header_label"
>
<h2>
国际结算系统
</h2>
<
h2
style=
"margin-left: 15px;"
>
International Settlement
</h2
>
<
!--h2 style="margin-left: 15px;">International Settlement
</h2--
>
</div>
<div
class=
"header-tool"
>
<div
class=
"header-subInstName"
>
...
...
src/views/Login/index.vue
View file @
bf251d8d
...
...
@@ -8,7 +8,7 @@
<h2>
国际结算系统
</h2>
</div>
<div
id=
"loginForm"
>
<
h2>
International Settlement
</h2
>
<
!--div class="en-title">International Trade Financing
</div--
>
<el-form
:model=
"loginForm"
status-icon
...
...
@@ -17,7 +17,7 @@
size=
"small"
:hide-required-asterisk=
"true"
>
<el-form-item
prop=
"username"
label=
"用户名"
>
<el-form-item
prop=
"username"
label=
"用户名"
style=
"margin-top: 50px;"
>
<el-input
prefix-icon=
"el-icon-user"
:placeholder=
"$t('login.namePlaceholder')"
v-model=
"loginForm.username"
></el-input>
</el-form-item>
...
...
@@ -26,15 +26,17 @@
</el-form-item>
<el-button
style=
"width: 100%;height: 40px; margin: 20px 0 0"
type=
"primary"
@
click=
"submitForm('loginForm')"
>
{{
$t
(
"login.loginBtn"
)
}}
登陆
<!--
{{
$t
(
"login.loginBtn"
)
}}
-->
</el-button>
</el-form>
</div>
<div
class=
"copy-right"
>
<p>
新晨科技 版权所有
</p>
<p>
COPYRIGHT BRILLIANCE
</p>
<p
style=
"margin-bottom: 15%;"
>
2022
</p>
<span>
<span
class=
"copyright-icon"
>
©
</span>
2022 新晨公司版权所有
</span>
</div>
</div>
</div>
...
...
@@ -90,6 +92,16 @@ export default {
background-image
:
url("../../assets/login_bg.png")
;
background-size
:
cover
;
}
.loginContainer
.en-title
{
font-weight
:
600
;
font-size
:
0.4em
;
text-align
:
center
;
margin
:
10px
0px
20px
;
color
:
#0000005
e
;
}
#loginForamWrapper
{
width
:
20%
;
margin-left
:
15%
;
...
...
@@ -139,7 +151,7 @@ export default {
flex-direction
:
column
;
justify-content
:
flex-end
;
text-align
:
center
;
font-size
:
14px
;
font-size
:
0.4em
;
color
:
#858585
;
}
...
...
@@ -147,3 +159,4 @@ export default {
margin
:
3px
0
;
}
</
style
>
\ No newline at end of file
src/views/Public/Engp.vue
View file @
bf251d8d
...
...
@@ -68,7 +68,7 @@
</el-table-column>
<el-table-column
prop=
"tenpct"
label=
"%"
width=
"70px"
>
</el-table-column>
<el-table-column
prop=
"acc"
label=
"核心账号"
width=
"1
6
0px"
>
<el-table-column
prop=
"acc"
label=
"核心账号"
width=
"1
7
0px"
>
<!-- check,需用el-form-item标签包起来 -->
<
template
slot-scope=
"scope"
>
<el-form-item
...
...
@@ -85,7 +85,7 @@
</el-form-item>
</
template
>
</el-table-column>
<el-table-column
prop=
"valdat"
label=
"起息日"
width=
"
auto
"
>
<el-table-column
prop=
"valdat"
label=
"起息日"
width=
"
100px
"
>
<
template
slot-scope=
"scope"
>
{{
dateFormat
(
scope
.
row
.
valdat
)
}}
</
template
>
...
...
src/views/Public/Setpan.vue
View file @
bf251d8d
...
...
@@ -146,7 +146,7 @@
</el-form-item>
</
template
>
</el-table-column>
<el-table-column
label=
"
付
款人"
width=
"110px"
>
<el-table-column
label=
"
收
款人"
width=
"110px"
>
<
template
slot-scope=
"scope"
>
<el-form-item
label-width=
"0"
...
...
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