Commit 05b2d2bd by fukai

修改弹性布局

parent 201c4cd0
...@@ -3,36 +3,27 @@ ...@@ -3,36 +3,27 @@
<!-- =================顶部====================== --> <!-- =================顶部====================== -->
<c-col :span="24"> <c-col :span="24">
<c-col :span="11"> <c-col :span="11">
<c-col :span="20">
<el-form-item <el-form-item
label="信用证号码" label="信用证号码"
prop="didgrp.rec.ownref" prop="didgrp.rec.ownref"
style="width: 100%" style="width: 100%"
> >
<c-fullbox>
<c-input <c-input
v-model="model.didgrp.rec.ownref" v-model="model.didgrp.rec.ownref"
maxlength="16" maxlength="16"
placeholder="请输入Reference" placeholder="请输入Reference"
style="width: 95%"
disabled disabled
></c-input> ></c-input>
</el-form-item> <template slot="footer">
</c-col>
<!-- <c-col :span="1" style="text-align: right"> -->
<c-col :span="1">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button <c-button
style="margin:0 10px 0 0;padding: 0 12px;" style="margin:0px 10px 0 10;padding: 0 12px;"
size="small" size="small"
type="primary" type="primary"
@click="onSeainf" @click="onSeainf"
> >
<span style="font-size:15px;font-family:'宋体';font-weight:bold">i</span> <span style="font-size:15px;font-family:'宋体';font-weight:bold">i</span>
</c-button> </c-button>
<!-- </el-form-item> -->
</c-col>
<c-col :span="3" style="text-align: right">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button <c-button
style="margin:0 0" style="margin:0 0"
size="small" size="small"
...@@ -42,9 +33,9 @@ ...@@ -42,9 +33,9 @@
> >
获取 获取
</c-button> </c-button>
<!-- </el-form-item> --> </template>
</c-col> </c-fullbox>
<!-- </c-col> --> </el-form-item>
</c-col> </c-col>
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1">
<el-form-item label="摘要" prop="didgrp.rec.nam"> <el-form-item label="摘要" prop="didgrp.rec.nam">
...@@ -60,38 +51,31 @@ ...@@ -60,38 +51,31 @@
</c-col> </c-col>
<!-- ====================左边======================= --> <!-- ====================左边======================= -->
<c-col :span="11"> <c-col :span="11">
<c-col :span="20"> <c-col :span="24">
<el-form-item <el-form-item
label="所属客户经理" label="所属客户经理"
prop="ditp.usr.extkey" prop="ditp.usr.extkey"
style="width: 100%" style="width: 100%"
> >
<c-fullbox>
<c-input <c-input
style="width: 95%"
v-model="model.ditp.usr.extkey" v-model="model.ditp.usr.extkey"
maxlength="8" maxlength="8"
placeholder="请输入User ID" placeholder="请输入User ID"
disabled disabled
></c-input> ></c-input>
</el-form-item> <template slot="footer">
</c-col>
<c-col :span="1">
<!-- <el-form-item label="" label-width="17px"> -->
<c-button <c-button
style="margin:0 10px 0 0;padding: 0 10px;" style="margin-left:10px;padding: 0 10px;"
size="small" size="small"
icon="el-icon-search" icon="el-icon-search"
type="primary" type="primary"
@click="onExtkey" @click="onExtkey"
></c-button> ></c-button>
<!-- </el-form-item> --> </template>
</c-fullbox>
</el-form-item>
</c-col> </c-col>
<!-- <c-col>
&nbsp;
</c-col> -->
<c-col :span="11"> <c-col :span="11">
<c-form-item label="信用证金额" prop="didgrp.cbs.nom1.cur" previewLabel="信用证币种"> <c-form-item label="信用证金额" prop="didgrp.cbs.nom1.cur" previewLabel="信用证币种">
<c-select <c-select
......
...@@ -12,14 +12,14 @@ ...@@ -12,14 +12,14 @@
</c-form-item> </c-form-item>
</c-col> </c-col>
<c-col :span="20"> <c-col :span="24">
<el-form-item <el-form-item
:label="`${argadr.title}ID`" :label="`${argadr.title}ID`"
:prop="`${argadr.grp}.${argadr.rol}.pts.extkey`" :prop="`${argadr.grp}.${argadr.rol}.pts.extkey`"
style="width: 100%" style="width: 100%"
> >
<c-fullbox>
<c-input <c-input
style="width: 95%"
v-model="model[argadr.grp][argadr.rol].pts.extkey" v-model="model[argadr.grp][argadr.rol].pts.extkey"
:placeholder="'请输入' + argadr.title + 'Extkey'" :placeholder="'请输入' + argadr.title + 'Extkey'"
@keyup.enter.native=" @keyup.enter.native="
...@@ -27,13 +27,9 @@ ...@@ -27,13 +27,9 @@
" "
@change="valueChange" @change="valueChange"
></c-input> ></c-input>
</el-form-item> <template slot="footer">
</c-col>
<c-col :span="1">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button <c-button
style="margin:0 10px 0 0;padding: 0 10px;" style="margin:0 10px 0 10px;padding: 0 10px;"
class="searchButton" class="searchButton"
size="small" size="small"
type="primary" type="primary"
...@@ -41,8 +37,6 @@ ...@@ -41,8 +37,6 @@
@click="onSeainf(`${argadr.grp}.${argadr.rol}.pts.extkey`)" @click="onSeainf(`${argadr.grp}.${argadr.rol}.pts.extkey`)"
> >
</c-button> </c-button>
</c-col>
<c-col :span="3" style="text-align: right">
<c-button <c-button
style="margin:0 0" style="margin:0 0"
class="detailsButton" class="detailsButton"
...@@ -52,7 +46,9 @@ ...@@ -52,7 +46,9 @@
> >
{{ $t('buttons.details') }} {{ $t('buttons.details') }}
</c-button> </c-button>
<!-- </el-form-item> --> </template>
</c-fullbox>
</el-form-item>
</c-col> </c-col>
<template v-if="!onlySearch"> <template v-if="!onlySearch">
......
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