Sel.vue 6.85 KB
Newer Older
cl committed
1
<template>
nanrui committed
2 3 4 5 6 7 8 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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
    <div class="eibs-tab">
        <c-col :span="24">
            <c-col :span="11">
                <el-form-item label="Batch No." prop="cldgrp.rec.ownref">
                    <c-input v-model="model.cldgrp.rec.ownref" maxlength="16" placeholder="请输入Batch No." disabled>
                    </c-input>
                </el-form-item>
            </c-col>
            <c-col :span="11" :offset="1">
                <el-form-item label="Type of Draft" prop="cldgrp.rec.chktyp">
                    <c-select v-model="model.cldgrp.rec.chktyp" style="width: 100%" placeholder="请输入Type of Draft"
                        disabled>
                        <el-option v-for="item in codes.chktyp" :key="item.value" :label="item.label"
                            :value="item.value">
                        </el-option>
                    </c-select>
                </el-form-item>
            </c-col>
        </c-col>
        <c-col :span="24">
            <c-col :span="11">
                <c-col :span="12">
                    <el-form-item label="Draft Amount" prop="cldgrp.cbs.max.cur">
                        <c-input v-model="model.cldgrp.cbs.max.cur" style="width:100%" placeholder="请选择Draft Amount"
                            disabled>
                        </c-input>
                    </el-form-item>
                </c-col>
                <c-col :span="11" :offset="1">
                    <el-form-item label="" label-width="0" prop="cldgrp.cbs.max.amt" style="width:100%">
                        <c-input v-model.number="model.cldgrp.cbs.max.amt" style="width:100%"
                            placeholder="请输入Open Amount" disabled></c-input>
                    </el-form-item>
                </c-col>
            </c-col>
            <c-col :span="11" :offset="1">
                <el-form-item label="Payemnt Disposition" prop="cldgrp.rec.colflg">
                    <c-select v-model="model.cldgrp.rec.colflg" style="width: 100%" placeholder="请输入Payemnt Disposition"
                        disabled>
                        <el-option v-for="item in codes.colflg" :key="item.value" :label="item.label"
                            :value="item.value">
                        </el-option>
                    </c-select>
                </el-form-item>
            </c-col>
        </c-col>

        <c-col :span="24">
            <c-col :span="11">
                <c-col :span="12">
                    <el-form-item label="Open Amount" prop="cldgrp.cbs.opn1.cur">
                        <c-input v-model="model.cldgrp.cbs.opn1.cur" style="width:100%" placeholder="请选择Open Amount"
                            disabled>
                        </c-input>
                    </el-form-item>
                </c-col>
                <c-col :span="11" :offset="1">
                    <el-form-item label-width="0" prop="cldgrp.cbs.opn1.amt">
                        <c-input v-model="model.cldgrp.cbs.opn1.amt" placeholder="请输入Open Amount" disabled></c-input>
                    </el-form-item>
                </c-col>

            </c-col>

        </c-col>

        <c-col :span="24">
            <c-col :span="11">
                <el-form-item label="Coll.bank ref." prop="cldgrp.rec.colref">
                    <c-input v-model="model.cldgrp.rec.colref" maxlength="16" placeholder="请输入Coll.bank ref." disabled>
                    </c-input>
                </el-form-item>
            </c-col>
        </c-col>

        <c-col :span="24">
            <c-col :span="11">
                <el-form-item label="Coll.bank name" prop="cldgrp.rec.colptynam">
                    <c-input v-model="model.cldgrp.rec.colptynam" maxlength="40" placeholder="请输入Coll.bank name"
                        disabled>
                    </c-input>
                </el-form-item>
            </c-col>
        </c-col>


        <c-col :span="24">
            <c-col :span="11">
                <el-form-item label="Date of creation" prop="cldgrp.rec.credat">
                    <c-date-picker type="date" v-model="model.cldgrp.rec.credat" style="width:100%"
                        placeholder="请选择Date of creation" disabled></c-date-picker>
                </el-form-item>
            </c-col>
        </c-col>
        <c-col :span="24">
            <c-col :span="11">
                <el-form-item label="Item Count" prop="cldgrp.rec.count">
                    <c-input v-model="model.cldgrp.rec.count" placeholder="请输入Item Count" disabled></c-input>
                </el-form-item>
            </c-col>
        </c-col>

        <c-col :span="24">
            <c-edit-table :model="model" v-bind="docgrd">
            </c-edit-table>
        </c-col>
    </div>
cl committed
109 110
</template>
<script>
cl committed
111
import Api from "~/service/Api"
wangren committed
112
import commonProcess from "~/mixin/commonProcess";
cl committed
113 114
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Cltset/Event"
cl committed
115

cl committed
116 117
export default {
    inject: ['root'],
nanrui committed
118
    props: ["model", "codes"],
wangren committed
119
    mixins: [commonProcess],
nanrui committed
120
    data() {
cl committed
121
        return {
nanrui committed
122 123
            docgrd: {
                columns: [
124 125 126 127 128 129
                    {
                        title: "Check Number",
                        width: "120px",
                        dataIndex: "chcknum",
                        show: "text",
                    },
nanrui committed
130 131
                    {
                        title: "Our Reference",
132
                        width: "120px",
nanrui committed
133 134 135 136 137
                        dataIndex: "ownref",
                        show: "text",
                    },
                    {
                        title: "Description",
138
                        width: "240px",
nanrui committed
139 140 141 142 143
                        dataIndex: "nam",
                        show: "text",
                    },
                    {
                        title: "Presenter Name",
144
                        width: "230px",
nanrui committed
145 146 147 148 149
                        dataIndex: "prenam",
                        show: "text",
                    },
                    {
                        title: "cur",
150
                        width: "50px",
nanrui committed
151 152 153 154 155
                        dataIndex: "cur",
                        show: "text",
                    },
                    {
                        title: "Amount",
156
                        width: "100px",
nanrui committed
157 158 159 160 161
                        dataIndex: "amt",
                        show: "text",
                    },
                    {
                        title: "Pay To",
162
                        width: "120px",
nanrui committed
163 164 165 166 167 168 169 170 171
                        dataIndex: "paytoamt",
                        show: "input",
                    },
                    {
                        title: "Select it",
                        width: "100px",
                        dataIndex: "selflg",
                        show: "checkbox",
                    },
cl committed
172

nanrui committed
173
                ],
174
                urls: "bptbck.bptbckg",
nanrui committed
175
            },
cl committed
176
        }
cl committed
177
    },
nanrui committed
178 179
    methods: { ...Event },
    created: function () {
cl committed
180

cl committed
181
    }
cl committed
182
}
cl committed
183 184 185
</script>
<style>

cl committed
186
</style>