Conp1.vue 7.52 KB
Newer Older
1 2
<template>
  <div class="eibs-tab">
huangxin committed
3 4 5 6 7
       <!-- ==================左边================ -->
    <c-col :span="12" style="padding-right: 20px;">            
       <c-col :span="24">
        <el-form-item label="主债务签约日期" prop="recgrp.bas.maindebtcondate">
            <c-date-picker type="date"  v-model="model.recgrp.bas.maindebtcondate" style="width:100%"  placeholder=""></c-date-picker>
8 9
        </el-form-item>
       </c-col>
huangxin committed
10 11 12

       <c-col :span="24">
        <c-form-item label="借款利率(%)" prop="recgrp.bas.intrat">
13 14 15
            <c-input  v-model="model.recgrp.bas.intrat"  :placeholder="$t('other.please_enter')+$t('ebap.S0000040')"></c-input>
        </c-form-item>
       </c-col>
huangxin committed
16

17
       <c-col :span="12">
huangxin committed
18 19
            主债务合同资金用途
        </c-col>
20 21
                  
       <c-col :span="12">
huangxin committed
22
	    <c-checkbox v-model="model.recp.pubp.founds1">境外直接投资</c-checkbox>
23 24
       </c-col>
                  
huangxin committed
25 26
       <c-col :span="24">
	    <c-checkbox v-model="model.recp.pubp.founds2">偿还境外债务</c-checkbox>
27 28
       </c-col>
                  
huangxin committed
29 30
       <c-col :span="24">
	    <c-checkbox v-model="model.recp.pubp.founds3">补充营运或流动性资金</c-checkbox>
31 32
       </c-col>
                  
huangxin committed
33 34
       <c-col :span="24">
	    <c-checkbox v-model="model.recp.pubp.founds4">其他境外使用</c-checkbox>
35
       </c-col>
huangxin committed
36 37 38

       <c-col :span="24">
        <c-form-item label="被担保人境内母公司中文名称" prop="recgrp.bas.guedparecompname">
39 40 41 42
            <c-input type="textarea" v-model="model.recgrp.bas.guedparecompname" maxlength="60" show-word-limit :placeholder="$t('other.please_enter')+$t('ebap.S0000067')" ></c-input>
        </c-form-item>
        </c-col>
                  
huangxin committed
43 44
       <c-col :span="24">
        <c-form-item label="被担保人境内母公司英文名称" prop="recgrp.bas.guedparecompnamen">
45 46 47 48
            <c-input type="textarea" v-model="model.recgrp.bas.guedparecompnamen" maxlength="60" show-word-limit :placeholder="$t('other.please_enter')+$t('ebap.S0000068')" ></c-input>
        </c-form-item>
        </c-col>
                  
huangxin committed
49 50
       <c-col :span="24">
        <c-form-item label="被担保人境内母公司代码" prop="recp.pubp.cousel1.guedparecompcode">
51 52 53
            <c-input  v-model="model.recp.pubp.cousel1.guedparecompcode" maxlength="18"  :placeholder="$t('other.please_enter')+$t('ebap.S0000043')"></c-input>
        </c-form-item>
       </c-col>
huangxin committed
54 55 56 57

       <c-col :span="24">
        <el-form-item label="是否有反担保人" prop="recgrp.bas.cgyn">
            <c-select :code="codes.bxh" v-model="model.recgrp.bas.cgyn" style="width:100%" :placeholder="$t('other.please_enter')+$t('ebap.S0000045')">
58 59 60
              </c-select>
        </el-form-item>
       </c-col>
huangxin committed
61 62 63 64

       <c-col :span="24">
        <c-form-item label="反担保人中文名称" prop="recgrp.bas.cgname">
            <c-input :disabled="this.model.recgrp.bas.cgyn!='1'" type="textarea" v-model="model.recgrp.bas.cgname" maxlength="64" show-word-limit :placeholder="$t('other.please_enter')+$t('ebap.S0000069')" ></c-input>
65 66 67
        </c-form-item>
        </c-col>
                  
huangxin committed
68 69 70
       <c-col :span="24">
        <c-form-item label="反担保人英文名称" prop="recgrp.bas.cgnamen">
            <c-input :disabled="this.model.recgrp.bas.cgyn!='1'" type="textarea" v-model="model.recgrp.bas.cgnamen" maxlength="64" show-word-limit :placeholder="$t('other.please_enter')+$t('ebap.S0000070')" ></c-input>
71 72 73
        </c-form-item>
        </c-col>
                  
huangxin committed
74 75 76
       <c-col :span="10">
        <el-form-item label="是否调回境内" prop="recgrp.bas.thyn">
            <c-select :code="codes.bxh" v-model="model.recgrp.bas.thyn" style="width:100%" :placeholder="$t('other.please_enter')+$t('ebap.S0000048')">
77 78 79 80
              </c-select>
        </el-form-item>
       </c-col>
                  
huangxin committed
81 82 83
       <c-col :span="14">
        <c-form-item label="资金调回金额" prop="recgrp.bas.thje">
            <c-input :disabled="this.model.recgrp.bas.thyn=='0'" v-model="model.recgrp.bas.thje"  :placeholder="$t('other.please_enter')+$t('ebap.S0000049')"></c-input>
84 85 86
        </c-form-item>
       </c-col>
                  
huangxin committed
87 88 89
       <c-col :span="24">
        <el-form-item label="是否与境外投资相关" prop="recgrp.bas.jwyn">
            <c-select :code="codes.bxh" v-model="model.recgrp.bas.jwyn" style="width:100%" :placeholder="$t('other.please_enter')+$t('ebap.S0000050')">
90 91 92
              </c-select>
        </el-form-item>
       </c-col>
huangxin committed
93 94 95 96 97 98 99 100 101
    </c-col>

    <!-- ============右边================= -->
    <c-col :span="12" style="padding-left: 20px;">           
       <c-col :span="24">
        <el-form-item label="主债务到期日" prop="recgrp.bas.maindebtmaturity">
            <c-date-picker type="date"  v-model="model.recgrp.bas.maindebtmaturity" style="width:100%"  :placeholder="$t('other.please_enter')+$t('ebap.S0000038')"></c-date-picker>
        </el-form-item>
       </c-col>
102
                  
huangxin committed
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
       <c-col :span="24">
        <c-form-item label="主债务期限(日)" prop="recgrp.bas.maindebtdate">
            <c-input  v-model="model.recgrp.bas.maindebtdate"  :placeholder="$t('other.please_enter')+$t('ebap.S0000036')"></c-input>
        </c-form-item>
       </c-col>
         
       <c-col :span="24">
	    <c-checkbox v-model="model.recp.pubp.founds5">以直接投资形式回流</c-checkbox>
       </c-col>

       <c-col :span="24">
	    <c-checkbox v-model="model.recp.pubp.founds6">以外债形式回流</c-checkbox>
       </c-col>
                  
       <c-col :span="24">
	    <c-checkbox v-model="model.recp.pubp.founds7">以贸易形式回流</c-checkbox>
       </c-col>

       <c-col :span="24">
	    <c-checkbox v-model="model.recp.pubp.founds8">以其他形式回流</c-checkbox>
       </c-col>

       <c-col :span="21">
        <c-form-item label="反担保人国别/地区代码" prop="recgrp.bas.cgcouncode">
            <c-input :disabled="this.model.recgrp.bas.cgyn!='1'" v-model="model.recgrp.bas.cgcouncode" maxlength="3"  :placeholder="$t('other.please_enter')+'反担保人国别/地区代码'"></c-input>
        </c-form-item>
       </c-col>
                  
       <c-col :span="3">
        <c-button style=" float:right;" size="small" type="primary"  @click="onCousel1Cgcouncodbut">
         ?
        </c-button>
       </c-col>

       <c-col :span="24">
        <c-form-item label="反担保人代码" prop="recgrp.bas.cgcode">
            <c-input :disabled="this.model.recgrp.bas.cgyn!='1'" v-model="model.recgrp.bas.cgcode" maxlength="32"  :placeholder="$t('other.please_enter')+$t('ebap.S0000047')"></c-input>
        </c-form-item>
       </c-col>

       <c-col :span="21">
144 145 146 147
        <c-form-item label="发行/上市国家与地区" prop="recgrp.bas.issuecountrycode">
            <c-input  v-model="model.recgrp.bas.issuecountrycode" maxlength="3"  :placeholder="$t('other.please_enter')+'发行/上市国家与地区'"></c-input>
        </c-form-item>
       </c-col>
huangxin committed
148 149 150
       <c-col :span="3">
        <c-button style=" float:right;" size="small" type="primary"  @click="onCousel1Isscoucodbut">
           ?
151 152
        </c-button>
       </c-col>
huangxin committed
153 154 155 156 157 158
       </c-col>
       
       

                  

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
  </div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Ebaadd/Event"

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

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

    }
}
</script>
<style>

</style>