1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<template>
<div class="eibs-tab">
<!-- ==========左边========= -->
<c-col :span="11">
<c-col :span="24">
<el-form-item label="汇款编号" prop="trn.ownref" style="width: 100%">
<c-fullbox>
<c-input v-model="model.trn.ownref" placeholder=""></c-input>
<template slot="footer">
<c-button type="primary">
<span style="font-family: '宋体'; font-weight: bold">i</span>
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Transaction" prop="recpan.atp.cod">
<c-fullbox>
<c-input v-model="model.recpan.atp.cod"></c-input>
<template slot="footer">
<c-button type="primary">
<span style="font-family: '宋体'; font-weight: bold">i</span>
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="24">
<c-col :span="13">
<el-form-item label="Relevant Amount" prop="trn.reloricur">
<c-select v-model="model.trn.reloricur" style="width: 100%" placeholder="请选择汇款金额">
<el-option v-for="item in codes.curtxt1" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item style="text-align: left" label-width="5px" prop="trn.reloriamt">
<c-input-currency v-model="model.trn.reloriamt" style="text-align: left; width: 100%"
placeholder="请输入汇款金额"></c-input-currency>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="Responsible" prop="trn.usr">
<c-input v-model="model.trn.usr"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Group" prop="trn.usg">
<c-input v-model="model.trn.usg"></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="Based on Ident No" prop="trn.cortrninr">
<c-input v-model="model.trn.cortrninr"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Execut.Date" prop="trn.exedat">
<c-input v-model="model.trn.exedat"></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="Entered by" prop="recpan.cretrs.usr">
<c-input v-model="model.recpan.cretrs.usr"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Timestamp" prop="recpan.cretrs.dattim">
<c-input v-model="model.recpan.cretrs.dattim"></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
<!--=========右边========== -->
<c-col :span="11" :offset="1">
<c-col :span="24">
<c-col :span="12">
<el-form-item label="ident No." prop="" tyle="width:100%">
<c-fullbox>
<c-input v-model="model.trn.inr"></c-input>
<template slot="footer">
<c-button type="primary"><span style="font-family: '宋体'; font-weight: bold">i</span></c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="">
<c-input v-model="model.trn.objnam"></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="">
<c-fullbox>
<c-input v-model="model.recpan.atp.cod"></c-input>
<template slot="footer">
<c-button type="primary">详情</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Release Status of Transaction" prop="">
<c-input v-model="model.trn.relflg"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Signatures Resquired/Obtained" prop="">
<c-col :span="11">
<c-input v-model="model.trn.relreq"></c-input>
</c-col>
<c-col :span="2"><span>-</span></c-col>
<c-col :span="11">
<c-input v-model="model.trn.relres"></c-input>
</c-col>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="">
<c-input type="textarea" v-model="model.recpan.cpltxt"></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- =============底部============== -->
<c-col :span="24">
<c-istream-table :list="stmData.data" :columns="stmData.columns">
<el-table-column fixed="right" prop="op" label="操作" width="140px">
</el-table-column>
</c-istream-table>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="infotext">
<c-input type="textarea" rows="4"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-col :span="24">
<el-form-item label="" prop="">
<c-button type="primary">
<span style="font-family: '宋体'; font-weight: bold">...</span>
</c-button>
<c-select v-model="model.trn.infdsp" :code="codes.infdsp"></c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Send for repair To" prop="">
<c-fullbox>
<c-input v-model="model.recpan.usr.extkey"></c-input>
<template slot="footer">
<c-button type="primary">
<span style="font-family: '宋体'; font-weight: bold">i</span>
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col :span="24">
<c-istream-table :list="stmData1.data" :columns="stmData1.columns">
<el-table-column fixed="right" prop="op" label="操作" width="140px">
</el-table-column>
</c-istream-table>
</c-col>
</div>
</template>
<script>
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Cptrel/Event";
export default {
inject: ["root"],
props: ["model", "codes"],
mixins: [commonProcess],
data() {
return {
stmData: {
columns: [
"1 1 \"Type\" 160 1 0:0 1 CORTYP",
"2 2 \"External Key\" 410",
"3 3 \"Document\" 440",
"4 4 \"Show\" 140 5 6:1 0 A",
"5 5 \"GenPDF\" 150 5 6:1 0 B"
],
data: [],
},
stmData1: {
columns: [
],
data: [],
},
};
},
methods: { ...Event },
created: function () { },
};
</script>
<style>
</style>