Inst.vue 9.03 KB
Newer Older
nanrui committed
1 2 3
<template>
    <div class="eibs-tab">
        <c-col :span="24">
4
            <c-col :span="11">
nanrui committed
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>
nanrui committed
9
                        <template slot="footer">
nanrui committed
10
                            <c-button size="small" type="primary" disabled>
nanrui committed
11 12 13 14 15 16
                                ...
                            </c-button>
                        </template>
                    </c-fullbox>
                </el-form-item>
            </c-col>
17
            <c-col :span="11" :offset="1">
nanrui committed
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>
nanrui committed
20 21 22 23 24 25 26 27 28
                        <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>
        </c-col>

        <c-col :span="24">
29
            <c-col :span="11">
nanrui committed
30
                <el-form-item label="" prop="bodgrp.blk.colinsflg">
31
                    <c-checkbox v-model="model.bodgrp.blk.colinsflg" disabled>Delivery Of Document Instructions modified</c-checkbox>
nanrui committed
32 33
                </el-form-item>
            </c-col>
34
            <c-col :span="11" :offset="1">
nanrui committed
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>
nanrui committed
38 39 40 41 42 43 44 45 46 47 48 49
                </el-form-item>
            </c-col>
        </c-col>


        <!-- <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">
nanrui committed
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>
nanrui committed
55 56
                        </c-input>
                        <template slot="footer">
nanrui committed
57
                            <c-button size="small" type="primary" disabled>
nanrui committed
58 59 60 61 62 63
                                ...
                            </c-button>
                        </template>
                    </c-fullbox>
                </el-form-item>
            </c-col>
64
            <c-col :span="11" :offset="1">
nanrui committed
65
                <el-form-item label="" prop="bodgrp.blk.colinsflg">
66
                    <c-checkbox v-model="model.bodgrp.rec.focflg" disabled>Free of Payment</c-checkbox>
nanrui committed
67 68 69 70 71 72 73 74 75 76 77 78 79
                </el-form-item>
            </c-col>

        </c-col>


        <!-- <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">
nanrui committed
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>
nanrui committed
85
                        <template slot="footer">
nanrui committed
86
                            <c-button size="small" type="primary" disabled>
nanrui committed
87 88 89 90 91 92
                                ...
                            </c-button>
                        </template>
                    </c-fullbox>
                </el-form-item>
            </c-col>
93
            <c-col :span="11" :offset="1">
nanrui committed
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>
nanrui committed
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>
nanrui committed
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
                        <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>
        </c-col>
        <!-- <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">
nanrui committed
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>
nanrui committed
129
                        <template slot="footer">
nanrui committed
130
                            <c-button size="small" type="primary" disabled>
nanrui committed
131 132 133 134 135 136
                                ...
                            </c-button>
                        </template>
                    </c-fullbox>
                </el-form-item>
            </c-col>
137
            <c-col :span="11" :offset="1">
nanrui committed
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>
nanrui committed
140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155
                        <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>
        </c-col>

        <!-- <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">
nanrui committed
157 158 159
                <el-form-item label="Warehouse/Insurance Instructions " prop="bodgrp.blk.delins">
                    <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>
nanrui committed
161
                        <template slot="footer">
nanrui committed
162
                            <c-button size="small" type="primary" disabled>
nanrui committed
163 164 165 166 167 168
                                ...
                            </c-button>
                        </template>
                    </c-fullbox>
                </el-form-item>
            </c-col>
169
            <c-col :span="11" :offset="1">
nanrui committed
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>
nanrui committed
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
                </c-col>
            </c-col>
        </c-col>
        <!-- <c-col :span="12">
            <c-button size="small" type="primary" icon="el-icon-search" @click="onWhinsButtxmsel">
                ...
            </c-button>
        </c-col> -->
    </div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Botpay/Event"

export default {
    inject: ['root'],
    props: ["model", "codes"],
    mixins: [commonProcess],
    data() {
        return {

        }
    },
    methods: { ...Event },
    created: function () {

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