Commit 06215a0c by 潘际乾

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs into development-202206
parents e02c2cd7 66d14bec
...@@ -6402,7 +6402,7 @@ const CodeTable = { ...@@ -6402,7 +6402,7 @@ const CodeTable = {
], ],
dspflg: [ dspflg: [
{ label: "final", value: "CG" }, { label: "final", value: "CG" },
{ label: "", value: "C" }, { label: "temporary", value: "C" },
], ],
apftxt: [ apftxt: [
{ label: "BOL-Englisch", value: "BOL001" }, { label: "BOL-Englisch", value: "BOL001" },
...@@ -6717,7 +6717,12 @@ const CodeTable = { ...@@ -6717,7 +6717,12 @@ const CodeTable = {
{ label: "新西兰元", value: "NZD" }, { label: "新西兰元", value: "NZD" },
{ label: "美元", value: "USD" }, { label: "美元", value: "USD" },
], ],
gitopn_cur:[
{ label: "CNY-人民币", value: "CNY" },
{ label: "KRW-韩圆", value: "KRW" },
{ label: "NZD-新西兰元", value: "NZD" },
{ label: "USD-美元", value: "USD" },
],
cnfflg1: [ cnfflg1: [
{ label: "WITHOUT", value: "W" }, { label: "WITHOUT", value: "W" },
{ label: "CONFIRM", value: "C" }, { label: "CONFIRM", value: "C" },
......
...@@ -506,7 +506,7 @@ export default { ...@@ -506,7 +506,7 @@ export default {
{max: 80,message:"长度不能超过80"} {max: 80,message:"长度不能超过80"}
], ],
"cnybop.cnylib.sforeigncountrycode":[ "cnybop.cnylib.sforeigncountrycode":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
...@@ -521,7 +521,7 @@ export default { ...@@ -521,7 +521,7 @@ export default {
], ],
"cnybop.cnylib.famt":[ "cnybop.cnylib.famt":[
{type: "number", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, {max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
...@@ -537,7 +537,7 @@ export default { ...@@ -537,7 +537,7 @@ export default {
{type: "date", required: false, message: "输入正确的日期"} {type: "date", required: false, message: "输入正确的日期"}
], ],
"cnybop.saddwordlib":[ "cnybop.saddwordlib":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 80,message:"长度不能超过80"} {max: 80,message:"长度不能超过80"}
], ],
"liaall.limmod.ecifno":[ "liaall.limmod.ecifno":[
......
...@@ -26,6 +26,7 @@ export default class Botsel{ ...@@ -26,6 +26,7 @@ export default class Botsel{
rcvdat:"", // Order Date .bodgrp.rec.rcvdat rcvdat:"", // Order Date .bodgrp.rec.rcvdat
predat:"", // Presentation Date .bodgrp.rec.predat predat:"", // Presentation Date .bodgrp.rec.predat
docsta:"", // Document Set Status .bodgrp.rec.docsta docsta:"", // Document Set Status .bodgrp.rec.docsta
inr: "",
}, },
cbs:{ cbs:{
max:{ max:{
......
...@@ -21,7 +21,7 @@ export default { ...@@ -21,7 +21,7 @@ export default {
"lidgrp.cbs.opn1.amt":[ "lidgrp.cbs.opn1.amt":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, {max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } { pattern: /(^-?\d+$)|(^\.\d{1,3}$)|(^-?\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
"brtp.recget.sdamod.dadsnd":[ "brtp.recget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
......
...@@ -49,6 +49,7 @@ export default class Brtudp { ...@@ -49,6 +49,7 @@ export default class Brtudp {
totcur:"", // Total Amount Claimed .brdgrp.rec.totcur totcur:"", // Total Amount Claimed .brdgrp.rec.totcur
totamt:"", // Total Amount to be Paid .brdgrp.rec.totamt totamt:"", // Total Amount to be Paid .brdgrp.rec.totamt
mattxtflg:"", //brdgrp.rec.mattxtflg maturityDate是否高亮可显字段 mattxtflg:"", //brdgrp.rec.mattxtflg maturityDate是否高亮可显字段
acpnowflg:"", //brdgrp.rec.acpnowflg Doc. Amount Part 金额是否高亮可显
}, },
cbs: { cbs: {
max: { max: {
......
...@@ -220,5 +220,7 @@ export default { ...@@ -220,5 +220,7 @@ export default {
"gitp.lettername" :Utils.defaultFunction, "gitp.lettername" :Utils.defaultFunction,
"gidgrp.blk.apprulc" :Utils.defaultFunction, "gidgrp.blk.apprulc" :Utils.defaultFunction,
"gidgrp.rec.autrnwflg" :Utils.defaultFunction, "gidgrp.rec.autrnwflg" :Utils.defaultFunction,
"setmod.glemod.glepan" :Utils.defaultFunction,
"cfagit.cfap" :Utils.defaultFunction,
} }
//你可以添加自动default处理 //你可以添加自动default处理
...@@ -6,6 +6,7 @@ export default class Infbrd{ ...@@ -6,6 +6,7 @@ export default class Infbrd{
this.data = { this.data = {
infcon:{ infcon:{
seaownref:"", // Own Reference .infcon.seaownref seaownref:"", // Own Reference .infcon.seaownref
seashgref:"", // SG Reference .infcon.seashgref
nam:"", // Name .infcon.nam nam:"", // Name .infcon.nam
searef:"", // Party Reference .infcon.searef searef:"", // Party Reference .infcon.searef
pty:{ pty:{
......
...@@ -260,17 +260,16 @@ ...@@ -260,17 +260,16 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="文档数" prop="didgrp.rec.utlnbr"> <el-form-item label="此信用证下的到单次数" prop="didgrp.rec.utlnbr">
<c-input v-model="model.didgrp.rec.utlnbr" placeholder="请输入Count of Received Document Sets" <c-input v-model="model.didgrp.rec.utlnbr" placeholder="请输入此信用证下的到单次数" disabled></c-input>
disabled></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="此信用证下的到单次数" prop="days"> <el-form-item label="文档数" prop="days">
<c-input v-model="model.days" placeholder="请输入此信用证下的到单次数"></c-input> <c-input v-model="model.days" placeholder="请输入Count of Received Document Sets"
></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -41,30 +41,7 @@ ...@@ -41,30 +41,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="23">
<el-form-item
label="信用证号码"
prop="didgrp.rec.ownref"
style="width: 100%"
>
<c-input
v-model="model.didgrp.rec.ownref"
maxlength="16"
placeholder="请输入信用证参考号"
style="width: 95%"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="1">
<c-button
style="margin:0 10px 0 0;padding: 0 10px;"
size="small"
type="primary"
icon="el-icon-search"
@click="onSeainf"
></c-button>
</c-col>
<c-col :span="23"> <c-col :span="23">
<el-form-item <el-form-item
...@@ -204,11 +181,12 @@ ...@@ -204,11 +181,12 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="单据状态" prop="bddgrp.rec.docsta"> <el-form-item label="单据状态" prop="bddgrp.rec.docsta">
<c-select <c-select
v-model="model.bddgrp.rec.docflg" v-model="model.bddgrp.rec.docsta"
style="width:100%" style="width:100%"
placeholder="请选择单据状态" placeholder="请选择单据状态"
:code="codes.docsta" :code="codes.docsta1"
disabled> :disabled="true"
>
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -299,7 +277,7 @@ ...@@ -299,7 +277,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="24"> <c-col :span="24">
<el-form-item label="交行编号" prop="bddgrp.prb.pts.ref"> <el-form-item label="交行编号" prop="bddgrp.prb.pts.ref">
<c-input <c-input
v-model="model.bddgrp.prb.pts.ref" v-model="model.bddgrp.prb.pts.ref"
maxlength="40" maxlength="40"
...@@ -310,7 +288,7 @@ ...@@ -310,7 +288,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="交行名称" prop="bddgrp.prb.pts.nam"> <el-form-item label="交行名称" prop="bddgrp.prb.pts.nam">
<c-input <c-input
v-model="model.bddgrp.prb.pts.nam" v-model="model.bddgrp.prb.pts.nam"
maxlength="40" maxlength="40"
......
...@@ -175,14 +175,15 @@ ...@@ -175,14 +175,15 @@
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item label="" label-width="5px" prop="bedgrp.cbs.opn1.amt"> <el-form-item label="" label-width="5px" prop="bedgrp.cbs.opn1.amt">
<c-input <c-input-currency
v-model="model.bedgrp.cbs.opn1.amt" v-model="model.bedgrp.cbs.opn1.amt"
style="text-align: left; width: 100%" style="text-align: left; width: 100%"
class="m-input-currency" class="m-input-currency"
placeholder="请输入Balance" placeholder="请输入Balance"
disabled disabled
></c-input> ></c-input-currency>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="4"> <c-col :span="4">
</c-col> </c-col>
...@@ -228,7 +229,7 @@ ...@@ -228,7 +229,7 @@
style="width: 100%" style="width: 100%"
placeholder="请选择Received on" placeholder="请选择Received on"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
:disabled="model.bedgrp.rec.doctypcod=='E'" disabled
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -327,6 +328,7 @@ ...@@ -327,6 +328,7 @@
v-model="model.bedgrp.apl.pts.nam" v-model="model.bedgrp.apl.pts.nam"
maxlength="40" maxlength="40"
placeholder="请输入Name of Party" placeholder="请输入Name of Party"
disabled
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -406,22 +408,28 @@ ...@@ -406,22 +408,28 @@
</c-col> --> </c-col> -->
<!-- <c-col :span="24" v-show="model.oldbedgrp.cbs.max.amt!= model.bedgrp.cbs.max.amt"> --> <!-- <c-col :span="24" v-show="model.oldbedgrp.cbs.max.amt!= model.bedgrp.cbs.max.amt"> -->
<c-col :span="24"> <c-col :span="24">
<c-col :span="12"> <c-col :span="6">
<span class="span_oridoclab"
style="width: 100%;"
> </span>
</c-col>
<c-col :span="6">
<span v-text="model.oridoclab" data-path=".oridoclab" <span v-text="model.oridoclab" data-path=".oridoclab"
class="span_oridoclab" class="span_oridoclab"
style="width: 100%;" style="width: 100%;"
v-show="model.oldbedgrp.cbs.max.amt!= model.bedgrp.cbs.max.amt"
> </span> > </span>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="" label-width="5px" prop="oldbedgrp.cbs.max.amt"> <el-form-item label="" label-width="5px" prop="oldbedgrp.cbs.max.amt">
<c-input <c-input-currency
v-model="model.oldbedgrp.cbs.max.amt" v-model="model.oldbedgrp.cbs.max.amt"
style="width: 100%" style="width: 100%"
class="m-input-currency" class="m-input-currency"
placeholder="请输入Balance" placeholder="请输入Balance"
disabled disabled
v-show="model.oldbedgrp.cbs.max.amt!= model.bedgrp.cbs.max.amt" v-show="model.oldbedgrp.cbs.max.amt!= model.bedgrp.cbs.max.amt"
></c-input> ></c-input-currency>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
...@@ -445,7 +453,6 @@ ...@@ -445,7 +453,6 @@
v-model="model.bedgrp.cbs.max2.amt" v-model="model.bedgrp.cbs.max2.amt"
placeholder="请输入附加金额" placeholder="请输入附加金额"
class="m-input-currency" class="m-input-currency"
:disabled="model.bedgrp.cbs.opn2.amt==0"
></c-input> ></c-input>
<!-- :disabled="model.betp.adaflg==''" <!-- :disabled="model.betp.adaflg==''"
:disabled="model.bedgrp.cbs.opn2.amt==0"--> :disabled="model.bedgrp.cbs.opn2.amt==0"-->
...@@ -628,9 +635,7 @@ ...@@ -628,9 +635,7 @@
> >
</c-ptap1> </c-ptap1>
</c-col> </c-col>
</c-col> </c-col>
</c-col> </c-col>
</div> </div>
</template> </template>
......
...@@ -21,9 +21,10 @@ ...@@ -21,9 +21,10 @@
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onDocdisButtxmsel"
:disabled="model.bedgrp.blk.docdisflg==''" :disabled="model.bedgrp.blk.docdisflg==''"
@click="showGridPromptDialog('betp.docdis.buttxmsel',null,null,{TXT:'bedgrp.blk.docdis'},{TXT:false},'doxpDialog')"
> >
<!-- @click="onDocdisButtxmsel" -->
... ...
</c-button> </c-button>
</c-col> </c-col>
...@@ -47,8 +48,9 @@ ...@@ -47,8 +48,9 @@
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onIntdisButtxmsel" @click="showGridPromptDialog('betp.intdis.buttxmsel',null,null,{TXT:'bedgrp.blk.intdis'},{TXT:false},'doxpDialog')"
> >
<!-- @click="onIntdisButtxmsel" -->
... ...
</c-button> </c-button>
</c-col> </c-col>
...@@ -72,8 +74,9 @@ ...@@ -72,8 +74,9 @@
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onComconButtxmsel" @click="showGridPromptDialog('betp.comcon.buttxmsel',null,null,{TXT:'bedgrp.blk.comcon'},{TXT:false},'doxpDialog')"
> >
<!-- @click="onComconButtxmsel" -->
... ...
</c-button> </c-button>
</c-col> </c-col>
...@@ -100,8 +103,9 @@ ...@@ -100,8 +103,9 @@
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onSetinstxmButtxmsel" @click="showGridPromptDialog('betp.setinstxm.buttxmsel',null,null,{TXT:'bedgrp.blk.setinsbe'},{TXT:false},'doxpDialog')"
> >
<!-- @click="onSetinstxmButtxmsel" -->
... ...
</c-button> </c-button>
</c-col> </c-col>
......
...@@ -107,6 +107,13 @@ ...@@ -107,6 +107,13 @@
v-on:select-ety="selectEty" v-on:select-ety="selectEty"
> >
</c-grid-ety-prompt-dialog> </c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
ref="doxpDialog"
:isPty="false"
:promptData="promptData"
@select-ety="selectMsg"
>
</c-grid-ety-prompt-dialog>
</div> </div>
</c-page> </c-page>
</template> </template>
......
...@@ -22,8 +22,9 @@ ...@@ -22,8 +22,9 @@
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onIntdisButtxmsel" @click="showGridPromptDialog('betp.intdis.buttxmsel',null,null,{TXT:'bedgrp.blk.intdis'},{TXT:false},'doxpDialog')"
> >
<!-- @click="onIntdisButtxmsel" -->
... ...
</c-button> </c-button>
</c-col> </c-col>
...@@ -47,8 +48,9 @@ ...@@ -47,8 +48,9 @@
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onComconButtxmsel" @click="showGridPromptDialog('betp.comcon.buttxmsel',null,null,{TXT:'bedgrp.blk.comcon'},{TXT:false},'doxpDialog')"
> >
<!-- @click="onComconButtxmsel" -->
... ...
</c-button> </c-button>
</c-col> </c-col>
...@@ -75,8 +77,9 @@ ...@@ -75,8 +77,9 @@
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onSetinstxmButtxmsel" @click="showGridPromptDialog('betp.setinstxm.buttxmsel',null,null,{TXT:'bedgrp.blk.setinsbe'},{TXT:false},'doxpDialog')"
> >
<!-- @click="onSetinstxmButtxmsel" -->
... ...
</c-button> </c-button>
</c-col> </c-col>
...@@ -105,9 +108,10 @@ ...@@ -105,9 +108,10 @@
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onDocdisButtxmsel" @click="showGridPromptDialog('betp.docdis.buttxmsel',null,null,{TXT:'bedgrp.blk.docdis'},{TXT:false},'doxpDialog')"
:disabled="model.bedgrp.blk.docdisflg==''" :disabled="model.bedgrp.blk.docdisflg==''"
> >
<!-- @click="onDocdisButtxmsel" -->
... ...
</c-button> </c-button>
</c-col> </c-col>
......
...@@ -69,15 +69,16 @@ ...@@ -69,15 +69,16 @@
v-model="model.cnybop.cnylib.sforeigncountrycode" v-model="model.cnybop.cnylib.sforeigncountrycode"
maxlength="3" maxlength="3"
placeholder="请输入境外企业国别地区代码" placeholder="请输入境外企业国别地区代码"
@keyup.enter.native="showGridPromptDialog('cnybop.cnylib.sforeigncountrycode')" @keyup.enter.native="eventFunction('cnybop.cnylib.sforeigncountrycode')"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onLibctySelbut1" @click="showGridPromptDialog('cnybop.libcty.selbut1',null,null,{TXT:'cnybop.cnylib.sforeigncountrycode'},{TXT:false},'doxpDialog')"
> >
<!-- @click="onLibctySelbut1" -->
? ?
</c-button> </c-button>
</template> </template>
......
...@@ -19,8 +19,9 @@ ...@@ -19,8 +19,9 @@
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onUsatxtButtxmsel" @click="showGridPromptDialog('bedsnd.usatxt.buttxmsel',null,null,{TXT:'bedsnd.usadet'},{TXT:false},'doxpDialog')"
> >
<!-- @click="onUsatxtButtxmsel" -->
... ...
</c-button> </c-button>
</c-col> </c-col>
...@@ -46,8 +47,9 @@ ...@@ -46,8 +47,9 @@
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onRgfphrButtxmsel" @click="showGridPromptDialog('bedsnd.rgfphr.buttxmsel',null,null,{TXT:'bedsnd.addphr'},{TXT:false},'doxpDialog')"
> >
<!-- @click="onRgfphrButtxmsel" -->
... ...
</c-button> </c-button>
</c-col> </c-col>
......
...@@ -109,6 +109,13 @@ ...@@ -109,6 +109,13 @@
v-on:select-ety="selectEty" v-on:select-ety="selectEty"
> >
</c-grid-ety-prompt-dialog> </c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog
ref="doxpDialog"
:isPty="false"
:promptData="promptData"
@select-ety="selectMsg"
>
</c-grid-ety-prompt-dialog>
</div> </div>
</template> </template>
<script> <script>
......
...@@ -223,7 +223,7 @@ ...@@ -223,7 +223,7 @@
</c-col> </c-col>
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1">
<el-form-item label-width="0" prop="setmod.docamt"> <el-form-item label-width="0" prop="setmod.docamt">
<c-input v-model="model.setmod.docamt" placeholder="请输入document amount" :disabled="isDisabled"> <c-input v-model="model.setmod.docamt" placeholder="请输入document amount" :disabled="model.bodgrp.rec.focflg? true:false">
</c-input> </c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -300,7 +300,6 @@ export default { ...@@ -300,7 +300,6 @@ export default {
mixins: [commonProcess], mixins: [commonProcess],
data() { data() {
return { return {
isDisabled: false,
stmData: { stmData: {
columns: [ columns: [
'1 1 "Type" 80', '1 1 "Type" 80',
...@@ -357,12 +356,12 @@ export default { ...@@ -357,12 +356,12 @@ export default {
selIds = []; selIds = [];
this.model.setmod.docamt = "0.000"; this.model.setmod.docamt = "0.000";
this.model.liaall.tensetstm.rows = []; this.model.liaall.tensetstm.rows = [];
this.isDisabled = false; this.model.bodgrp.rec.focflg = '';
// this.model.liaall.tenstm.rows = [] // this.model.liaall.tenstm.rows = []
} else { } else {
selIds = [selection[0] + 1]; selIds = [selection[0] + 1];
this.model.setmod.docamt = this.model.bodgrp.cbs.max.amt; this.model.setmod.docamt = this.model.bodgrp.cbs.max.amt;
this.isDisabled = true; this.model.bodgrp.rec.focflg = 'X';
} }
// //
......
...@@ -84,13 +84,13 @@ ...@@ -84,13 +84,13 @@
label-width="5px" label-width="5px"
prop="oldbodgrp.cbs.max.amt" prop="oldbodgrp.cbs.max.amt"
> >
<c-input-currency <c-input
disabled disabled
v-model="model.oldbodgrp.cbs.max.amt" v-model="model.oldbodgrp.cbs.max.amt"
style="text-align: left; width: 100%" style="text-align: left; width: 100%"
placeholder="请输入Original Amount" placeholder="请输入Original Amount"
@keyup.enter.native="defaultFunction('oldbodgrp.cbs.max.amt', model.oldbodgrp.cbs.max.amt)"
></c-input-currency> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -119,12 +119,12 @@ ...@@ -119,12 +119,12 @@
label-width="5px" label-width="5px"
prop="trnmod.swiadd.ameamt" prop="trnmod.swiadd.ameamt"
> >
<c-input-currency <c-input
v-model="model.trnmod.swiadd.ameamt" v-model="model.trnmod.swiadd.ameamt"
style="text-align: left; width: 100%" style="text-align: left; width: 100%"
placeholder="请输入Amended" placeholder="请输入Amended"
@keyup.enter.native="defaultFunction('trnmod.swiadd.ameamt', model.trnmod.swiadd.ameamt)" @keyup.enter.native="showGridPromptDialog('trnmod.swiadd.ameamt')"
></c-input-currency> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -153,12 +153,12 @@ ...@@ -153,12 +153,12 @@
label-width="5px" label-width="5px"
prop="trnmod.swiadd.newamt" prop="trnmod.swiadd.newamt"
> >
<c-input-currency <c-input
v-model="model.trnmod.swiadd.newamt" v-model="model.trnmod.swiadd.newamt"
style="text-align: left; width: 100%" style="text-align: left; width: 100%"
placeholder="请输入New Amount" placeholder="请输入New Amount"
@keyup.enter.native="defaultFunction('trnmod.swiadd.newamt', model.trnmod.swiadd.newamt)" @keyup.enter.native="showGridPromptDialog('trnmod.swiadd.newamt')"
></c-input-currency> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
......
...@@ -250,7 +250,7 @@ ...@@ -250,7 +250,7 @@
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="1" style="margin-left:-10px"> <c-col v-if="model.trnmod.swiadd.newmatpertyp!='M'" :span="1" style="margin-left:-10px">
<el-form-item label="Days"> </el-form-item> <el-form-item label="Days"> </el-form-item>
</c-col> </c-col>
......
...@@ -16,7 +16,9 @@ ...@@ -16,7 +16,9 @@
<!--PD000027 --> <!--PD000027 -->
<el-tab-pane label="Funds Settlement" name="setp"> <el-tab-pane label="Funds Settlement" name="setp">
<m-setp ref="setp" :model="model" :codes="codes" /> <c-content>
<m-setp ref="setp" :model="model" :codes="codes" />
</c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000049 --> <!--PD000049 -->
......
...@@ -113,17 +113,15 @@ export default { ...@@ -113,17 +113,15 @@ export default {
created:async function(){ created:async function(){
console.log("进入brtacp交易"); console.log("进入brtacp交易");
let rtnmsg = await this.init({}) let rtnmsg = await this.init({})
if(rtnmsg.respCode == SUCCESS) if (rtnmsg.respCode == SUCCESS) {
{ this.updateModel(rtnmsg.data);
this.updateModel(rtnmsg.data) if (this.isInDisplay) {
//TODO 处理数据逻辑 this.restoreDisplay();
}
} } else {
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
} },
} }
</script> </script>
<style> <style>
......
...@@ -135,14 +135,16 @@ export default { ...@@ -135,14 +135,16 @@ export default {
**/ **/
// }, // },
}, },
created: async function () { created:async function(){
console.log("进入brtame交易"); console.log("进入brtame交易");
let rtnmsg = await this.init({}); let rtnmsg = await this.init({})
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
this.updateModel(rtnmsg.data); this.updateModel(rtnmsg.data);
//TODO 处理数据逻辑 if (this.isInDisplay) {
this.restoreDisplay();
}
} else { } else {
this.$notify.error({ title: "错误", message: "服务请求失败!" }); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
}; };
......
...@@ -151,18 +151,15 @@ export default { ...@@ -151,18 +151,15 @@ export default {
created:async function(){ created:async function(){
console.log("进入brtcan交易"); console.log("进入brtcan交易");
let rtnmsg = await this.init({}) let rtnmsg = await this.init({})
if(rtnmsg.respCode == SUCCESS) if (rtnmsg.respCode == SUCCESS) {
{ this.updateModel(rtnmsg.data);
//TODO 处理数据逻辑 if (this.isInDisplay) {
this.updateModel(rtnmsg.data) this.restoreDisplay();
} }
else } else {
{
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
},
}
} }
</script> </script>
......
...@@ -155,17 +155,15 @@ export default { ...@@ -155,17 +155,15 @@ export default {
created:async function(){ created:async function(){
console.log("进入brtcsg交易"); console.log("进入brtcsg交易");
let rtnmsg = await this.init({}) let rtnmsg = await this.init({})
if(rtnmsg.respCode == SUCCESS) if (rtnmsg.respCode == SUCCESS) {
{ this.updateModel(rtnmsg.data);
this.updateModel(rtnmsg.data) if (this.isInDisplay) {
//TODO 处理数据逻辑 this.restoreDisplay();
}
} } else {
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
} },
} }
</script> </script>
<style> <style>
......
...@@ -168,17 +168,15 @@ export default { ...@@ -168,17 +168,15 @@ export default {
created:async function(){ created:async function(){
console.log("进入brtdcr交易"); console.log("进入brtdcr交易");
let rtnmsg = await this.init({}) let rtnmsg = await this.init({})
if(rtnmsg.respCode == SUCCESS) if (rtnmsg.respCode == SUCCESS) {
{ this.updateModel(rtnmsg.data);
this.updateModel(rtnmsg.data) if (this.isInDisplay) {
//TODO 处理数据逻辑 this.restoreDisplay();
}
} } else {
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
} },
} }
</script> </script>
<style> <style>
......
...@@ -214,17 +214,15 @@ export default { ...@@ -214,17 +214,15 @@ export default {
created:async function(){ created:async function(){
console.log("进入brtlat交易"); console.log("进入brtlat交易");
let rtnmsg = await this.init({}) let rtnmsg = await this.init({})
if(rtnmsg.respCode == SUCCESS) if (rtnmsg.respCode == SUCCESS) {
{ this.updateModel(rtnmsg.data);
this.updateModel(rtnmsg.data) if (this.isInDisplay) {
//TODO 处理数据逻辑 this.restoreDisplay();
}
} } else {
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
} },
} }
</script> </script>
<style> <style>
......
...@@ -206,20 +206,20 @@ export default { ...@@ -206,20 +206,20 @@ export default {
watch:{ watch:{
}, },
created:async function(){ created:async function(){
console.log("进入brtset交易"); console.log("进入brtset交易");
let rtnmsg = await this.init({}) let rtnmsg = await this.init({})
if(rtnmsg.respCode == SUCCESS) if (rtnmsg.respCode == SUCCESS) {
{ this.updateModel(rtnmsg.data);
this.updateModel(rtnmsg.data) this.model.mtabut.clsflg="X";
//TODO 处理数据逻辑 if (this.isInDisplay) {
this.model.mtabut.clsflg="X"; this.restoreDisplay();
} }
else } else {
{
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
} },
} }
</script> </script>
......
...@@ -182,17 +182,15 @@ export default { ...@@ -182,17 +182,15 @@ export default {
created:async function(){ created:async function(){
console.log("进入brtsnd交易"); console.log("进入brtsnd交易");
let rtnmsg = await this.init({}) let rtnmsg = await this.init({})
if(rtnmsg.respCode == SUCCESS) if (rtnmsg.respCode == SUCCESS) {
{ this.updateModel(rtnmsg.data);
this.updateModel(rtnmsg.data) if (this.isInDisplay) {
//TODO 处理数据逻辑 this.restoreDisplay();
}
} } else {
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
} },
} }
</script> </script>
<style> <style>
......
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
</c-col> </c-col>
<c-col :span="11"> <c-col :span="11">
<el-form-item label="" label-width="5px" prop="aamset.utlamt"> <el-form-item label="" label-width="5px" prop="aamset.utlamt">
<c-input v-model="model.aamset.utlamt" placeholder="请输入单据金额" :disabled="model.oldbrdgrp.rec.predat==''"></c-input> <c-input v-model="model.aamset.utlamt" placeholder="请输入单据金额" :disabled="model.brdgrp.rec.acpnowflg==''"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- Add.Amount.Part 附加金额 --> <!-- Add.Amount.Part 附加金额 -->
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
</c-col> </c-col>
<c-col :span="11"> <c-col :span="11">
<el-form-item label="" label-width="5px" prop="aamset.utlamt2"> <el-form-item label="" label-width="5px" prop="aamset.utlamt2">
<c-input v-model="model.aamset.utlamt2" placeholder="请输入附加金额" :disabled="model.oldbrdgrp.rec.predat==''"></c-input> <c-input v-model="model.aamset.utlamt2" placeholder="请输入附加金额" :disabled="model.brdgrp.rec.acpnowflg==''"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<el-form-item label="数据采集标志" prop="cfagit.cfaflg"> <el-form-item label="数据采集标志" prop="cfagit.cfaflg">
<c-select v-model="model.cfagit.cfaflg" <c-select v-model="model.cfagit.cfaflg"
style="width:100%" style="width:100%"
placeholder="请选择数据采集标志"> placeholder="请选择数据采集标志" >
<el-option <el-option
v-for="item in codes.cfaflg1" v-for="item in codes.cfaflg1"
:key="item.value" :key="item.value"
...@@ -81,6 +81,7 @@ import Api from "~/service/Api" ...@@ -81,6 +81,7 @@ import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess"; import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable" import CodeTable from "~/config/CodeTable"
import Event from "~/model/Gitopn/Event" import Event from "~/model/Gitopn/Event"
import Utils from "~/utils";
export default { export default {
inject: ['root'], inject: ['root'],
...@@ -97,6 +98,12 @@ export default { ...@@ -97,6 +98,12 @@ export default {
}, },
methods:{ methods:{
...Event, ...Event,
// async cfaChange(){
// let rtnmsg = await this.executeRule("cfagit.cfap")
// if (rtnmsg.respCode == SUCCESS) {
// Utils.copyValueFromVO(this.model, rtnmsg.data);
// }
// }
}, },
created:function(){ created:function(){
......
<template>
<div class="eibs-tab">
<!-- ==================================左边-外债编号================================ -->
<c-col :span="12">
<c-col :span="24">
<el-form-item label="外债编号" prop="cfagit.recp.dclp.exdebtcode">
<c-input
v-model="model.cfagit.recp.dclp.exdebtcode"
maxlength="28"
placeholder="请输入外债编号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="变动编号" prop="cfagit.recp.dclp.changeno">
<c-input
v-model="model.cfagit.recp.dclp.changeno"
maxlength="4"
placeholder="请输入变动编号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="操作类型" prop="cfagit.recp.dclp.actiontype">
<c-select
v-model="model.cfagit.recp.dclp.actiontype"
style="width: 100%"
placeholder="请选择操作类型"
disabled
:code="codes.actiontype"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="银行业务参号" prop="cfagit.recp.dclp.buscode">
<c-input
v-model="model.cfagit.recp.dclp.buscode"
maxlength="32"
placeholder="请输入银行业务参号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="变动类型" prop="cfagit.recp.dclp.changtype">
<c-select
v-model="model.cfagit.recp.dclp.changtype"
style="width: 100%"
placeholder="请选择变动类型"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="变动日期" prop="cfagit.recp.dclp.chdate">
<c-date-picker
type="date"
v-model="model.cfagit.recp.dclp.chdate"
style="width: 100%"
placeholder="请选择变动日期"
value-format="yyyy-MM-dd"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="变动币种" prop="cfagit.recp.dclp.chcurrency">
<c-select
v-model="model.cfagit.recp.dclp.chcurrency"
style="width: 100%"
placeholder="请选择变动币种"
:code="codes.curtxt"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="变动金额" prop="cfagit.recp.dclp.chamount">
<c-input
v-model="model.cfagit.recp.dclp.chamount"
placeholder="请输入变动金额"
class="m-input-currency"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="公允价值" prop="cfagit.recp.dclp.fairvalue">
<c-input
v-model="model.cfagit.recp.dclp.fairvalue"
placeholder="请输入公允价值"
class="m-input-currency"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="备注" prop="cfagit.recp.dclp.remark">
<c-input
type="textarea"
v-model="model.cfagit.recp.dclp.remark"
maxlength="248"
show-word-limit
placeholder="请输入备注"
:rows="5"
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- ==================================右边-删除原因================================ -->
<c-col :span="11" :offset="1">
<c-col :span="24">
<el-form-item label="删除原因" prop="cfagit.recp.dclp.actiondesc">
<c-input
type="textarea"
v-model="model.cfagit.recp.dclp.actiondesc"
maxlength="248"
show-word-limit
placeholder="请输入删除原因"
:rows="5"
disabled
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="12">
<c-button size="small" type="primary" @click="onSav"> &Save </c-button>
</c-col> -->
<!-- <c-col :span="12">
<c-button size="small" type="primary" @click="onChk"> &Check </c-button>
</c-col> -->
<c-col :span="17" :offset="7">
<c-checkbox v-model="model.cfagit.recp.dclp.acp" disabled>确认</c-checkbox>
</c-col>
</c-col>
</div>
</template>
<script>
import Api from '~/service/Api'
import commonProcess from '~/mixin/commonProcess'
import CodeTable from '~/config/CodeTable'
import Event from '~/model/Gitopn/Event'
export default {
inject: ['root'],
props: ['model', 'codes'],
mixins: [commonProcess],
data() {
return {}
},
methods: { ...Event },
created: function () {},
}
</script>
<style></style>
...@@ -77,14 +77,8 @@ ...@@ -77,14 +77,8 @@
v-model="model.gidgrp.cbs.max.cur" v-model="model.gidgrp.cbs.max.cur"
style="width: 100%" style="width: 100%"
placeholder="请选择Guarantee Amount" placeholder="请选择Guarantee Amount"
:code="codes.gitopn_cur"
> >
<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>
...@@ -607,7 +601,7 @@ ...@@ -607,7 +601,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="是否分离式保函" prop="gidgrp.rec.fenlishi"> <el-form-item v-if="model.gitp.swiftflg!='Y'" label="分离式保函" prop="gidgrp.rec.fenlishi">
<c-select <c-select
:disabled="model.gidgrp.rec.hndtyp=='OT'" :disabled="model.gidgrp.rec.hndtyp=='OT'"
v-model="model.gidgrp.rec.fenlishi" v-model="model.gidgrp.rec.fenlishi"
...@@ -867,7 +861,7 @@ ...@@ -867,7 +861,7 @@
</c-button> </c-button>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="24"> <!-- <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="Old Reference" prop="gidgrp.rec.oldref"> <el-form-item v-if="model.gitp.swiftflg!='Y'" label="Old Reference" prop="gidgrp.rec.oldref">
<c-input <c-input
v-model="model.gidgrp.rec.oldref" v-model="model.gidgrp.rec.oldref"
...@@ -875,9 +869,9 @@ ...@@ -875,9 +869,9 @@
placeholder="请输入Old Reference" placeholder="请输入Old Reference"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col> -->
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="Inure Date" prop="gidgrp.rec.inudat"> <el-form-item v-if="model.gitp.swiftflg!='Y'" label="保函生效日" prop="gidgrp.rec.inudat">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.gidgrp.rec.inudat" v-model="model.gidgrp.rec.inudat"
...@@ -1049,7 +1043,7 @@ ...@@ -1049,7 +1043,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="被保证人" prop="gidgrp.gidcxm.warran"> <el-form-item v-if="model.gitp.swiftflg!='Y'" label="被保证人" prop="gidgrp.gidcxm.warran">
<c-input <c-input
:disabled="model.gidgrp.rec.hndtyp!='OT'" :disabled="model.gidgrp.rec.fenlishi==''"
v-model="model.gidgrp.gidcxm.warran" v-model="model.gidgrp.gidcxm.warran"
maxlength="40" maxlength="40"
placeholder="请输入被保证人" placeholder="请输入被保证人"
...@@ -1057,12 +1051,12 @@ ...@@ -1057,12 +1051,12 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="Valid from" prop="gidgrp.rec.opndat"> <el-form-item v-if="model.gitp.swiftflg!='Y'" label="Issuance Date" prop="gidgrp.rec.opndat">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.gidgrp.rec.opndat" v-model="model.gidgrp.rec.opndat"
style="width: 100%" style="width: 100%"
placeholder="请选择Valid from" placeholder="请选择Issuance Date"
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -12,14 +12,7 @@ ...@@ -12,14 +12,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Guarantee Amount" prop="gidgrp.cbs.mac.cur"> <el-form-item label="Guarantee Amount" prop="gidgrp.cbs.mac.cur">
<c-select v-model="model.gidgrp.cbs.mac.cur" style="width:100%" placeholder="请选择Guarantee Amount"> <c-select :code="codes.gitopn_cur" v-model="model.gidgrp.cbs.mac.cur" style="width:100%" placeholder="请选择Guarantee Amount">
<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>
......
...@@ -5,18 +5,18 @@ ...@@ -5,18 +5,18 @@
<c-col :span="12"> <c-col :span="12">
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Applicant Ref." prop="gidgrp.apl.pts.ref"> <el-form-item label="Applicant Ref." prop="gidgrp.apc.pts.ref">
<c-input v-model="model.gidgrp.apl.pts.ref" maxlength="16" placeholder="请输入Applicant Ref."></c-input> <c-input v-model="model.gidgrp.apc.pts.ref" maxlength="16" placeholder="请输入Applicant Ref."></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Applicant" prop="gidgrp.apl.pts.extkey"> <el-form-item label="Applicant" prop="gidgrp.apc.pts.extkey">
<c-fullbox> <c-fullbox>
<c-input v-model="model.gidgrp.apl.pts.extkey" <c-input v-model="model.gidgrp.apc.pts.extkey"
maxlength="16" maxlength="16"
placeholder="请输入External Key of Address" placeholder="请输入External Key of Address"
@keyup.enter.native=" @keyup.enter.native="
showGridPromptDialog(`gidgrp.apl.pts.extkey`) showGridPromptDialog(`gidgrp.apc.pts.extkey`)
"></c-input> "></c-input>
<template slot="footer"> <template slot="footer">
<c-button <c-button
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
> >
<span style="font-family:'宋体';font-weight:bold">i</span> <span style="font-family:'宋体';font-weight:bold">i</span>
</c-button> </c-button>
<c-button size="small" type="primary" @click="onAplpDet"> <c-button size="small" type="primary" @click="onApcpDet">
Details Details
</c-button> </c-button>
</template> </template>
...@@ -35,8 +35,8 @@ ...@@ -35,8 +35,8 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="地址名称" prop="gidgrp.apl.pts.adrblk"> <el-form-item label="地址名称" prop="gidgrp.apc.pts.adrblk">
<c-input rows="4" type="textarea" v-model="model.gidgrp.apl.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入地址名称" ></c-input> <c-input rows="4" type="textarea" v-model="model.gidgrp.apc.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入地址名称" ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -69,13 +69,13 @@ ...@@ -69,13 +69,13 @@
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="Settlement" name="Settlement"> <el-tab-pane label="Settlement" name="setpan">
<c-content> <c-content>
<m-setpan :model="model" :codes="codes"/> <m-setpan :model="model" :codes="codes"/>
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="Bookings" name="Booking"> <el-tab-pane v-if="this.flag" label="Bookings" name="glepan">
<c-content> <c-content>
<m-glepan :model="model" :codes="codes"/> <m-glepan :model="model" :codes="codes"/>
</c-content> </c-content>
...@@ -134,6 +134,12 @@ ...@@ -134,6 +134,12 @@
<el-tab-pane v-if="model.cfagit.cfaflg=='1'" label="对外担保-签约信息2" name="conp1"> <el-tab-pane v-if="model.cfagit.cfaflg=='1'" label="对外担保-签约信息2" name="conp1">
<m-conp1 :model="model" :codes="codes"/> <m-conp1 :model="model" :codes="codes"/>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="对外担保-责任余额信息" name="dclpp" v-if="model.cfagit.cfaflg==1">
<c-content>
<m-dclpp :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<el-tab-pane v-if="model.gidgrp.rec.purpos=='ISCO'||model.gidgrp.rec.purpos=='ICCO'" label="Seq C : Overview" name="ovwpc"> <el-tab-pane v-if="model.gidgrp.rec.purpos=='ISCO'||model.gidgrp.rec.purpos=='ICCO'" label="Seq C : Overview" name="ovwpc">
<c-content> <c-content>
...@@ -223,11 +229,11 @@ import Ptypc from "./Ptypc" ...@@ -223,11 +229,11 @@ import Ptypc from "./Ptypc"
import Detpc from "./Detpc" import Detpc from "./Detpc"
import Gidtxtpc from "./Gidtxtpc" import Gidtxtpc from "./Gidtxtpc"
import Preperpc from "./Preperpc" import Preperpc from "./Preperpc"
import Ovwp20 from "./Ovwp20"
import Confp from "./Confp" import Confp from "./Confp"
import Conp from "./Conp" import Conp from "./Conp"
import Conp1 from "./Conp1" import Conp1 from "./Conp1"
import Aacp from "./Aacp" import Aacp from "./Aacp"
import Dclpp from "./Dclpp"
import Engp from "~/views/Public/Engp"; import Engp from "~/views/Public/Engp";
...@@ -259,10 +265,10 @@ export default { ...@@ -259,10 +265,10 @@ export default {
"m-detpc" : Detpc, "m-detpc" : Detpc,
"m-gidtxtpc" : Gidtxtpc, "m-gidtxtpc" : Gidtxtpc,
"m-preperpc" : Preperpc, "m-preperpc" : Preperpc,
"m-ovwp20" : Ovwp20,
"m-confp" : Confp, "m-confp" : Confp,
"m-conp" : Conp, "m-conp" : Conp,
"m-conp1":Conp1, "m-conp1":Conp1,
"m-dclpp" : Dclpp,
"m-engp" :Engp, "m-engp" :Engp,
"m-ccvpan" :Ccvpan, "m-ccvpan" :Ccvpan,
...@@ -292,6 +298,7 @@ export default { ...@@ -292,6 +298,7 @@ export default {
codes: { codes: {
...CodeTable, ...CodeTable,
}, },
flag:false,
} }
}, },
methods:{ methods:{
...@@ -305,21 +312,12 @@ export default { ...@@ -305,21 +312,12 @@ export default {
if(name==="voup"){ if(name==="voup"){
rulePath = "cnybop.voup"; rulePath = "cnybop.voup";
} }
// if (name === "glepan") { if(name==="setpan"){
// rulePath = "glepan"; this.flag=true;
// } }
// if (name === "coninfp") { if(name==='cfap'){
// rulePath = "coninfp"; rulePath = "cfagit.cfap";
// } }
// if (name === "docpan") {
// rulePath = "oit.inftxt";
// }
// if (name === "doctre") {
// rulePath = "doctre";
// }
// if (name === "sbxx") {
// rulePath = "trd.ownref,cnyp";
// }
if (!!rulePath) { if (!!rulePath) {
this.executeRule(rulePath).then(res => { this.executeRule(rulePath).then(res => {
if (res.respCode == SUCCESS) { if (res.respCode == SUCCESS) {
...@@ -334,6 +332,9 @@ export default { ...@@ -334,6 +332,9 @@ export default {
// * do it yourself // * do it yourself
// **/ // **/
// } // }
// async gleClick(){
// this.flag=true;
// },
}, },
created:async function(){ created:async function(){
console.log("进入gitopn交易"); console.log("进入gitopn交易");
......
...@@ -312,7 +312,7 @@ ...@@ -312,7 +312,7 @@
</c-col> </c-col>
</el-row> </el-row>
<m-busbtn ref="childs" :ownref="ownref" trnCode="ditsel" :model="ditselModel" ownrefPath="bddgrp" tabIndex=3 @onChoose="onChoose" >11</m-busbtn> <m-busbtn ref="childs" :ownref="ownref" trnCode="ditsel" :model="ditselModel" ownrefPath="bddgrp" tabIndex=3 @onChoose="onChoose" >11</m-busbtn>
</div> </div>
</template> </template>
<script> <script>
......
...@@ -13,6 +13,10 @@ ...@@ -13,6 +13,10 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<el-form-item label="Opening between" prop="infcon.opndatfrom"> <el-form-item label="Opening between" prop="infcon.opndatfrom">
<c-col :span="11"> <c-col :span="11">
...@@ -48,6 +52,19 @@ ...@@ -48,6 +52,19 @@
</c-col> </c-col>
</c-row> </c-row>
<c-row>
<c-col :span="8">
<el-form-item label="SG Reference" prop="infcon.seashgref">
<c-input
v-model="model.infcon.seashgref"
maxlength="16"
placeholder="请输入SG Reference"
></c-input>
</el-form-item>
</c-col>
</c-row>
<c-row v-show="searchSlot.searchToggle"> <c-row v-show="searchSlot.searchToggle">
<c-row> <c-row>
<c-col :span="8"> <c-col :span="8">
......
...@@ -304,11 +304,12 @@ ...@@ -304,11 +304,12 @@
placeholder="请输入Narrative" placeholder="请输入Narrative"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<!-- @click="onCanletButtxmsel" -->
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onCanletButtxmsel" @click="showGridPromptDialog('letcanp.canlet.buttxmsel', null, null,{TXT: 'letcanf.strinf'}, {TXT: false},'doxpDialog')"
> >
... ...
</c-button> </c-button>
......
...@@ -165,7 +165,7 @@ export default { ...@@ -165,7 +165,7 @@ export default {
console.log("进入litacp交易"); console.log("进入litacp交易");
let rtnmsg = await this.init({}) let rtnmsg = await this.init({})
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
Utils.copyValueFromVO(this.model, rtnmsg.data); this.updateModel(rtnmsg.data);
if (this.isInDisplay) { if (this.isInDisplay) {
this.restoreDisplay(); this.restoreDisplay();
} }
......
...@@ -249,7 +249,7 @@ export default { ...@@ -249,7 +249,7 @@ export default {
console.log("进入litame交易"); console.log("进入litame交易");
let rtnmsg = await this.init({}); let rtnmsg = await this.init({});
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
Utils.copyValueFromVO(this.model, rtnmsg.data); this.updateModel(rtnmsg.data);
if (this.isInDisplay) { if (this.isInDisplay) {
this.restoreDisplay(); this.restoreDisplay();
} }
......
...@@ -124,7 +124,7 @@ export default { ...@@ -124,7 +124,7 @@ export default {
console.log("进入litcan交易"); console.log("进入litcan交易");
let rtnmsg = await this.init({}) let rtnmsg = await this.init({})
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
Utils.copyValueFromVO(this.model, rtnmsg.data); this.updateModel(rtnmsg.data);
if (this.isInDisplay) { if (this.isInDisplay) {
this.restoreDisplay(); this.restoreDisplay();
} }
......
...@@ -148,7 +148,7 @@ export default { ...@@ -148,7 +148,7 @@ export default {
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
//更新数据 //更新数据
Utils.copyValueFromVO(this.model, rtnmsg.data); this.updateModel(rtnmsg.data);
if (this.isInDisplay) { if (this.isInDisplay) {
this.restoreDisplay(); this.restoreDisplay();
} }
......
...@@ -146,7 +146,7 @@ export default { ...@@ -146,7 +146,7 @@ export default {
console.log("进入litdck交易"); console.log("进入litdck交易");
let rtnmsg = await this.init({}) let rtnmsg = await this.init({})
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
Utils.copyValueFromVO(this.model, rtnmsg.data); this.updateModel(rtnmsg.data);
if (this.isInDisplay) { if (this.isInDisplay) {
this.restoreDisplay(); this.restoreDisplay();
} }
......
...@@ -220,7 +220,7 @@ export default { ...@@ -220,7 +220,7 @@ export default {
console.log("进入litdla交易"); console.log("进入litdla交易");
let rtnmsg = await this.init({}) let rtnmsg = await this.init({})
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
Utils.copyValueFromVO(this.model, rtnmsg.data); this.updateModel(rtnmsg.data);
if (this.isInDisplay) { if (this.isInDisplay) {
this.restoreDisplay(); this.restoreDisplay();
} }
......
...@@ -160,7 +160,7 @@ export default { ...@@ -160,7 +160,7 @@ export default {
console.log("进入litrog交易"); console.log("进入litrog交易");
let rtnmsg = await this.init({}) let rtnmsg = await this.init({})
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
Utils.copyValueFromVO(this.model, rtnmsg.data); this.updateModel(rtnmsg.data);
if (this.isInDisplay) { if (this.isInDisplay) {
this.restoreDisplay(); this.restoreDisplay();
} }
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<c-date-picker <c-date-picker
type="date" type="date"
v-model="scope.row.matdat" v-model="scope.row.matdat"
value-format="yyyy-MM-dd" value-format="YYYY-MM-DD"
placeholder="请选择Date" placeholder="请选择Date"
style="width: 100%" style="width: 100%"
@change="executeDefault('liaall.liaallg.matdat')" @change="executeDefault('liaall.liaallg.matdat')"
...@@ -59,9 +59,9 @@ ...@@ -59,9 +59,9 @@
<el-table-column prop="acc" label="Account" width="150px"> <el-table-column prop="acc" label="Account" width="150px">
</el-table-column> </el-table-column>
<el-table-column prop="valdat" label="Value Date" width="200px"> <el-table-column prop="valdat" label="Value Date" width="200px">
<!-- <template slot-scope="scope"> <template slot-scope="scope">
{{dateFormat(scope.row.valdat)}} {{dateFormat(scope.row.valdat)}}
</template> --> </template>
</el-table-column> </el-table-column>
<el-table-column label="" prop="det" width="80px" fixed="right"> <el-table-column label="" prop="det" width="80px" fixed="right">
<template slot-scope="scope" slot="header"> <template slot-scope="scope" slot="header">
......
...@@ -65,9 +65,6 @@ const ReviewRouter = [ ...@@ -65,9 +65,6 @@ const ReviewRouter = [
{ path: "letnot", component: ReviewLetnot, name: "ReviewLetnot", meta: { title: "复核-Letnot" } }, { path: "letnot", component: ReviewLetnot, name: "ReviewLetnot", meta: { title: "复核-Letnot" } },
{ path: "bftsnd", component: ReviewBftsnd, name: "ReviewBftsnd", meta: { title: "复核-Bftsnd" } }, { path: "bftsnd", component: ReviewBftsnd, name: "ReviewBftsnd", meta: { title: "复核-Bftsnd" } },
{ path: "bftdcr", component: ReviewBftdcr, name: "ReviewBftdcr", meta: { title: "复核-Bftdcr" } }, { path: "bftdcr", component: ReviewBftdcr, name: "ReviewBftdcr", meta: { title: "复核-Bftdcr" } },
{ path: "ditopn", component: ReviewDitopn, name: "ReviewDitopn", meta: { title: "复核-买方信用证开立" } },
{ path: "ditdck", component: ReviewDitdck, name: "ReviewDitdck", meta: { title: "复核-买方信用证到单" } },
{ path: "bdtset", component: ReviewBdtset, name: "ReviewBdtset", meta: { title: "复核-买方信用证付款" } },
{ path: "cptadv", component: ReviewCptadv, name: "ReviewCptadv", meta: { title: "复核-汇入汇款" } }, { path: "cptadv", component: ReviewCptadv, name: "ReviewCptadv", meta: { title: "复核-汇入汇款" } },
{ path: "cptopn", component: ReviewCptopn, name: "ReviewCptopn", meta: { title: "复核-汇出汇款" } }, { path: "cptopn", component: ReviewCptopn, name: "ReviewCptopn", meta: { title: "复核-汇出汇款" } },
{ path: "getset", component: ReviewGetset, name: "ReviewGetset", meta: { title: "复核-Getset" } }, { path: "getset", component: ReviewGetset, name: "ReviewGetset", meta: { title: "复核-Getset" } },
......
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