Inst.vue 7.77 KB
Newer Older
1
<template>
huangxin committed
2 3 4 5
    <div class="eibs">
        <!-- ==================左边================ -->
        <c-col :span="12" style="padding-right: 20px;">
            <c-col :span="24">
nanrui committed
6
                <el-form-item label="放单指示条款" prop="bodgrp.blk.colins">
7 8
                    <c-fullbox>
                        <c-input type="textarea" v-model="model.bodgrp.blk.colins" maxlength="65" show-word-limit
nanrui committed
9
                            placeholder="请输入放单指示条款" disabled></c-input>
10
                        <template slot="footer">
huangxin committed
11
                            <c-button size="small" type="primary" disabled icon="el-icon-more">
12 13 14 15 16 17
                            </c-button>
                        </template>
                    </c-fullbox>
                </el-form-item>
            </c-col>

huangxin committed
18
            <c-col :span="24">
19
                <el-form-item label="" prop="bodgrp.blk.colinsflg">
wangna committed
20
                    <c-checkbox v-model="model.bodgrp.blk.colinsflg" disabled>修改放单指示条款</c-checkbox>
21 22 23
                </el-form-item>
            </c-col>

huangxin committed
24
            <c-col :span="24">
nanrui committed
25
                <el-form-item label="汇票指示条款" prop="bodgrp.blk.dftins">
26 27
                    <c-fullbox>
                        <c-input type="textarea" v-model="model.bodgrp.blk.dftins" maxlength="65" show-word-limit
nanrui committed
28
                            placeholder="请输入汇票指示条款" disabled>
29 30
                        </c-input>
                        <template slot="footer">
huangxin committed
31
                            <c-button size="small" type="primary" disabled icon="el-icon-more">
32 33 34 35 36 37
                            </c-button>
                        </template>
                    </c-fullbox>
                </el-form-item>
            </c-col>

huangxin committed
38
            <c-col :span="24">
nanrui committed
39
                <el-form-item label="拒绝证书指示条款" prop="bodgrp.blk.proins">
40 41
                    <c-fullbox>
                        <c-input type="textarea" v-model="model.bodgrp.blk.proins" maxlength="65" show-word-limit
nanrui committed
42
                            placeholder="请输入拒绝证书指示条款" disabled></c-input>
43
                        <template slot="footer">
huangxin committed
44
                            <c-button size="small" type="primary" disabled icon="el-icon-more">
45 46 47 48 49
                            </c-button>
                        </template>
                    </c-fullbox>
                </el-form-item>
            </c-col>
huangxin committed
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

            <c-col :span="24">
                <el-form-item label="其它指示条款" prop="bodgrp.blk.othins">
                    <c-fullbox>
                        <c-input type="textarea" v-model="model.bodgrp.blk.othins" maxlength="65" show-word-limit
                            placeholder="请输入其它指示条款" disabled></c-input>
                        <template slot="footer">
                            <c-button size="small" type="primary" disabled icon="el-icon-more">
                            </c-button>
                        </template>
                    </c-fullbox>
                </el-form-item>
            </c-col>

            <c-col :span="24">
                <el-form-item label="仓储/保险指示条款 " prop="bodgrp.blk.delins">
                    <c-fullbox>
                        <c-input type="textarea" v-model="model.bodgrp.blk.delins" maxlength="65" show-word-limit
                            placeholder="请输入仓储/保险指示条款" disabled></c-input>
                        <template slot="footer">
                            <c-button size="small" type="primary" disabled icon="el-icon-more">
                            </c-button>
                        </template>
                    </c-fullbox>
                </el-form-item>
            </c-col>
        </c-col>

        <!-- ============右边================= -->
        <c-col :span="12" style="padding-left: 20px;">
            <c-col :span="24">
                <el-form-item label="费用承担条款" prop="bodgrp.rec.chato">
                    <c-select v-model="model.bodgrp.rec.chato" style="width:100%" placeholder="请选择条款" disabled>
                        <el-option v-for="item in codes.chadet" :key="item.value" :label="item.label"
                            :value="item.value">
                        </el-option>
                    </c-select>
                </el-form-item>
            </c-col>

            <c-col :span="24">
                <el-form-item label="手续费支付的附加详述" prop="bodgrp.blk.chgtxt">
                    <c-input type="textarea" v-model="model.bodgrp.blk.chgtxt" maxlength="35" show-word-limit
                        placeholder="请输入手续费支付的附加详述" disabled></c-input>
                </el-form-item>
            </c-col>

            <c-col :span="24">
                <el-form-item label="" prop="bodgrp.blk.colinsflg">
                    <c-checkbox v-model="model.bodgrp.rec.focflg" disabled>无偿放单选项</c-checkbox>
                </el-form-item>
            </c-col>

            <c-col :span="24">
nanrui committed
104
                <el-form-item label="交单时是否放弃向代收行收取费用的权力" prop="bodgrp.rec.waicolcod">
105
                    <c-select v-model="model.bodgrp.rec.waicolcod" style="width:100%"
nanrui committed
106
                        placeholder="请选择放单时是否放弃向托收行收取费用的权力" disabled>
107 108 109 110 111
                        <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
112
                <el-form-item label="放单时是否放弃向托收行收取费用的权力" prop="bodgrp.rec.wairmtcod">
113
                    <c-select v-model="model.bodgrp.rec.wairmtcod" style="width:100%"
nanrui committed
114
                        placeholder="请选择放单时是否放弃向托收行收取费用的权力" disabled>
115 116 117 118 119 120
                        <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>
huangxin committed
121 122

            <c-col :span="24">
nanrui committed
123 124
                <el-form-item label="延期付款期限" prop="bodgrp.rec.othins">
                    <c-select v-model="model.bodgrp.rec.othins" style="width:100%" placeholder="请选择延期付款期限" disabled>
125 126 127 128 129 130 131
                        <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>

huangxin committed
132
            <c-col :span="24">
huangxin committed
133
                <c-col :span="10">
nanrui committed
134
                    <el-form-item label="面函提示" prop="bodgrp.rec.lescom">
wangna committed
135
                        <c-select v-model="model.bodgrp.cbs.opn1.cur" style="width: %" placeholder="请选择"
136 137 138 139
                            :disabled="true" :code="codes.cur">
                        </c-select>
                    </el-form-item>
                </c-col>
huangxin committed
140 141
                <c-col :span="14">
                    <el-form-item label="" prop="bodgrp.rec.lescom" label-width="5px">
wangna committed
142
                    <c-input v-model="model.bodgrp.rec.lescom" placeholder="请输入" disabled></c-input>
huangxin committed
143
                    </el-form-item>
144 145
                </c-col>
            </c-col>
146
        </c-col>
huangxin committed
147

148
    </div>
149 150 151 152 153 154 155 156 157
</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'],
158
    props: ["model", "codes"],
159
    mixins: [commonProcess],
160
    data() {
161 162 163 164
        return {

        }
    },
165 166
    methods: { ...Event },
    created: function () {
167 168 169 170 171 172

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