Detp.vue 6.46 KB
Newer Older
xsh committed
1 2
<template>
    <div class="eibs-tab">
xsh committed
3
      <c-row>
xsh committed
4 5 6 7
        <!-- ====================左边======================= -->
        <c-col :span="12">
            <c-col :span="24">
                <c-col :span="20">
xsh committed
8
                    <el-form-item label="Delivery of Documents Instructions" prop="bcdgrp.blk.colins">
xsh committed
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
                        <c-input type="textarea" v-model="model.bcdgrp.blk.colins" maxlength="65" show-word-limit
                            placeholder="请输入Delivery of Documents Instructions"></c-input>
                    </el-form-item>
                </c-col>

                <c-col :span="1">
                    <c-button size="small" type="primary" icon="el-icon-search" @click="onColinsButtxmsel">
                    </c-button>
                </c-col>
            </c-col>
            <c-col :span="24">
                <c-col :span="20">
                    <el-form-item label="Draft Instructions" prop="bcdgrp.blk.dftins">
                        <c-input type="textarea" v-model="model.bcdgrp.blk.dftins" maxlength="65" show-word-limit
                            placeholder="请输入Draft Instructions"></c-input>
                    </el-form-item>
                </c-col>

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

            <c-col :span="24">
                <el-form-item label="Protest Instructions" prop="bcdgrp.rec.proins">
xsh committed
35
                    <c-select v-model="model.bcdgrp.rec.proins" style="width:75%" placeholder="请选择Protest Instructions">
xsh committed
36 37
                      <el-option v-for="item in codes.proins" :key="item.value" :label="item.label" :value="item.value">
                      </el-option>
xsh committed
38 39 40 41 42
                    </c-select>
                </el-form-item>
            </c-col>

            <c-col :span="24">
xsh committed
43 44 45 46 47 48 49 50 51 52 53
                <c-col :span="20">
                    <el-form-item label="Other Instructions" prop="bcdgrp.blk.othins">
                        <c-input type="textarea" v-model="model.bcdgrp.blk.othins" maxlength="65" show-word-limit
                            placeholder="请输入Other Instructions"></c-input>
                    </el-form-item>
                </c-col>

                <c-col :span="1">
                    <c-button size="small" type="primary" icon="el-icon-search" @click="onOthins1Buttxmsel">
                    </c-button>
                </c-col>
xsh committed
54 55 56 57
            </c-col>

            <c-col :span="24">
                <el-form-item label="Good's Code (for Statistics)" prop="bcdgrp.rec.stagod">
xsh committed
58
                    <c-select v-model="model.bcdgrp.rec.stagod" style="width:75%"
xsh committed
59
                        placeholder="请选择Good's Code (for Statistics)">
xsh committed
60 61
                        <el-option v-for="item in codes.godcod" :key="item.value" :label="item.label" :value="item.value">
                        </el-option>
xsh committed
62 63 64 65 66 67
                    </c-select>
                </el-form-item>
            </c-col>
        </c-col>

        <!-- ====================右边======================= -->
xsh committed
68
        <c-col :span="11" :offset="1">
xsh committed
69 70

            <c-col :span="24">
xsh committed
71 72 73 74 75 76
                <el-form-item label="Charges Condition" prop="bcdgrp.rec.chato">
                    <c-select v-model="model.bcdgrp.rec.chato" style="width:75%" placeholder="请选择Our Charges to">
                       <el-option v-for="item in codes.chadet" :key="item.value" :label="item.label" :value="item.value">
                       </el-option>
                    </c-select>
                </el-form-item>
xsh committed
77 78
            </c-col>

xsh committed
79 80 81
            <c-col>
                &nbsp;
            </c-col>
xsh committed
82 83 84

            <c-col :span="24">
                <el-form-item label="Charges Text" prop="bcdgrp.blk.chgtxt">
xsh committed
85
                    <c-input type="textarea" v-model="model.bcdgrp.blk.chgtxt" maxlength="35" style="width:76%" show-word-limit
xsh committed
86 87 88 89
                        placeholder="请输入Charges Text"></c-input>
                </el-form-item>
            </c-col>

xsh committed
90
            <c-col :span="24">
91
              <el-form-item label="" style="text-align: left"  prop="bcdgrp.rec.focflg">
xsh committed
92 93 94 95
                <c-checkbox  v-model="model.bcdgrp.rec.focflg">Free of Payment</c-checkbox>
              </el-form-item>
            </c-col>

xsh committed
96 97
            <c-col :span="24">
                <el-form-item label="Waive Collecting Bank Charges" prop="bcdgrp.rec.waicolcod">
xsh committed
98
                    <c-select v-model="model.bcdgrp.rec.waicolcod" style="width:50%"
xsh committed
99
                        placeholder="请选择Waive Collecting Bank Charges">
xsh committed
100 101
                        <el-option v-for="item in codes.waicod" :key="item.value" :label="item.label" :value="item.value">
                        </el-option>
xsh committed
102 103 104 105
                    </c-select>
                </el-form-item>
            </c-col>

xsh committed
106 107 108 109
            <c-col>
                &nbsp;
            </c-col>

xsh committed
110 111
            <c-col :span="24">
                <el-form-item label="Waive Remitting Bank Charges" prop="bcdgrp.rec.wairmtcod">
xsh committed
112
                    <c-select v-model="model.bcdgrp.rec.wairmtcod" style="width:50%"
xsh committed
113
                        placeholder="请选择Waive Remitting Bank Charges">
xsh committed
114 115
                        <el-option v-for="item in codes.waicod" :key="item.value" :label="item.label" :value="item.value">
                        </el-option>
xsh committed
116 117 118 119
                    </c-select>
                </el-form-item>
            </c-col>

xsh committed
120 121 122 123
            <c-col>
                &nbsp;
            </c-col>

xsh committed
124 125
            <c-col :span="24">
                <el-form-item label="Defer Payment until" prop="bcdgrp.rec.othins">
xsh committed
126
                    <c-select v-model="model.bcdgrp.rec.othins" style="width:75%" placeholder="请选择Defer Payment until">
xsh committed
127 128
                        <el-option v-for="item in codes.bcothi" :key="item.value" :label="item.label" :value="item.value">
                        </el-option>
xsh committed
129 130 131 132 133
                    </c-select>
                </el-form-item>
            </c-col>

        </c-col>
xsh committed
134
       </c-row>
xsh committed
135 136 137 138
    </div>
</template>
<script>
    import Api from "~/service/Api"
wangren committed
139
    import commonProcess from "~/mixin/commonProcess";
xsh committed
140 141 142 143 144 145
    import CodeTable from "~/config/CodeTable"
    import Event from "~/model/Bctame/Event"

    export default {
        inject: ['root'],
        props: ["model", "codes"],
wangren committed
146
        mixins: [commonProcess],
xsh committed
147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162
        data() {
            return {

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

        }
    }
</script>
<style>

</style>