Conp1.vue 8.66 KB
Newer Older
1
<template>
2 3 4 5 6
    <div class="eibs-tab">
         <!-- ==================左边================ -->
      <c-col :span="12" style="padding-right: 20px;">            
         <c-col :span="24">
          <el-form-item label="主债务签约日期" prop="recgrp.bas.maindebtcondate">
7
              <c-date-picker :disabled="this.model.cfabut.basflg==''" type="date"  v-model="model.recgrp.bas.maindebtcondate" style="width:100%"  placeholder=""></c-date-picker>
8 9 10 11 12
          </el-form-item>
         </c-col>
  
         <c-col :span="24">
          <c-form-item label="借款利率(%)" prop="recgrp.bas.intrat">
13
              <c-input :disabled="this.model.cfabut.basflg==''" v-model="model.recgrp.bas.intrat"  :placeholder="$t('other.please_enter')+$t('ebap.S0000040')"></c-input>
14 15 16 17 18 19 20 21
          </c-form-item>
         </c-col>
  
         <c-col :span="12">
              主债务合同资金用途
          </c-col>
                    
         <c-col :span="12">
22
          <c-checkbox :disabled="this.model.cfabut.basflg==''" v-model="model.recp.pubp.founds1">境外直接投资</c-checkbox>
23 24 25
         </c-col>
                    
         <c-col :span="24">
26
          <c-checkbox :disabled="this.model.cfabut.basflg==''" v-model="model.recp.pubp.founds2">偿还境外债务</c-checkbox>
27 28 29
         </c-col>
                    
         <c-col :span="24">
30
          <c-checkbox :disabled="this.model.cfabut.basflg==''" v-model="model.recp.pubp.founds3">补充营运或流动性资金</c-checkbox>
31 32 33
         </c-col>
                    
         <c-col :span="24">
34
          <c-checkbox :disabled="this.model.cfabut.basflg==''" v-model="model.recp.pubp.founds4">其他境外使用</c-checkbox>
35 36 37 38
         </c-col>
  
         <c-col :span="24">
          <c-form-item label="被担保人境内母公司中文名称" prop="recgrp.bas.guedparecompname">
39
              <c-input :disabled="this.model.cfabut.basflg==''" type="textarea" v-model="model.recgrp.bas.guedparecompname" maxlength="60" show-word-limit :placeholder="$t('other.please_enter')+$t('ebap.S0000067')" ></c-input>
40 41 42 43 44
          </c-form-item>
          </c-col>
                    
         <c-col :span="24">
          <c-form-item label="被担保人境内母公司英文名称" prop="recgrp.bas.guedparecompnamen">
45
              <c-input :disabled="this.model.cfabut.basflg==''" type="textarea" v-model="model.recgrp.bas.guedparecompnamen" maxlength="60" show-word-limit :placeholder="$t('other.please_enter')+$t('ebap.S0000068')" ></c-input>
46 47 48 49 50
          </c-form-item>
          </c-col>
                    
         <c-col :span="24">
          <c-form-item label="被担保人境内母公司代码" prop="recp.pubp.cousel1.guedparecompcode">
51
              <c-input :disabled="this.model.cfabut.basflg==''" v-model="model.recp.pubp.cousel1.guedparecompcode" maxlength="18"  :placeholder="$t('other.please_enter')+$t('ebap.S0000043')"></c-input>
52 53 54 55 56
          </c-form-item>
         </c-col>
  
         <c-col :span="24">
          <el-form-item label="是否有反担保人" prop="recgrp.bas.cgyn">
57
              <c-select :disabled="this.model.cfabut.basflg==''" :code="codes.bxh" v-model="model.recgrp.bas.cgyn" style="width:100%" :placeholder="$t('other.please_enter')+$t('ebap.S0000045')">
58 59 60 61 62 63 64 65 66 67 68 69
                </c-select>
          </el-form-item>
         </c-col>
  
         <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>
          </c-form-item>
          </c-col>
                    
         <c-col :span="24">
          <c-form-item label="反担保人英文名称" prop="recgrp.bas.cgnamen">
70
              <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 74 75
          </c-form-item>
          </c-col>
                    
         <c-col :span="10">
          <el-form-item label="是否调回境内" prop="recgrp.bas.thyn">
76
              <c-select :disabled="this.model.cfabut.basflg==''" :code="codes.bxh" v-model="model.recgrp.bas.thyn" style="width:100%" :placeholder="$t('other.please_enter')+$t('ebap.S0000048')">
77 78 79 80 81 82 83 84 85 86 87 88
                </c-select>
          </el-form-item>
         </c-col>
                    
         <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>
          </c-form-item>
         </c-col>
                    
         <c-col :span="24">
          <el-form-item label="是否与境外投资相关" prop="recgrp.bas.jwyn">
89
              <c-select :disabled="this.model.cfabut.basflg==''" :code="codes.bxh" v-model="model.recgrp.bas.jwyn" style="width:100%" :placeholder="$t('other.please_enter')+$t('ebap.S0000050')">
90 91 92 93 94 95 96 97 98
                </c-select>
          </el-form-item>
         </c-col>
      </c-col>
  
      <!-- ============右边================= -->
      <c-col :span="12" style="padding-left: 20px;">           
         <c-col :span="24">
          <el-form-item label="主债务到期日" prop="recgrp.bas.maindebtmaturity">
99
              <c-date-picker :disabled="this.model.cfabut.basflg==''" type="date"  v-model="model.recgrp.bas.maindebtmaturity" style="width:100%"  :placeholder="$t('other.please_enter')+$t('ebap.S0000038')"></c-date-picker>
100 101 102 103 104
          </el-form-item>
         </c-col>
                    
         <c-col :span="24">
          <c-form-item label="主债务期限(日)" prop="recgrp.bas.maindebtdate">
105
              <c-input :disabled="this.model.cfabut.basflg==''" v-model="model.recgrp.bas.maindebtdate"  :placeholder="$t('other.please_enter')+$t('ebap.S0000036')"></c-input>
106 107 108 109
          </c-form-item>
         </c-col>
           
         <c-col :span="24">
110
          <c-checkbox :disabled="this.model.cfabut.basflg==''" v-model="model.recp.pubp.founds5">以直接投资形式回流</c-checkbox>
111 112 113
         </c-col>
  
         <c-col :span="24">
114
          <c-checkbox :disabled="this.model.cfabut.basflg==''" v-model="model.recp.pubp.founds6">以外债形式回流</c-checkbox>
115 116 117
         </c-col>
                    
         <c-col :span="24">
118
          <c-checkbox :disabled="this.model.cfabut.basflg==''" v-model="model.recp.pubp.founds7">以贸易形式回流</c-checkbox>
119 120 121
         </c-col>
  
         <c-col :span="24">
122
          <c-checkbox :disabled="this.model.cfabut.basflg==''" v-model="model.recp.pubp.founds8">以其他形式回流</c-checkbox>
123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144
         </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">
          <c-form-item label="发行/上市国家与地区" prop="recgrp.bas.issuecountrycode">
145
              <c-input :disabled="this.model.cfabut.basflg==''" v-model="model.recgrp.bas.issuecountrycode" maxlength="3"  :placeholder="$t('other.please_enter')+'发行/上市国家与地区'"></c-input>
146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164
          </c-form-item>
         </c-col>
         <c-col :span="3">
          <c-button style=" float:right;" size="small" type="primary"  @click="onCousel1Isscoucodbut">
             ?
          </c-button>
         </c-col>
         </c-col>
         
         
  
                    
  
    </div>
  </template>
  <script>
  import Api from "~/service/Api"
  import commonProcess from "~/mixin/commonProcess";
  import CodeTable from "~/config/CodeTable"
165
  import Event from "~/model/Ebaame/Event"
166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185
  
  export default {
      inject: ['root'],
      props:["model","codes"],
      mixins: [commonProcess],
      data(){
          return {
  
          }
      },
      methods:{...Event},
      created:function(){
  
      }
  }
  </script>
  <style>
  
  </style>