Commit 1ab40215 by liuxin

待复核列表详情页table

parent db8802de
......@@ -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-select v-model="model.trn.relflg" style="width:100%" placeholder="请选择Release Status of Transaction">
</c-select>
<c-input v-model="model.trn.relflg" style="width:100%" placeholder="请选择Release Status of Transaction">
</c-input>
</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: [
'10 1 "type" 80',
'11 2 "User" 150',
'11 3 "Date/TIme" 150',
'11 3 "Action" 150',
'1 2:1 "User" 70 50',
'2 3:1 "Date / Time" 200',
'3 5:1 "Action" 120',
'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;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment