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
1ab40215
Commit
1ab40215
authored
Jan 10, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
待复核列表详情页table
parent
db8802de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
16 deletions
+23
-16
InftrnpsDetail.vue
src/views/Business/Trnrel/InftrnpsDetail.vue
+23
-16
No files found.
src/views/Business/Trnrel/InftrnpsDetail.vue
View file @
1ab40215
...
...
@@ -46,7 +46,7 @@
<c-col
:span=
"6"
>
<el-form-item
label-width=
"30%"
label=
"Ident No."
>
<c-input
v-model=
"model.
recpan.recget.sdamod.seainf
"
placeholder=
"请输入Ident No."
></c-input>
<c-input
v-model=
"model.
trn.inr
"
placeholder=
"请输入Ident No."
></c-input>
</el-form-item>
</c-col>
...
...
@@ -123,8 +123,8 @@
<c-col
:span=
"12"
>
<el-form-item
label-width=
"40%"
label=
"Release Status of Transaction"
>
<c-
selec
t
v-model=
"model.trn.relflg"
style=
"width:100%"
placeholder=
"请选择Release Status of Transaction"
>
</c-
selec
t>
<c-
inpu
t
v-model=
"model.trn.relflg"
style=
"width:100%"
placeholder=
"请选择Release Status of Transaction"
>
</c-
inpu
t>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -437,29 +437,33 @@ export default {
model
:
new
Trnrel
().
data
,
documentsData
:
{
columns
:
[
'10 1 "type" 80'
,
'11 2 "External Key" 150'
,
'11 3 "Document" 150'
,
"1 1
\"
Type
\"
60 1 0:0 1 CORTYP"
,
"2 2
\"
External Key
\"
210"
,
"3 3
\"
Document
\"
240"
,
"4 4
\"
Show
\"
80 5 6:1 0 A"
,
"5 5
\"
GenPDF
\"
80 5 6:1 0 B"
],
data
:
[],
},
SignaturesData
:
{
columns
:
[
'1
0 1 "type" 8
0'
,
'
11 2 "User" 15
0'
,
'
11 3 "Date/TIme" 15
0'
,
'
11 3 "Action" 150'
,
'1
2:1 "User" 70 5
0'
,
'
2 3:1 "Date / Time" 20
0'
,
'
3 5:1 "Action" 12
0'
,
'
4 1:1 "Type" 150'
],
data
:
[],
},
stmData
:
{
columns
:
[
'10 1 "ID" 80'
,
'11 2 "Service" 150'
,
'11 3 "Status" 150'
,
'11 3 "Last Update" 150'
,
'11 3 "Retries" 150'
,
'11 3 "Text" 150'
,
'1 1 "ID" 50'
,
'2 2 "Service" 125 1 0:0 1 SRVTXT'
,
'3 3 "Status" 80 1 0:0 1 WFE:STA'
,
'4 4 "Last Update" 102'
,
'5 5 "Retries" 100 1 0:1'
,
'6 6 "Text" 300'
,
'7 7 "Contrary Text" 200'
,
'8 8 "Target Time" 200'
],
data
:
[],
},
...
...
@@ -473,6 +477,9 @@ export default {
loadData
()
{
// const { data } = this.$route.query
this
.
model
=
JSON
.
parse
(
sessionStorage
.
getItem
(
'InftrnpsDetail'
));
this
.
documentsData
.
data
=
this
.
model
.
recpan
.
smhstm
.
rows
;
this
.
SignaturesData
.
data
=
this
.
model
.
recpan
.
trsstm
.
rows
;
this
.
stmData
.
data
=
this
.
model
.
recpan
.
wfestm
.
rows
;
}
}
}
...
...
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