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
<template>
<div class="eibs-tab">
<!-- ====================左边======================= -->
<c-col :span="12" style="padding-top: 20px">
<c-col :span="24">
<c-ptap-commons
:cols="65"
:rows="5"
:minRows="5"
:maxRows="5"
:model="model"
:extCodes="['bcdgrp','blk']"
lastModel="colins"
title="Delivery of Documents Instructions">
</c-ptap-commons>
</c-col>
<!-- <c-col :span="24">
<el-form-item label="Delivery of Documents Instructions" prop="bcdgrp.blk.colins">
<c-fullbox>
<c-mul-row-input :autosize="{ minRows: 6, maxRows: 6}" :charmod="2" :cols="65" :rows="24" placeholder="请输入放单指示条款" v-model="model.bcdgrp.blk.colins">
</c-mul-row-input>
<template slot="footer">
<c-button size="small" style="margin-left: 10px; padding: 0 12px" type="primary" icon="el-icon-more">
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col> -->
<c-col :span="24">
<c-ptap-commons
:cols="65"
:rows="5"
:minRows="5"
:maxRows="5"
:model="model"
:extCodes="['bcdgrp','blk']"
lastModel="dftins"
title="Draft Instructions">
</c-ptap-commons>
</c-col>
<!-- <c-col :span="24">
<el-form-item label="Draft Instructions" prop="bcdgrp.blk.dftins">
<c-fullbox>
<c-mul-row-input :autosize="{ minRows: 6, maxRows: 6}" :charmod="2" :cols="65" :rows="24" placeholder="请输入汇票指示条款" v-model="model.bcdgrp.blk.dftins">
</c-mul-row-input>
<template slot="footer">
<c-button size="small" style="margin-left: 10px; padding: 0 12px" type="primary" icon="el-icon-more">
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col> -->
<c-col :span="24">
<c-ptap-commons
:cols="65"
:rows="5"
:minRows="5"
:maxRows="5"
:model="model"
:extCodes="['bcdgrp','blk']"
lastModel="othins"
title="Other Instructions">
</c-ptap-commons>
</c-col>
<!-- <c-col :span="24">
<el-form-item label="Other Instructions" prop="bcdgrp.blk.othins">
<c-fullbox>
<c-mul-row-input :autosize="{ minRows: 6, maxRows: 6}" :charmod="2" :cols="65" :rows="24" placeholder="请输入其他指示条款" v-model="model.bcdgrp.blk.othins">
</c-mul-row-input>
<template slot="footer">
<c-button size="small" style="margin-left: 10px; padding: 0 12px" type="primary" icon="el-icon-more">
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col> -->
<c-col :span="24">
<el-form-item label="Protest Instructions" prop="bcdgrp.rec.proins">
<c-select v-model="model.bcdgrp.rec.proins" dbCode='proins' style="width:100%" placeholder="请选择拒绝证书指示条款">
</c-select>
</el-form-item>
</c-col>
</c-col>
<!-- ====================右边======================= -->
<c-col :span="12" style="padding-top: 20px; padding-left: 20px">
<c-col :span="24">
<el-form-item label="Charges Condition" prop="bcdgrp.rec.chato">
<c-select v-model="model.bcdgrp.rec.chato" dbCode='chadet' style="width:100%" placeholder="请输入费用承担条款">
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Charges Text" prop="bcdgrp.blk.chgtxt">
<c-input type="textarea" :rows="4" v-model="model.bcdgrp.blk.chgtxt" maxlength="210" show-word-limit placeholder=""></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Waive Collecting Bank Charges" prop="bcdgrp.rec.waicolcod">
<c-select v-model="model.bcdgrp.rec.waicolcod" dbCode='waicod' style="width:100%" placeholder="请选择交单时是否放弃向代收行收取费用的权力">
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Waive Remitting Bank Charges" prop="bcdgrp.rec.wairmtcod">
<c-select v-model="model.bcdgrp.rec.wairmtcod" dbCode='waicod' style="width:100%" placeholder="请选择放单时是否放弃向托收行收取费用的权力">
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Defer Payment until" prop="bcdgrp.rec.othins">
<c-select v-model="model.bcdgrp.rec.othins" dbCode='bcothi' style="width:100%" placeholder="请选择延期付款期限">
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="bcdgrp.rec.focflg">
<c-checkbox v-model="model.bcdgrp.rec.focflg" true-label="X" false-label="" class="checkbox-left">Free of Payment</c-checkbox>
</el-form-item>
</c-col>
</c-col>
</div>
</template>
<script>
import event from "../event";
export default {
inject: ["root"],
props: ["model", "codes"],
mixins: [event],
data() {
return {};
},
methods: {},
created: function() {}
};
</script>
<style>
</style>