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
c47d6e22
Commit
c47d6e22
authored
Jan 12, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
待复核已完成调整
parent
e487bf2b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
232 additions
and
254 deletions
+232
-254
common.css
src/assets/css/common.css
+6
-0
Inftrnps.vue
src/views/Business/Trnrel/Inftrnps.vue
+1
-1
InftrnpsDetail.vue
src/views/Business/Trnrel/InftrnpsDetail.vue
+112
-126
Inftrnps.vue
src/views/Business/Trnrel/Trnfnd/Inftrnps.vue
+1
-1
TrnfndsDetail.vue
src/views/Business/Trnrel/Trnfnd/TrnfndsDetail.vue
+112
-126
No files found.
src/assets/css/common.css
View file @
c47d6e22
...
...
@@ -289,4 +289,9 @@
}
.el-table--border
td
.lastColumn
{
border-right
:
0
!important
;
}
.el-table__fixed
,
.el-table__fixed-right
{
height
:
100%
!important
;
bottom
:
17px
;
}
\ No newline at end of file
src/views/Business/Trnrel/Inftrnps.vue
View file @
c47d6e22
...
...
@@ -401,7 +401,7 @@
fixed=
"right"
prop=
"display"
label=
"操作"
width=
"
auto
"
width=
"
150px
"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:left"
><span>
操作
</span></c-col>
...
...
src/views/Business/Trnrel/InftrnpsDetail.vue
View file @
c47d6e22
...
...
@@ -2,13 +2,13 @@
<c-page
title=
""
>
<div
class=
"eContainer"
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"23"
>
<
!--
<
c-col
:span=
"23"
>
<div
style=
"float:right;margin-bottom:10px"
>
<el-button
size=
"small"
>
交易快照
</el-button>
<el-button
size=
"small"
>
智能提示
</el-button>
<el-button
size=
"small"
@
click=
"exit"
>
退出
</el-button>
<el-button
size=
"small"
@
click=
"exit"
>
返回
</el-button>
</div>
</c-col>
</c-col>
-->
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"Drag Drop Sender"
>
...
...
@@ -26,19 +26,33 @@
style=
"margin-left:15px"
>
<c-content>
<c-col
:span=
"13"
style=
"height:24px"
>
<el-form-item
label=
"基本信息"
class=
"messageLabel"
>
</el-form-item>
</c-col>
<c-col
:span=
"10"
style=
"text-align:right"
>
<el-button
size=
"small"
>
交易快照
</el-button>
<el-button
size=
"small"
>
智能提示
</el-button>
<c-button
size=
"small"
@
click=
"exit"
>
返回
</c-button>
</c-col>
<c-col
:span=
"23"
style=
"height: 10px;margin-bottom:10px"
>
<el-divider></el-divider>
</c-col>
<!-- -------------------基础信息------------------- -->
<!-- ========================= Left ========================= -->
<c-col
:span=
"1
0
"
>
<c-col
:span=
"1
1
"
>
<c-col
:span=
"24"
>
<c-col
:span=
"22"
>
<el-form-item
label=
"Reference"
>
<c-input
v-model=
"model.trn.ownref"
maxlength=
"16"
disabled
placeholder=
"请输入Reference"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
>
<c-col
:span=
"2"
style=
"text-align: right"
>
<c-button
style=
"margin:0
10px
0 10px;padding: 0 12px;"
style=
"margin:0
0
0 10px;padding: 0 12px;"
size=
"small"
type=
"primary"
>
...
...
@@ -53,9 +67,9 @@
<c-input
v-model=
"model.recpan.atp.cod"
maxlength=
"6"
disabled
placeholder=
"请输入Transaction ID"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
>
<c-col
:span=
"2"
style=
"text-align: right"
>
<c-button
style=
"margin:0
10px
0 10px;padding: 0 12px;"
style=
"margin:0
0
0 10px;padding: 0 12px;"
size=
"small"
type=
"primary"
>
...
...
@@ -120,18 +134,34 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"22"
>
<el-form-item
label=
"Infotext"
>
<c-input
type=
"textarea"
v-model=
"model.trn.inftxt"
maxlength=
"65"
:rows=
"3"
show-word-limit
placeholder=
"请输入Infotext"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
style=
"text-align: right"
>
<c-button
style=
"margin:0 0 0 10px;padding: 0 10px;"
size=
"small"
icon=
"el-icon-search"
type=
"primary"
></c-button>
</c-col>
</c-col>
</c-col>
<!-- ========================= Right ========================= -->
<c-col
:span=
"1
3
"
>
<c-col
:span=
"1
2
"
>
<c-col
:span=
"24"
>
<el-form-item
label-width=
"
4
0%"
label=
"Ident No."
>
<c-col
:span=
"2
2
"
>
<el-form-item
label-width=
"
3
0%"
label=
"Ident No."
>
<c-col
:span=
"2
1
"
>
<c-input
v-model=
"model.trn.inr"
disabled
placeholder=
"请输入Ident No."
></c-input>
</c-col>
<c-col
:span=
"
2
"
>
<c-col
:span=
"
3"
style=
"text-align: right
"
>
<c-button
style=
"margin:0
10px
0 10px;padding: 0 12px;"
style=
"margin:0
0
0 10px;padding: 0 12px;"
size=
"small"
type=
"primary"
>
...
...
@@ -142,7 +172,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label-width=
"
4
0%"
label=
"Transaction ID"
>
<el-form-item
label-width=
"
3
0%"
label=
"Transaction ID"
>
<el-select
v-model=
"model.recpan.atp.cod"
style=
"width: 100%"
disabled
>
<el-option
v-for=
"item in codes.atptxt"
...
...
@@ -156,20 +186,20 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label-width=
"
4
0%"
label=
"Drop Receiver"
>
<el-form-item
label-width=
"
3
0%"
label=
"Drop Receiver"
>
<c-input
v-model=
"model.trn.objnam"
maxlength=
"40"
disabled
placeholder=
"请输入External Readable Object Identification"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label-width=
"
4
0%"
label=
"Release Status of Transaction"
>
<el-form-item
label-width=
"
3
0%"
label=
"Release Status of Transaction"
>
<c-input
v-model=
"model.trn.relflg"
style=
"width:100%"
disabled
placeholder=
"请选择Release Status of Transaction"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label-width=
"
4
0%"
label=
"Signatures Required/Obtained"
>
<el-form-item
label-width=
"
3
0%"
label=
"Signatures Required/Obtained"
>
<c-row>
<c-col
:span=
"11"
>
<c-input
v-model=
"model.trn.relreq"
maxlength=
"3"
disabled
placeholder=
"请输入Signatures Required/Obtained"
></c-input>
...
...
@@ -185,27 +215,50 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label-width=
"
4
0%"
label=
"Completion text"
>
<el-form-item
label-width=
"
3
0%"
label=
"Completion text"
>
<c-input
style=
"font-weight:bold"
v-model=
"model.recpan.cpltxt"
disabled
placeholder=
"请输入Based on Ident No."
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label-width=
"30%"
label=
"Infoflag"
>
<el-select
v-model=
"model.trn.infdsp"
style=
"width: 100%"
>
<el-option
v-for=
"item in codes.infdsp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
/>
</el-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label-width=
"30%"
label=
"Send for Repair to"
>
<c-input
v-model=
"model.recpan.usr.extkey"
disabled
style=
"width:100%"
placeholder=
"请选择extkey"
>
</c-input>
</el-form-item>
</c-col>
</c-col>
<!-- -------------------分割线------------------- -->
<c-col
:span=
"23"
>
<
!--
<
c-col
:span=
"23"
>
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232);"
>
</div>
</c-col>
</c-col>
-->
<!--
<c-col
:span=
"23"
style=
"margin-left:9px;height:25px"
>
<el-divider></el-divider>
</c-col>
-->
<!-- -------------------document------------------- -->
<c-col
:span=
"2
3"
style=
"height:14px;margin-top:5
px"
>
<el-form-item
class=
"formItemLabel"
label=
"Documents:
"
>
<c-col
:span=
"2
4"
style=
"height:24
px"
>
<el-form-item
label=
"面函"
class=
"messageLabel
"
>
</el-form-item>
</c-col>
<c-col
:span=
"23"
style=
"height: 10px"
>
<el-divider></el-divider>
</c-col>
<c-col
:span=
"23"
>
<!--
<c-input
v-model=
"model.recpan.smhstm"
placeholder=
"请输入Documents"
></c-input>
-->
<c-col
:span=
"24"
>
...
...
@@ -214,7 +267,7 @@
fixed=
"right"
prop=
"display"
label=
"操作"
width=
"
auto
"
width=
"
200px
"
>
<template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:left"
><span>
操作
</span></c-col>
...
...
@@ -239,52 +292,7 @@
</c-col>
</c-col>
<c-col
:span=
"23"
style=
"margin-left:9px;height:25px"
>
<el-divider></el-divider>
</c-col>
<!-- -------------------Infotext------------------- -->
<c-col
:span=
"23"
style=
"margin-top:10px"
>
<c-col
:span=
"17"
>
<c-col
:span=
"22"
>
<el-form-item
label=
"Infotext"
>
<c-input
type=
"textarea"
v-model=
"model.trn.inftxt"
maxlength=
"65"
:rows=
"3"
show-word-limit
placeholder=
"请输入Infotext"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
>
<c-button
style=
"margin:0 10px 0 10px;padding: 0 10px;"
size=
"small"
icon=
"el-icon-search"
type=
"primary"
></c-button>
</c-col>
</c-col>
<c-col
:span=
"7"
>
<c-col
:span=
"24"
>
<el-form-item
label-width=
"40%"
>
<!-- <c-input v-model="model.trn.infdsp" style="width:100%" placeholder="请选择Infoflag">
</c-input> -->
<el-select
v-model=
"model.trn.infdsp"
style=
"width: 100%"
>
<el-option
v-for=
"item in codes.infdsp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
/>
</el-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label-width=
"40%"
label=
"Send for Repair to"
>
<c-input
v-model=
"model.recpan.usr.extkey"
disabled
style=
"width:100%"
placeholder=
"请选择extkey"
>
</c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
<!-- <c-col :span="12">
<el-form-item label="User ID">
<c-input v-model="model.recpan.usr.extkey" maxlength="8" placeholder="请输入User ID"></c-input>
...
...
@@ -297,10 +305,13 @@
</el-form-item>
</c-col>
-->
<c-col
:span=
"2
3"
style=
"height:14px;
"
>
<el-form-item
class=
"formItemLabel"
label=
"Signatures:
"
>
<c-col
:span=
"2
4"
style=
"height:24px;margin-top:10px
"
>
<el-form-item
label=
"Signatures"
class=
"messageLabel
"
>
</el-form-item>
</c-col>
<c-col
:span=
"23"
style=
"height:10px;"
>
<el-divider></el-divider>
</c-col>
<c-col
:span=
"23"
>
<!-- <c-input v-model="model.recpan.trsstm" placeholder="请输入Signatures"></c-input> -->
<c-col
:span=
"24"
>
...
...
@@ -322,58 +333,24 @@
fixed=
"right"
prop=
"display"
label=
"操作"
width=
"
auto
"
width=
"
200px
"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:left"
><span>
操作
</span></c-col>
<c-col
:span=
"12"
style=
"text-align:right"
><c-button
icon=
"el-icon-s-tools"
></c-button></c-col>
</
template
>
<!-- <template slot-scope="scope">
<c-button
style="margin-left: 0"
size="small"
type="primary"
@click="onDetail(scope.$index,scope.row)"
>
详情
</c-button>
<c-button
style="margin-left: 0"
size="small"
type="primary"
@click="onHandle(scope.$index,scope.row)"
>
处理
</c-button>
</template> -->
</el-table-column>
</c-istream-table>
</c-col>
</c-col>
<c-col
:span=
"23"
style=
"margin-left:9px;height:25px;margin-bottom:10px"
>
<el-divider></el-divider>
</c-col>
<!-- -------------------workflow------------------- -->
<c-col
:span=
"23"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Object"
>
<c-col
:span=
"10"
>
<c-input
v-model=
"model.wfmmod.wfs.objtyp"
disabled
style=
"width:100%"
placeholder=
"请选择Table Used to Store Associated Object"
></c-input>
</c-col>
<c-col
:span=
"10"
>
<c-input
v-model=
"model.wfmmod.wfs.objinr"
disabled
maxlength=
"8"
placeholder=
"请输入Object"
></c-input>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Object Name"
>
<c-input
v-model=
"model.wfmmod.wfs.objnam"
maxlength=
"40"
disabled
placeholder=
"请输入External Readable Object Identification"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
style=
"height:24px;margin-top:10px"
>
<el-form-item
label=
"Workflow"
class=
"messageLabel"
>
</el-form-item>
</c-col>
<c-col
:span=
"23"
style=
"height:10px;"
>
<el-divider></el-divider>
</c-col>
<c-col
:span=
"23"
>
<c-col
:span=
"24"
>
...
...
@@ -434,18 +411,18 @@ export default {
model
:
new
Trnrel
().
data
,
documentsData
:
{
columns
:
[
"1 1
\"
Type
\"
6
0 1 0:0 1 CORTYP"
,
"2 2
\"
External Key
\"
21
0"
,
"3 3
\"
Document
\"
24
0"
,
"4 4
\"
Show
\"
8
0 5 6:1 0 A"
,
"5 5
\"
GenPDF
\"
8
0 5 6:1 0 B"
"1 1
\"
Type
\"
10
0 1 0:0 1 CORTYP"
,
"2 2
\"
External Key
\"
30
0"
,
"3 3
\"
Document
\"
30
0"
,
"4 4
\"
Show
\"
15
0 5 6:1 0 A"
,
"5 5
\"
GenPDF
\"
15
0 5 6:1 0 B"
],
data
:
[],
},
SignaturesData
:
{
columns
:
[
'1 2:1 "User" 200'
,
'2 3:1 "Date / Time"
2
00'
,
'2 3:1 "Date / Time"
3
00'
,
// '3 5:1 "Action" 400',
'4 1:1 "Type" 200'
],
...
...
@@ -453,14 +430,14 @@ export default {
},
stmData
:
{
columns
:
[
'1 1
"ID" 5
0'
,
'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"
5
00'
,
'7 7
"Contrary Text" 5
00'
,
'8 8
"Target Time" 200'
'1 1
"ID" 10
0'
,
'2 2 "Service" 125'
,
'3 3 "Status"
100
'
,
'4 4
"Last Update" 125
'
,
'5 5 "Retries" 100'
,
'6 6 "Text"
3
00'
,
'7 7
"Contrary Text" 3
00'
,
'8 8 "Target Time" 200'
],
data
:
[],
},
...
...
@@ -504,4 +481,12 @@ export default {
text-align
:
left
;
font-weight
:
bold
;
}
.el-col
>>>
.el-divider--horizontal
{
margin-top
:
5px
;
}
.messageLabel
>>>
.el-form-item__label
{
text-align
:
left
;
font-weight
:
bold
;
font-size
:
12px
;
}
</
style
>
\ No newline at end of file
src/views/Business/Trnrel/Trnfnd/Inftrnps.vue
View file @
c47d6e22
...
...
@@ -390,7 +390,7 @@
fixed=
"right"
prop=
"display"
label=
"操作"
width=
"
auto
"
width=
"
150px
"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:left"
><span>
操作
</span></c-col>
...
...
src/views/Business/Trnrel/Trnfnd/TrnfndsDetail.vue
View file @
c47d6e22
...
...
@@ -2,13 +2,13 @@
<c-page
title=
""
>
<div
class=
"eContainer"
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"23"
>
<
!--
<
c-col
:span=
"23"
>
<div
style=
"float:right;margin-bottom:10px"
>
<el-button
size=
"small"
>
交易快照
</el-button>
<el-button
size=
"small"
>
智能提示
</el-button>
<el-button
size=
"small"
@
click=
"exit"
>
退出
</el-button>
<el-button
size=
"small"
@
click=
"exit"
>
返回
</el-button>
</div>
</c-col>
</c-col>
-->
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"Drag Drop Sender"
>
...
...
@@ -26,19 +26,33 @@
style=
"margin-left:15px"
>
<c-content>
<c-col
:span=
"13"
style=
"height:24px"
>
<el-form-item
label=
"基本信息"
class=
"messageLabel"
>
</el-form-item>
</c-col>
<c-col
:span=
"10"
style=
"text-align:right"
>
<el-button
size=
"small"
>
交易快照
</el-button>
<el-button
size=
"small"
>
智能提示
</el-button>
<c-button
size=
"small"
@
click=
"exit"
>
返回
</c-button>
</c-col>
<c-col
:span=
"23"
style=
"height: 10px;margin-bottom:10px"
>
<el-divider></el-divider>
</c-col>
<!-- -------------------基础信息------------------- -->
<!-- ========================= Left ========================= -->
<c-col
:span=
"1
0
"
>
<c-col
:span=
"1
1
"
>
<c-col
:span=
"24"
>
<c-col
:span=
"22"
>
<el-form-item
label=
"Reference"
>
<c-input
v-model=
"model.trn.ownref"
maxlength=
"16"
disabled
placeholder=
"请输入Reference"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
>
<c-col
:span=
"2"
style=
"text-align: right"
>
<c-button
style=
"margin:0
10px
0 10px;padding: 0 12px;"
style=
"margin:0
0
0 10px;padding: 0 12px;"
size=
"small"
type=
"primary"
>
...
...
@@ -53,9 +67,9 @@
<c-input
v-model=
"model.recpan.atp.cod"
maxlength=
"6"
disabled
placeholder=
"请输入Transaction ID"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
>
<c-col
:span=
"2"
style=
"text-align: right"
>
<c-button
style=
"margin:0
10px
0 10px;padding: 0 12px;"
style=
"margin:0
0
0 10px;padding: 0 12px;"
size=
"small"
type=
"primary"
>
...
...
@@ -120,18 +134,34 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"22"
>
<el-form-item
label=
"Infotext"
>
<c-input
type=
"textarea"
v-model=
"model.trn.inftxt"
maxlength=
"65"
:rows=
"3"
show-word-limit
placeholder=
"请输入Infotext"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
style=
"text-align: right"
>
<c-button
style=
"margin:0 0 0 10px;padding: 0 10px;"
size=
"small"
icon=
"el-icon-search"
type=
"primary"
></c-button>
</c-col>
</c-col>
</c-col>
<!-- ========================= Right ========================= -->
<c-col
:span=
"1
3
"
>
<c-col
:span=
"1
2
"
>
<c-col
:span=
"24"
>
<el-form-item
label-width=
"
4
0%"
label=
"Ident No."
>
<c-col
:span=
"2
2
"
>
<el-form-item
label-width=
"
3
0%"
label=
"Ident No."
>
<c-col
:span=
"2
1
"
>
<c-input
v-model=
"model.trn.inr"
disabled
placeholder=
"请输入Ident No."
></c-input>
</c-col>
<c-col
:span=
"
2
"
>
<c-col
:span=
"
3"
style=
"text-align: right
"
>
<c-button
style=
"margin:0
10px
0 10px;padding: 0 12px;"
style=
"margin:0
0
0 10px;padding: 0 12px;"
size=
"small"
type=
"primary"
>
...
...
@@ -142,7 +172,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label-width=
"
4
0%"
label=
"Transaction ID"
>
<el-form-item
label-width=
"
3
0%"
label=
"Transaction ID"
>
<el-select
v-model=
"model.recpan.atp.cod"
style=
"width: 100%"
disabled
>
<el-option
v-for=
"item in codes.atptxt"
...
...
@@ -156,20 +186,20 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label-width=
"
4
0%"
label=
"Drop Receiver"
>
<el-form-item
label-width=
"
3
0%"
label=
"Drop Receiver"
>
<c-input
v-model=
"model.trn.objnam"
maxlength=
"40"
disabled
placeholder=
"请输入External Readable Object Identification"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label-width=
"
4
0%"
label=
"Release Status of Transaction"
>
<el-form-item
label-width=
"
3
0%"
label=
"Release Status of Transaction"
>
<c-input
v-model=
"model.trn.relflg"
style=
"width:100%"
disabled
placeholder=
"请选择Release Status of Transaction"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label-width=
"
4
0%"
label=
"Signatures Required/Obtained"
>
<el-form-item
label-width=
"
3
0%"
label=
"Signatures Required/Obtained"
>
<c-row>
<c-col
:span=
"11"
>
<c-input
v-model=
"model.trn.relreq"
maxlength=
"3"
disabled
placeholder=
"请输入Signatures Required/Obtained"
></c-input>
...
...
@@ -185,27 +215,50 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label-width=
"
4
0%"
label=
"Completion text"
>
<el-form-item
label-width=
"
3
0%"
label=
"Completion text"
>
<c-input
style=
"font-weight:bold"
v-model=
"model.recpan.cpltxt"
disabled
placeholder=
"请输入Based on Ident No."
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label-width=
"30%"
label=
"Infoflag"
>
<el-select
v-model=
"model.trn.infdsp"
style=
"width: 100%"
>
<el-option
v-for=
"item in codes.infdsp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
/>
</el-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label-width=
"30%"
label=
"Send for Repair to"
>
<c-input
v-model=
"model.recpan.usr.extkey"
disabled
style=
"width:100%"
placeholder=
"请选择extkey"
>
</c-input>
</el-form-item>
</c-col>
</c-col>
<!-- -------------------分割线------------------- -->
<c-col
:span=
"23"
>
<
!--
<
c-col
:span=
"23"
>
<div
style=
"border-bottom: 10px solid rgb(232, 232, 232);"
>
</div>
</c-col>
</c-col>
-->
<!--
<c-col
:span=
"23"
style=
"margin-left:9px;height:25px"
>
<el-divider></el-divider>
</c-col>
-->
<!-- -------------------document------------------- -->
<c-col
:span=
"2
3"
style=
"height:14px;margin-top:5
px"
>
<el-form-item
class=
"formItemLabel"
label=
"Documents:
"
>
<c-col
:span=
"2
4"
style=
"height:24
px"
>
<el-form-item
label=
"面函"
class=
"messageLabel
"
>
</el-form-item>
</c-col>
<c-col
:span=
"23"
style=
"height: 10px"
>
<el-divider></el-divider>
</c-col>
<c-col
:span=
"23"
>
<!--
<c-input
v-model=
"model.recpan.smhstm"
placeholder=
"请输入Documents"
></c-input>
-->
<c-col
:span=
"24"
>
...
...
@@ -214,7 +267,7 @@
fixed=
"right"
prop=
"display"
label=
"操作"
width=
"
auto
"
width=
"
200px
"
>
<template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:left"
><span>
操作
</span></c-col>
...
...
@@ -239,52 +292,7 @@
</c-col>
</c-col>
<c-col
:span=
"23"
style=
"margin-left:9px;height:25px"
>
<el-divider></el-divider>
</c-col>
<!-- -------------------Infotext------------------- -->
<c-col
:span=
"23"
style=
"margin-top:10px"
>
<c-col
:span=
"17"
>
<c-col
:span=
"22"
>
<el-form-item
label=
"Infotext"
>
<c-input
type=
"textarea"
v-model=
"model.trn.inftxt"
maxlength=
"65"
:rows=
"3"
show-word-limit
placeholder=
"请输入Infotext"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
>
<c-button
style=
"margin:0 10px 0 10px;padding: 0 10px;"
size=
"small"
icon=
"el-icon-search"
type=
"primary"
></c-button>
</c-col>
</c-col>
<c-col
:span=
"7"
>
<c-col
:span=
"24"
>
<el-form-item
label-width=
"40%"
>
<!-- <c-input v-model="model.trn.infdsp" style="width:100%" placeholder="请选择Infoflag">
</c-input> -->
<el-select
v-model=
"model.trn.infdsp"
style=
"width: 100%"
>
<el-option
v-for=
"item in codes.infdsp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
/>
</el-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label-width=
"40%"
label=
"Send for Repair to"
>
<c-input
v-model=
"model.recpan.usr.extkey"
disabled
style=
"width:100%"
placeholder=
"请选择extkey"
>
</c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
<!-- <c-col :span="12">
<el-form-item label="User ID">
<c-input v-model="model.recpan.usr.extkey" maxlength="8" placeholder="请输入User ID"></c-input>
...
...
@@ -297,10 +305,13 @@
</el-form-item>
</c-col>
-->
<c-col
:span=
"2
3"
style=
"height:14px;
"
>
<el-form-item
class=
"formItemLabel"
label=
"Signatures:
"
>
<c-col
:span=
"2
4"
style=
"height:24px;margin-top:10px
"
>
<el-form-item
label=
"Signatures"
class=
"messageLabel
"
>
</el-form-item>
</c-col>
<c-col
:span=
"23"
style=
"height:10px;"
>
<el-divider></el-divider>
</c-col>
<c-col
:span=
"23"
>
<!-- <c-input v-model="model.recpan.trsstm" placeholder="请输入Signatures"></c-input> -->
<c-col
:span=
"24"
>
...
...
@@ -322,58 +333,24 @@
fixed=
"right"
prop=
"display"
label=
"操作"
width=
"
auto
"
width=
"
200px
"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align:left"
><span>
操作
</span></c-col>
<c-col
:span=
"12"
style=
"text-align:right"
><c-button
icon=
"el-icon-s-tools"
></c-button></c-col>
</
template
>
<!-- <template slot-scope="scope">
<c-button
style="margin-left: 0"
size="small"
type="primary"
@click="onDetail(scope.$index,scope.row)"
>
详情
</c-button>
<c-button
style="margin-left: 0"
size="small"
type="primary"
@click="onHandle(scope.$index,scope.row)"
>
处理
</c-button>
</template> -->
</el-table-column>
</c-istream-table>
</c-col>
</c-col>
<c-col
:span=
"23"
style=
"margin-left:9px;height:25px;margin-bottom:10px"
>
<el-divider></el-divider>
</c-col>
<!-- -------------------workflow------------------- -->
<c-col
:span=
"23"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Object"
>
<c-col
:span=
"10"
>
<c-input
v-model=
"model.wfmmod.wfs.objtyp"
disabled
style=
"width:100%"
placeholder=
"请选择Table Used to Store Associated Object"
></c-input>
</c-col>
<c-col
:span=
"10"
>
<c-input
v-model=
"model.wfmmod.wfs.objinr"
disabled
maxlength=
"8"
placeholder=
"请输入Object"
></c-input>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Object Name"
>
<c-input
v-model=
"model.wfmmod.wfs.objnam"
maxlength=
"40"
disabled
placeholder=
"请输入External Readable Object Identification"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
style=
"height:24px;margin-top:10px"
>
<el-form-item
label=
"Workflow"
class=
"messageLabel"
>
</el-form-item>
</c-col>
<c-col
:span=
"23"
style=
"height:10px;"
>
<el-divider></el-divider>
</c-col>
<c-col
:span=
"23"
>
<c-col
:span=
"24"
>
...
...
@@ -434,18 +411,18 @@ export default {
model
:
new
Trnrel
().
data
,
documentsData
:
{
columns
:
[
"1 1
\"
Type
\"
6
0 1 0:0 1 CORTYP"
,
"2 2
\"
External Key
\"
21
0"
,
"3 3
\"
Document
\"
24
0"
,
"4 4
\"
Show
\"
8
0 5 6:1 0 A"
,
"5 5
\"
GenPDF
\"
8
0 5 6:1 0 B"
"1 1
\"
Type
\"
10
0 1 0:0 1 CORTYP"
,
"2 2
\"
External Key
\"
30
0"
,
"3 3
\"
Document
\"
30
0"
,
"4 4
\"
Show
\"
15
0 5 6:1 0 A"
,
"5 5
\"
GenPDF
\"
15
0 5 6:1 0 B"
],
data
:
[],
},
SignaturesData
:
{
columns
:
[
'1 2:1 "User" 200'
,
'2 3:1 "Date / Time"
2
00'
,
'2 3:1 "Date / Time"
3
00'
,
// '3 5:1 "Action" 400',
'4 1:1 "Type" 200'
],
...
...
@@ -453,14 +430,14 @@ export default {
},
stmData
:
{
columns
:
[
'1 1
"ID" 5
0'
,
'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"
5
00'
,
'7 7
"Contrary Text" 5
00'
,
'8 8
"Target Time" 200'
'1 1
"ID" 10
0'
,
'2 2 "Service" 125'
,
'3 3 "Status"
100
'
,
'4 4
"Last Update" 125
'
,
'5 5 "Retries" 100'
,
'6 6 "Text"
3
00'
,
'7 7
"Contrary Text" 3
00'
,
'8 8 "Target Time" 200'
],
data
:
[],
},
...
...
@@ -504,4 +481,12 @@ export default {
text-align
:
left
;
font-weight
:
bold
;
}
.el-col
>>>
.el-divider--horizontal
{
margin-top
:
5px
;
}
.messageLabel
>>>
.el-form-item__label
{
text-align
:
left
;
font-weight
:
bold
;
font-size
:
12px
;
}
</
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