Commit 7405f525 by lianyang

letnot页面修改

parent e1be1dd6
......@@ -207,7 +207,7 @@ export default {
"ledgrp.blk.mixdet":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 140,message:"长度不能超过140"}
],
"letp.avbp.ptsget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"},
......@@ -228,7 +228,7 @@ export default {
],
"ledgrp.blk.avbwthtxt":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 140,message:"长度不能超过140"}
],
"ledgrp.avb.pts.adrblk":[
{type: "string", required: true, message: "必输项"},
......@@ -259,7 +259,7 @@ export default {
"ledgrp.blk.defdet":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 140,message:"长度不能超过140"}
],
"ledgrp.blk.feetxt":[
{type: "string", required: true, message: "必输项"},
......@@ -268,7 +268,7 @@ export default {
"ledgrp.blk.dftat":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 105,message:"长度不能超过105"}
],
"letp.drwp.ptsget.sdamod.dadsnd":[
......@@ -324,7 +324,7 @@ export default {
],
"ledgrp.blk.shpper":[
{type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"}
{max: 390,message:"长度不能超过390"}
],
"ledgrp.adv.pts.ref":[
{type: "string", required: false, message: "必输项"},
......@@ -484,7 +484,7 @@ export default {
"ledgrp.blk.lcrgod":[
{type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"}
{max: 5200,message:"长度不能超过5200"}
],
......@@ -495,7 +495,7 @@ export default {
"ledgrp.blk.adlcnd":[
{type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"}
{max: 52000,message:"长度不能超过52000"}
],
......@@ -503,7 +503,7 @@ export default {
"ledgrp.blk.insbnk":[
{type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"}
{max: 780,message:"长度不能超过780"}
],
"setmod.ref":[
......
<template>
<div class="eibs-tab">
<c-col :span="19">
<c-col :span="20">
<el-form-item label="附加条件" prop="ledgrp.blk.adlcnd">
<c-input
type="textarea"
:rows="16"
:rows="20"
v-model="model.ledgrp.blk.adlcnd"
maxlength="65"
maxlength="52000"
show-word-limit
placeholder="请输入Additional Conditions"
>
......@@ -14,7 +14,7 @@
</el-form-item>
</c-col>
<c-col :span="5" class="letopn_dogp_button">
<c-col :span="2">
<c-button
size="small"
type="primary"
......@@ -25,38 +25,38 @@
</c-button>
</c-col>
<c-col :span="24" class="letopn_adcp_cheak">
<c-col :span="24" class="letnot_adcp_cheak">
<c-checkbox v-model="model.ledgrp.rec.spcbenflg">
受益人特殊付款条款</c-checkbox
>
</c-col>
<c-col :span="24" class="letopn_adcp_cheak">
<c-col :span="24" class="letnot_adcp_cheak">
<c-checkbox v-model="model.ledgrp.rec.spcrcbflg">
收款银行特殊付款条款</c-checkbox
>
</c-col>
<c-col :span="24" class="letopn_adcp_cheak">
<c-col :span="24" class="letnot_adcp_cheak">
<c-checkbox v-model="model.ledgrp.rec.redclsflg">
红、绿条款选项
</c-checkbox>
</c-col>
<c-col :span="19">
<c-col :span="20">
<el-form-item label="付款、承兑、议付银行指示" prop="ledgrp.blk.insbnk">
<c-input
type="textarea"
:rows="4"
:rows="5"
v-model="model.ledgrp.blk.insbnk"
maxlength="65"
maxlength="780"
show-word-limit
placeholder="付款、承兑、议付银行指示"
></c-input>
</el-form-item>
</c-col>
<c-col :span="5" class="letopn_dogp_button">
<c-col :span="2">
<c-button
size="small"
type="primary"
......@@ -86,7 +86,7 @@ export default {
};
</script>
<style>
.letopn_adcp_cheak {
.letnot_adcp_cheak {
margin: 0px 0 10px 150px;
}
</style>
<template>
<div class="eibs-tab">
<c-col :span="19">
<el-form-item label="Description of Goods" prop="ledgrp.blk.lcrgod">
<!-- Description of Goods -->
<c-col :span="20">
<el-form-item label="货物描述" prop="ledgrp.blk.lcrgod">
<c-input
type="textarea"
v-model="model.ledgrp.blk.lcrgod"
:rows="20"
maxlength="2000"
:rows="30"
maxlength="52000"
show-word-limit
placeholder="请输入Description of Goods"
></c-input>
</el-form-item>
</c-col>
<c-col :span="5" class="letopn_dogp_button">
<c-col :span="2">
<c-button
size="small"
type="primary"
......@@ -24,8 +25,8 @@
</c-button>
</c-col>
<br />
<c-col :span="19">
<el-form-item label="Goods Code " prop="ledgrp.rec.stagod">
<c-col :span="20">
<el-form-item label="货物种类 " prop="ledgrp.rec.stagod">
<c-select
v-model="model.ledgrp.rec.stagod"
style="width: 100%"
......@@ -54,8 +55,3 @@ export default {
created: function () {},
};
</script>
<style>
.letopn_dogp_button {
margin: 20px 0 0 -10px;
}
</style>
<template>
<div class="eibs-tab">
<c-col :span="19">
<el-form-item label="Documents Required" prop="ledgrp.blk.lcrdoc">
<!-- Documents Required -->
<c-col :span="20">
<el-form-item label="所需单据" prop="ledgrp.blk.lcrdoc">
<c-input
type="textarea"
v-model="model.ledgrp.blk.lcrdoc"
maxlength="65"
maxlength="52000"
show-word-limit
placeholder="请输入Documents Required"
:rows="10"
:rows="30"
></c-input>
</el-form-item>
</c-col>
<c-col :span="5">
<c-col :span="2">
<c-button
size="small"
type="primary"
......
......@@ -70,7 +70,7 @@
</el-form-item>
</c-col>
<c-col :span="4">
<c-checkbox v-model="model.letp.aamp.aammod.addamtflg" style="margin-left:5px;">附加金额</c-checkbox>
<c-checkbox v-model="model.letp.aamp.aammod.addamtflg" style="margin-left:10px;">附加金额</c-checkbox>
</c-col>
</c-col>
......@@ -91,7 +91,7 @@
<c-checkbox v-model="model.ledgrp.preadvflg">PreAdvice or Notification</c-checkbox>
</c-col> -->
<c-col :span="4">
<c-checkbox v-model="model.ledgrp.preadvflg" style="margin-left:5px;">预先通知</c-checkbox>
<c-checkbox v-model="model.ledgrp.preadvflg" style="margin-left:10px;">预先通知</c-checkbox>
</c-col>
</c-col>
......@@ -106,7 +106,7 @@
<!-- Incoming Transfer -->
<c-col :span="4">
<c-checkbox v-model="model.ledgrp.rec.inctrf" style="margin-left:5px;">传入传输</c-checkbox>
<c-checkbox v-model="model.ledgrp.rec.inctrf" style="margin-left:10px;">传入传输</c-checkbox>
</c-col>
</c-col>
......
<template>
<c-row>
<!-- =================================左边================================= -->
<!-- 1st Advising Bank -->
<c-col :span="11">
<c-col :span="24">
<c-ptap
......@@ -11,15 +13,17 @@
}"
@onSeainf="onSeainf"
@onAplpDet="onAdvpDet"
disabled
>
</c-ptap>
</c-col>
<!-- 2nd Advising Bank -->
<c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: '申请人银行',
title: '第二通知行',
grp: 'ledgrp',
rol: 'a2b',
}"
......@@ -29,6 +33,7 @@
</c-ptap>
</c-col>
<!-- Confirm. Instruct. -->
<c-col :span="24">
<el-form-item label="第二通知行确认指令" prop="ledgrp.rec.cnfins">
<c-select
......@@ -36,18 +41,20 @@
style="width: 100%"
placeholder="第二通知行确认指令"
:code="codes.cnfflg1"
disabled
>
</c-select>
</el-form-item>
</c-col>
</c-col>
<!-- ========================右边======================= -->
<c-col :span="11" :offset="1">
<!-- Applicant's Bank -->
<c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: '申请银行',
title: '申请银行',
grp: 'ledgrp',
rol: 'apb',
}"
......@@ -56,7 +63,14 @@
>
</c-ptap>
</c-col>
<!-- Send Directly to Applicant's Bank -->
<c-col :span="24">
<c-checkbox v-model="model.ledgrp.rec.aplbnkdirsnd" style="margin-left:150px;"
>直接发送至申请银行</c-checkbox
>
</c-col>
<!-- Reimbursement Bank -->
<c-col :span="24">
<c-ptap
:model="model"
......@@ -71,32 +85,36 @@
</c-ptap>
</c-col>
<!-- Confirmation Bank -->
<c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: '第二通知行',
title: '保兑行',
grp: 'ledgrp',
rol: 'con',
}"
:onlySearch="true"
@onSeainf="onSeainf"
@onAplpDet="onRmbpDet"
@onAplpDet="onConpDet"
disabled
>
</c-ptap>
</c-col>
<c-col :span="24">
<el-form-item label="第二通知行名称" prop="ledgrp.con.pts.nam">
<el-form-item label="" prop="ledgrp.con.pts.nam">
<c-input
v-model="model.ledgrp.con.pts.nam"
maxlength="40"
placeholder="请输入第二通知行名称"
placeholder="请输入Name of Party"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- =============================底部表格========================= -->
<c-edit-table :model="model" v-bind="ptsaddg">
<el-table-column label="操作" align="center">
<el-table-column label="操作" text-align="center">
<template slot-scope="scope">
<el-button
size="mini"
......@@ -110,56 +128,55 @@
</c-row>
</template>
<script>
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Ptap from "~/views/Public/Ptap";
import Event from "~/model/Letopn/Event";
import Api from '~/service/Api'
import commonProcess from '~/mixin/commonProcess'
import CodeTable from '~/config/CodeTable'
import Ptap from '~/views/Public/Ptap'
import Event from '~/model/Letopn/Event'
export default {
inject: ["root"],
components: { "c-ptap": Ptap },
props: ["model", "codes"],
inject: ['root'],
components: { 'c-ptap': Ptap },
props: ['model', 'codes'],
mixins: [commonProcess],
data() {
return {
ptsaddg: {
columns: [
{
title: "角色",
width: "120px",
dataIndex: "rol",
show: "select",
title: '角色',
width: '120px',
dataIndex: 'rol',
show: 'select',
},
{
title: "机构实体",
width: "180px",
dataIndex: "ptyextkey",
show: "input",
title: '机构实体',
width: '180px',
dataIndex: 'ptyextkey',
show: 'input',
},
{
title: "名称",
width: "300px",
dataIndex: "nam",
title: '名称',
width: '300px',
dataIndex: 'nam',
},
{
title: "参考地址",
width: "300px",
dataIndex: "ref",
title: '参考地址',
width: '300px',
dataIndex: 'ref',
},
],
urls: "letp.ptsaddp.ptsaddg",
urls: 'letp.ptsaddp.ptsaddg',
},
};
}
},
methods: {
...Event,
handleEdit() {
console.log("1111测试");
console.log('1111测试')
},
},
created: function () {},
};
}
</script>
<style>
</style>
<style></style>
......@@ -67,9 +67,7 @@
<!--PD000060 -->
<el-tab-pane label="其他条款" name="adcp">
<c-content>
<m-adcp :model="model" :codes="codes" />
</c-content>
<m-adcp :model="model" :codes="codes" />
</el-tab-pane>
<!--PD000000 -->
......@@ -95,12 +93,12 @@
</el-tab-pane>
<!--PD000422 -->
<el-tab-pane label="银行专用特殊付款条件" name="spcrcvp">
<el-tab-pane label="银行专用特殊付款条件" name="spcrcvp" v-if="model.ledgrp.rec.spcbenflg=='X'">
<m-spcrcvp :model="model" :codes="codes"/>
</el-tab-pane>
<!--PD000394 -->
<el-tab-pane label="受益人特殊付款条件" name="spcbenp">
<el-tab-pane label="受益人特殊付款条件" name="spcbenp" v-if="model.ledgrp.rec.spcrcbflg=='X'">
<m-spcbenp :model="model" :codes="codes"/>
</el-tab-pane>
</c-tabs>
......
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