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

wjj committed
122 123 124
    export default {
        inject: ['root'],
        props: ["model", "codes"],
wangren committed
125
        mixins: [commonProcess],
wjj committed
126 127
        data() {
            return {
wjj committed
128

wjj committed
129 130 131 132 133 134 135 136
            }
        },
        methods: {
            ...Event
        },
        created: function () {

        }
wjj committed
137 138 139 140
    }
</script>
<style>

wjj committed
141
</style>