Inst.vue 9.13 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
                <el-form-item label="放单指示条款" prop="bodgrp.blk.colins">
nanrui committed
6 7
                    <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="费用承担条款" prop="bodgrp.rec.chato">
nanrui committed
19
                    <c-select v-model="model.bodgrp.rec.chato" style="width:100%" placeholder="请选择条款" disabled>
nanrui committed
20
                        <el-option v-for="item in codes.chadet" :key="item.value" :label="item.label"
nanrui committed
21 22 23 24 25 26 27 28
                            :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">
nanrui committed
31
                    <c-checkbox v-model="model.bodgrp.blk.colinsflg" disabled>放单指示条款修改</c-checkbox>
nanrui committed
32 33
                </el-form-item>
            </c-col>
34
            <c-col :span="11" :offset="1">
nanrui committed
35
                <el-form-item label="手续费支付的附加详述" prop="bodgrp.blk.chgtxt">
nanrui committed
36
                    <c-input type="textarea" v-model="model.bodgrp.blk.chgtxt" maxlength="35" show-word-limit
nanrui committed
37
                        placeholder="请输入手续费支付的附加详述" 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
                <el-form-item label="汇票指示条款" prop="bodgrp.blk.dftins">
nanrui committed
52 53
                    <c-fullbox>
                        <c-input type="textarea" v-model="model.bodgrp.blk.dftins" maxlength="65" show-word-limit
nanrui committed
54
                            placeholder="请输入汇票指示条款" 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">
nanrui committed
66
                    <c-checkbox v-model="model.bodgrp.rec.focflg" disabled>无偿放单选项</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
                <el-form-item label="拒绝证书指示条款" prop="bodgrp.blk.proins">
nanrui committed
82 83
                    <c-fullbox>
                        <c-input type="textarea" v-model="model.bodgrp.blk.proins" maxlength="65" show-word-limit
nanrui committed
84
                            placeholder="请输入拒绝证书指示条款" 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
                <el-form-item label="交单时是否放弃向代收行收取费用的权力" prop="bodgrp.rec.waicolcod">
nanrui committed
95
                    <c-select v-model="model.bodgrp.rec.waicolcod" style="width:100%"
nanrui committed
96
                        placeholder="请选择放单时是否放弃向托收行收取费用的权力" disabled>
nanrui committed
97 98 99 100 101
                        <el-option v-for="item in codes.waicolcod" :key="item.value" :label="item.label"
                            :value="item.value">
                        </el-option>
                    </c-select>
                </el-form-item>
nanrui committed
102
                <el-form-item label="放单时是否放弃向托收行收取费用的权力" prop="bodgrp.rec.wairmtcod">
nanrui committed
103
                    <c-select v-model="model.bodgrp.rec.wairmtcod" style="width:100%"
nanrui committed
104
                        placeholder="请选择放单时是否放弃向托收行收取费用的权力" disabled>
nanrui committed
105 106 107 108 109 110 111 112
                        <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">
nanrui committed
113 114
            <el-form-item label="拒绝证书指示条款" prop="bodgrp.rec.waicolcod">
                <c-select v-model="model.bodgrp.rec.waicolcod" style="width:100%" placeholder="请选择拒绝证书指示条款">
nanrui committed
115 116 117 118 119 120 121 122 123
                </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
                <el-form-item label="其它指示条款" prop="bodgrp.blk.othins">
nanrui committed
126 127
                    <c-fullbox>
                        <c-input type="textarea" v-model="model.bodgrp.blk.othins" maxlength="65" show-word-limit
nanrui committed
128
                            placeholder="请输入其它指示条款" 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 139
                <el-form-item label="延期付款期限" prop="bodgrp.rec.othins">
                    <c-select v-model="model.bodgrp.rec.othins" style="width:100%" placeholder="请选择延期付款期限" 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
                <el-form-item label="仓储/保险指示条款 " prop="bodgrp.blk.delins">
nanrui committed
158 159
                    <c-fullbox>
                        <c-input type="textarea" v-model="model.bodgrp.blk.delins" maxlength="65" show-word-limit
nanrui committed
160
                            placeholder="请输入仓储/保险指示条款" 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
                <c-col :span="9">
nanrui committed
171 172
                    <el-form-item label="面函提示" prop="bodgrp.rec.lescom">
                        <c-select v-model="model.bodgrp.cbs.opn1.cur" style="width: %" placeholder="请选择托收金额"
nanrui committed
173 174 175 176 177
                            :disabled="true" :code="codes.cur">
                        </c-select>
                    </el-form-item>
                </c-col>
                <c-col :span="14" :offset="1">
nanrui committed
178
                    <c-input v-model="model.bodgrp.rec.lescom" placeholder="请输入仓储/保险" 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>