Commit a584c978 by lsk

复核开立添加弹性组件

parent fe095e48
......@@ -20,24 +20,32 @@
<c-col>
<el-form-item label="远期付款指示" prop="didgrp.blk.defdet">
<c-col :span="21">
<c-input type="textarea" :disabled="model.didgrp.rec.avbby == 'P'" v-model="model.didgrp.blk.defdet" style="width:100%" maxlength="140" show-word-limit placeholder="请输入" :autosize="{ minRows: 3,maxRows:5}"></c-input>
</c-col>
<c-col :span="3" style="text-align: right">
<!-- <c-col :span="21"> -->
<c-fullbox>
<c-input type="textarea" :disabled="model.didgrp.rec.avbby == 'P'" v-model="model.didgrp.blk.defdet" style="width:98%" maxlength="140" show-word-limit placeholder="请输入" :autosize="{ minRows: 3,maxRows:5}"></c-input>
<!-- </c-col> -->
<!-- <c-col :span="3" style="text-align: right"> -->
<template slot="footer">
<c-button size="small" style="margin:0 0;" type="primary" icon="el-icon-search" @click="onDefdetButtxmsel">
</c-button>
</c-col>
</template>
</c-fullbox>
<!-- </c-col> -->
</el-form-item>
</c-col>
<c-col>
<el-form-item label="交单期限" prop="didgrp.blk.preper">
<c-col :span="21">
<c-input type="textarea" v-model="model.didgrp.blk.preper" :disabled="this.flag" style="width:100%" maxlength="105" show-word-limit placeholder="请输入"></c-input>
</c-col>
<c-col :span="3" style="text-align: right">
<!-- <c-col :span="21"> -->
<c-fullbox>
<c-input type="textarea" v-model="model.didgrp.blk.preper" :disabled="this.flag" style="width:98%" maxlength="105" show-word-limit placeholder="请输入"></c-input>
<!-- </c-col> -->
<!-- <c-col :span="3" style="text-align: right"> -->
<template slot="footer">
<c-button size="small" type="primary" style="margin:0 0;" icon="el-icon-search" @click="onPreperButtxmsel">
</c-button>
</c-col>
</template>
</c-fullbox>
<!-- </c-col> -->
</el-form-item>
</c-col>
<c-col>
......
......@@ -34,12 +34,13 @@
<!-- ====================左边======================= -->
<c-col :span="11">
<c-col :span="19">
<c-col :span="24">
<el-form-item
label="国内信用证项下开证授信额度:"
prop="liaall.limmod.limpts.wrk.pts.extkey"
style="width:100%"
>
<c-fullbox>
<c-input
v-model="model.liaall.limmod.limpts.wrk.pts.extkey"
disabled
......@@ -47,22 +48,14 @@
placeholder="请输入External Key of Address"
style="width: 100%"
></c-input>
</el-form-item>
</c-col>
<c-col :span="2">
<!-- <el-form-item label="" label-width="5px"> -->
<template slot="footer">
<c-button
style="margin:0 5px 0 15px;padding: 0 12px;"
style="margin:0 5px 0 10;padding: 0 12px;"
size="small"
type="primary"
icon="el-icon-search"
@click="onSeainf"
/>
<!-- </el-form-item> -->
</c-col>
<c-col :span="3" style="text-align: right">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button
style="margin:0 0"
size="small"
......@@ -71,10 +64,11 @@
>
详情
</c-button>
<!-- </el-form-item> -->
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="19">
<c-col :span="24">
<el-form-item label="" prop="liaall.limmod.limpts.wrk.pts.nam">
<c-input
v-model="model.liaall.limmod.limpts.wrk.pts.nam"
......@@ -86,11 +80,12 @@
</el-form-item>
</c-col>
<c-col :span="19">
<c-col :span="24" style="text-align:right">
<el-form-item
label="额度类型"
prop="liaall.limmod.limpts.nonrevflg1"
>
<c-fullbox>
<c-select
v-model="model.liaall.limmod.limpts.nonrevflg1"
style="width: 100%"
......@@ -105,17 +100,15 @@
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="2">
<!-- <el-form-item label=""> -->
<c-button style="margin:0 10px 0 15px;padding: 0 12px;" size="small" type="primary" icon="el-icon-search" @click="onLimptsGet1">
<template slot="footer">
<c-button style="padding: 0 12px;" size="small" type="primary" icon="el-icon-search" @click="onLimptsGet1">
</c-button>
<!-- </el-form-item> -->
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="19">
<c-col :span="24">
<el-form-item
label="合同流水号"
prop="liaall.limmod.limpts.pfcod1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment