Detp.vue 6.53 KB
Newer Older
wjj committed
1
<template>
wjj committed
2
    <c-row>
wjj committed
3 4 5 6
        <!-- ====================左边======================= -->
        <c-col :span="12">
            <c-col :span="24">
                <c-col :span="20">
wjj committed
7
                    <el-form-item label="Delivery of Documents Instructions" prop="bcdgrp.blk.colins">
8
                        <c-input disabled type="textarea" v-model="model.bcdgrp.blk.colins" maxlength="265" show-word-limit
wjj committed
9 10 11
                            placeholder="请输入Delivery of Documents Instructions"></c-input>
                    </el-form-item>
                </c-col>
wjj committed
12
                <c-col :span="4">
13
                    <c-button disabled size="small" type="primary" icon="el-icon-search" @click="onColinsButtxmsel">
wjj committed
14 15 16 17 18 19
                    </c-button>
                </c-col>
            </c-col>
            <c-col :span="24">
                <c-col :span="20">
                    <el-form-item label="Draft Instructions" prop="bcdgrp.blk.dftins">
20
                        <c-input disabled type="textarea" v-model="model.bcdgrp.blk.dftins" maxlength="65" show-word-limit
wjj committed
21 22 23
                            placeholder="请输入Draft Instructions"></c-input>
                    </el-form-item>
                </c-col>
wjj committed
24
                <c-col :span="4">
25
                    <c-button size="small" disabled type="primary" icon="el-icon-search" @click="onDftinsButtxmsel">
wjj committed
26 27 28 29 30
                    </c-button>
                </c-col>
            </c-col>
            <c-col :span="24">
                <el-form-item label="Protest Instructions" prop="bcdgrp.rec.proins">
31
                    <c-select disabled v-model="model.bcdgrp.rec.proins" style="width:90%" placeholder="请选择Protest Instructions">
wjj committed
32 33 34 35 36 37
                        <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>
wjj committed
38 39
            <c-col :span="20">
                <el-form-item label="Other Instructions" prop="bcdgrp.blk.othins">
40
                    <c-input disabled type="textarea" v-model="model.bcdgrp.blk.othins" maxlength="65" show-word-limit
wjj committed
41 42
                        placeholder="请输入Other Instructions">
                    </c-input>
wjj committed
43 44
                </el-form-item>
            </c-col>
wjj committed
45
            <c-col :span="4">
46
                <c-button disabled size="small" type="primary" icon="el-icon-search" @click="onOthins1Buttxmsel">
wjj committed
47 48
                </c-button>
            </c-col>
wjj committed
49 50
            <c-col :span="24">
                <el-form-item label="Good's Code (for Statistics)" prop="bcdgrp.rec.stagod">
51
                    <c-select disabled v-model="model.bcdgrp.rec.stagod" style="width:90%"
wjj committed
52 53 54 55 56 57 58 59 60 61 62
                        placeholder="请选择Good's Code (for Statistics)">
                        <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>
        <!-- ====================右边======================= -->
        <c-col :span="12">
            <c-col :span="24">
wjj committed
63
                <c-col :span="24">
wjj committed
64
                    <el-form-item label="Charges Condition" prop="bcdgrp.rec.chato">
65
                        <c-select disabled v-model="model.bcdgrp.rec.chato" style="width:100%" placeholder="请输入Charges Condition">
wjj committed
66 67 68 69
                            <el-option v-for="item in codes.chadet" :key="item.value" :label="item.label"
                                :value="item.value">
                            </el-option>
                        </c-select>
wjj committed
70 71 72 73 74
                    </el-form-item>
                </c-col>
            </c-col>
            <c-col :span="24">
                <el-form-item label="Charges Text" prop="bcdgrp.blk.chgtxt">
75
                    <c-input disabled type="textarea" v-model="model.bcdgrp.blk.chgtxt" maxlength="35" style="width:100%"
wjj committed
76 77 78
                        show-word-limit placeholder="请输入Charges Text"></c-input>
                </el-form-item>
            </c-col>
wjj committed
79
            <c-col :span="24">
80 81
                <el-form-item label="" style="text-align: left" prop="bcdgrp.rec.focflg">
                    <c-checkbox disabled v-model="model.bcdgrp.rec.focflg">Free of Payment</c-checkbox>
82
                </el-form-item>
wjj committed
83
            </c-col>
wjj committed
84 85
            <c-col :span="24">
                <el-form-item label="Waive Collecting Bank Charges" prop="bcdgrp.rec.waicolcod">
86
                    <c-select disabled v-model="model.bcdgrp.rec.waicolcod" style="width:100%"
wjj committed
87 88 89 90 91 92 93 94 95
                        placeholder="请选择Waive Collecting Bank Charges">
                        <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">
                <el-form-item label="Waive Remitting Bank Charges" prop="bcdgrp.rec.wairmtcod">
96
                    <c-select disabled v-model="model.bcdgrp.rec.wairmtcod" style="width:100%"
wjj committed
97 98 99 100 101 102 103 104 105
                        placeholder="请选择Waive Remitting Bank Charges">
                        <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">
                <el-form-item label="Defer Payment until" prop="bcdgrp.rec.othins">
106
                    <c-select disabled v-model="model.bcdgrp.rec.othins" style="width:100%" placeholder="请选择Defer Payment until">
wjj committed
107 108 109 110 111 112 113
                        <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>
wjj committed
114
    </c-row>
wjj committed
115 116 117
</template>
<script>
    import Api from "~/service/Api"
wangren committed
118
    import commonProcess from "~/mixin/commonProcess";
wjj committed
119 120 121 122 123 124
    import CodeTable from "~/config/CodeTable"
    import Event from "~/model/Bctame/Event"

    export default {
        inject: ['root'],
        props: ["model", "codes"],
wangren committed
125
        mixins: [commonProcess],
wjj committed
126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
        data() {
            return {

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

        }
    }
</script>
<style>

</style>