<template> <div class="eibs-tab"> <!-- S0000499 : COV付款人组织机构代码 --> <!-- S0000470 : 明细业务总笔数 --> <c-col :span="12"> <el-form-item :label="$t('cipmod.S0000470')" prop="trnmod.cipmod.mxywbs"> <c-input v-model="model.trnmod.cipmod.mxywbs" :placeholder="$t('other.please_enter')+$t('cipmod.S0000470')"></c-input> </el-form-item> </c-col> <!-- S0000468 : 发起直接参与者行号 --> <c-col :span="12"> <el-form-item :label="$t('cipmod.S0000468')" prop="trnmod.cipmod.fqzyhh"> <c-input v-model="model.trnmod.cipmod.fqzyhh" maxlength="35" :placeholder="$t('other.please_enter')+$t('cipmod.S0000468')"></c-input> </el-form-item> </c-col> <!-- S0000500 : COV付款人常驻国家(地区)代码 --> <!-- S0000471 : 明细业务总金额 --> <c-col :span="12"> <el-form-item :label="$t('cipmod.S0000471')" prop="trnmod.cipmod.mxywje"> <c-input v-model="model.trnmod.cipmod.mxywje" :placeholder="$t('other.please_enter')+$t('cipmod.S0000471')"></c-input> </el-form-item> </c-col> <!-- S0000469 : 接收直接参与者行号 --> <c-col :span="12"> <el-form-item :label="$t('cipmod.S0000469')" prop="trnmod.cipmod.jszyhh"> <c-input v-model="model.trnmod.cipmod.jszyhh" maxlength="35" :placeholder="$t('other.please_enter')+$t('cipmod.S0000469')"></c-input> </el-form-item> </c-col> <!-- S0000501 : COV付款非银行支付机构地址1 --> <!-- S0000472 : 明细业务标识号 --> <c-col :span="12"> <el-form-item :label="$t('cipmod.S0000472')" prop="trnmod.cipmod.mxywsh"> <c-input v-model="model.trnmod.cipmod.mxywsh" maxlength="35" :placeholder="$t('other.please_enter')+$t('cipmod.S0000472')"></c-input> </el-form-item> </c-col> <!-- S0000502 : COV付款非银行支付机构地址2 --> <!-- S0000473 : 付款人组织机构代码 --> <!-- S0000482 : 收款人组织机构代码 --> <!-- S0000503 : COV付款非银行支付机构地址3 --> <!-- S0000474 : 付款人常驻国家(地区)代码 --> <!-- S0000483 : 收款人常驻国家(地区)代码 --> <!-- S0000504 : COV付款非银行支付机构地址4 --> <!-- S0000475 : 付款非银行支付机构地址1 --> <!-- S0000484 : 收款非银行支付机构地址1 --> <!-- S0000505 : COV付款非银行支付机构地址5 --> <!-- S0000476 : 付款非银行支付机构地址2 --> <!-- S0000485 : 收款非银行支付机构地址2 --> <!-- S0000506 : COV付款非银行支付机构地址6 --> <!-- S0000477 : 付款非银行支付机构地址3 --> <!-- S0000486 : 收款非银行支付机构地址3 --> <!-- S0000507 : COV付款非银行支付机构地址7 --> <!-- S0000478 : 付款非银行支付机构地址4 --> <!-- S0000487 : 收款非银行支付机构地址4 --> <!-- S0000479 : 付款非银行支付机构地址5 --> <!-- S0000488 : 收款非银行支付机构地址5 --> <!-- S0000508 : COV收款人组织机构代码 --> <!-- S0000480 : 付款非银行支付机构地址6 --> <!-- S0000489 : 收款非银行支付机构地址6 --> <!-- S0000509 : COV收款人常驻国家(地区)代码 --> <!-- S0000481 : 付款非银行支付机构地址7 --> <!-- S0000490 : 收款非银行支付机构地址7 --> <!-- S0000510 : COV收款非银行支付机构地址1 --> <!-- S0000491 : 订单描述1 --> <!-- S0000511 : COV收款非银行支付机构地址2 --> <!-- S0000492 : 订单描述2 --> <!-- S0000512 : COV收款非银行支付机构地址3 --> <!-- S0000493 : 订单描述3 --> <!-- S0000513 : COV收款非银行支付机构地址4 --> <!-- S0000494 : 订单描述4 --> <!-- S0000514 : COV收款非银行支付机构地址5 --> <!-- S0000495 : 订单描述5 --> <!-- S0000515 : COV收款非银行支付机构地址6 --> <!-- S0000496 : 订单描述6 --> <!-- S0000516 : COV收款非银行支付机构地址7 --> <!-- S0000497 : 订单描述7 --> <!-- S0000517 : 订单描述 --> <!-- S0000498 : 订单描述8 --> </div> </template> <script> import Event from "../event"; export default { inject: ["root"], props: ["model", "codes"], mixins: [Event], data() { return {}; }, methods: {}, created: function() {} }; </script> <style> </style>