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
c8a8d382
Commit
c8a8d382
authored
Oct 26, 2022
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整经办夹、复核夹的详情页面布局
parent
a3953ae3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
46 additions
and
31 deletions
+46
-31
Menu.vue
src/views/Business/Sptsel/Menu.vue
+25
-19
Sptpopup.vue
src/views/Business/Sptsel/Sptpopup.vue
+12
-8
InftrnpsDetail.vue
src/views/Business/Trnrel/InftrnpsDetail.vue
+9
-4
No files found.
src/views/Business/Sptsel/Menu.vue
View file @
c8a8d382
...
...
@@ -108,8 +108,8 @@
</c-button>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
@
click=
"continueEdit(scope.row)"
>
处理
</c-button>
<el-popover
placement=
"top-start"
width=
"50"
trigger=
"click"
>
<el-popover
placement=
"top-start"
width=
"50"
trigger=
"click"
>
<ul
class=
"table-button-item-list"
>
<li>
<c-button
size=
"small"
style=
"margin-left: 0"
>
指派
</c-button>
...
...
@@ -162,30 +162,36 @@ export default {
stmData
:
{
columns
:
[
'4 1 "交易代码" 100 '
,
'5 2 "业务编号" 300'
,
'6 3 "交易名称" 150'
,
'6 2 "交易名称" 150'
,
'5 3 "业务摘要" 300'
,
'8 4 "创建人" 100'
,
// '7 7 "创建时间" 160 20 DateTime 1',
{
index
:
7
,
position
:
5
,
width
:
140
,
pattern
:
"time"
,
label
:
"创建时间"
,
},
//'1 4 "状态" 60 1 tdViewTypeEdit:0 1 SPT:STA',
{
index
:
1
,
position
:
4
,
width
:
110
,
position
:
6
,
width
:
85
,
pattern
:
"code"
,
label
:
"状态"
,
code
:
this
.
codes
.
sptrelstatus
,
},
'17 5 "报文类型" 100'
,
'18 6 "对方银行BIC" 130'
,
// '7 7 "创建时间" 160 20 DateTime 1',
{
index
:
7
,
position
:
7
,
width
:
140
,
pattern
:
"time"
,
label
:
"创建时间"
,
},
'19 8 "币种" 70'
,
'20 9 "金额" 100 2 8 1 16'
,
'8 10 "创建人" 100'
,
'17 7 "报文类型" 100'
,
'18 8 "对方银行BIC" 130'
,
'19 9 "币种" 70'
,
'20 10 "金额" 100 2 8 1 16'
,
'3 11 "当前操作柜员" 120'
,
'3 12 "当前组别" 100'
,
'3 13 "上次操作柜员" 120'
,
...
...
src/views/Business/Sptsel/Sptpopup.vue
View file @
c8a8d382
<
template
>
<div
class=
"eContainer"
>
<c-page
title=
""
>
<c-content
:height=
"120"
>
<div
class=
"eibs-tab"
>
...
...
@@ -61,12 +62,12 @@
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"
身份证号
"
prop=
"spt.inr"
style=
"width: 100%"
>
<el-form-item
label=
"
SPT主键
"
prop=
"spt.inr"
style=
"width: 100%"
>
<c-input
v-model=
"model.spt.inr"
maxlength=
"8"
style=
"width: 100%"
placeholder=
"
请输入身份证号
"
placeholder=
""
disabled
></c-input>
</el-form-item>
...
...
@@ -258,7 +259,7 @@
width=
"auto"
></el-table-column>
<el-table-column
label=
"
CREFRM
"
label=
"
创建交易
"
prop=
"crefrm"
width=
"auto"
></el-table-column>
...
...
@@ -273,17 +274,17 @@
width=
"partflg"
></el-table-column>
<el-table-column
label=
"
MSGTYP
"
label=
"
报文类型
"
prop=
"msgtyp"
width=
"auto"
></el-table-column>
<el-table-column
label=
"
RELCUR
"
label=
"
复核币种
"
prop=
"relcur"
width=
"auto"
></el-table-column>
<el-table-column
label=
"
RELAMT
"
label=
"
复核金额
"
prop=
"relamt"
width=
"auto"
></el-table-column>
...
...
@@ -293,7 +294,7 @@
width=
"auto"
></el-table-column>
<el-table-column
label=
"
STAFLG
"
label=
"
状态
"
prop=
"staflg"
width=
"auto"
></el-table-column>
...
...
@@ -327,6 +328,7 @@
</div>
</c-content>
</c-page>
</div>
</
template
>
<
script
>
import
Sptsel
from
"~/model/Sptsel"
;
...
...
@@ -389,6 +391,8 @@ export default {
.messageLabel
>>>
.el-form-item__label
{
text-align
:
left
;
font-weight
:
bold
;
font-size
:
12px
;
font-size
:
15px
;
color
:
#1561E0
;
width
:
auto
!important
;
}
</
style
>
src/views/Business/Trnrel/InftrnpsDetail.vue
View file @
c8a8d382
<
template
>
<div
class=
"eContainer"
>
<c-page
title=
""
>
<!--
<div
class=
"eContainer"
>
-->
<c-content
:height=
"120"
>
...
...
@@ -209,11 +210,11 @@
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<c-col
:span=
"22"
>
<el-form-item
label=
"
身份证号
"
>
<el-form-item
label=
"
TRN主键
"
>
<c-input
v-model=
"model.trn.inr"
disabled
placeholder=
"
请输入身份证号
"
placeholder=
""
></c-input>
</el-form-item>
</c-col>
...
...
@@ -247,7 +248,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Drop Receiver
"
>
<el-form-item
label=
"
摘要信息
"
>
<c-input
v-model=
"model.trn.objnam"
maxlength=
"40"
...
...
@@ -538,6 +539,7 @@
<!-- </div> -->
</c-content>
</c-page>
</div>
</template>
<
script
>
...
...
@@ -744,6 +746,8 @@ export default {
.messageLabel
>>>
.el-form-item__label
{
text-align
:
left
;
font-weight
:
bold
;
font-size
:
12px
;
font-size
:
15px
;
color
:
#1561E0
;
width
:
auto
!important
;
}
</
style
>
\ No newline at end of file
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