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
747b6bdf
Commit
747b6bdf
authored
4 years ago
by
傅凯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改布局trnrel
parent
dd1045ed
master
…
bochk-demo-202202
ceb-demo-202201
development-202206
hangzhoubank
revert-594e4a5c
revert-d0d76887
train
v0.2
vue-gjjs-template
No related merge requests found
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
25 deletions
+19
-25
index.vue
src/views/Business/Trnrel/Trndtl/index.vue
+0
-0
index.vue
src/views/Business/Trnrel/index.vue
+19
-25
No files found.
src/views/Business/Trnrel/Trndtl/index.vue
View file @
747b6bdf
This diff is collapsed.
Click to expand it.
src/views/Business/Trnrel/index.vue
View file @
747b6bdf
<
template
>
<
div
class=
"eContainer
"
>
<
c-page
title=
"复核夹查询
"
>
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"100px"
size=
"small"
>
<el-col
:span=
"12"
>
...
...
@@ -53,17 +53,22 @@
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-button
size=
"small"
type=
"primary"
@
click=
"onSearow"
>
<el-col
:span=
"24"
style=
"text-align:right;"
>
<el-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onSearow"
>
查询
</el-button>
</el-col>
<el-col
:span=
"24"
>
<div
class=
"e-table-wrapper"
>
<el-pagination
layout=
"prev, pager, next"
:total=
"pager.recpan_trnlst.total"
>
</el-pagination>
<el-table
:data=
"model.recpan.trnlst"
style=
"width: 100%"
style=
"width: 100%;"
max-height=
"300"
size=
"mini"
>
<el-table-column
prop=
"ininam"
...
...
@@ -71,13 +76,13 @@
sortable
width=
"100"
>
</el-table-column>
<el-table-column
<
!--
<
el-table-column
prop=
"inr"
label=
"索引"
v-if=
"show"
sortable
width=
"100"
>
</el-table-column>
width=
"100"
>
</el-table-column>
-->
<el-table-column
prop=
"ownref"
label=
"业务编号"
...
...
@@ -107,6 +112,9 @@
label=
"创建时间"
sortable
width=
"100"
>
<template
slot-scope=
"scope"
>
{{
dateFormat
(
scope
.
row
.
inidattim
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"relreq"
...
...
@@ -138,15 +146,10 @@
</
template
>
</el-table-column>
</el-table>
<el-pagination
layout=
"prev, pager, next"
:total=
"pager.recpan_trnlst.total"
>
</el-pagination>
</div>
</el-col>
</el-form>
</
div
>
</
c-page
>
</template>
<
script
>
import
Api
from
"~/service/Api"
...
...
@@ -439,18 +442,9 @@ export default {
})
},
},
crea
ted
:
async
function
(){
moun
ted
:
async
function
(){
console
.
log
(
"进入trnrel交易"
);
let
rtnmsg
=
await
Api
.
post
(
"trnrel/init"
,{
params
:{}})
if
(
rtnmsg
.
code
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
this
.
onSearow
()
}
}
</
script
>
...
...
This diff is collapsed.
Click to expand it.
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