Basp.vue 8.08 KB
Newer Older
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
<template>
  <div class="eibs-tab">
                             <!-- S0000015 : 申报号码 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('bassp.S0000015')" prop="recgrp.bas.rptno">
            <c-input  v-model="model.recgrp.bas.rptno" maxlength="22"  :placeholder="$t('other.please_enter')+$t('bassp.S0000015')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000040 : 删除原因 -->
                  
       <c-col :span="12">
        <c-form-item label="删除原因" prop="recgrp.bas.actiondesc">
            <c-input type="textarea" v-model="model.recgrp.bas.actiondesc" maxlength="32" show-word-limit :placeholder="$t('other.please_enter')+'删除原因'" ></c-input>
        </c-form-item>
        </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onBopbutSav">
             {{$t('butp.C0000006')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onBasppGetref">
             {{$t('bassp.C0000038')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onBopbutMod">
             {{$t('butp.C0000009')}}
        </c-button>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onBopbutChk">
             {{$t('butp.C0000007')}}
        </c-button>
       </c-col>
                 <!-- S0000016 : 操作类型 -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('bassp.S0000016')" prop="recgrp.bas.actiontype">
            <c-select v-model="model.recgrp.bas.actiontype" style="width:100%" :placeholder="$t('other.please_enter')+$t('bassp.S0000016')">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small"  icon="el-icon-delete" @click="onBopbutDel">
             {{$t('butp.C0000010')}}
        </c-button>
       </c-col>
                 <!-- S0000039 : 地区机构号 -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('bassp.S0000039')" prop="recgrp.bas.ownextkey">
            <c-select v-model="model.recgrp.bas.ownextkey" style="width:100%" :placeholder="$t('other.please_enter')+$t('bassp.S0000039')">
              </c-select>
        </el-form-item>
       </c-col>
                  
       <c-col :span="12">
	    <c-checkbox v-model="model.recp.baspp.acp">{{$t('bassp.C0000029')}}</c-checkbox>
       </c-col>
                 <!-- S0000018 : 银行业务编号 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('bassp.S0000018')" prop="recgrp.bas.buscode">
            <c-input  v-model="model.recgrp.bas.buscode" maxlength="22"  :placeholder="$t('other.please_enter')+$t('bassp.S0000018')"></c-input>
        </c-form-item>
       </c-col>
                  
75
       <!-- <c-col :span="12">
76 77 78
        <c-form-item label="�'�汇申请人组织机构代码" prop="recgrp.bas.custcod">
            <c-input  v-model="model.recgrp.bas.custcod" maxlength="18"  :placeholder="$t('other.please_enter')+'�'�汇申请人组织机构代码'"></c-input>
        </c-form-item>
79
       </c-col> -->
80 81 82 83 84
                  
<c-col :span="12">
    <span  v-text="model.recp.baspp.cusnam"   data-path=".recp.baspp.cusnam" > </span>
</c-col>
                  
85
       <!-- <c-col :span="12">
86 87 88 89
        <el-form-item label="�'�汇申请人主体类型" prop="recgrp.bas.custype">
            <c-select v-model="model.recgrp.bas.custype" style="width:100%" :placeholder="$t('other.please_enter')+'�'�汇申请人主体类型'">
              </c-select>
        </el-form-item>
90
       </c-col> -->
91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
                 <!-- S0000027 : 组织机构代码 -->
                 <!-- S0000026 : 个人身份证件号码 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('bassp.S0000026')" prop="recgrp.bas.idcode">
            <c-input  v-model="model.recgrp.bas.idcode" maxlength="32"  :placeholder="$t('other.please_enter')+$t('bassp.S0000026')"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onButpErr">
             {{$t('butp.C0000013')}}
        </c-button>
       </c-col>
                  
106
       <!-- <c-col :span="12">
107 108 109
        <c-form-item label="�'�汇申请人名称" prop="recgrp.bas.custnm">
            <c-input type="textarea" v-model="model.recgrp.bas.custnm" maxlength="63" show-word-limit :placeholder="$t('other.please_enter')+'�'�汇申请人名称'" ></c-input>
        </c-form-item>
110
        </c-col> -->
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
                  
<c-col :span="12">
    <span  v-text="model.recp.baspp.cornam"   data-path=".recp.baspp.cornam" > </span>
</c-col>
                 <!-- S0000034 : 外汇账户账号 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('bassp.S0000034')" prop="recgrp.bas.fcyacc">
            <c-input  v-model="model.recgrp.bas.fcyacc" maxlength="32"  :placeholder="$t('other.please_enter')+$t('bassp.S0000034')"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000033 : 人民币账户账号 -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('bassp.S0000033')" prop="recgrp.bas.lcyacc">
            <c-input  v-model="model.recgrp.bas.lcyacc" maxlength="32"  :placeholder="$t('other.please_enter')+$t('bassp.S0000033')"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-form-item label="外汇收款人名称" prop="recgrp.bas.oppuser">
            <c-input type="textarea" v-model="model.recgrp.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.recp.baspp.corpnam"   data-path=".recp.baspp.corpnam" > </span>
</c-col>
                  
<c-col :span="12">
    <span  v-text="model.recp.baspp.corbnam"   data-path=".recp.baspp.corbnam" > </span>
</c-col>
                  
       <c-col :span="12">
        <c-form-item label="外汇帐户开户行" prop="recgrp.bas.oppbank">
            <c-input type="textarea" v-model="model.recgrp.bas.oppbank" maxlength="32" show-word-limit :placeholder="$t('other.please_enter')+'外汇帐户开户行'" ></c-input>
        </c-form-item>
        </c-col>
                 <!-- S0000036 : 购汇币种 -->
                  
       <c-col :span="12">
        <el-form-item :label="$t('dbwp.S0000036')" prop="recgrp.bas.lcyccy">
            <c-select v-model="model.recgrp.bas.lcyccy" style="width:100%" :placeholder="$t('other.please_enter')+$t('dbwp.S0000036')">
              </c-select>
        </el-form-item>
       </c-col>
                 <!-- S0000037 : 汇率 -->
                  
       <c-col :span="12">
        <c-form-item label="汇率" prop="recgrp.bas.exrate">
            <c-input  v-model="model.recgrp.bas.exrate"  :placeholder="$t('other.please_enter')+'汇率'"></c-input>
        </c-form-item>
       </c-col>
                 <!-- S0000041 : 购汇金额(人民币) -->
                  
       <c-col :span="12">
        <c-form-item :label="$t('dbwp.S0000041')" prop="recgrp.bas.lcyamt">
            <c-input  v-model="model.recgrp.bas.lcyamt"  :placeholder="$t('other.please_enter')+$t('dbwp.S0000041')"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="12">
        <c-button size="small" type="primary"  @click="onBopbutExt">
             {{$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/Dbwinf/Event"

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

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

    }
}
</script>
<style>

</style>