Commit 252fbc80 by liushikai

开立基本信息调整

parent 2e13eaae
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
   
</c-col> --> </c-col> -->
<c-col :span="13"> <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
disabled disabled
...@@ -110,11 +110,11 @@ ...@@ -110,11 +110,11 @@
</c-select> </c-select>
</c-form-item> </c-form-item>
</c-col> </c-col>
<c-col :span="11"> <c-col :span="13">
<c-form-item <c-form-item
previewLabel="信用证金额" previewLabel="信用证金额"
style="text-align: left" style="text-align: left"
label-width="10px" label-width="5px"
prop="didgrp.cbs.nom1.amt" prop="didgrp.cbs.nom1.amt"
> >
<c-input-currency <c-input-currency
...@@ -136,24 +136,22 @@ ...@@ -136,24 +136,22 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-col :span="20">
<c-form-item label="上下浮动限额" prop="didgrp.rec.nomtop"> <c-form-item label="上下浮动限额" prop="didgrp.rec.nomtop">
<c-input <c-input
v-model="model.didgrp.rec.nomtop" v-model="model.didgrp.rec.nomtop"
maxlength="9" maxlength="9"
style="width: 40%" style="width: 48%"
placeholder="请输入Amount Tolerance - Positive" placeholder="请输入Amount Tolerance - Positive"
></c-input> ></c-input>
<label style="display:inline-block;width:calc(20% - 15px);text-align:center;">-</label> <label style="display:inline-block;width:calc(3% - 4px);text-align:center;">-</label>
<c-input <c-input
v-model="model.didgrp.rec.nomton" v-model="model.didgrp.rec.nomton"
maxlength="9" maxlength="9"
style="width: 40%" style="width: 48%"
placeholder="请输入Amount Tolerance - Negative" placeholder="请输入Amount Tolerance - Negative"
></c-input> ></c-input>
</c-form-item> </c-form-item>
</c-col> </c-col>
</c-col>
<!-- <c-col :span="12" style="text-align: left"> <!-- <c-col :span="12" style="text-align: left">
<el-form-item <el-form-item
label="" label=""
...@@ -171,11 +169,11 @@ ...@@ -171,11 +169,11 @@
<!-- <c-col> &nbsp; </c-col> --> <!-- <c-col> &nbsp; </c-col> -->
<c-col :span="13"> <c-col :span="11">
<el-form-item label="信用证最大金额" prop="didgrp.cbs.max.cur"> <el-form-item label="信用证最大金额" prop="didgrp.cbs.max.cur">
<c-select <c-select
v-model="model.didgrp.cbs.max.cur" v-model="model.didgrp.cbs.max.cur"
style="width: 95%" style="width: 100%"
placeholder="请选择Currency" placeholder="请选择Currency"
disabled disabled
> >
...@@ -190,8 +188,8 @@ ...@@ -190,8 +188,8 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="11"> <c-col :span="13">
<el-form-item label="" label-width="0" prop="didgrp.cbs.max.amt"> <el-form-item label="" label-width="5px" prop="didgrp.cbs.max.amt">
<c-input <c-input
v-model="model.didgrp.cbs.max.amt" v-model="model.didgrp.cbs.max.amt"
placeholder="请输入信用证最大金额" placeholder="请输入信用证最大金额"
...@@ -235,19 +233,17 @@ ...@@ -235,19 +233,17 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-col :span="20">
<c-form-item label="开证日期" prop="didgrp.rec.opndat"> <c-form-item label="开证日期" prop="didgrp.rec.opndat">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.didgrp.rec.opndat" v-model="model.didgrp.rec.opndat"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
placeholder="请选择Date" placeholder="请选择Date"
style="width:100%"
></c-date-picker> ></c-date-picker>
</c-form-item> </c-form-item>
</c-col> </c-col>
</c-col>
<c-col :span="24"> <c-col :span="24">
<c-col :span="13">
<el-form-item <el-form-item
v-if="model.didgrp.rec.mytype == 'H'" v-if="model.didgrp.rec.mytype == 'H'"
label="最迟货物装运日" label="最迟货物装运日"
...@@ -257,7 +253,7 @@ ...@@ -257,7 +253,7 @@
type="date" type="date"
v-model="model.didgrp.rec.shpdat" v-model="model.didgrp.rec.shpdat"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
style="width: 95%" style="width: 100%"
placeholder="请选择Date" placeholder="请选择Date"
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
...@@ -270,8 +266,9 @@ ...@@ -270,8 +266,9 @@
type="date" type="date"
v-model="model.didgrp.rec.shpdat" v-model="model.didgrp.rec.shpdat"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
style="width: 95%" style="width: 100%"
placeholder="请选择Date" placeholder="请选择Date"
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
<el-form-item <el-form-item
...@@ -283,24 +280,22 @@ ...@@ -283,24 +280,22 @@
type="date" type="date"
v-model="model.didgrp.rec.shpdat" v-model="model.didgrp.rec.shpdat"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
style="width: 95%" style="width: 100%"
placeholder="请选择" placeholder="请选择"
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col>
<c-col :span="24"> <c-col :span="24">
<c-col :span="20">
<c-form-item label="有效日期" prop="didgrp.rec.expdat"> <c-form-item label="有效日期" prop="didgrp.rec.expdat">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.didgrp.rec.expdat" v-model="model.didgrp.rec.expdat"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
placeholder="请选择Date" placeholder="请选择Date"
style="width:100%"
></c-date-picker> ></c-date-picker>
</c-form-item> </c-form-item>
</c-col> </c-col>
</c-col>
<c-col :span="24"> <c-col :span="24">
<c-form-item label="有效地点" prop="didgrp.rec.expplc"> <c-form-item label="有效地点" prop="didgrp.rec.expplc">
<c-input <c-input
...@@ -328,7 +323,7 @@ ...@@ -328,7 +323,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="11"> <c-col :span="11">
<el-form-item label="报文类型" label-width="80px"> <el-form-item label="报文类型" label-width="103px">
<c-select v-model="model.ditp.msgtyp" placeholder="请选择报文类型" <c-select v-model="model.ditp.msgtyp" placeholder="请选择报文类型"
:code="getValues('ditp.msgtyp')" :code="getValues('ditp.msgtyp')"
:disabled="model.didgrp.rec.elcflg!='Y'" /> :disabled="model.didgrp.rec.elcflg!='Y'" />
......
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