Detp.vue 7.06 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">
wangren committed
8 9 10
                        <c-input 
                        :rows="4"
                        type="textarea" v-model="model.bcdgrp.blk.colins" maxlength="165" show-word-limit
wjj committed
11 12
                            placeholder="请输入Delivery of Documents Instructions"></c-input>
                    </el-form-item>
wjj committed
13
                </c-col>
wjj committed
14
                <c-col :span="4">
wangren committed
15 16 17 18
                    <c-button size="small" type="primary" icon="el-icon-search" 
                    @click="showGridPromptDialog('bctp.colins.buttxmsel', null, null,{TXT: 'bcdgrp.blk.colins'}, {TXT: false},'doxpDialog')"

                    >
wjj committed
19 20 21 22 23
                    </c-button>
                </c-col>
            </c-col>
            <c-col :span="24">
                <c-col :span="20">
wjj committed
24
                    <el-form-item label="Draft Instructions" prop="bcdgrp.blk.dftins">
wangren committed
25 26 27
                        <c-input 
                        :rows="4"
                        type="textarea" v-model="model.bcdgrp.blk.dftins" maxlength="165" show-word-limit
wjj committed
28 29
                            placeholder="请输入Draft Instructions"></c-input>
                    </el-form-item>
wjj committed
30
                </c-col>
wjj committed
31
                <c-col :span="4">
wangren committed
32 33 34 35 36
                    <c-button 
                    
                    size="small" type="primary" icon="el-icon-search" 
                    @click="showGridPromptDialog('bctp.dftins.buttxmsel', null, null,{TXT: 'bcdgrp.blk.dftins'}, {TXT: false},'doxpDialog')"
                    >
wjj committed
37 38 39 40 41
                    </c-button>
                </c-col>
            </c-col>
            <c-col :span="24">
                <el-form-item label="Protest Instructions" prop="bcdgrp.rec.proins">
wjj committed
42 43 44 45 46
                    <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
47 48
                </el-form-item>
            </c-col>
wjj committed
49 50
            <c-col :span="20">
                <el-form-item label="Other Instructions" prop="bcdgrp.blk.othins">
wangren committed
51 52 53
                    <c-input 
                    :rows="4"
                    type="textarea" v-model="model.bcdgrp.blk.othins" maxlength="65" show-word-limit
wjj committed
54 55
                        placeholder="请输入Other Instructions">
                    </c-input>
wjj committed
56
                </el-form-item>
wjj committed
57
            </c-col>
wjj committed
58
            <c-col :span="4">
wangren committed
59 60 61
                <c-button size="small" type="primary" icon="el-icon-search" 
                @click="showGridPromptDialog('bctp.othins.buttxmsel', null, null,{TXT: 'bcdgrp.blk.othins'}, {TXT: false},'doxpDialog')"
                >
wjj committed
62 63
                </c-button>
            </c-col>
wjj committed
64
            <c-col :span="24">
wjj committed
65 66 67 68 69 70 71
                <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
72 73
                </el-form-item>
            </c-col>
wjj committed
74 75
        </c-col>
        <!-- ====================右边======================= -->
76
        <c-col :span="11" :offset="1">
wjj committed
77
            <c-col :span="24">
wjj committed
78 79 80 81 82 83 84
                <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
85
                    </el-form-item>
wjj committed
86 87 88
                </c-col>
            </c-col>
            <c-col :span="24">
wjj committed
89
                <el-form-item label="Charges Text" prop="bcdgrp.blk.chgtxt">
wangren committed
90 91 92
                    <c-input 
                    :rows="4"
                    type="textarea" v-model="model.bcdgrp.blk.chgtxt" maxlength="35" style="width:76%"
wjj committed
93
                        show-word-limit placeholder="请输入Charges Text"></c-input>
wjj committed
94 95
                </el-form-item>
            </c-col>
wjj committed
96
            <c-col :span="24">
97
                <el-form-item label="" style="text-align: left" prop="bcdgrp.rec.focflg">
98 99
                    <c-checkbox v-model="model.bcdgrp.rec.focflg">Free of Payment</c-checkbox>
                </el-form-item>
wjj committed
100
            </c-col>
wjj committed
101
            <c-col :span="24">
wjj committed
102 103 104 105 106 107 108
                <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
109 110 111
                </el-form-item>
            </c-col>
            <c-col :span="24">
wjj committed
112 113 114 115 116 117 118 119
                <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
120 121
            </c-col>
            <c-col :span="24">
wjj committed
122 123 124 125 126 127
                <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
128 129
                </el-form-item>
            </c-col>
wjj committed
130
        </c-col>
wjj committed
131
    </c-row>
wjj committed
132 133
</template>
<script>
wjj committed
134
    import Api from "~/service/Api"
wangren committed
135
    import commonProcess from "~/mixin/commonProcess";
wjj committed
136
    import CodeTable from "~/config/CodeTable"
wjj committed
137
    import Event from "~/model/Bctame/Event"
wjj committed
138

wjj committed
139 140 141
    export default {
        inject: ['root'],
        props: ["model", "codes"],
wangren committed
142
        mixins: [commonProcess],
wjj committed
143 144
        data() {
            return {
wjj committed
145

wjj committed
146 147 148 149 150 151 152 153
            }
        },
        methods: {
            ...Event
        },
        created: function () {

        }
wjj committed
154 155 156 157
    }
</script>
<style>

wjj committed
158
</style>