Inst.vue 9.03 KB
Newer Older
1
<template>
2 3
    <div class="eibs-tab">
        <c-col :span="24">
4
            <c-col :span="11">
5 6 7
                <el-form-item label="Delivery of Documents Instructions" prop="bodgrp.blk.colins">
                    <c-fullbox>
                        <c-input type="textarea" v-model="model.bodgrp.blk.colins" maxlength="65" show-word-limit
8
                            placeholder="请输入Collection Instructions" disabled></c-input>
9
                        <template slot="footer">
nanrui committed
10
                            <c-button size="small" type="primary" disabled>
11 12 13 14 15 16
                                ...
                            </c-button>
                        </template>
                    </c-fullbox>
                </el-form-item>
            </c-col>
17
            <c-col :span="11" :offset="1">
18
                <el-form-item label="Charges Condition" prop="bodgrp.rec.chato">
19
                    <c-select v-model="model.bodgrp.rec.chato" style="width:100%" placeholder="请选择Our Charges to" disabled>
20 21 22 23 24 25
                        <el-option v-for="item in codes.chato" :key="item.value" :label="item.label"
                            :value="item.value">
                        </el-option>
                    </c-select>
                </el-form-item>
            </c-col>
26
        </c-col>
27 28

        <c-col :span="24">
29
            <c-col :span="11">
30
                <el-form-item label="" prop="bodgrp.blk.colinsflg">
31
                    <c-checkbox v-model="model.bodgrp.blk.colinsflg" disabled>Delivery Of Documents Instructions modified</c-checkbox>
32 33
                </el-form-item>
            </c-col>
34
            <c-col :span="11" :offset="1">
35 36
                <el-form-item label="Charges Text" prop="bodgrp.blk.chgtxt">
                    <c-input type="textarea" v-model="model.bodgrp.blk.chgtxt" maxlength="35" show-word-limit
37
                        placeholder="请输入Charges Text" disabled></c-input>
38 39
                </el-form-item>
            </c-col>
40
        </c-col>
41 42 43 44 45 46 47 48 49


        <!-- <c-col :span="12">
            <c-button size="small" type="primary" icon="el-icon-search" @click="onColinsButtxmsel">
                ...
            </c-button>
        </c-col> -->

        <c-col :span="24">
50
            <c-col :span="11">
51 52 53
                <el-form-item label="Draft Instructions" prop="bodgrp.blk.dftins">
                    <c-fullbox>
                        <c-input type="textarea" v-model="model.bodgrp.blk.dftins" maxlength="65" show-word-limit
54
                            placeholder="请输入Draft Instructions" disabled>
55 56
                        </c-input>
                        <template slot="footer">
nanrui committed
57
                            <c-button size="small" type="primary" disabled>
58 59 60 61 62 63
                                ...
                            </c-button>
                        </template>
                    </c-fullbox>
                </el-form-item>
            </c-col>
64
            <c-col :span="11" :offset="1">
65
                <el-form-item label="" prop="bodgrp.blk.colinsflg">
66
                    <c-checkbox v-model="model.bodgrp.rec.focflg" disabled>Free of Payment</c-checkbox>
67 68 69
                </el-form-item>
            </c-col>

70
        </c-col>
71 72 73 74 75 76 77 78 79


        <!-- <c-col :span="12">
            <c-button size="small" type="primary" icon="el-icon-search" @click="onDftinsButtxmsel">
                ...
            </c-button>
        </c-col> -->

        <c-col :span="24">
80
            <c-col :span="11">
81 82 83
                <el-form-item label="Protest Instructions" prop="bodgrp.blk.proins">
                    <c-fullbox>
                        <c-input type="textarea" v-model="model.bodgrp.blk.proins" maxlength="65" show-word-limit
84
                            placeholder="请输入Protest Instructions" disabled></c-input>
85
                        <template slot="footer">
nanrui committed
86
                            <c-button size="small" type="primary" disabled>
87 88 89 90 91 92
                                ...
                            </c-button>
                        </template>
                    </c-fullbox>
                </el-form-item>
            </c-col>
93
            <c-col :span="11" :offset="1">
94 95
                <el-form-item label="Waive Collecting Bank Charges" prop="bodgrp.rec.waicolcod">
                    <c-select v-model="model.bodgrp.rec.waicolcod" style="width:100%"
96
                        placeholder="请选择Waive Remitting Bank Charges" disabled>
97 98 99 100 101 102 103
                        <el-option v-for="item in codes.waicolcod" :key="item.value" :label="item.label"
                            :value="item.value">
                        </el-option>
                    </c-select>
                </el-form-item>
                <el-form-item label="Waive Remitting Bank Charges" prop="bodgrp.rec.wairmtcod">
                    <c-select v-model="model.bodgrp.rec.wairmtcod" style="width:100%"
104
                        placeholder="请选择Waive Remitting Bank Charges" disabled>
105 106 107 108 109 110
                        <el-option v-for="item in codes.wairmtcod" :key="item.value" :label="item.label"
                            :value="item.value">
                        </el-option>
                    </c-select>
                </el-form-item>
            </c-col>
111
        </c-col>
112 113 114 115 116 117 118 119 120 121 122 123
        <!-- <c-col :span="12">
            <el-form-item label="Protest Instructions" prop="bodgrp.rec.waicolcod">
                <c-select v-model="model.bodgrp.rec.waicolcod" style="width:100%" placeholder="请选择Protest Instructions">
                </c-select>
            </el-form-item>
        </c-col> -->
        <!-- <c-col :span="12">
            <c-button size="small" type="primary" icon="el-icon-search" @click="onProinsButtxmsel">
                ...
            </c-button>
        </c-col> -->
        <c-col :span="24">
124
            <c-col :span="11">
125 126 127
                <el-form-item label="Other Instructions" prop="bodgrp.blk.othins">
                    <c-fullbox>
                        <c-input type="textarea" v-model="model.bodgrp.blk.othins" maxlength="65" show-word-limit
128
                            placeholder="请输入Other Instructions" disabled></c-input>
129
                        <template slot="footer">
nanrui committed
130
                            <c-button size="small" type="primary" disabled>
131 132 133 134 135 136
                                ...
                            </c-button>
                        </template>
                    </c-fullbox>
                </el-form-item>
            </c-col>
137
            <c-col :span="11" :offset="1">
138
                <el-form-item label="Defer Payment until" prop="bodgrp.rec.othins">
139
                    <c-select v-model="model.bodgrp.rec.othins" style="width:100%" placeholder="请选择Defer Payment until" disabled>
140 141 142 143 144 145
                        <el-option v-for="item in codes.othins" :key="item.value" :label="item.label"
                            :value="item.value">
                        </el-option>
                    </c-select>
                </el-form-item>
            </c-col>
146
        </c-col>
147 148 149 150 151 152 153 154 155

        <!-- <c-col :span="12">
            <c-button size="small" type="primary" icon="el-icon-search" @click="onOthins1Buttxmsel">
                ...
            </c-button>
        </c-col> -->


        <c-col :span="24">
156
            <c-col :span="11">
157
                <el-form-item label="Warehouse/Insurance Instructions " prop="bodgrp.blk.delins">
158 159
                    <c-fullbox>
                        <c-input type="textarea" v-model="model.bodgrp.blk.delins" maxlength="65" show-word-limit
160
                            placeholder="请输入Warehouse/Insurance Instructions" disabled></c-input>
161
                        <template slot="footer">
nanrui committed
162
                            <c-button size="small" type="primary" disabled>
163 164 165 166 167 168
                                ...
                            </c-button>
                        </template>
                    </c-fullbox>
                </el-form-item>
            </c-col>
169
            <c-col :span="11" :offset="1">
170 171 172 173 174 175 176 177
                <c-col :span="9">
                    <el-form-item label="less comm" prop="bodgrp.rec.lescom">
                        <c-select v-model="model.bodgrp.cbs.opn1.cur" style="width: %" placeholder="请选择Document Amount"
                            :disabled="true" :code="codes.cur">
                        </c-select>
                    </el-form-item>
                </c-col>
                <c-col :span="14" :offset="1">
178
                    <c-input v-model="model.bodgrp.rec.lescom" placeholder="请输入Warehouse/Insurance" disabled></c-input>
179 180
                </c-col>
            </c-col>
181
        </c-col>
182 183 184 185 186 187
        <!-- <c-col :span="12">
            <c-button size="small" type="primary" icon="el-icon-search" @click="onWhinsButtxmsel">
                ...
            </c-button>
        </c-col> -->
    </div>
188 189 190 191 192 193 194 195 196
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Botacc/Event"

export default {
    inject: ['root'],
197
    props: ["model", "codes"],
198
    mixins: [commonProcess],
199
    data() {
200 201 202 203
        return {

        }
    },
204 205
    methods: { ...Event },
    created: function () {
206 207 208 209 210 211

    }
}
</script>
<style>
</style>