Ctfp.vue 9.15 KB
Newer Older
zhaoqian 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 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222
<template>
    <div class="eibs-tab">
                                
         <!-- <c-col :span="12">
          <el-form-item label="Drag  Drop Sender" prop="crtp.recget.sdamod.dadsnd">
              <c-input  v-model="model.crtp.recget.sdamod.dadsnd" ></c-input>
          </el-form-item>
         </c-col> -->
         <!-- S0000037 : 业务编号 -->  
         <c-col :span="12">
          <el-form-item :label="$t('crtp.业务编号')" prop="crdgrp.rec.ownref">
              <c-input  v-model="model.crdgrp.rec.ownref" maxlength="16" ></c-input>
          </el-form-item>
         </c-col>
                    
         <!-- <c-col :span="12">
          <el-form-item label="" prop="crtp.recget.sdamod.seainf">
              <c-input  v-model="model.crtp.recget.sdamod.seainf"  :placeholder="$t('other.please_enter')+''"></c-input>
          </el-form-item>
         </c-col> -->
                   <!-- S0000038 : 名称 -->
                    
         <c-col :span="12">
          <el-form-item :label="$t('crtp.名称')" prop="crdgrp.rec.nam">
              <c-input  v-model="model.crdgrp.rec.nam" maxlength="40" ></c-input>
          </el-form-item>
         </c-col>
                   <!-- S0000042 : 清算币种及金额 -->
                    
                   <c-col :span="12">
          <el-form-item :label="$t('crtp.清算币种及金额')" prop="crdgrp.cbs.max.cur">
              <c-select v-model="model.crdgrp.cbs.max.cur" style="width:100%" >
                </c-select>
          </el-form-item>
         </c-col>
                    
         <c-col :span="12">
          <el-form-item :label="$t('crtp.清算币种及金额')" prop="crdgrp.cbs.max.amt">
              <c-input  v-model="model.crdgrp.cbs.max.amt" ></c-input>
          </el-form-item>
         </c-col>
                   <!-- S0000040 : 发报行 -->
                   <!-- S0000041 : Ref. -->
                    
         <c-col :span="12">
          <el-form-item :label="$t('crtp.发报行')" prop="crdgrp.snd.pts.ref">
              <c-input  v-model="model.crdgrp.snd.pts.ref" maxlength="20"></c-input>
          </el-form-item>
         </c-col>
         
                    
         <!-- <c-col :span="12">
          <el-form-item label="Drag  Drop Sender" prop="crtp.sndp.ptsget.sdamod.dadsnd">
              <c-input  v-model="model.crtp.sndp.ptsget.sdamod.dadsnd"  :placeholder="$t('other.please_enter')+'Drag  Drop Sender'"></c-input>
          </el-form-item>
         </c-col>
                    
         <c-col :span="12">
          <el-form-item label="External Key of Address" prop="crdgrp.snd.pts.extkey">
              <c-input  v-model="model.crdgrp.snd.pts.extkey" maxlength="16"  :placeholder="$t('other.please_enter')+'External Key of Address'"></c-input>
          </el-form-item>
         </c-col>
                    
         <c-col :span="12">
          <el-form-item label="" prop="crtp.sndp.ptsget.sdamod.seainf">
              <c-input  v-model="model.crtp.sndp.ptsget.sdamod.seainf"  :placeholder="$t('other.please_enter')+''"></c-input>
          </el-form-item>
         </c-col>
                    
         <c-col :span="12">
          <c-button size="small" type="primary"  @click="onSndpDet">
               {{$t('ptsp.CF000082')}}
          </c-button>
         </c-col> -->
                   <!-- S0000043 : 本行业务编号 -->
                    
         <c-col :span="12">
          <el-form-item :label="$t('crtp.本行业务编号')" prop="crdgrp.rec.msgref">
              <c-input  v-model="model.crdgrp.rec.msgref" maxlength="16"></c-input>
          </el-form-item>
         </c-col>
                    
         <c-col :span="12">
          <el-form-item label="Name of Party" prop="crdgrp.snd.pts.nam">
              <c-input  v-model="model.crdgrp.snd.pts.nam" maxlength="40"></c-input>
          </el-form-item>
         </c-col>
                   <!-- S0000036 : 汇款账号(Tag59) -->
                    
         <c-col :span="12">
          <el-form-item :label="$t('crtp.汇款账号(Tag59)')" prop="crdgrp.rec.msgact">
              <c-input  v-model="model.crdgrp.rec.msgact" maxlength="21"></c-input>
          </el-form-item>
         </c-col>
                   <!-- S0000044 : 业务种类 -->
                    
         <c-col :span="12">
          <el-form-item :label="$t('crtp.业务种类')" prop="crdgrp.rec.rcvobjtyp">
              <c-select v-model="model.crdgrp.rec.rcvobjtyp" style="width:100%">
                </c-select>
          </el-form-item>
         </c-col>
                   <!-- S0000045 : 账户行 -->
                   <!-- S0000046 : Ref. -->
                    
         <c-col :span="12">
          <el-form-item :label="$t('crtp.账户行')" prop="crdgrp.acc.pts.ref">
              <c-input  v-model="model.crdgrp.acc.pts.ref" maxlength="20"></c-input>
          </el-form-item>
         </c-col>
                    
         <!-- <c-col :span="12">
          <el-form-item label="Drag  Drop Sender" prop="crtp.accp.ptsget.sdamod.dadsnd">
              <c-input  v-model="model.crtp.accp.ptsget.sdamod.dadsnd"  :placeholder="$t('other.please_enter')+'Drag  Drop Sender'"></c-input>
          </el-form-item>
         </c-col> -->
                   <!-- S0000047 : 归属机构 -->
                    
         <c-col :span="12">
          <el-form-item :label="$t('crtp.归属机构')" prop="crdgrp.rec.rcvbchinr">
              <c-select v-model="model.crdgrp.rec.rcvbchinr" style="width:100%">
                </c-select>
          </el-form-item>
         </c-col>
                    
         <!-- <c-col :span="12">
          <el-form-item label="External Key of Address" prop="crdgrp.acc.pts.extkey">
              <c-input  v-model="model.crdgrp.acc.pts.extkey" maxlength="16"></c-input>
          </el-form-item>
         </c-col> -->
                    
         <!-- <c-col :span="12">
          <el-form-item label="" prop="crtp.accp.ptsget.sdamod.seainf">
              <c-input  v-model="model.crtp.accp.ptsget.sdamod.seainf"></c-input>
          </el-form-item>
         </c-col> -->
                    
         
                   <!-- S0000048 : 出错信息 -->
                    
         <!-- <c-col :span="12">
          <el-form-item label="Name of Party" prop="crdgrp.acc.pts.nam">
              <c-input  v-model="model.crdgrp.acc.pts.nam" maxlength="40"  :placeholder="$t('other.please_enter')+'Name of Party'"></c-input>
          </el-form-item>
         </c-col> -->
                    
         <c-col :span="12">
          <el-form-item :label="$t('crtp.出错信息')" prop="crdgrp.rec.errmsg">
              <c-input type="textarea" v-model="model.crdgrp.rec.errmsg" maxlength="40" show-word-limit></c-input>
          </el-form-item>
          </c-col>
                   <!-- S0000049 : 收报行 -->
                   <!-- S0000050 : Ref. -->
                    
         <!-- <c-col :span="12">
          <el-form-item :label="$t('crtp.收报行')" prop="crdgrp.trf.pts.ref">
              <c-input  v-model="model.crdgrp.trf.pts.ref" maxlength="20"></c-input>
          </el-form-item>
         </c-col>
                    
         <c-col :span="12">
          <el-form-item label="Drag  Drop Sender" prop="crtp.trfp.ptsget.sdamod.dadsnd">
              <c-input  v-model="model.crtp.trfp.ptsget.sdamod.dadsnd"></c-input>
          </el-form-item>
         </c-col>
                    
         <c-col :span="12">
          <el-form-item label="External Key of Address" prop="crdgrp.trf.pts.extkey">
              <c-input  v-model="model.crdgrp.trf.pts.extkey" maxlength="16"></c-input>
          </el-form-item>
         </c-col>
                     -->
         <!-- <c-col :span="12">
          <el-form-item label="" prop="crtp.trfp.ptsget.sdamod.seainf">
              <c-input  v-model="model.crtp.trfp.ptsget.sdamod.seainf"  :placeholder="$t('other.please_enter')+''"></c-input>
          </el-form-item>
         </c-col>
                    
         <c-col :span="12">
          <c-button size="small" type="primary"  @click="onTrfpDet">
               {{$t('ptsp.CF000081')}}
          </c-button>
         </c-col>
                    
         <c-col :span="12">
          <el-form-item label="Address Block" prop="crdgrp.trf.pts.adrblk">
              <c-input type="textarea" v-model="model.crdgrp.trf.pts.adrblk" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Address Block'" ></c-input>
          </el-form-item>
          </c-col>
                    
         <c-col :span="12">
          <el-form-item label="Chinese address" prop="crdgrp.trf.dbfadrblkcn">
              <c-input type="textarea" v-model="model.crdgrp.trf.dbfadrblkcn" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+'Chinese address'" ></c-input>
          </el-form-item>
          </c-col> -->
    </div>
  </template>
  <script>
  import Api from "~/service/Api"
  import commonProcess from "~/mixin/commonProcess";
  import CodeTable from "~/config/CodeTable"
  import Event from "../event"
  
  export default {
      inject: ['root'],
      props:["model","codes"],
      mixins: [commonProcess],
      data(){
          return {
  
          }
      },
      methods:{...Event},
      created:function(){
  
      }
  }
  </script>
  <style>
  
  </style>