Conp1.vue 11.4 KB
Newer Older
1
<template>
Wuyuqiu committed
2
  <div class="eibs">
3
    <c-row>
liyixun committed
4
      <c-col :span="24">
Wuyuqiu committed
5
        <c-col :span="12" style="padding-right: 20px">
liyixun committed
6 7 8 9 10 11 12 13 14 15 16 17 18
          <c-col :span="24">
            <el-form-item
              label="主债务签约日期"
              prop="cfagit.recgrp.bas.maindebtcondate"
            >
              <c-date-picker
                type="date"
                v-model="model.cfagit.recgrp.bas.maindebtcondate"
                style="width: 100%"
                placeholder="请选择主债务签约日期"
              ></c-date-picker>
            </el-form-item>
          </c-col>
19

liyixun committed
20 21 22 23 24 25 26 27
          <c-col :span="24">
            <el-form-item label="借款利率(%)" prop="cfagit.recgrp.bas.intrat">
              <c-input
                v-model="model.cfagit.recgrp.bas.intrat"
                placeholder="请输入借款利率(%)"
              ></c-input>
            </el-form-item>
          </c-col>
28

liyixun committed
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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
          <c-col :span="24">
            <el-form-item
              label="被担保人境内母公司中文名称"
              prop="cfagit.recgrp.bas.guedparecompname"
            >
              <c-input
                type="textarea"
                v-model="model.cfagit.recgrp.bas.guedparecompname"
                maxlength="116"
                show-word-limit
                placeholder="请输入被担保人境内母公司中文名称"
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              label="被担保人境内母公司英文名称"
              prop="cfagit.recgrp.bas.guedparecompnamen"
            >
              <c-input
                type="textarea"
                v-model="model.cfagit.recgrp.bas.guedparecompnamen"
                maxlength="116"
                show-word-limit
                placeholder="请输入被担保人境内母公司英文名称"
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              label="被担保人境内母公司代码"
              prop="cfagit.recp.pubp.cousel1.guedparecompcode"
            >
              <c-input
                v-model="model.cfagit.recp.pubp.cousel1.guedparecompcode"
                maxlength="18"
                placeholder="请输入被担保人境内母公司代码"
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item label="是否有反担保人" prop="cfagit.recgrp.bas.cgyn">
              <c-select
                v-model="model.cfagit.recgrp.bas.cgyn"
                style="width: 100%"
                placeholder="请选择是否有反担保人"
              >
                <el-option
                  v-for="item in codes.cgyn"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              label="反担保人国别/地区代码"
              prop="cfagit.recgrp.bas.cgcouncode"
            >
              <c-input
                :disabled="model.cfagit.recgrp.bas.cgyn != '1'"
                v-model="model.cfagit.recgrp.bas.cgcouncode"
                maxlength="3"
                placeholder="请输入反担保人国别/地区代码"
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              label="反担保人国别/地区代码"
              prop="cfagit.recgrp.bas.cgcode"
            >
              <c-input
                :disabled="model.cfagit.recgrp.bas.cgyn != '1'"
                v-model="model.cfagit.recgrp.bas.cgcode"
                maxlength="32"
                placeholder="请输入反担保人国别/地区代码"
              ></c-input>
            </el-form-item>
          </c-col>
112

liyixun committed
113
          <c-col :span="24">
Wuyuqiu committed
114 115 116 117 118
            <c-col :span="12">
              <el-form-item
                label=""
                prop="cfagit.recp.pubp.founds1"
                class="checkbox-left"
liyixun committed
119
              >
Wuyuqiu committed
120 121 122 123
                <c-checkbox v-model="model.cfagit.recp.pubp.founds1"
                  >境外直接投资</c-checkbox
                >
              </el-form-item>
liyixun committed
124
            </c-col>
Wuyuqiu committed
125 126 127 128 129
            <c-col :span="12">
              <el-form-item
                label=""
                prop="cfagit.recp.pubp.founds2"
                class="checkbox-left"
liyixun committed
130
              >
Wuyuqiu committed
131 132 133 134
                <c-checkbox v-model="model.cfagit.recp.pubp.founds2"
                  >偿还境外债务</c-checkbox
                >
              </el-form-item>
liyixun committed
135 136 137
            </c-col>
          </c-col>
          <c-col :span="24">
Wuyuqiu committed
138 139 140 141 142
            <c-col :span="12">
              <el-form-item
                label=""
                prop="cfagit.recp.pubp.founds5"
                class="checkbox-left"
liyixun committed
143
              >
Wuyuqiu committed
144 145 146 147
                <c-checkbox v-model="model.cfagit.recp.pubp.founds5"
                  >以直接投资形式回流</c-checkbox
                >
              </el-form-item>
liyixun committed
148
            </c-col>
Wuyuqiu committed
149 150 151 152 153
            <c-col :span="12">
              <el-form-item
                label=""
                prop="cfagit.recp.pubp.founds6"
                class="checkbox-left"
liyixun committed
154
              >
Wuyuqiu committed
155 156 157 158
                <c-checkbox v-model="model.cfagit.recp.pubp.founds6"
                  >以外债形式回流</c-checkbox
                >
              </el-form-item>
liyixun committed
159 160 161
            </c-col>
          </c-col>
        </c-col>
Wuyuqiu committed
162
        <c-col :span="12" style="padding-left: 20px">
liyixun committed
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 203
          <c-col :span="24">
            <el-form-item
              label="主债务到期日"
              prop="cfagit.recgrp.bas.maindebtmaturity"
            >
              <c-date-picker
                type="date"
                v-model="model.cfagit.recgrp.bas.maindebtmaturity"
                style="width: 100%"
                placeholder="请选择主债务到期日"
              ></c-date-picker>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              label="主债务到期日"
              prop="cfagit.recgrp.bas.maindebtmaturity"
            >
              <c-date-picker
                type="date"
                v-model="model.cfagit.recgrp.bas.maindebtmaturity"
                style="width: 100%"
                placeholder="请选择主债务到期日"
              ></c-date-picker>
            </el-form-item>
          </c-col>
          <c-col :span="24">
            <el-form-item
              label="反担保人中文名称"
              prop="cfagit.recgrp.bas.cgname"
            >
              <c-input
                :disabled="model.cfagit.recgrp.bas.cgyn != '1'"
                type="textarea"
                v-model="model.cfagit.recgrp.bas.cgname"
                maxlength="124"
                show-word-limit
                placeholder="请输入反担保人中文名称"
              ></c-input>
            </el-form-item>
          </c-col>
204

liyixun committed
205 206 207 208 209 210 211 212 213 214 215 216 217 218 219
          <c-col :span="24">
            <el-form-item
              label="反担保人英文名称"
              prop="cfagit.recgrp.bas.cgnamen"
            >
              <c-input
                :disabled="model.cfagit.recgrp.bas.cgyn != '1'"
                type="textarea"
                v-model="model.cfagit.recgrp.bas.cgnamen"
                maxlength="124"
                show-word-limit
                placeholder="请输入反担保人英文名称"
              ></c-input>
            </el-form-item>
          </c-col>
220

liyixun committed
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237
          <c-col :span="24">
            <el-form-item label="是否调回境内" prop="cfagit.recgrp.bas.thyn">
              <c-select
                v-model="model.cfagit.recgrp.bas.thyn"
                style="width: 100%"
                placeholder="请选择是否调回境内"
              >
                <el-option
                  v-for="item in codes.thyn"
                  :key="item.value"
                  :label="item.label"
                  :value="item.value"
                >
                </el-option>
              </c-select>
            </el-form-item>
          </c-col>
238

liyixun committed
239 240 241 242 243 244 245 246 247
          <c-col :span="24">
            <el-form-item label="资金调回金额" prop="cfagit.recgrp.bas.thje">
              <c-input
                :disabled="model.cfagit.recgrp.bas.thyn == '0'"
                v-model="model.cfagit.recgrp.bas.thje"
                placeholder="请输入资金调回金额"
              ></c-input>
            </el-form-item>
          </c-col>
248

liyixun committed
249 250 251 252 253 254 255 256 257 258
          <c-col :span="24">
            <el-form-item
              label="是否与境外投资相关"
              prop="cfagit.recgrp.bas.jwyn"
            >
              <c-select
                v-model="model.cfagit.recgrp.bas.jwyn"
                style="width: 100%"
                placeholder="请选择是否与境外投资相关"
              >
259
              </c-select>
liyixun committed
260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275
            </el-form-item>
          </c-col>

          <c-col :span="24">
            <el-form-item
              label="发行/上市国家与地区"
              prop="cfagit.recgrp.bas.issuecountrycode"
            >
              <c-input
                v-model="model.cfagit.recgrp.bas.issuecountrycode"
                maxlength="3"
                placeholder="请输入发行/上市国家与地区"
              ></c-input>
            </el-form-item>
          </c-col>
          <c-col :span="24">
Wuyuqiu committed
276 277 278 279 280
            <c-col :span="12">
              <el-form-item
                label=""
                prop="cfagit.recp.pubp.founds3"
                class="checkbox-left"
liyixun committed
281
              >
Wuyuqiu committed
282 283 284 285
                <c-checkbox v-model="model.cfagit.recp.pubp.founds3"
                  >补充营运或流动性资金</c-checkbox
                >
              </el-form-item>
liyixun committed
286
            </c-col>
Wuyuqiu committed
287 288 289 290 291
            <c-col :span="12">
              <el-form-item
                label=""
                prop="cfagit.recp.pubp.founds4"
                class="checkbox-left"
liyixun committed
292
              >
Wuyuqiu committed
293 294 295 296
                <c-checkbox v-model="model.cfagit.recp.pubp.founds4"
                  >其他境外使用</c-checkbox
                >
              </el-form-item>
liyixun committed
297 298 299
            </c-col>
          </c-col>
          <c-col :span="24">
Wuyuqiu committed
300 301 302 303 304
            <c-col :span="12">
              <el-form-item
                label=""
                prop="cfagit.recp.pubp.founds7"
                class="checkbox-left"
liyixun committed
305
              >
Wuyuqiu committed
306 307 308 309
                <c-checkbox v-model="model.cfagit.recp.pubp.founds7"
                  >以贸易形式回流</c-checkbox
                >
              </el-form-item>
liyixun committed
310
            </c-col>
Wuyuqiu committed
311 312 313 314 315
            <c-col :span="12">
              <el-form-item
                label=""
                prop="cfagit.recp.pubp.founds8"
                class="checkbox-left"
liyixun committed
316
              >
Wuyuqiu committed
317 318 319 320
                <c-checkbox v-model="model.cfagit.recp.pubp.founds8"
                  >以其他形式回流</c-checkbox
                >
              </el-form-item>
liyixun committed
321 322
            </c-col>
          </c-col>
323
        </c-col>
liyixun committed
324 325
      </c-col>
    </c-row>
326 327 328
  </div>
</template>
<script>
liyixun committed
329
import Api from "~/service/Api";
330
import commonProcess from "~/mixin/commonProcess";
liyixun committed
331 332
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Gitopn/Event";
333 334

export default {
liyixun committed
335 336 337 338 339 340 341 342 343
  inject: ["root"],
  props: ["model", "codes"],
  mixins: [commonProcess],
  data() {
    return {};
  },
  methods: { ...Event },
  created: function () {},
};
344 345 346
</script>
<style>
</style>