DocInfo.vue 7.8 KB
Newer Older
fukai committed
1 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 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192
<template>
    <div class="eibs-tab">
        <!-- Part 1, Overview Info -->
        <c-col :span="24">
            <!-- ==================左边================ -->
            <c-col :span="12" style="padding-right: 20px">

                <!-- S0000257 : L/C Reference -->

                <c-col :span="24">
                    <el-form-item :label="$t('L/C Reference')" prop="ledgrp.rec.ownref">
                        <c-input v-model="model.ledgrp.rec.ownref" maxlength="16" disabled
                                 :placeholder="$t('other.please_enter')+$t('L/C Reference')"></c-input>
                    </el-form-item>
                </c-col>

                <!-- S0000256 : Transfer Reference -->

                <c-col :span="24">
                    <el-form-item :label="$t('Transfer Reference')" prop="ltdgrp.rec.ownref">
                        <c-input v-model="model.ltdgrp.rec.ownref" maxlength="16" disabled
                                 :placeholder="$t('other.please_enter')+$t('Transfer Reference')"></c-input>
                    </el-form-item>
                </c-col>


                <!-- S0000251 : Doc. Set Reference -->

                <c-col :span="24">
                    <el-form-item :label="('Doc. Set Reference')" prop="btdgrp.rec.ownref">
                        <c-input v-model="model.btdgrp.rec.ownref" maxlength="16" disabled
                                 :placeholder="$t('other.please_enter')+('Doc. Set Reference')"></c-input>
                    </el-form-item>
                </c-col>

                <!-- S0000250 : Document Amount -->
                <c-col :span="24" class="custom-box-wrap">
                            <el-form-item label="Document Amount" prop="btdgrp.cbs.max.cur">
                                <c-select-cur
                                        v-model="model.btdgrp.cbs.max.cur"
                                        style="width: 115px"
                                        placeholder="Document Cur"
                                        disabled
                                        dbCode="curtxt" sort="SRT"
                                >
                                </c-select-cur>
                            </el-form-item>
                        <div class="box-3">
                            <el-form-item label="" label-width="5px" prop="btdgrp.cbs.max.amt">
                                <c-input-currency
                                        v-model="model.btdgrp.cbs.max.amt"
                                        :currency="model.btdgrp.cbs.opn1.cur"
                                        style="text-align: left; width: 100%"
                                        disabled
                                        placeholder="Document Amount"
                                ></c-input-currency>
                            </el-form-item>
                        </div>

                    <div class="box-2">
                        <c-checkbox
                                v-model="model.swiadd.addamtflg"
                                true-label="X"
                                false-label=""
                                class="checkbox-left" 
                                disabled
                        >Add. Amount
                        </c-checkbox
                        >
                    </div>
                </c-col>

                <!-- S0000249 : Open Amount -->

                <c-col :span="24" class="custom-box-wrap">
                        <el-form-item label="Open Amount" prop="btdgrp.cbs.opn1.cur">
                            <c-select-cur
                                    v-model="model.btdgrp.cbs.opn1.cur"
                                    style="width: 115px"
                                    placeholder="请选择币种"
                                    dbCode="curtxt" sort="SRT"
                                    disabled
                            >
                            </c-select-cur>
                        </el-form-item>
                    <div class="box-3">
                        <el-form-item label-width="5px" prop="btdgrp.cbs.opn1.amt">
                            <c-input-currency
                                    disabled
                                    v-model="model.btdgrp.cbs.opn1.amt"
                                    :currency="model.btdgrp.cbs.opn1.cur"
                                    style="width: 100%"
                                    placeholder="请输入最大金额"
                            ></c-input-currency>
                        </el-form-item>
                    </div>
                </c-col>


                <!-- SF000007 : Document Set Number -->

                <c-col :span="24">
                    <el-form-item :label="$t('Document Set Number')" prop="btdgrp.rec.ownref">
                        <c-input v-model="model.btdgrp.rec.ownref" maxlength="16" disabled
                                 :placeholder="$t('other.please_enter')+$t('Document Set Number')"></c-input>
                    </el-form-item>
                </c-col>

            </c-col>


            <!-- ============右边================= -->
            <c-col :span="12" style="padding-left: 20px">


                <!-- S0000252 : Document Type -->

                <c-col :span="24">
                    <el-form-item :label="$t('Document Type')" prop="btdgrp.rec.doctypcod">
                        <c-select v-model="model.btdgrp.rec.doctypcod" maxlength="1" disabled
                                  dbCode="BRDTYP"
                                 :placeholder="$t('other.please_enter')+$t('Document Type')"></c-select>
                    </el-form-item>
                </c-col>


                <!-- S0000245 : Maturity Date -->

                <c-col :span="24">
                    <el-form-item :label="$t('Maturity Date')" prop="btdgrp.rec.matdat">
                        <c-date-picker type="date" v-model="model.btdgrp.rec.matdat" style="width:100%" disabled
                                       :placeholder="$t('other.please_enter')+$t('Maturity Date')"></c-date-picker>
                    </el-form-item>
                </c-col>


                <!-- S0000244 : Presentation Date -->

                <c-col :span="24">
                    <el-form-item :label="$t('Presentation Date')" prop="btdgrp.rec.predat">
                        <c-date-picker type="date" v-model="model.btdgrp.rec.predat" style="width:100%" disabled
                                       :placeholder="$t('other.please_enter')+$t('bttp.S0000244')"></c-date-picker>
                    </el-form-item>
                </c-col>

                <!-- S0000253 : Document Set Status -->

                <c-col :span="24">
                    <el-form-item label="Document Set Status" prop="btdgrp.rec.docsta">
                        <c-select v-model="model.btdgrp.rec.docsta" maxlength="40" disabled
                                  dbCode="STADOC"
                                 :placeholder="$t('other.please_enter')+'Document Set Status'"></c-select>
                    </el-form-item>
                </c-col>

                <!-- Name of Bill Contract -->
                <c-col :span="24">
                    <el-form-item label="Name of Bill Contract" prop="btdgrp.rec.nam">
                        <c-input v-model="model.btdgrp.rec.nam" maxlength="40" disabled
                                 :placeholder="$t('other.please_enter')+'Name of Bill Contract'"></c-input>
                    </el-form-item>
                </c-col>

            </c-col>


        </c-col>


    </div>
</template>
<script>
    import event from "../event";

    export default {
        inject: ['root'],
        props:["model","codes"],
        mixins: [event],
        data(){
            return {

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

        }
    }
</script>
<style>

</style>