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
<template>
<div class="eibs-tab">
<c-row>
<!--=================顶部================= -->
<c-col :span="24">
<c-col :span="11">
<c-form-item label="父交易参考号" prop="trdgrp.rec.pntref">
<c-input v-model="model.trdgrp.rec.pntref" maxlength="16" :disabled="true" :placeholder="$t('other.please_enter')+$t('trtp0.SF000049')"></c-input>
</c-form-item>
</c-col>
<!-- <c-col :span="11">
<c-form-item label="" prop="trtp0.bcdget.sdamod.seainf">
<c-input v-model="model.trtp0.bcdget.sdamod.seainf" :disabled="true" :placeholder="$t('other.please_enter')+''"></c-input>
</c-form-item>
</c-col> -->
<c-col :span="11">
<c-form-item label="Name" prop="trdgrp.rec.pntnam">
<c-input v-model="model.trdgrp.rec.pntnam" maxlength="40" :disabled="true" :placeholder="$t('other.please_enter')+$t('trtp0.SF000059')"></c-input>
</c-form-item>
</c-col>
<c-col :span="11">
<c-form-item label="参考号" prop="trdgrp.rec.ownref">
<c-input v-model="model.trdgrp.rec.ownref" maxlength="16" :disabled="true" :placeholder="$t('other.please_enter')+$t('trtp0.S0000077')"></c-input>
</c-form-item>
</c-col>
<!-- <c-col :span="11">
<c-form-item label="" prop="trtp0.recget.sdamod.seainf">
<c-input v-model="model.trtp0.recget.sdamod.seainf" :disabled="true" :placeholder="$t('other.please_enter')+''"></c-input>
</c-form-item>
</c-col> -->
<c-col :span="11">
<c-form-item label="Name" prop="trdgrp.rec.nam">
<c-input v-model="model.trdgrp.rec.nam" maxlength="40" :disabled="true" :placeholder="$t('other.please_enter')+$t('trtp0.SF000068')"></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col :span="11">
<c-col :span="24">
<c-form-item label="融资比例" prop="trdgrp.rec.pctfin">
<c-input v-model="model.trdgrp.rec.pctfin" :disabled="true" style="width:95%" :placeholder="$t('other.please_enter')+$t('trtp0.SF000050')"></c-input>%
</c-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="融资金额" prop="trdgrp.cbs.max.cur">
<c-fullbox>
<c-select v-model="model.trdgrp.cbs.max.cur" style="width:30%" :disabled="true" >
</c-select>
<c-input v-model="model.trdgrp.cbs.max.amt" style="width:70%" :disabled="true" ></c-input>
</c-fullbox>
</el-form-item>
</c-col>
<!-- <c-col :span="12">
<c-form-item prop="trdgrp.cbs.max.amt">
</c-form-item>
</c-col> -->
<c-col :span="24">
<c-form-item label="余额" prop="trdgrp.cbs.opn1.cur">
<c-fullbox>
<c-input v-model="model.trdgrp.cbs.opn1.cur" style="width:30%" maxlength="3" :disabled="true" ></c-input>
<c-input v-model="model.trdgrp.cbs.opn1.amt" style="width:70%" :disabled="true" ></c-input>
</c-fullbox>
</c-form-item>
</c-col>
<!-- <c-col :span="12">
<c-form-item prop="trdgrp.cbs.opn1.amt">
</c-form-item>
</c-col> -->
<c-col :span="12">
<el-form-item label="起息日期" prop="trdgrp.rec.stttendat">
<c-date-picker type="date" v-model="model.trdgrp.rec.stttendat" style="width:100%" :disabled="true" :placeholder="$t('other.please_enter')+$t('trtp0.SF000052')"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="押汇到期日期" prop="trdgrp.rec.matdat">
<c-date-picker label="押汇到期日期" type="date" v-model="model.trdgrp.rec.matdat" style="width:100%" :disabled="true" :placeholder="$t('other.please_enter')+'Maturity Date'"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="Narrative" prop="strinf">
<c-input type="textarea" v-model="model.strinf" maxlength="50" show-word-limit :placeholder="$t('other.please_enter')+$t('trtcan.SF000017')" ></c-input>
</c-form-item>
</c-col>
</c-col>
<c-col :span="11">
<c-col :span="24">
<c-form-item label="融资客户" prop="trdgrp.fip.pts.ref">
<c-input v-model="model.trdgrp.fip.pts.ref" maxlength="16" :disabled="true" :placeholder="$t('other.please_enter')+$t('trtp0.SF000062')"></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="Name of Party" prop="trdgrp.fip.pts.nam">
<c-input v-model="model.trdgrp.fip.pts.nam" maxlength="40" :disabled="true" :placeholder="$t('other.please_enter')+'Name of Party'"></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="融资品种" prop="trdgrp.rec.fintyp">
<c-input v-model="model.trdgrp.rec.fintyp" maxlength="3" :disabled="true" :placeholder="$t('other.please_enter')+$t('trtp0.SF000063')"></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="融资账号" prop="trdgrp.rec.finact">
<c-input v-model="model.trdgrp.rec.finact" maxlength="21" :disabled="true" :placeholder="$t('other.please_enter')+$t('trtp0.SG000078')"></c-input>
</c-form-item>
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.sndmsg">{{$t('Send Message')}}</c-checkbox>
</c-col>
</c-col>
</c-row>
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Trtcan/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>