Commit cb4d0af9 by 潘际乾

前端界面布局优化调整

parent 15e2a191
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
:disabled="model.litameadv != 2" :disabled="model.litameadv != 2"
type="textarea" type="textarea"
v-model="model.ameadvrmk" v-model="model.ameadvrmk"
:autosize="{ minRows: 4, maxRows: 6 }"
maxlength="68" maxlength="68"
style="width: 80%" style="width: 80%"
show-word-limit show-word-limit
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
--> -->
<el-col :span="12"> <el-col :span="12">
<el-form-item label="合同金额" prop="liaall.liaccv.concur"> <el-form-item label="合同金额" prop="liaall.liaccv.concur">
<el-row> <el-row :gutter="20">
<!-- <el-col :span="8">--> <!-- <el-col :span="8">-->
<!-- <c-input type="text" :readonly="true" value="CNY"></c-input>--> <!-- <c-input type="text" :readonly="true" value="CNY"></c-input>-->
<!-- </el-col>--> <!-- </el-col>-->
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
</el-option> </el-option>
</c-select> </c-select>
</el-col> </el-col>
<el-col :span="14"> <el-col :span="14">
<c-input <c-input
:readonly="true" :readonly="true"
...@@ -73,7 +72,7 @@ ...@@ -73,7 +72,7 @@
--> -->
<el-col :span="12"> <el-col :span="12">
<el-form-item label="Reserved Amount" prop="liaall.liaccv.newresamt"> <el-form-item label="Reserved Amount" prop="liaall.liaccv.newresamt">
<el-row> <el-row :gutter="20">
<!-- <el-col :span="8">--> <!-- <el-col :span="8">-->
<!-- <c-input type="text" :readonly="true" value="CNY"></c-input>--> <!-- <c-input type="text" :readonly="true" value="CNY"></c-input>-->
<!-- </el-col>--> <!-- </el-col>-->
...@@ -140,7 +139,7 @@ ...@@ -140,7 +139,7 @@
<el-col :span="12"> <el-col :span="12">
<el-form-item label="应付保证金金额" prop="liaall.liaccv.concur"> <el-form-item label="应付保证金金额" prop="liaall.liaccv.concur">
<el-row> <el-row :gutter="20">
<!-- <el-col :span="8">--> <!-- <el-col :span="8">-->
<!-- <c-input type="text" :readonly="true" value="CNY"></c-input>--> <!-- <c-input type="text" :readonly="true" value="CNY"></c-input>-->
<!-- </el-col>--> <!-- </el-col>-->
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
type="textarea" type="textarea"
v-model="model.mtabut.coninf.oitinf.oit.inftxt" v-model="model.mtabut.coninf.oitinf.oit.inftxt"
maxlength="60" maxlength="60"
:autosize="{ minRows: 4, maxRows: 6 }"
show-word-limit show-word-limit
placeholder="请输入Infotext" placeholder="请输入Infotext"
></c-input> ></c-input>
...@@ -50,6 +51,7 @@ ...@@ -50,6 +51,7 @@
type="textarea" type="textarea"
v-model="model.mtabut.coninf.oitset.oit.inftxt" v-model="model.mtabut.coninf.oitset.oit.inftxt"
maxlength="60" maxlength="60"
:autosize="{ minRows: 4, maxRows: 6 }"
show-word-limit show-word-limit
placeholder="请输入Infotext" placeholder="请输入Infotext"
></c-input> ></c-input>
......
...@@ -55,15 +55,19 @@ ...@@ -55,15 +55,19 @@
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="">
<c-button size="small" type="primary" @click="onLiaallButmisamt"> <c-button size="small" type="primary" @click="onLiaallButmisamt">
Add to Current Line Add to Current Line
</c-button> </c-button>
</el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="">
<c-button size="small" type="primary" @click="onLiaallButmissig"> <c-button size="small" type="primary" @click="onLiaallButmissig">
Add to Sight Amount Add to Sight Amount
</c-button> </c-button>
</el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<el-col :span="15"> <el-col :span="15">
<el-form-item label="MT799(79)备注" prop="ditp.remark"> <el-form-item label="MT799(79)备注" prop="ditp.remark">
<c-input type="textarea" v-model="model.ditp.remark" maxlength="800" :rows="6" ></c-input> <c-input type="textarea" v-model="model.ditp.remark" maxlength="800" :rows="10" ></c-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
</div> </div>
......
...@@ -364,17 +364,17 @@ ...@@ -364,17 +364,17 @@
</c-table> </c-table>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12" style="margin-bottom: 10px;">
<span v-text="model.setmod.retmsg" data-path=".setmod.retmsg"> <span v-text="model.setmod.retmsg" data-path=".setmod.retmsg">
</span> </span>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12" style="margin-bottom: 10px;">
<span v-text="model.setmod.zmqacclab" data-path=".setmod.zmqacclab"> <span v-text="model.setmod.zmqacclab" data-path=".setmod.zmqacclab">
</span> </span>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12" style="margin-bottom: 10px;">
<span <span
v-text="model.setmod.setglg.labdspflg" v-text="model.setmod.setglg.labdspflg"
data-path=".setmod.setglg.labdspflg" data-path=".setmod.setglg.labdspflg"
......
...@@ -7,37 +7,25 @@ ...@@ -7,37 +7,25 @@
--> -->
<el-col :span="24"> <el-col :span="24">
<el-form-item label="货物描述" prop="didgrp.blk.lcrgod"> <el-form-item label="货物描述" prop="didgrp.blk.lcrgod">
<c-input type="textarea" v-model="model.didgrp.blk.lcrgod" style="width:70%;margin-right:20px;" maxlength="1430" show-word-limit placeholder="请输入Description of Goods" ></c-input> <c-input type="textarea" :autosize="{ minRows: 4, maxRows: 8}" v-model="model.didgrp.blk.lcrgod" style="width:70%;margin-right:20px;" maxlength="1430" show-word-limit placeholder="请输入Description of Goods" ></c-input>
<c-button size="small" type="primary" icon="el-icon-search" @click="onLcrgodButtxmsel">
...
</c-button>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="24"> <el-col :span="24">
<el-form-item label="单据要求" prop="didgrp.blk.lcrdoc"> <el-form-item label="单据要求" prop="didgrp.blk.lcrdoc">
<c-input type="textarea" v-model="model.didgrp.blk.lcrdoc" maxlength="1950" style="width:70%;margin-right:20px;" show-word-limit placeholder="请输入单据要求" ></c-input> <c-input type="textarea" :autosize="{ minRows: 4, maxRows: 8}" v-model="model.didgrp.blk.lcrdoc" maxlength="1950" style="width:70%;margin-right:20px;" show-word-limit placeholder="请输入单据要求" ></c-input>
<c-button size="small" type="primary" icon="el-icon-search" @click="onLcrdocButtxmsel">
...
</c-button>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="24"> <el-col :span="24">
<el-form-item label="附加条款" prop="didgrp.blk.adlcnd"> <el-form-item label="附加条款" prop="didgrp.blk.adlcnd">
<c-input type="textarea" :autosize="{ minRows: 4, maxRows: 8}" v-model="model.didgrp.blk.adlcnd" style="width:70%;margin-right:20px;" maxlength="1430" show-word-limit placeholder="请输入附加条款" ></c-input> <c-input type="textarea" :autosize="{ minRows: 8, maxRows: 12}" v-model="model.didgrp.blk.adlcnd" style="width:70%;margin-right:20px;" maxlength="1430" show-word-limit placeholder="请输入附加条款" ></c-input>
<c-button size="small" type="primary" icon="el-icon-search" @click="onAdlcndButtxmsel">
...
</c-button>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="24"> <el-col :span="24">
<el-form-item label="给付款丶承兑丶议付行的指示" prop="didgrp.blk.insbnk"> <el-form-item label="给付款丶承兑丶议付行的指示" prop="didgrp.blk.insbnk">
<c-input type="textarea" :autosize="{ minRows: 4, maxRows: 8}" v-model="model.didgrp.blk.insbnk" style="width:70%;margin-right:20px;" maxlength="325" show-word-limit placeholder="请输入付行的指示" ></c-input> <c-input type="textarea" :autosize="{ minRows: 8, maxRows: 12}" v-model="model.didgrp.blk.insbnk" style="width:70%;margin-right:20px;" maxlength="325" show-word-limit placeholder="请输入付行的指示" ></c-input>
<c-button size="small" type="primary" icon="el-icon-search" @click="onInsbnkButtxmsel">
...
</c-button>
</el-form-item> </el-form-item>
</el-col> </el-col>
......
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<el-col :span="3" style="text-align:center;margin-bottom: 16px;"> <el-col :span="2" style="text-align:center;margin-bottom: 16px;">
<el-form-item label="" prop="chkinc"> <el-form-item label="" prop="chkinc">
<c-checkbox v-model="model.chkinc">Incoming</c-checkbox> <c-checkbox v-model="model.chkinc">Incoming</c-checkbox>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="3" style="text-align:center;margin-bottom: 16px;"> <el-col :span="2" style="text-align:center;margin-bottom: 16px;">
<el-form-item label="" prop="chkdzt"> <el-form-item label="" prop="chkdzt">
<c-checkbox v-model="model.chkdzt">E-Trade</c-checkbox> <c-checkbox v-model="model.chkdzt">E-Trade</c-checkbox>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="3" style="text-align:center;margin-bottom: 16px;"> <el-col :span="2" style="text-align:center;margin-bottom: 16px;">
<el-form-item label="" prop="chkpen"> <el-form-item label="" prop="chkpen">
<c-checkbox v-model="model.chkpen">Break</c-checkbox> <c-checkbox v-model="model.chkpen">Break</c-checkbox>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="3" style="text-align:center;margin-bottom: 16px;"> <el-col :span="2" style="text-align:center;margin-bottom: 16px;">
<el-form-item label="" prop="chkcor"> <el-form-item label="" prop="chkcor">
<c-checkbox v-model="model.chkcor">Correction</c-checkbox> <c-checkbox v-model="model.chkcor">Correction</c-checkbox>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="3" style="text-align:center;margin-bottom: 16px;"> <el-col :span="2" style="text-align:center;margin-bottom: 16px;">
<el-form-item label="" prop="chkaut"> <el-form-item label="" prop="chkaut">
<c-checkbox v-model="model.chkaut">Automatic</c-checkbox> <c-checkbox v-model="model.chkaut">Automatic</c-checkbox>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="3" style="text-align:center;margin-bottom: 16px;"> <el-col :span="2" style="text-align:center;margin-bottom: 16px;">
<el-form-item label="" prop="chkdel"> <el-form-item label="" prop="chkdel">
<c-checkbox v-model="model.chkdel">Reject</c-checkbox> <c-checkbox v-model="model.chkdel">Reject</c-checkbox>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="3" style="text-align:center;margin-bottom: 16px;"> <el-col :span="2" style="text-align:center;margin-bottom: 16px;">
<el-form-item label="" prop="chktco"> <el-form-item label="" prop="chktco">
<c-checkbox v-model="model.chktco">网银</c-checkbox> <c-checkbox v-model="model.chktco">网银</c-checkbox>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="3" style="text-align:center;margin-bottom: 16px;"> <el-col :span="2" style="text-align:center;margin-bottom: 16px;">
<el-form-item label="" prop="chkcan"> <el-form-item label="" prop="chkcan">
<c-checkbox v-model="model.chkcan">归档</c-checkbox> <c-checkbox v-model="model.chkcan">归档</c-checkbox>
</el-form-item> </el-form-item>
......
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