Insttco.vue 7.49 KB
Newer Older
zhangzhenmin 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
<template>
  <div class="eibs-tab">
                                               
       <c-col :span="12">
        <el-form-item label="Free Text Tag 42J" prop="bcdgrp.blk.bctfre">
            <c-input type="textarea" v-model="model.bcdgrp.blk.bctfre" maxlength="65" show-word-limit placeholder="请输入Free Text Tag 42J" ></c-input>
        </el-form-item>
        </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Presented Documents" prop="bcdgrp.blk.docpre">
            <c-input type="textarea" v-model="model.bcdgrp.blk.docpre" maxlength="65" show-word-limit placeholder="请输入Presented Documents" ></c-input>
        </el-form-item>
        </c-col>
                                                    
       <c-col :span="12">
        <el-form-item label="Interest Instructions" prop="bcdgrp.blk.intins">
            <c-input type="textarea" v-model="model.bcdgrp.blk.intins" maxlength="65" show-word-limit placeholder="请输入Interest Instructions" ></c-input>
        </el-form-item>
        </c-col>
                                                    
       <c-col :span="12">
        <el-form-item label="Agent Ref." prop="bcdgrp.agt.pts.ref">
            <c-input  v-model="model.bcdgrp.agt.pts.ref" maxlength="16"  placeholder="请输入Agent Ref."></c-input>
        </el-form-item>
       </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Agent Bank Ref." prop="bcdgrp.agb.pts.ref">
            <c-input  v-model="model.bcdgrp.agb.pts.ref" maxlength="16"  placeholder="请输入Agent Bank Ref."></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="recpan.agtp.ptsget.sdamod.dadsnd">
            <c-input  v-model="model.recpan.agtp.ptsget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Drag  Drop Sender" prop="recpan.agbp.ptsget.sdamod.dadsnd">
            <c-input  v-model="model.recpan.agbp.ptsget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="External Key of Address" prop="bcdgrp.agt.pts.extkey">
            <c-input  v-model="model.bcdgrp.agt.pts.extkey" maxlength="16"  placeholder="请输入External Key of Address"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="" prop="recpan.agtp.ptsget.sdamod.seainf">
            <c-input  v-model="model.recpan.agtp.ptsget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onAgtpDet">
            Details
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="External Key of Address" prop="bcdgrp.agb.pts.extkey">
            <c-input  v-model="model.bcdgrp.agb.pts.extkey" maxlength="16"  placeholder="请输入External Key of Address"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="" prop="recpan.agbp.ptsget.sdamod.seainf">
            <c-input  v-model="model.recpan.agbp.ptsget.sdamod.seainf"  placeholder="请输入"></c-input>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onAgbpDet">
            Details
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <el-form-item label="名称" prop="bcdgrp.agt.namelc">
            <c-input type="textarea" v-model="model.bcdgrp.agt.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="名称" prop="bcdgrp.agb.namelc">
            <c-input type="textarea" v-model="model.bcdgrp.agb.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
nanrui committed
95 96
        <el-form-item label="地址信息" prop="bcdgrp.agt.pts.adrblk">
            <c-input type="textarea" v-model="model.bcdgrp.agt.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入地址信息" ></c-input>
zhangzhenmin committed
97 98 99 100 101 102 103 104 105 106
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Chinese address" prop="bcdgrp.agt.dbfadrblkcn">
            <c-input type="textarea" v-model="model.bcdgrp.agt.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
nanrui committed
107 108
        <el-form-item label="地址信息" prop="bcdgrp.agb.pts.adrblk">
            <c-input type="textarea" v-model="model.bcdgrp.agb.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入地址信息" ></c-input>
zhangzhenmin committed
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
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="Chinese address" prop="bcdgrp.agb.dbfadrblkcn">
            <c-input type="textarea" v-model="model.bcdgrp.agb.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="地址" prop="bcdgrp.agt.adrelc">
            <c-input type="textarea" v-model="model.bcdgrp.agt.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
        </el-form-item>
        </c-col>
                  
       <c-col :span="12">
        <el-form-item label="地址" prop="bcdgrp.agb.adrelc">
            <c-input type="textarea" v-model="model.bcdgrp.agb.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
        </el-form-item>
        </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Authority of Agent" prop="bcdgrp.blk.agtaut">
            <c-input type="textarea" v-model="model.bcdgrp.blk.agtaut" maxlength="35" show-word-limit placeholder="请输入Authority of Agent" ></c-input>
        </el-form-item>
        </c-col>
                                   
       <c-col :span="12">
        <el-form-item label="Agent's Invoice Dated Tag 43C" prop="bcdgrp.rec.agtdat">
            <c-date-picker type="date"  v-model="model.bcdgrp.rec.agtdat" style="width:100%"  placeholder="请选择Agent's Invoice Dated Tag 43C"></c-date-picker>
        </el-form-item>
       </c-col>
                                                    
       <c-col :span="12">
        <el-form-item label="Further Information" prop="bcdgrp.blk.agtinf">
            <c-input type="textarea" v-model="model.bcdgrp.blk.agtinf" maxlength="65" show-word-limit placeholder="请输入Further Information" ></c-input>
        </el-form-item>
        </c-col>
                   </div>
</template>
<script>
import Api from "~/service/Api"
wangren committed
151
import commonProcess from "~/mixin/commonProcess";
zhangzhenmin committed
152 153 154 155 156 157
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Infbcd/Event"

export default {
    inject: ['root'],
    props:["model","codes"],
wangren committed
158
    mixins: [commonProcess],
zhangzhenmin committed
159 160 161 162 163 164 165 166 167 168 169 170 171 172
    data(){
        return {

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

    }
}
</script>
<style>

</style>