Commit 07d63d99 by huangxin

出口托收UI修改

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