Commit 36c536be by liushikai

调整

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