<template>
  <div class="eibs-tab">
                              
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onSav">
             {{$t('butp.C0000006')}}
        </c-button>
       </c-col>
                  
<c-col :span="12">
    <span  v-text="model.bopmod.dbap.baspp.roptnam"   data-path=".bopmod.dbap.baspp.roptnam" > </span>
</c-col>
                  
       <c-col :span="12">
        <c-form-item label="申报号码" prop="bopmod.dbagrp.bas.rptno">
            <c-input  v-model="model.bopmod.dbagrp.bas.rptno" maxlength="22"  :placeholder="$t('other.please_enter')+'申报号码'"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="号" prop="bopmod.dbagrp.bas.tmpref">
            <c-input  v-model="model.bopmod.dbagrp.bas.tmpref" maxlength="16"  :placeholder="$t('other.please_enter')"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onBasppGetreftmp">
             {{$t('baspp.C0000039')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onCan">
             {{$t('butp.CG000004')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onBasppGetref">
             {{$t('baspp.C0000040')}}
        </c-button>
       </c-col>
                  
<c-col :span="12">
    <span  v-text="model.bopmod.dbap.baspp.tmprefnew"   data-path=".bopmod.dbap.baspp.tmprefnew" > </span>
</c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onChk">
             {{$t('butp.C0000010')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onChk">
             {{$t('butp.C0000010')}}
        </c-button>
       </c-col>
                 <!-- S0000004 : 修改/删除原因 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('baspp.S0000043')" prop="bopmod.dbagrp.bas.actiondesc">
            <c-input type="textarea" v-model="model.bopmod.dbagrp.bas.actiondesc" maxlength="32" show-word-limit :placeholder="$t('other.please_enter')+$t('baspp.S0000043')" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000003 : 操作类型 -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('baspp.S0000003')" prop="bopmod.dbagrp.bas.actiontype">
            <c-select v-model="model.bopmod.dbagrp.bas.actiontype" style="width:100%" :placeholder="$t('other.please_enter')+$t('baspp.S0000003')">
              </c-select>
        </el-form-item>
       </c-col>
                 <!-- S0000043 : 操作类型 -->
                 <!-- S0000002 : 地区机构号 -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('baspp.S0000002')" prop="bopmod.dbagrp.bas.ownextkey">
            <c-select v-model="model.bopmod.dbagrp.bas.ownextkey" style="width:100%" :placeholder="$t('other.please_enter')+$t('baspp.S0000002')">
              </c-select>
        </el-form-item>
       </c-col>
                 <!-- S0000021 : 银行业务编号 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('baspp.S0000021')" prop="bopmod.dbagrp.bas.buscode">
            <c-input  v-model="model.bopmod.dbagrp.bas.buscode" maxlength="22"  :placeholder="$t('other.please_enter')+$t('baspp.S0000021')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000020 : 结算方式 -->
                  
       <c-col :span="12">
        <el-form-item label="结算方式" prop="bopmod.dbagrp.bas.methods">
            <c-select v-model="model.bopmod.dbagrp.bas.methods" style="width:100%" :placeholder="$t('other.please_enter')+'结算方式'">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="组织机构" prop="bopmod.dbagrp.bas.custcod">
            <c-input  v-model="model.bopmod.dbagrp.bas.custcod" maxlength="18"  :placeholder="$t('other.please_enter')+'组织机构'"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000006 : 类型 -->
                  
<c-col :span="12">
    <span  v-text="model.bopmod.dbap.baspp.cusnam"   data-path=".bopmod.dbap.baspp.cusnam" > </span>
</c-col>
                  
       <c-col :span="12">
        <el-form-item :label="$t('baspp.S0000006')" prop="bopmod.dbagrp.bas.custype">
            <c-select v-model="model.bopmod.dbagrp.bas.custype" style="width:100%" :placeholder="$t('other.please_enter')+$t('baspp.S0000006')">
              </c-select>
        </el-form-item>
       </c-col>
                 <!-- S0000008 : 组织机构代码 -->
                  
       <c-col :span="12">
        <c-form-item label="收款人名称" prop="bopmod.dbagrp.bas.custnm">
            <c-input type="textarea" v-model="model.bopmod.dbagrp.bas.custnm" maxlength="63" show-word-limit :placeholder="$t('other.please_enter')+'收款人名称'" ></c-input>
        </c-form-item>
        </c-col>
                  
<c-col :span="12">
    <span  v-text="model.bopmod.dbap.baspp.cornam"   data-path=".bopmod.dbap.baspp.cornam" > </span>
</c-col>
                 <!-- S0000009 : 名称 -->
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onButpErr">
             {{$t('butp.C0000013')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="付款人名称" prop="bopmod.dbagrp.bas.oppuser">
            <c-input type="textarea" v-model="model.bopmod.dbagrp.bas.oppuser" maxlength="63" show-word-limit :placeholder="$t('other.please_enter')+'付款人名称'" ></c-input>
        </c-form-item>
        </c-col>
                  
<c-col :span="12">
    <span  v-text="model.bopmod.dbap.baspp.corpnam"   data-path=".bopmod.dbap.baspp.corpnam" > </span>
</c-col>
                 <!-- S0000010 : 名称 -->
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.bopmod.dbap.baspp.acp">{{$t('baspp.C0000038')}}</c-checkbox>
       </c-col>
                 <!-- S0000007 : 身份证件号码 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('baspp.S0000007')" prop="bopmod.dbagrp.bas.idcode">
            <c-input  v-model="model.bopmod.dbagrp.bas.idcode" maxlength="32"  :placeholder="$t('other.please_enter')+$t('baspp.S0000007')"></c-input>
        </c-form-item>
       </c-col>
                  
<c-col :span="12">
    <span  v-text="model.bopmod.dbap.baspp.exratelab"   data-path=".bopmod.dbap.baspp.exratelab" > </span>
</c-col>
                  
       <c-col :span="12">
        <c-form-item label="结汇汇率" prop="bopmod.dbagrp.bas.exrate">
            <c-input  v-model="model.bopmod.dbagrp.bas.exrate"  :placeholder="$t('other.please_enter')+'结汇汇率'"></c-input>
        </c-form-item>
       </c-col>
                  
<c-col :span="12">
    <span  v-text="model.bopmod.dbap.baspp.lcyamtlab"   data-path=".bopmod.dbap.baspp.lcyamtlab" > </span>
</c-col>
                  
       <c-col :span="12">
        <c-form-item label="结汇金额" prop="bopmod.dbagrp.bas.lcyamt">
            <c-input  v-model="model.bopmod.dbagrp.bas.lcyamt"  :placeholder="$t('other.please_enter')+'结汇金额'"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000015 : 人民币帐号/银行卡号 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('baspp.S0000015')" prop="bopmod.dbagrp.bas.lcyacc">
            <c-input  v-model="model.bopmod.dbagrp.bas.lcyacc" maxlength="32"  :placeholder="$t('other.please_enter')+$t('baspp.S0000015')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000016 : 现汇金额 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('baspp.S0000016')" prop="bopmod.dbagrp.bas.fcyamt">
            <c-input  v-model="model.bopmod.dbagrp.bas.fcyamt"  :placeholder="$t('other.please_enter')+$t('baspp.S0000016')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000017 : 外汇帐号/银行卡号 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('baspp.S0000017')" prop="bopmod.dbagrp.bas.fcyacc">
            <c-input  v-model="model.bopmod.dbagrp.bas.fcyacc" maxlength="32"  :placeholder="$t('other.please_enter')+$t('baspp.S0000017')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000018 : 其它金额 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('baspp.S0000018')" prop="bopmod.dbagrp.bas.othamt">
            <c-input  v-model="model.bopmod.dbagrp.bas.othamt"  :placeholder="$t('other.please_enter')+$t('baspp.S0000018')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000019 : 其它帐号/银行卡号 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('baspp.S0000019')" prop="bopmod.dbagrp.bas.othacc">
            <c-input  v-model="model.bopmod.dbagrp.bas.othacc" maxlength="32"  :placeholder="$t('other.please_enter')+$t('baspp.S0000019')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000044 : 收入款币种及金额 -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('dbap.S0000044')" prop="bopmod.dbagrp.bas.txccy">
            <c-select v-model="model.bopmod.dbagrp.bas.txccy" style="width:100%" :placeholder="$t('other.please_enter')+$t('dbap.S0000044')">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item :label="$t('dbap.S0000044')" prop="bopmod.dbagrp.bas.txamt">
            <c-input  v-model="model.bopmod.dbagrp.bas.txamt"  :placeholder="$t('other.please_enter')+$t('dbap.S0000044')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000030 : 国内银行扣费 -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('dbap.S0000030')" prop="bopmod.dbagrp.bas.inchargeccy">
            <c-select v-model="model.bopmod.dbagrp.bas.inchargeccy" style="width:100%" :placeholder="$t('other.please_enter')+$t('dbap.S0000030')">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item :label="$t('dbap.S0000030')" prop="bopmod.dbagrp.bas.inchargeamt">
            <c-input  v-model="model.bopmod.dbagrp.bas.inchargeamt"  :placeholder="$t('other.please_enter')+$t('dbap.S0000030')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000032 : 国外银行扣费 -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('dbap.S0000032')" prop="bopmod.dbagrp.bas.outchargeccy">
            <c-select v-model="model.bopmod.dbagrp.bas.outchargeccy" style="width:100%" :placeholder="$t('other.please_enter')+$t('dbap.S0000032')">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item :label="$t('dbap.S0000032')" prop="bopmod.dbagrp.bas.outchargeamt">
            <c-input  v-model="model.bopmod.dbagrp.bas.outchargeamt"  :placeholder="$t('other.please_enter')+$t('dbap.S0000032')"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onCan">
             {{$t('butp.CG000004')}}
        </c-button>
       </c-col>
  </div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Getset/Event"

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

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

    }
}
</script>
<style>

</style>