Infconp.vue 17.7 KB
Newer Older
“yanyuxin” 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 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422
<template>
  <div class="eibs-tab">
                              
       <c-col :span="12">
        <c-form-item label="Drag  Drop Sender" prop="recpan.bcdget.sdamod.dadsnd">
            <c-input  v-model="model.recpan.bcdget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="Drag  Drop Sender" prop="recpan.btdget.sdamod.dadsnd">
            <c-input  v-model="model.recpan.btdget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="Drag  Drop Sender" prop="recpan.brdget.sdamod.dadsnd">
            <c-input  v-model="model.recpan.brdget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="Drag  Drop Sender" prop="recpan.ledget.sdamod.dadsnd">
            <c-input  v-model="model.recpan.ledget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="Drag  Drop Sender" prop="recpan.bedget.sdamod.dadsnd">
            <c-input  v-model="model.recpan.bedget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000061 : 单据编号 -->
                  
       <c-col :span="12">
        <c-form-item label="单据编号" prop="trdgrp.rec.pntref">
            <c-input  v-model="model.trdgrp.rec.pntref" maxlength="16"  placeholder="请输入单据编号"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="" prop="recpan.bcdget.sdamod.seainf">
            <c-input  v-model="model.recpan.bcdget.sdamod.seainf"  :placeholder="$t('other.please_enter')+''"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="" prop="recpan.btdget.sdamod.seainf">
            <c-input  v-model="model.recpan.btdget.sdamod.seainf"  :placeholder="$t('other.please_enter')+''"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="" prop="recpan.brdget.sdamod.seainf">
            <c-input  v-model="model.recpan.brdget.sdamod.seainf"  :placeholder="$t('other.please_enter')+''"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="" prop="recpan.ledget.sdamod.seainf">
            <c-input  v-model="model.recpan.ledget.sdamod.seainf"  :placeholder="$t('other.please_enter')+''"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="" prop="recpan.bedget.sdamod.seainf">
            <c-input  v-model="model.recpan.bedget.sdamod.seainf"  :placeholder="$t('other.please_enter')+''"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000071 : 摘要 -->
                  
       <c-col :span="12">
        <c-form-item label="Parent Contract Name" prop="trdgrp.rec.pntnam">
            <c-input  v-model="model.trdgrp.rec.pntnam" maxlength="40"  placeholder="Parent Contract Name"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="Drag  Drop Sender" prop="recpan.recget.sdamod.dadsnd">
            <c-input  v-model="model.recpan.recget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000081 : 融资编号 -->
                  
       <c-col :span="12">
        <c-form-item label="融资编号" prop="trdgrp.rec.ownref">
            <c-input  v-model="model.trdgrp.rec.ownref" maxlength="16"  placeholder="请输入融资编号"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="" prop="recpan.recget.sdamod.seainf">
            <c-input  v-model="model.recpan.recget.sdamod.seainf"  :placeholder="$t('other.please_enter')+''"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onRecpanButgetref">
             {{$t('trtp.CG000143')}}
        </c-button>
       </c-col>
                 <!-- S0000080 : 摘要 -->
                  
       <c-col :span="12">
        <c-form-item label="Name of Loan Contract" prop="trdgrp.rec.nam">
            <c-input  v-model="model.trdgrp.rec.nam" maxlength="40"  placeholder="请输入Name of Loan Contract"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000074 : 融资客户 -->
                 <!-- S0000073 : 编号 -->
                  
       <c-col :span="12">
        <c-form-item label="融资客户" prop="trdgrp.fip.pts.ref">
            <c-input  v-model="model.trdgrp.fip.pts.ref" maxlength="16"  placeholder="请输入融资客户"></c-input>
        </c-form-item>
       </c-col>
                 <!-- SF000086 : 客户经理 -->
                  
       <c-col :span="12">
        <c-form-item label="客户经理" prop="recpan.usr.extkey">
            <c-input  v-model="model.recpan.usr.extkey" maxlength="8"  placeholder="请输入客户经理"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="" prop="recpan.usrget.sdamod.seainf">
            <c-input  v-model="model.recpan.usrget.sdamod.seainf"  :placeholder="$t('other.please_enter')+''"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="Drag  Drop Sender" prop="recpan.fipp.ptsget.sdamod.dadsnd">
            <c-input  v-model="model.recpan.fipp.ptsget.sdamod.dadsnd"  placeholder="请输入Drag  Drop Sender"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="External Key of Address" prop="trdgrp.fip.pts.extkey">
            <c-input  v-model="model.trdgrp.fip.pts.extkey" maxlength="16"  placeholder="请输入External Key of Address"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="" prop="recpan.fipp.ptsget.sdamod.seainf">
            <c-input  v-model="model.recpan.fipp.ptsget.sdamod.seainf"  :placeholder="$t('other.please_enter')+''"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onFippDet">
             {{$t('ptsp.CF000081')}}
        </c-button>
       </c-col>
                 <!-- SF000087 : 开立日期 -->
                  
       <c-col :span="12">
        <el-form-item label="开立日期" prop="trdgrp.rec.issdat">
            <c-date-picker type="date"  v-model="model.trdgrp.rec.issdat" style="width:100%"  placeholder="请选择开立日期"></c-date-picker>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="名称" prop="trdgrp.fip.namelc">
            <c-input type="textarea" v-model="model.trdgrp.fip.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
        </c-form-item>
        </c-col>
                  
       <c-col :span="12">
        <c-form-item label="Address Block" prop="trdgrp.fip.pts.adrblk">
            <c-input type="textarea" v-model="model.trdgrp.fip.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
        </c-form-item>
        </c-col>
                  
       <c-col :span="12">
        <c-form-item label="Chinese address" prop="trdgrp.fip.dbfadrblkcn">
            <c-input type="textarea" v-model="model.trdgrp.fip.dbfadrblkcn" maxlength="35" show-word-limit placeholder="Chinese address" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000075 : 融资品种 -->
                  
       <c-col :span="12">
        <el-form-item label="融资品种" prop="trdgrp.rec.fintyp">
            <c-select v-model="model.trdgrp.rec.fintyp" style="width:100%" placeholder="请选择融资品种">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.recpan.dfflag">{{$t('trtp.CG000145')}}</c-checkbox>
       </c-col>
                 <!-- SG000144 : 货押标识 -->
                  
       <c-col :span="12">
        <el-form-item label="货押标识" prop="trdgrp.rec.guaflg">
            <c-select v-model="model.trdgrp.rec.guaflg" style="width:100%" placeholder="请选择货押标识">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="地址" prop="trdgrp.fip.adrelc">
            <c-input type="textarea" v-model="model.trdgrp.fip.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- SF000146 : Good's Code  -->
                  
       <c-col :span="12">
        <el-form-item label="Good's Code" prop="trdgrp.rec.stagod">
            <c-select v-model="model.trdgrp.rec.stagod" style="width:100%" placeholder="请选择Good's Code">
              </c-select>
        </el-form-item>
       </c-col>
                 <!-- S0000105 : 融资金额 -->
                  
       <c-col :span="12">
        <c-form-item label="Currency" prop="trdgrp.cbs.max.cur">
            <c-input  v-model="model.trdgrp.cbs.max.cur" maxlength="3"  placeholder="Currency"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="Balance" prop="trdgrp.cbs.max.amt">
            <c-input  v-model="model.trdgrp.cbs.max.amt"  placeholder="Balance"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="% Financed" prop="trdgrp.rec.pctfin">
            <c-input  v-model="model.trdgrp.rec.pctfin" placeholder=" % Financed"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000109 : % -->
                 <!-- S0000112 : 借据号 -->
                  
       <c-col :span="12">
        <c-form-item label="%" prop="trdgrp.rec.fincod">
            <c-input  v-model="model.trdgrp.rec.fincod" maxlength="17"  placeholder="$t('other.please_enter')+$t('inftrd.S0000109')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000113 : 计息周期 -->
                  
       <c-col :span="12">
        <el-form-item label="计息周期" prop="finmod.intprd">
            <c-select v-model="model.finmod.intprd" style="width:100%" placeholder="请选择计息周期">
              </c-select>
        </el-form-item>
       </c-col>
                 <!-- S0000114 : 计息日期 -->
                  
       <c-col :span="12">
        <c-form-item label="计息日期" prop="finmod.intdat">
            <c-input  v-model="model.finmod.intdat" maxlength="2"  placeholder="计息日期'"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000115 : 利率调整方式 -->
                  
       <c-col :span="12">
        <el-form-item label="利率调整方式" prop="finmod.ratchgtyp">
            <c-select v-model="model.finmod.ratchgtyp" style="width:100%" placeholder="请选择利率调整方式">
              </c-select>
        </el-form-item>
       </c-col>
                 <!-- S0000116 : 利率调整周期 -->
                  
       <c-col :span="12">
        <el-form-item label="利率调整周期" prop="finmod.ratchgprd">
            <c-select v-model="model.finmod.ratchgprd" style="width:100%" placeholder="请选择利率调整周期">
              </c-select>
        </el-form-item>
       </c-col>
                 <!-- S0000117 : 月日数 -->
                  
       <c-col :span="12">
        <c-form-item label="利率调戒月日数" prop="finmod.ratchgdat">
            <c-input  v-model="model.finmod.ratchgdat" maxlength="4"  placeholder="请输入利率调戒月日数"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000106 : 开户日期 -->
                  
       <c-col :span="12">
        <el-form-item label="开户日期" prop="trdgrp.rec.opndat">
            <c-date-picker type="date"  v-model="model.trdgrp.rec.opndat" style="width:100%"  placeholder="请选择开户日期"></c-date-picker>
        </el-form-item>
       </c-col>
                 <!-- S0000110 : 到期日 -->
                  
       <c-col :span="12">
        <el-form-item label="到期日" prop="trdgrp.rec.matdat">
            <c-date-picker type="date"  v-model="model.trdgrp.rec.matdat" style="width:100%"  placeholder="请选择到期日"></c-date-picker>
        </el-form-item>
       </c-col>
                 <!-- S0000111 : 融资天数 -->
                  
       <c-col :span="12">
        <c-form-item label="融资天数" prop="trdgrp.rec.tenday">
            <c-input  v-model="model.trdgrp.rec.tenday"  placeholder="'"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000118 : 宽限期 -->
                  
       <c-col :span="12">
        <c-form-item label="宽限期" prop="finmod.graday">
            <c-input  v-model="model.finmod.graday"  placeholder="宽限期"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000107 : 基准利率 -->
                  
       <c-col :span="12">
        <c-form-item label="基准利率" prop="trdgrp.rec.intrat">
            <c-input  v-model="model.trdgrp.rec.intrat"  placeholder="请输入基本准利率"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000119 : 浮动方式 -->
                  
       <c-col :span="12">
        <el-form-item label="浮动方式" prop="finmod.flttyp">
            <c-select v-model="model.finmod.flttyp" style="width:100%" placeholder="$t('other.please_enter')+'浮动方式'">
              </c-select>
        </el-form-item>
       </c-col>
                 <!-- S0000120 : 浮动值 -->
                  
       <c-col :span="12">
        <c-form-item label="浮动值" prop="finmod.fltval">
            <c-input  v-model="model.finmod.fltval"  placeholder="请输入浮动值"></c-input>
        </c-form-item>
       </c-col>
                  
        <c-col :span="12">
            <span  v-text="model.finmod.pctlab"   data-path=".finmod.pctlab" > </span>
        </c-col>
                 <!-- S0000108 : 执行利率 -->
                  
       <c-col :span="12">
        <c-form-item label="执行利率" prop="trdgrp.rec.actrat">
            <c-input  v-model="model.trdgrp.rec.actrat"  placeholder="请输入执行利率"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000121 : 逾期计息方式 -->
                  
       <c-col :span="12">
        <el-form-item label="呆滞计息方式" prop="finmod.ovdinttyp">
            <c-select v-model="model.finmod.ovdinttyp" style="width:100%" placeholder="请选择呆滞计息方式">
              </c-select>
        </el-form-item>
       </c-col>
                 <!-- S0000122 : 罚息比率 -->
                  
       <c-col :span="12">
        <c-form-item label="罚息比率" prop="finmod.ovdintrat">
            <c-input  v-model="model.finmod.ovdintrat"  placeholder="请输入罚息比率'"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000128 : % -->
                 <!-- S0000123 : 第一还款账号 -->
                  
       <c-col :span="12">
        <c-form-item label="第一还款账号" prop="finmod.act1">
            <c-input  v-model="model.finmod.act1" maxlength="21"  placeholder="请输入第一还款账号"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000125 : 第三方还款方式 -->
                  
       <c-col :span="12">
        <el-form-item label="第三方还款方式" prop="finmod.acttyp">
            <c-select v-model="model.finmod.acttyp" style="width:100%" placeholder="请选择第三方还款方式">
              </c-select>
        </el-form-item>
       </c-col>
                 <!-- S0000124 : 入账机构 -->
                  
       <c-col :span="12">
        <el-form-item label="入账机构" prop="finmod.accbch">
            <c-select v-model="model.finmod.accbch" style="width:100%" placeholder="请选择入账机构">
              
              </c-select>
        </el-form-item>
       </c-col>
                 <!-- S0000126 : 预收息金额 -->
                  
       <c-col :span="12">
        <c-form-item label="预收息金额" prop="finmod.intamt">
            <c-input  v-model="model.finmod.intamt"  placeholder="请输入预收息金额'"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000127 : 第三方还款账号 -->
                  
       <c-col :span="12">
        <c-form-item label="第三方还款账号" prop="finmod.act3">
            <c-input  v-model="model.finmod.act3" maxlength="21"  placeholder="第三方还款账号"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.trdgrp.rec.ffaflg">{{$t('inftrd.CG000133')}}</c-checkbox>
       </c-col>
  </div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Inftrd/Event"

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

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

    }
}
</script>
<style>

</style>