|
@@ -4,7 +4,7 @@
|
|
|
<el-tabs class="mt20">
|
|
|
<!-- 资产信息-->
|
|
|
<el-tab-pane label="资产信息">
|
|
|
- <el-form ref="form" :model="form" :rules="rules" :inline="true" label-width="176px">
|
|
|
+ <el-form ref="form" :model="form" :rules="rules" label-width="176px">
|
|
|
<el-row class="zap-form zap-bg">
|
|
|
<content-title title="资产信息"></content-title>
|
|
|
<zap-tip class="mt16" />
|
|
@@ -21,12 +21,9 @@
|
|
|
/>
|
|
|
<el-table-column label="金额" align="center" prop="zbiAmount" />
|
|
|
</el-table>
|
|
|
- <el-row class="mt32">
|
|
|
- <el-col :span="8">
|
|
|
- <text-item class="zap-flex-1" label="开立方" :value="form.openName"></text-item>
|
|
|
- </el-col>
|
|
|
- <el-col :span="8" v-if="this.zfiCreateType == 0">
|
|
|
- <el-form-item label="授信额度" prop="zfiCoreQuotaId">
|
|
|
+ <el-row class="mt32" type="flex" style="flex-wrap: wrap;">
|
|
|
+ <text-item class="zap-flex-1" label="开立方" :value="form.openName"></text-item>
|
|
|
+ <el-form-item class="zap-flex-1" v-if="this.zfiCreateType == 0" label="授信额度" prop="zfiCoreQuotaId">
|
|
|
<el-select
|
|
|
class="zap-form-input"
|
|
|
v-model="form.zfiCoreQuotaId"
|
|
@@ -42,23 +39,15 @@
|
|
|
></el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :span="8" v-if="this.zfiCreateType != 0">
|
|
|
- <el-form-item label="授信额度" prop="zfpName">
|
|
|
+ <el-form-item class="zap-flex-1" v-if="this.zfiCreateType != 0" label="授信额度" prop="zfpName">
|
|
|
<el-input class="zap-form-input" v-model="form.zfpName" disabled />
|
|
|
</el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :span="8">
|
|
|
<div class="zap-form-search-wrap zap-flex-1">
|
|
|
<span class="label">最小融资金额:</span>
|
|
|
<span class="value">{{zfpMinimumAmount}}</span>
|
|
|
</div>
|
|
|
- </el-col>
|
|
|
- <el-col :span="8">
|
|
|
<text-item class="zap-flex-1" label="接收方" :value="form.receiveName"></text-item>
|
|
|
- </el-col>
|
|
|
- <el-col :span="8">
|
|
|
- <el-form-item label="签发金额" prop="zfiAmount">
|
|
|
+ <el-form-item class="zap-flex-1" label="签发金额" prop="zfiAmount">
|
|
|
<el-input
|
|
|
class="zap-form-input"
|
|
|
v-model="form.zfiAmount"
|
|
@@ -66,14 +55,10 @@
|
|
|
@input.native="changeRate($event,form.zfiAmount)"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :span="8">
|
|
|
- <el-form-item label="签发金额" prop="issuedAmount">
|
|
|
+ <el-form-item class="zap-flex-1" label="签发金额" prop="issuedAmount">
|
|
|
<el-input class="zap-form-input" v-model="issuedAmount" disabled />
|
|
|
</el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :span="8">
|
|
|
- <el-form-item label="承诺还款日" prop="zfiExpireDate">
|
|
|
+ <el-form-item class="zap-flex-1" label="承诺还款日" prop="zfiExpireDate">
|
|
|
<el-date-picker
|
|
|
class="zap-form-input"
|
|
|
clearable
|
|
@@ -85,9 +70,7 @@
|
|
|
:picker-options="pickerOptions"
|
|
|
></el-date-picker>
|
|
|
</el-form-item>
|
|
|
- </el-col>
|
|
|
- <el-col :span="8">
|
|
|
- <el-form-item label="签发有效期" prop="zfiEffectiveDate">
|
|
|
+ <el-form-item class="zap-flex-1" label="签发有效期" prop="zfiEffectiveDate">
|
|
|
<el-date-picker
|
|
|
class="zap-form-input"
|
|
|
clearable
|
|
@@ -108,8 +91,6 @@
|
|
|
<i class="el-icon-question" style="font-size: 23px;" />
|
|
|
</el-tooltip>-->
|
|
|
</el-form-item>
|
|
|
- </el-col>
|
|
|
-
|
|
|
<!-- <el-col :span="8" v-if="this.zfiCreateType == 0">
|
|
|
<span>有效期:</span>
|
|
|
<span>{{validityDate}}</span>
|