Detp.vue 7.63 KB
Newer Older
wjj committed
1
<template>
2 3
<!--    <c-row>-->
  <div class="eibs">
wjj committed
4
        <!-- ====================左边======================= -->
5
        <c-col :span="12" style="padding-right: 20px">
wjj committed
6
            <c-col :span="24">
7 8 9 10 11 12 13 14 15 16 17
              <c-fullbox>
<!--                <c-col :span="20">-->
                <el-form-item label="放单指示条款" prop="bcdgrp.blk.colins">
                    <c-input disabled type="textarea" v-model="model.bcdgrp.blk.colins" maxlength="265" show-word-limit
                        placeholder="请输入放单指示条款"></c-input>
                </el-form-item>
<!--                </c-col>-->
<!--                <c-col :span="4">-->
                <template slot="footer">
                    <c-button disabled size="small" type="primary" @click="onColinsButtxmsel">
                      <i class="el-icon-more"></i>
wjj committed
18
                    </c-button>
19 20 21
                </template>
                <!--                </c-col>-->
              </c-fullbox>
wjj committed
22 23
            </c-col>
            <c-col :span="24">
24 25
<!--                <c-col :span="20">-->
                <c-fullbox>
nanrui committed
26
                    <el-form-item label="汇票指示条款" prop="bcdgrp.blk.dftins">
27
                        <c-input disabled type="textarea" v-model="model.bcdgrp.blk.dftins" maxlength="65" show-word-limit
nanrui committed
28
                            placeholder="请输入汇票指示条款"></c-input>
wjj committed
29
                    </el-form-item>
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47

<!--                </c-col>-->
                <template slot="footer">

                  <c-button
                      disabled
                      size="small"
                      style="margin-left: 10px; padding: 0 12px"
                      type="primary"
                      @click="onDftinsButtxmsel">
                    <i class="el-icon-more"></i>
                  </c-button>
                </template>
              </c-fullbox>
<!--                <c-col :span="4">-->
<!--                    <c-button size="small" disabled type="primary" icon="el-icon-search" @click="onDftinsButtxmsel">-->
<!--                    </c-button>-->
<!--                </c-col>-->
wjj committed
48 49
            </c-col>
            <c-col :span="24">
nanrui committed
50
                <el-form-item label="拒绝证书指示条款" prop="bcdgrp.rec.proins">
51
                    <c-select disabled v-model="model.bcdgrp.rec.proins" style="width:100%" placeholder="请选择拒绝证书指示条款">
wjj committed
52 53 54 55 56 57
                        <el-option v-for="item in codes.proins" :key="item.value" :label="item.label"
                            :value="item.value">
                        </el-option>
                    </c-select>
                </el-form-item>
            </c-col>
58 59 60
            <c-col :span="24">
            <c-fullbox>
<!--            <c-col :span="20">-->
nanrui committed
61
                <el-form-item label="其他指示条款" prop="bcdgrp.blk.othins">
62
                    <c-input disabled type="textarea" v-model="model.bcdgrp.blk.othins" maxlength="65" show-word-limit
nanrui committed
63
                        placeholder="请输入其他指示条款">
wjj committed
64
                    </c-input>
wjj committed
65
                </el-form-item>
66 67 68 69 70 71

<!--            </c-col>-->
<!--            <c-col :span="4">-->
              <template slot="footer">
                <c-button disabled size="small" type="primary" @click="onOthins1Buttxmsel">
                  <i class="el-icon-more"></i>
wjj committed
72
                </c-button>
73 74
              </template>
            </c-fullbox>
wjj committed
75
            </c-col>
wjj committed
76
            <c-col :span="24">
nanrui committed
77
                <el-form-item label="货物代码(风险国家)" prop="bcdgrp.rec.stagod">
78
                    <c-select disabled v-model="model.bcdgrp.rec.stagod" style="width:100%"
nanrui committed
79
                        placeholder="请选择货物代码(风险国家)">
wjj committed
80 81 82 83 84 85 86 87
                        <el-option v-for="item in codes.godcod" :key="item.value" :label="item.label"
                            :value="item.value">
                        </el-option>
                    </c-select>
                </el-form-item>
            </c-col>
        </c-col>
        <!-- ====================右边======================= -->
88
        <c-col :span="12" style="padding-left: 20px">
wjj committed
89
            <c-col :span="24">
wjj committed
90
                <c-col :span="24">
nanrui committed
91 92
                    <el-form-item label="费用承担条款" prop="bcdgrp.rec.chato">
                        <c-select disabled v-model="model.bcdgrp.rec.chato" style="width:100%" placeholder="请输入费用承担条款">
wjj committed
93 94 95 96
                            <el-option v-for="item in codes.chadet" :key="item.value" :label="item.label"
                                :value="item.value">
                            </el-option>
                        </c-select>
wjj committed
97 98 99 100
                    </el-form-item>
                </c-col>
            </c-col>
            <c-col :span="24">
nanrui committed
101
                <el-form-item label="手续费支付的附加详述" prop="bcdgrp.blk.chgtxt">
102
                    <c-input disabled type="textarea" v-model="model.bcdgrp.blk.chgtxt" maxlength="35" style="width:100%"
nanrui committed
103
                        show-word-limit placeholder="请输入手续费支付的附加详述"></c-input>
wjj committed
104 105
                </el-form-item>
            </c-col>
wjj committed
106
            <c-col :span="24">
107
                <el-form-item label="" style="text-align: left" prop="bcdgrp.rec.focflg">
nanrui committed
108
                    <c-checkbox disabled v-model="model.bcdgrp.rec.focflg">无偿放单选项</c-checkbox>
109
                </el-form-item>
wjj committed
110
            </c-col>
wjj committed
111
            <c-col :span="24">
hewei committed
112
                <el-form-item label-width="140px" label="交单时是否放弃向代收行收取费用的权力" prop="bcdgrp.rec.waicolcod">
113
                    <c-select disabled v-model="model.bcdgrp.rec.waicolcod" style="width:100%"
nanrui committed
114
                        placeholder="请选择交单时是否放弃向代收行收取费用的权力">
wjj committed
115 116 117 118 119 120 121
                        <el-option v-for="item in codes.waicod" :key="item.value" :label="item.label"
                            :value="item.value">
                        </el-option>
                    </c-select>
                </el-form-item>
            </c-col>
            <c-col :span="24">
hewei committed
122
                <el-form-item label-width="140px" label="放单时是否放弃向托收行收取费用的权力" prop="bcdgrp.rec.wairmtcod">
123
                    <c-select disabled v-model="model.bcdgrp.rec.wairmtcod" style="width:100%"
nanrui committed
124
                        placeholder="请选择放单时是否放弃向托收行收取费用的权力">
wjj committed
125 126 127 128 129 130 131
                        <el-option v-for="item in codes.waicod" :key="item.value" :label="item.label"
                            :value="item.value">
                        </el-option>
                    </c-select>
                </el-form-item>
            </c-col>
            <c-col :span="24">
nanrui committed
132 133
                <el-form-item label="延期付款期限" prop="bcdgrp.rec.othins">
                    <c-select disabled v-model="model.bcdgrp.rec.othins" style="width:100%" placeholder="请选择延期付款期限">
wjj committed
134 135 136 137 138 139 140
                        <el-option v-for="item in codes.bcothi" :key="item.value" :label="item.label"
                            :value="item.value">
                        </el-option>
                    </c-select>
                </el-form-item>
            </c-col>
        </c-col>
141 142
  </div>
<!--    </c-row>-->
wjj committed
143 144 145
</template>
<script>
    import Api from "~/service/Api"
wangren committed
146
    import commonProcess from "~/mixin/commonProcess";
wjj committed
147 148 149 150 151 152
    import CodeTable from "~/config/CodeTable"
    import Event from "~/model/Bctame/Event"

    export default {
        inject: ['root'],
        props: ["model", "codes"],
wangren committed
153
        mixins: [commonProcess],
wjj committed
154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169
        data() {
            return {

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

        }
    }
</script>
<style>

</style>