Commit 07d63d99 by huangxin

出口托收UI修改

parent 5ac413f1
......@@ -7,8 +7,7 @@
<c-input type="textarea" v-model="model.bodgrp.blk.colins" maxlength="65" show-word-limit
placeholder="请输入放单指示条款" disabled></c-input>
<template slot="footer">
<c-button size="small" type="primary" disabled>
...
<c-button size="small" type="primary" disabled icon="el-icon-more">
</c-button>
</template>
</c-fullbox>
......@@ -47,8 +46,7 @@
placeholder="请输入汇票指示条款" disabled>
</c-input>
<template slot="footer">
<c-button size="small" type="primary" disabled>
...
<c-button size="small" type="primary" disabled icon="el-icon-more">
</c-button>
</template>
</c-fullbox>
......@@ -68,8 +66,7 @@
<c-input type="textarea" v-model="model.bodgrp.blk.proins" maxlength="65" show-word-limit
placeholder="请输入拒绝证书指示条款" disabled></c-input>
<template slot="footer">
<c-button size="small" type="primary" disabled>
...
<c-button size="small" type="primary" disabled icon="el-icon-more">
</c-button>
</template>
</c-fullbox>
......@@ -101,8 +98,7 @@
<c-input type="textarea" v-model="model.bodgrp.blk.othins" maxlength="65" show-word-limit
placeholder="请输入其它指示条款" disabled></c-input>
<template slot="footer">
<c-button size="small" type="primary" disabled>
...
<c-button size="small" type="primary" disabled icon="el-icon-more">
</c-button>
</template>
</c-fullbox>
......@@ -126,23 +122,24 @@
<c-input type="textarea" v-model="model.bodgrp.blk.delins" maxlength="65" show-word-limit
placeholder="请输入仓储/保险指示条款" disabled></c-input>
<template slot="footer">
<c-button size="small" type="primary" disabled>
...
<c-button size="small" type="primary" disabled icon="el-icon-more">
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<c-col :span="9">
<c-col :span="10">
<el-form-item label="面函提示" prop="bodgrp.rec.lescom">
<c-select v-model="model.bodgrp.cbs.opn1.cur" style="width: %" placeholder="请选择"
:disabled="true" :code="codes.cur">
</c-select>
</el-form-item>
</c-col>
<c-col :span="14" :offset="1">
<c-col :span="14">
<el-form-item label="" prop="bodgrp.rec.lescom" label-width="5px">
<c-input v-model="model.bodgrp.rec.lescom" placeholder="请输入" disabled></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
......
......@@ -7,7 +7,7 @@
<c-input v-model="model.bodgrp.rec.ownref" maxlength="16" placeholder="请输入托收业务编号"
style="width: 100%" disabled></c-input>
<template slot="footer">
<c-button style="margin-left:8px; padding: 0 12px" size="small" type="primary" @click="">
<c-button style="margin-left:8px; padding: 0 12px" size="small" type="primary" >
<i class="el-icon-info"></i>
</c-button>
</template>
......@@ -26,13 +26,13 @@
<c-col :span="11">
<c-col :span="12">
<el-form-item label="托收金额" prop="bodgrp.cbs.max.cur">
<c-input v-model="model.bodgrp.cbs.max.cur" style="width:100%" placeholder="请选择托收金额"
<c-select v-model="model.bodgrp.cbs.max.cur" style="width:100%" placeholder="请选择托收金额" :code="codes.curtxt1"
disabled>
</c-input>
</c-select>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="" prop="bodgrp.cbs.max.amt" label-width="0">
<c-col :span="12">
<el-form-item label="" prop="bodgrp.cbs.max.amt" label-width="5px">
<c-input v-model="model.bodgrp.cbs.max.amt" placeholder="请输入托收金额" disabled></c-input>
</el-form-item>
</c-col>
......@@ -49,13 +49,13 @@
<c-col :span="11">
<c-col :span="12">
<el-form-item label="托收余额" prop="bodgrp.cbs.opn1.cur">
<c-input v-model="model.bodgrp.cbs.opn1.cur" style="width:100%"
<c-select v-model="model.bodgrp.cbs.opn1.cur" style="width:100%" :code="codes.curtxt1"
placeholder="请选择" disabled>
</c-input>
</c-select>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="" prop="bodgrp.cbs.opn1.amt" label-width="0">
<c-col :span="12">
<el-form-item label="" prop="bodgrp.cbs.opn1.amt" label-width="5px">
<c-input v-model="model.bodgrp.cbs.opn1.amt" style="width:100%" placeholder="请输入托收余额"
disabled></c-input>
</el-form-item>
......@@ -123,15 +123,18 @@
</c-input>
</el-form-item>
</c-col>
<c-col :span="9">
<c-col :span="11">
<el-form-item label="" prop="bodgrp.rec.matpercnt">
<c-input v-model="model.bodgrp.rec.matpercnt" placeholder="请输入单据期限" disabled>
</c-input>
</el-form-item>
</c-col>
<c-col :span="2" :offset="1">
<c-col :span="1">
<el-form-item label="" label-width="5px" >
<span style="font-size: 12px;color:#606266;"></span>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="bodgrp.rec.matperbeg">
<c-select v-model="model.bodgrp.rec.matperbeg" style="width: 100%"
......@@ -177,17 +180,17 @@
</c-col>
</c-col>
</c-col>
<c-col :span="24" style="margin-top:15px;border-top:2px solid #ddd;padding-top:15px">
<c-col :span="24">
<c-col :span="11">
<c-col :span="12">
<el-form-item label="接受金额" prop="setmod.doccur">
<c-input v-model="model.setmod.doccur" style="width:100%" placeholder="请选择"
<c-select v-model="model.setmod.doccur" style="width:100%" placeholder="请选择" :code="codes.curtxt1"
disabled>
</c-input>
</c-select>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label-width="0" prop="setmod.docamt">
<c-col :span="12">
<el-form-item label-width="5px" prop="setmod.docamt">
<c-input v-model="model.setmod.docamt" placeholder="请输入"
:disabled="model.bodgrp.rec.focflg? true:false">
</c-input>
......@@ -196,22 +199,18 @@
</c-col>
</c-col>
<c-col :span="24" style="margin-top: 30px">
<span style="font-size:14px;">归还押汇款:</span>
<c-col :span="24" >
<span >归还押汇款:</span>
</c-col>
<c-col :span="24" style="margin-top: -10px">
<c-col :span="12">
<c-edit-table :model="model" v-bind="docgrd" style="margin-left:-30px">
<c-col :span="24" >
<c-edit-table :model="model" v-bind="docgrd" >
</c-edit-table>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="11">
<c-istream-table ref="table" :list="model.liaall.tenstm.rows || []" :columns="stmData.columns"
:showSelection="true" v-on:multipleSelect="multipleSelect" prop="liaall.tenstm">
</c-istream-table>
</c-col>
</c-col>
</div>
</template>
<script>
......@@ -228,13 +227,13 @@ export default {
return {
stmData: {
columns: [
'1 1 "类型" 80',
'2 2 "Dbt" 80',
'3 3 "Cdt" 80',
'4 4 "币种" 80',
'5 5 "金额" 113 2 8 1 4',
'1 1 "类型" 160',
'2 2 "Dbt" 160',
'3 3 "Cdt" 160',
'4 4 "币种" 160',
'5 5 "金额" auto 2 8 1 4',
// '6 6 "Mat.Dat." 80 4 7 1',
{ index: 6, position: 6, width: 113, render: (item, scope) => { return scope.row[item.prop] === 'null' ? '' : scope.row[item.prop] }, label: 'Mat.Dat.' },
{ index: 6, position: 6, width: 226, render: (item, scope) => { return scope.row[item.prop] === 'null' ? '' : scope.row[item.prop] }, label: 'Mat.Dat.' },
],
},
docgrd: {
......
<template>
<c-row>
<!-- ====================左边======================= -->
<c-col :span="12" :width="30">
<c-col :span="23">
<c-col :span="12">
<c-col :span="24">
<el-form-item label="放单指示条款" style="padding-top:15px">
<c-fullbox>
<c-input type="textarea" v-model="model.bodgrp.blk.colins" maxlength="65" show-word-limit
......@@ -10,12 +10,12 @@
</c-input>
<template slot="footer">
<c-button
icon="el-icon-more"
size="small"
type="primary"
@click="showGridPromptDialog('botp.colins.buttxmsel',null,null,{TXT:'bodgrp.blk.colins'},{TXT:false},'doxpDialog')"
:disabled="model.bodgrp.blk.colinsflg !='X'"
>
...
</c-button>
</template>
</c-fullbox>
......@@ -24,25 +24,24 @@
<c-col :span="24">
<el-form-item label="" prop="bodgrp.blk.colinsflg">
<el-form-item label="" prop="bodgrp.blk.colinsflg" style=" float:right;">
<c-checkbox v-model="colinsflg">放单指示条款修改</c-checkbox>
</el-form-item>
</c-col>
<c-col :span="23">
<c-col :span="24">
<el-form-item label="汇票指示条款" style="padding-top:15px">
<c-fullbox>
<c-input type="textarea" v-model="model.bodgrp.blk.dftins" maxlength="65" show-word-limit
placeholder="请输入汇票指示条款">
</c-input>
<template slot="footer">
<c-button
<c-button icon="el-icon-more"
size="small"
type="primary"
@click="showGridPromptDialog('botp.dftins.buttxmsel',null,null,{TXT:'bodgrp.blk.dftins'},{TXT:false},'doxpDialog')"
>
...
</c-button>
</template>
</c-fullbox>
......@@ -51,7 +50,7 @@
<c-col :span="23">
<c-col :span="24">
<el-form-item label="拒绝证书指示条款" style="padding-top:15px">
<c-fullbox>
<c-input type="textarea" v-model="model.bodgrp.blk.proins" maxlength="65" show-word-limit
......@@ -59,11 +58,11 @@
</c-input>
<template slot="footer">
<c-button
icon="el-icon-more"
size="small"
type="primary"
@click="showGridPromptDialog('botp.proins.buttxmsel',null,null,{TXT:'bodgrp.blk.proins'},{TXT:false},'doxpDialog')"
>
...
</c-button>
</template>
</c-fullbox>
......@@ -73,7 +72,7 @@
<c-col :span="23">
<c-col :span="24">
<el-form-item label="其它指示条款" style="padding-top:15px">
<c-fullbox>
<c-input type="textarea" v-model="model.bodgrp.blk.othins" maxlength="65" show-word-limit
......@@ -81,11 +80,11 @@
</c-input>
<template slot="footer">
<c-button
icon="el-icon-more"
size="small"
type="primary"
@click="showGridPromptDialog('botp.othins.buttxmsel',null,null,{TXT:'bodgrp.blk.othins'},{TXT:false},'doxpDialog')"
>
...
</c-button>
</template>
</c-fullbox>
......@@ -93,7 +92,7 @@
</c-col>
<c-col :span="23">
<c-col :span="24">
<el-form-item label="仓储/保险指示条款" style="padding-top:15px">
<c-fullbox>
<c-input type="textarea" v-model="model.bodgrp.blk.delins" maxlength="65" show-word-limit
......@@ -101,11 +100,11 @@
</c-input>
<template slot="footer">
<c-button
icon="el-icon-more"
size="small"
type="primary"
@click="showGridPromptDialog('botp.whins.buttxmsel',null,null,{TXT:'bodgrp.blk.delins'},{TXT:false},'doxpDialog')"
>
...
</c-button>
</template>
</c-fullbox>
......@@ -118,7 +117,7 @@
<!-- ====================右边======================= -->
<c-col :span="12">
<c-col :span="11" :offset="1">
<c-col :span="24" style="width:100%">
<el-form-item label="费用承担条款" prop="bodgrp.rec.chato" style="padding-top:15px">
......@@ -145,7 +144,7 @@
<c-col :span="22">
<c-col :span="24">
<c-checkbox v-model="model.bodgrp.rec.focflg" style="padding-left:10px">无偿放单选项</c-checkbox>
</c-col>
<c-col :span="24" style="width:100%">
......@@ -181,7 +180,6 @@
<c-col :span="12">
<el-form-item label="面函提示" prop="bodgrp.cbs.opn1.cur" style="padding-top:15px">
<c-select v-model="model.bodgrp.cbs.opn1.cur" style="width:100%" placeholder="请选择"
:disabled="true" :code="codes.cur">
</c-select>
......@@ -189,7 +187,9 @@
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="bodgrp.rec.lescom" label-width="5px">
<c-input style="padding-top:15px" v-model="model.bodgrp.rec.lescom" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
......
<template>
<div class="eibs-tab">
<c-col :span="24">
<c-col :span="12">
<el-form-item label="汇票指示条款" prop="bodgrp.blk.dftins" label-width="180px">
<c-input type="textarea" :autosize="{ minRows: 4, maxRows: 6}" v-model="model.bodgrp.blk.dftins"
style="width:70%;margin-right:20px;" maxlength="390" show-word-limit
style="width:100%;margin-right:20px;" maxlength="390" show-word-limit
placeholder="请输入汇票指示条款"></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="利息指示条款" prop="bodgrp.blk.intins" label-width="180px">
<c-input type="textarea" :autosize="{ minRows: 4, maxRows: 5}" v-model="model.bodgrp.blk.intins"
style="width:70%;margin-right:20px;" maxlength="325" show-word-limit
style="width:100%;margin-right:20px;" maxlength="325" show-word-limit
placeholder="请输入利息指示条款"></c-input>
</el-form-item>
</c-col>
<c-col :span="18">
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="结算条款" prop="bodgrp.blk.setinsbo" label-width="180px">
<c-input type="textarea" :autosize="{ minRows: 6, maxRows: 8}" v-model="model.bodgrp.blk.setinsbo"
style="width:98%;margin-right:20px;" maxlength="400" show-word-limit
style="width:100%;margin-right:20px;" maxlength="400" show-word-limit
placeholder="请输入结算条款"></c-input>
</el-form-item>
</c-col>
<c-col :span="6">
<c-button size="small" type="primary"
<c-col :span="2">
<c-button size="small" type="primary" icon="el-icon-more"
@click="showGridPromptDialog('botp.setins.buttxmsel',null,null,{TXT:'bodgrp.blk.setinsbo'},{TXT:false},'doxpDialog')">
...
</c-button>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="赋予代理行的权力" prop="bodgrp.blk.agtaut" label-width="180px">
<c-input type="textarea" :autosize="{ minRows: 6, maxRows: 6}" v-model="model.bodgrp.blk.agtaut"
style="width:40%;margin-right:20px;" maxlength="210" show-word-limit
style="width:100%;margin-right:20px;" maxlength="210" show-word-limit
placeholder="请输入赋予代理行的权力"></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="货物的起运地" prop="bodgrp.rec.shpfro" label-width="180px">
<c-input v-model="model.bodgrp.rec.shpfro" style="width:40%;margin-right:20px;" maxlength="40"
<c-input v-model="model.bodgrp.rec.shpfro" style="width:100%;margin-right:20px;" maxlength="40"
placeholder="请输入货物的起运地"></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="货物的到达地" prop="bodgrp.rec.shpto" label-width="180px">
<c-input v-model="model.bodgrp.rec.shpto" style="width:40%;margin-right:20px;" maxlength="40"
<c-input v-model="model.bodgrp.rec.shpto" style="width:100%;margin-right:20px;" maxlength="40"
placeholder="请输入货物的到达地"></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="装船日期" prop="bodgrp.rec.shpdat" label-width="180px">
<c-date-picker type="date" v-model="model.bodgrp.rec.shpdat" style="width:40%;margin-right:20px;"
<c-date-picker type="date" v-model="model.bodgrp.rec.shpdat" style="width:100%;margin-right:20px;"
placeholder="请选择装船日期"></c-date-picker>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="货物描述" prop="bodgrp.blk.goddes" label-width="180px">
<c-input type="textarea" :autosize="{ minRows: 6, maxRows: 8}" v-model="model.bodgrp.blk.goddes"
style="width:70%;margin-right:20px;" maxlength="325" show-word-limit
style="width:100%;margin-right:20px;" maxlength="325" show-word-limit
placeholder="请输入货物描述"></c-input>
</el-form-item>
</c-col>
</c-col>
</div>
</template>
......
......@@ -3,13 +3,13 @@
<!-- =================顶部====================== -->
<c-col :span="24">
<c-col :span="11">
<c-col :span="20">
<c-col :span="21">
<el-form-item label="托收业务编号" prop="bodgrp.rec.ownref" style="width: 100%">
<c-input v-model="model.bodgrp.rec.ownref" maxlength="16" placeholder="请输入托收业务编号" style="width: 95%"
disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="4" style="text-align: right">
<c-col :span="3" style="text-align: right">
<c-button type="primary" :disabled="this.model.bodgrp.drr.pts.extkey !== '' && model.bedgrp.rec.ownref == ''? false:true" @click="onBotpButgetref">
获取
</c-button>
......@@ -25,7 +25,7 @@
<!-- ====================左边======================= -->
<c-col :span="11">
<c-col :span="24">
<c-col :span="12">
<c-col :span="14">
<el-form-item label="客户经理" prop="botp.usr.extkey" style="width: 100%">
<c-row>
<c-col :span="20">
......@@ -40,7 +40,7 @@
</el-form-item>
</c-col>
<c-col :span="12">
<c-col :span="10">
<el-form-item label="" prop="bodgrp.rec.dircolflg">
<c-checkbox v-model="model.bodgrp.rec.dircolflg">是否直接托收</c-checkbox>
</el-form-item>
......@@ -55,7 +55,7 @@
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item style="text-align: left" label-width="20px" prop="bodgrp.cbs.max.amt">
<el-form-item style="text-align: left" label-width="5px" prop="bodgrp.cbs.max.amt">
<c-input-currency v-model="model.bodgrp.cbs.max.amt" style="text-align: left; width: 100%"
placeholder="请输入托收金额"
@keyup.enter.native="defaultFunction('bodgrp.cbs.max.amt', model.bodgrp.cbs.max.amt)"></c-input-currency>
......@@ -70,7 +70,7 @@
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item style="text-align: left" label-width="20px" prop="bodgrp.cbs.opn1.amt">
<el-form-item style="text-align: left" label-width="5px" prop="bodgrp.cbs.opn1.amt">
<c-input-currency v-model="model.bodgrp.cbs.opn1.amt" style="text-align: left; width: 100%"
placeholder="请输入" :disabled="true"
@keyup.enter.native="defaultFunction('bodgrp.cbs.opn1.amt', model.bodgrp.cbs.opn1.amt)"></c-input-currency>
......@@ -150,14 +150,6 @@
</el-form-item>
</c-col>
<c-docpre :model="model" :argadr="{
path: 'SEMFLG',
grp: 'botp',
code: 'docpre'
}"></c-docpre>
</c-col>
<!-- ====================右边======================= -->
<c-col :span="11" :offset="1">
......@@ -193,6 +185,13 @@
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-docpre :model="model" :argadr="{
path: 'SEMFLG',
grp: 'botp',
code: 'docpre'
}"></c-docpre>
</c-col>
</c-row>
</template>
<script>
......
......@@ -32,7 +32,7 @@
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item style="text-align: left" label-width="20px" prop="bodgrp.cbs.max.amt">
<el-form-item style="text-align: left" label-width="5px" prop="bodgrp.cbs.max.amt">
<c-input-currency v-model="model.bodgrp.cbs.max.amt" style="text-align: left; width: 100%"
placeholder="请输入托收金额" disabled
@keyup.enter.native="defaultFunction('bodgrp.cbs.max.amt', model.bodgrp.cbs.max.amt)"></c-input-currency>
......@@ -47,7 +47,7 @@
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item style="text-align: left" label-width="20px" prop="bodgrp.cbs.opn1.amt">
<el-form-item style="text-align: left" label-width="5px" prop="bodgrp.cbs.opn1.amt">
<c-input-currency v-model="model.bodgrp.cbs.opn1.amt" style="text-align: left; width: 100%"
placeholder="请输入仓储/保险" disabled
@keyup.enter.native="defaultFunction('bodgrp.cbs.opn1.amt', model.bodgrp.cbs.opn1.amt)"></c-input-currency>
......@@ -142,9 +142,8 @@
placeholder="请输入拒绝付款或承兑的原因">
</c-input>
<template slot="footer">
<c-button size="small" type="primary"
<c-button size="small" type="primary" icon="el-icon-more"
@click="showGridPromptDialog('botp.resrej.buttxmsel',null,null,{TXT:'bodgrp.blk.resrej'},{TXT:false},'doxpDialog')">
...
</c-button>
</template>
</c-fullbox>
......@@ -186,8 +185,8 @@
<c-input v-model="model.bodgrp.dre.pts.nam" maxlength="40" placeholder="请输入付款人参考号" disabled></c-input>
</el-form-item>
</c-col>
<c-col>
</c-col>
<c-col :span="24">
<c-docpre :model="model" :argadr="{
path: 'bodgrp.blk.docpre',
grp: 'botp',
......@@ -197,7 +196,6 @@
:ifShowDelete="model.rejtypsel == 'R'">
</c-docpre>
</c-col>
</c-col>
</c-row>
</template>
<script>
......
<template>
<c-row>
<!-- ====================左边======================= -->
<c-col :span="12" :width="30">
<c-col :span="23">
<c-col :span="12">
<c-col :span="24">
<el-form-item label="放单指示条款" style="padding-top:15px">
<c-fullbox>
<c-input type="textarea" v-model="model.bodgrp.blk.colins" maxlength="65" show-word-limit
placeholder="请输入放单指示条款" disabled>
</c-input>
<template slot="footer">
<c-button size="small" type="primary" disabled>
...
<c-button size="small" type="primary" disabled icon="el-icon-more">
</c-button>
</template>
</c-fullbox>
......@@ -19,21 +18,20 @@
<c-col :span="24">
<el-form-item label="" prop="bodgrp.blk.colinsflg">
<el-form-item label="" prop="bodgrp.blk.colinsflg" style=" float:right;">
<c-checkbox v-model="colinsflg" disabled>修改放单指示条款</c-checkbox>
</el-form-item>
</c-col>
<c-col :span="23">
<c-col :span="24">
<el-form-item label="汇票指示条款" style="padding-top:15px">
<c-fullbox>
<c-input type="textarea" v-model="model.bodgrp.blk.dftins" maxlength="65" show-word-limit
placeholder="请输入汇票指示条款" disabled>
</c-input>
<template slot="footer">
<c-button size="small" type="primary" disabled>
...
<c-button size="small" type="primary" disabled icon="el-icon-more">
</c-button>
</template>
</c-fullbox>
......@@ -42,45 +40,42 @@
<c-col :span="23">
<c-col :span="24">
<el-form-item label="拒绝证书指示条款" style="padding-top:15px">
<c-fullbox>
<c-input type="textarea" v-model="model.bodgrp.blk.proins" maxlength="65" show-word-limit
placeholder="请输入拒绝证书指示条款" disabled>
</c-input>
<template slot="footer">
<c-button size="small" type="primary" disabled>
...
<c-button size="small" type="primary" disabled icon="el-icon-more">
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="23">
<c-col :span="24">
<el-form-item label="其它指示条款" style="padding-top:15px">
<c-fullbox>
<c-input type="textarea" v-model="model.bodgrp.blk.othins" maxlength="65" show-word-limit
placeholder="请输入其它指示条款" disabled>
</c-input>
<template slot="footer">
<c-button size="small" type="primary" disabled>
...
<c-button size="small" type="primary" disabled icon="el-icon-more">
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="23">
<c-col :span="24">
<el-form-item label="仓储/保险指示条款" style="padding-top:15px">
<c-fullbox>
<c-input type="textarea" v-model="model.bodgrp.blk.delins" maxlength="65" show-word-limit
placeholder="请输入仓储/保险指示条款" disabled>
</c-input>
<template slot="footer">
<c-button size="small" type="primary" disabled>
...
<c-button size="small" type="primary" disabled icon="el-icon-more">
</c-button>
</template>
</c-fullbox>
......@@ -89,7 +84,7 @@
</c-col>
<!-- ====================右边======================= -->
<c-col :span="12">
<c-col :span="11" :offset="1">
<c-col :span="24" style="width:100%">
<el-form-item label="费用承担条款" prop="bodgrp.rec.chato" style="padding-top:15px">
......@@ -113,8 +108,10 @@
<c-col :span="22">
<c-checkbox v-model="model.bodgrp.rec.focflg" style="padding-left:10px" disabled>无偿放单选项</c-checkbox>
<c-col :span="24">
<el-form-item label="" prop="bodgrp.rec.focflg" label-width="120px" style=" float:right;">
<c-checkbox v-model="model.bodgrp.rec.focflg" disabled>无偿放单选项</c-checkbox>
</el-form-item>
</c-col>
<c-col :span="24" style="width:100%">
<el-form-item label="交单时是否放弃向代收行收取费用的权力" prop="bodgrp.rec.waicolcod" style="padding-top:15px">
......@@ -156,7 +153,9 @@
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="bodgrp.rec.lescom" label-width="5px">
<c-input style="padding-top:15px" v-model="model.bodgrp.rec.lescom" placeholder="请输入托收金额" disabled></c-input>
</el-form-item>
</c-col>
......
......@@ -3,14 +3,14 @@
<!-- =================顶部====================== -->
<c-col :span="24">
<c-col :span="11">
<c-col :span="22">
<c-col :span="21">
<el-form-item label="托收业务编号" prop="bodgrp.rec.ownref" style="width: 100%">
<c-input v-model="model.bodgrp.rec.ownref" maxlength="16" placeholder="请输入托收业务编号" style="width: 95%"
<c-input v-model="model.bodgrp.rec.ownref" maxlength="16" placeholder="请输入托收业务编号"
disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="2">
<c-button style="margin:0 10px 0 0;padding: 0 10px;" size="small" type="primary" icon="el-icon-search"></c-button>
<c-col :span="3">
<c-button style="float:right;" size="small" type="primary" icon="el-icon-search"></c-button>
</c-col>
</c-col>
<c-col :span="11" :offset="1">
......@@ -31,7 +31,7 @@
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item style="text-align: left" label-width="20px" prop="bodgrp.cbs.max.amt">
<el-form-item style="text-align: left" label-width="5px" prop="bodgrp.cbs.max.amt">
<c-input-currency v-model="model.bodgrp.cbs.max.amt" style="text-align: left; width: 100%"
placeholder="请输入托收金额" disabled
@keyup.enter.native="defaultFunction('bodgrp.cbs.max.amt', model.bodgrp.cbs.max.amt)"></c-input-currency>
......@@ -46,7 +46,7 @@
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item style="text-align: left" label-width="20px" prop="bodgrp.cbs.opn1.amt">
<el-form-item style="text-align: left" label-width="5px" prop="bodgrp.cbs.opn1.amt">
<c-input-currency v-model="model.bodgrp.cbs.opn1.amt" style="text-align: left; width: 100%"
placeholder="请输入仓储/保险" disabled
@keyup.enter.native="defaultFunction('bodgrp.cbs.opn1.amt', model.bodgrp.cbs.opn1.amt)"></c-input-currency>
......@@ -128,8 +128,10 @@
</el-form-item>
</c-col>
<c-col :span="12">
<c-col :span="24">
<el-form-item label=" " prop="oridre" label-width="120px" style=" float:right;">
<c-checkbox v-model="model.oridre" padding="15">是否将原单据寄给收款人</c-checkbox>
</el-form-item>
</c-col>
......@@ -169,7 +171,8 @@
<c-input v-model="model.bodgrp.dre.pts.nam" maxlength="40" placeholder="请输入付款人名称" disabled></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-docpre
:model="model"
:argadr="{
......@@ -177,7 +180,6 @@
grp: 'botp',
code:'docpre'
}"></c-docpre>
</c-col>
......
<template>
<c-row>
<!-- ====================左边======================= -->
<c-col :span="12" :width="30">
<c-col :span="23">
<c-col :span="12">
<c-col :span="24">
<el-form-item label="放单指示条款" style="padding-top:15px">
<c-fullbox>
<c-input type="textarea" v-model="model.bodgrp.blk.colins" maxlength="3250" :rows="3" show-word-limit
placeholder="请输入放单指示条款" disabled>
</c-input>
<template slot="footer">
<c-button size="small" type="primary" disabled>
...
<c-button size="small" type="primary" disabled icon="el-icon-more">
</c-button>
</template>
</c-fullbox>
......@@ -31,15 +30,14 @@
<c-col :span="23">
<c-col :span="24">
<el-form-item label="汇票指示条款" style="padding-top:15px">
<c-fullbox>
<c-input type="textarea" disabled v-model="model.bodgrp.blk.dftins" maxlength="390" :rows="5" show-word-limit
placeholder="请输入汇票指示条款">
</c-input>
<template slot="footer">
<c-button size="small" type="primary" disabled>
...
<c-button size="small" type="primary" disabled icon="el-icon-more">
</c-button>
</template>
</c-fullbox>
......@@ -48,15 +46,14 @@
<c-col :span="23">
<c-col :span="24">
<el-form-item label="拒绝证书指示条款" style="padding-top:15px">
<c-fullbox>
<c-input type="textarea" disabled v-model="model.bodgrp.blk.proins" maxlength="130" :rows="2" show-word-limit
placeholder="请输入拒绝证书指示条款">
</c-input>
<template slot="footer">
<c-button size="small" type="primary" disabled>
...
<c-button size="small" type="primary" disabled icon="el-icon-more">
</c-button>
</template>
</c-fullbox>
......@@ -66,30 +63,28 @@
<c-col :span="23">
<c-col :span="24">
<el-form-item label="其它指示条款" style="padding-top:15px">
<c-fullbox>
<c-input type="textarea" disabled v-model="model.bodgrp.blk.othins" maxlength="390" :rows="5" show-word-limit
placeholder="请输入其它指示条款">
</c-input>
<template slot="footer">
<c-button size="small" type="primary" disabled>
...
<c-button size="small" type="primary" disabled icon="el-icon-more">
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="23">
<c-col :span="24">
<el-form-item label="仓储/保险指示条款" style="padding-top:15px">
<c-fullbox>
<c-input type="textarea" disabled v-model="model.bodgrp.blk.delins" maxlength="130" :rows="2" show-word-limit
placeholder="请输入仓储/保险指示条款">
</c-input>
<template slot="footer">
<c-button size="small" type="primary" disabled>
...
<c-button size="small" type="primary" disabled icon="el-icon-more">
</c-button>
</template>
</c-fullbox>
......@@ -102,7 +97,7 @@
<!-- ====================右边======================= -->
<c-col :span="12">
<c-col :span="11" :offset="1">
<c-col :span="24" style="width:100%">
<el-form-item label="费用承担条款" prop="bodgrp.rec.chato" style="padding-top:15px">
......@@ -128,7 +123,7 @@
<c-col :span="22">
<c-col :span="24">
<c-checkbox disabled v-model="model.bodgrp.rec.focflg" style="padding-left:10px">无偿放单选项</c-checkbox>
</c-col>
<c-col :span="24" style="width:100%">
......@@ -172,7 +167,9 @@
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="bodgrp.rec.lescom" label-width="5px">
<c-input style="padding-top:15px" disabled v-model="model.bodgrp.rec.lescom" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
......
......@@ -146,7 +146,7 @@
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="5">
<c-col :span="6">
<el-form-item label="" label-width="5px">
<c-input
disabled
......
......@@ -56,7 +56,7 @@
></c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
style=" float:right;"
size="small"
type="primary"
>
......@@ -76,27 +76,19 @@
<!-- -->
<c-col :span="24">
<c-col :span="12">
<c-col :span="10">
<el-form-item label="保函币种和金额" prop="gidgrp.cbs.max.cur">
<c-select
:code="codes.curtxt1"
disabled
v-model="model.gidgrp.cbs.max.cur"
style="width: 100%"
placeholder="请选择保函币种"
>
<el-option
v-for="item in codes.cur"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<!-- -->
<c-col :span="8">
<c-col :span="9">
<el-form-item label="" prop="gidgrp.cbs.max.amt" label-width="5px">
<c-input
disabled
......@@ -107,26 +99,26 @@
</el-form-item>
</c-col>
<c-col
:span="4"
:span="5"
v-if="model.gitp.swiftflg != 'Y'"
class="centerLable"
>
<c-checkbox v-model="model.gitp.dzbhflg">电子保函标志</c-checkbox>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12">
<c-col :span="10">
<el-form-item label="保函余额" prop="gidgrp.cbs.opn1.cur">
<c-input
<c-select
:code="codes.curtxt1"
disabled
v-model="model.gidgrp.cbs.opn1.cur"
style="width: 100%"
placeholder="请输入保函余额"
></c-input>
></c-select>
</el-form-item>
</c-col>
<c-col :span="8">
<c-col :span="9">
<el-form-item label="" prop="gidgrp.cbs.opn1.amt" label-width="5px">
<c-input
disabled
......@@ -137,11 +129,12 @@
</el-form-item>
</c-col>
<c-col
:span="4"
:span="5"
v-if="model.gitp.swiftflg == 'Y'"
class="centerLable"
>
<el-form-item label="" prop="gitp.inc760" label-width="120px" >
<c-checkbox v-model="model.gitp.inc760">传入损失</c-checkbox>
</el-form-item>
</c-col>
</c-col>
......@@ -391,7 +384,7 @@
<!-- -->
<c-col
:span="7"
:span="6"
v-if="model.gitp.swiftflg == 'N'"
class="centerLable"
>
......@@ -400,7 +393,7 @@
>
</c-col>
<c-col
:span="3"
:span="4"
v-if="model.gitp.swiftflg != 'Y'"
class="centerLable"
>
......@@ -409,7 +402,7 @@
type="primary"
@click="onGitpWbxs"
disabled
style="color: white"
style="float:right"
>
显示文本
</c-button>
......@@ -436,7 +429,7 @@
<!-- -->
<c-col
:span="7"
:span="6"
v-if="model.gitp.swiftflg == 'N'"
class="centerLable"
>
......@@ -445,7 +438,7 @@
>
</c-col>
<c-col
:span="3"
:span="4"
v-if="model.gitp.swiftflg != 'Y'"
class="centerLable"
>
......@@ -453,6 +446,7 @@
size="small"
type="primary"
@click="onGitpYptxy"
style="float:right"
disabled
>
协议签署
......
......@@ -39,16 +39,18 @@
</c-col>
<c-col :span="6">
<c-col :span="24">
<c-checkbox
style="margin: 0 0 0 10px;float:left;"
v-model="model.gitp.gidtxtmodflg"
style="margin: 0 0 0 10px"
>修改保函文本</c-checkbox
>
</c-col>
<c-col :span="24">
<c-checkbox
v-model="model.gitp.chkgidtxt"
style="margin: 0 0 0 10px"
style="margin: 0 0 0 10px;float:left;"
>允许</c-checkbox
>
</c-col>
......@@ -100,7 +102,7 @@
<c-col :span="24">
<c-button
disabled
style="margin: 5px 0 0 10px"
style="margin: 5px 0 0 10px; width: 50%"
size="small"
type="primary"
@click="onGitpButgetref"
......
......@@ -769,7 +769,7 @@
type="primary"
@click="onGitpWbxs"
disabled
style="color: white"
style="float:right"
>
显示文本
</c-button>
......@@ -808,6 +808,7 @@
size="small"
type="primary"
@click="onGitpYptxy"
style="float:right"
disabled
>
协议签署
......
......@@ -174,7 +174,7 @@
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="18">
<c-col :span="16">
<el-form-item
label="演示说明"
prop="gidgrp.blk.preper"
......@@ -205,7 +205,7 @@
></c-input>
</el-form-item>
</c-col>
<c-col :span="6">
<c-col :span="8">
<c-checkbox
v-model="model.gitp.prepermodflg"
style="margin: 0 0 0 10px"
......
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