Libp.vue 8.61 KB
<template>
  <div class="eibs-tab">
                             <!-- S0000048 : 业务主键 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnyselp.S0000048')" prop="cnyselp.cnylib.spk">
            <c-input  v-model="model.cnyselp.cnylib.spk" maxlength="20"  :placeholder="$t('other.please_enter')+$t('cnyselp.S0000048')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000065 : 银行业务编号 -->
                  
       <c-col :span="12">
        <c-form-item label="银行业务编号" prop="cnyselp.cnylib.sbanktrano">
            <c-input  v-model="model.cnyselp.cnylib.sbanktrano" maxlength="22"  :placeholder="$t('other.please_enter')+'银行业务编号'"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000049 : 银行机构代码 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnyselp.S0000049')" prop="cnyselp.cnylib.sbankorgcode">
            <c-input  v-model="model.cnyselp.cnylib.sbankorgcode" maxlength="12"  :placeholder="$t('other.please_enter')+$t('cnyselp.S0000049')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000067 : 银行机构名称 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnyselp.S0000067')" prop="cnyselp.sbankname">
            <c-input  v-model="model.cnyselp.sbankname" maxlength="80"  :placeholder="$t('other.please_enter')+$t('cnyselp.S0000067')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000050 : 业务属性 -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('cnyselp.S0000050')" prop="cnyselp.cnylib.stransattr">
            <c-select v-model="model.cnyselp.cnylib.stransattr" style="width:100%" :placeholder="$t('other.please_enter')+$t('cnyselp.S0000050')">
              </c-select>
        </el-form-item>
       </c-col>
                 <!-- S0000051 : 业务类型 -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('cnyselp.S0000051')" prop="cnyselp.cnylib.stranstype">
            <c-select v-model="model.cnyselp.cnylib.stranstype" style="width:100%" :placeholder="$t('other.please_enter')+$t('cnyselp.S0000051')">
              </c-select>
        </el-form-item>
       </c-col>
                 <!-- S0000052 : 境外对手行代码 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnyselp.S0000052')" prop="cnyselp.cnylib.sforbankswiftbic">
            <c-input  v-model="model.cnyselp.cnylib.sforbankswiftbic" maxlength="11"  :placeholder="$t('other.please_enter')+$t('cnyselp.S0000052')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000053 : 境内企业名称 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnyselp.S0000053')" prop="cnyselp.sorgname">
            <c-input  v-model="model.cnyselp.sorgname" maxlength="80"  :placeholder="$t('other.please_enter')+$t('cnyselp.S0000053')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000054 : 境内企业机构代码 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnyselp.S0000054')" prop="cnyselp.cnylib.sorgcode">
            <c-input  v-model="model.cnyselp.cnylib.sorgcode" maxlength="18"  :placeholder="$t('other.please_enter')+$t('cnyselp.S0000054')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000055 : 境外企业名称 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnyselp.S0000055')" prop="cnyselp.sforeignorgname">
            <c-input  v-model="model.cnyselp.sforeignorgname" maxlength="80"  :placeholder="$t('other.please_enter')+$t('cnyselp.S0000055')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000056 : 境外企业国别地区代码 -->
                  
       <c-col :span="12">
        <c-form-item label="境外企业国别地区代码" prop="cnyselp.cnylib.sforeigncountrycode">
            <c-input  v-model="model.cnyselp.cnylib.sforeigncountrycode" maxlength="3"  :placeholder="$t('other.please_enter')+'境外企业国别地区代码'"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary" icon="el-icon-search" @click="onLibctySelbut1">
             {{$t('codcny.C0000005')}}
        </c-button>
       </c-col>
                 <!-- S0000057 : 业务发生日期 -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('cnyselp.S0000057')" prop="cnyselp.cnylib.doccurdate">
            <c-date-picker type="date"  v-model="model.cnyselp.cnylib.doccurdate" style="width:100%"  :placeholder="$t('other.please_enter')+$t('cnyselp.S0000057')"></c-date-picker>
        </el-form-item>
       </c-col>
                 <!-- S0000058 : 业务到期日 -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('cnyselp.S0000058')" prop="cnyselp.cnylib.denddate">
            <c-date-picker type="date"  v-model="model.cnyselp.cnylib.denddate" style="width:100%"  :placeholder="$t('other.please_enter')+$t('cnyselp.S0000058')"></c-date-picker>
        </el-form-item>
       </c-col>
                 <!-- S0000059 : 信用证到期日 -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('cnyselp.S0000059')" prop="cnyselp.cnylib.dcreditenddate">
            <c-date-picker type="date"  v-model="model.cnyselp.cnylib.dcreditenddate" style="width:100%"  :placeholder="$t('other.please_enter')+$t('cnyselp.S0000059')"></c-date-picker>
        </el-form-item>
       </c-col>
                 <!-- S0000145 : 币种 -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('cnyselp.S0000145')" prop="cnyselp.cnylib.currencycode">
            <c-select v-model="model.cnyselp.cnylib.currencycode" style="width:100%" :placeholder="$t('other.please_enter')+$t('cnyselp.S0000145')">
              </c-select>
        </el-form-item>
       </c-col>
                 <!-- S0000060 : 金额 -->
                  
       <c-col :span="12">
        <c-form-item label="金额" prop="cnyselp.cnylib.famt">
            <c-input  v-model="model.cnyselp.cnylib.famt"  :placeholder="$t('other.please_enter')+'金额'"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000061 : 期限条件 -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('cnyselp.S0000061')" prop="cnyselp.cnylib.stermtype">
            <c-select v-model="model.cnyselp.cnylib.stermtype" style="width:100%" :placeholder="$t('other.please_enter')+$t('cnyselp.S0000061')">
              </c-select>
        </el-form-item>
       </c-col>
                 <!-- S0000062 : 承兑日期 -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('cnyselp.S0000062')" prop="cnyselp.cnylib.dexchangedate">
            <c-date-picker type="date"  v-model="model.cnyselp.cnylib.dexchangedate" style="width:100%"  :placeholder="$t('other.please_enter')+$t('cnyselp.S0000062')"></c-date-picker>
        </el-form-item>
       </c-col>
                 <!-- S0000063 : 承兑金额 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnyselp.S0000063')" prop="cnyselp.cnylib.fexchangeamt">
            <c-input  v-model="model.cnyselp.cnylib.fexchangeamt" maxlength="20"  :placeholder="$t('other.please_enter')+$t('cnyselp.S0000063')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000064 : 承兑到期日 -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('cnyselp.S0000064')" prop="cnyselp.cnylib.dexchangeenddate">
            <c-date-picker type="date"  v-model="model.cnyselp.cnylib.dexchangeenddate" style="width:100%"  :placeholder="$t('other.please_enter')+$t('cnyselp.S0000064')"></c-date-picker>
        </el-form-item>
       </c-col>
                 <!-- S0000066 : 交易附言 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('cnyselp.S0000066')" prop="cnyselp.saddwordlib">
            <c-input  v-model="model.cnyselp.saddwordlib" maxlength="80"  :placeholder="$t('other.please_enter')+$t('cnyselp.S0000066')"></c-input>
        </c-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 "~/model/Cnysel/Event"

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

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

    }
}
</script>
<style>

</style>