Commit 36c536be by lsk

调整

parent adb4b154
......@@ -3,17 +3,28 @@
<c-col :span="24">
<c-col :span="11">
<c-col :span="12">
<c-col :span="16">
<el-form-item label="信用证参考号" prop="didgrp.rec.ownref">
<c-fullbox>
<c-input
v-model="model.didgrp.rec.ownref"
maxlength="16"
placeholder="请输入信用证参考号"
disabled
></c-input>
<template slot="footer">
<c-button
style="padding: 0 14px;"
size="small"
type="primary"
>
<span style="font-size:15px;font-family:'宋体';font-weight:bold">i</span>
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="1" style="text-align: right;margin-left:10px">
<!-- <c-col :span="1" style="text-align: right;margin-left:10px">
<c-button
style="margin:0;padding: 0 14px;"
size="small"
......@@ -21,14 +32,15 @@
>
<span style="font-size:15px;font-family:'宋体';font-weight:bold">i</span>
</c-button>
</c-col>
</c-col> -->
<c-col :span="11" style="margin-left:-10px">
<c-col :span="8">
<el-form-item
label="到期日"
prop="didgrp.rec.expdat"
label-width="30%"
>
<c-fullbox>
<c-date-picker
type="date"
v-model="model.didgrp.rec.expdat"
......@@ -36,6 +48,7 @@
placeholder="请选择Date of Expiry"
disabled
></c-date-picker>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
......
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