Commit 2928e52f by wangyanjiao

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 fe6b3d29 141d2665
...@@ -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":[
......
...@@ -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:{
......
...@@ -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>
......
...@@ -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) {
{ Utils.copyValueFromVO(this.model, 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); Utils.copyValueFromVO(this.model, 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) {
{ Utils.copyValueFromVO(this.model, 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) {
{ Utils.copyValueFromVO(this.model, 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) {
{ Utils.copyValueFromVO(this.model, 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) {
{ Utils.copyValueFromVO(this.model, 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) {
{ Utils.copyValueFromVO(this.model, rtnmsg.data);
this.updateModel(rtnmsg.data)
//TODO 处理数据逻辑
this.model.mtabut.clsflg="X"; this.model.mtabut.clsflg="X";
if (this.isInDisplay) {
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) {
{ Utils.copyValueFromVO(this.model, 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>
......
...@@ -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>
......
...@@ -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">
......
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