Commit aad4abde by lianyang

brtdck/brtudp/letopn/letnot/letdrw/letame弹出文本框回填

parent e2d58630
...@@ -216,7 +216,7 @@ export default { ...@@ -216,7 +216,7 @@ export default {
"brdgrp.blk.docdis":[ "brdgrp.blk.docdis":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3500,message:"长度不能超过3500"} {max: 3500,message:"长度不能超过3500"}
], ],
...@@ -228,7 +228,7 @@ export default { ...@@ -228,7 +228,7 @@ export default {
{type: "date", required: false, message: "输入正确的日期"} {type: "date", required: false, message: "输入正确的日期"}
], ],
"brdgrp.blk.comcon":[ "brdgrp.blk.comcon":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 1950,message:"长度不能超过1950"} {max: 1950,message:"长度不能超过1950"}
], ],
...@@ -236,7 +236,7 @@ export default { ...@@ -236,7 +236,7 @@ export default {
"brdgrp.blk.setinsbr":[ "brdgrp.blk.setinsbr":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 390,message:"长度不能超过390"} {max: 390,message:"长度不能超过390"}
], ],
......
...@@ -190,7 +190,7 @@ export default { ...@@ -190,7 +190,7 @@ export default {
"brdgrp.blk.docdis":[ "brdgrp.blk.docdis":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3500,message:"长度不能超过3500"} {max: 3500,message:"长度不能超过3500"}
], ],
...@@ -202,7 +202,7 @@ export default { ...@@ -202,7 +202,7 @@ export default {
{type: "date", required: false, message: "输入正确的日期"} {type: "date", required: false, message: "输入正确的日期"}
], ],
"brdgrp.blk.comcon":[ "brdgrp.blk.comcon":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 65,message:"长度不能超过65"}
], ],
...@@ -210,8 +210,8 @@ export default { ...@@ -210,8 +210,8 @@ export default {
"brdgrp.blk.setinsbr":[ "brdgrp.blk.setinsbr":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 390,message:"长度不能超过390"}
], ],
......
...@@ -13,7 +13,9 @@ ...@@ -13,7 +13,9 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="3"> <c-col :span="3">
<c-button size="small" type="primary" icon="el-icon-search" @click="onDocdisButtxmsel" <!-- @click="onDocdisButtxmsel" -->
<c-button size="small" type="primary" icon="el-icon-search"
@click="showGridPromptDialog('brtp.docdis.buttxmsel', null, null,{TXT: 'brdgrp.blk.docdis'}, {TXT: false},'doxpDialog')"
:disabled="!docdisflg"> :disabled="!docdisflg">
... ...
</c-button> </c-button>
...@@ -31,7 +33,7 @@ ...@@ -31,7 +33,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="3"> <c-col :span="3">
<c-button size="small" type="primary" icon="el-icon-search" @click="onSetinstxmButtxmsel"> <c-button size="small" type="primary" icon="el-icon-search" @click="showGridPromptDialog('brtp.setinstxm.buttxmsel', null, null,{TXT: 'brdgrp.blk.setinsbr'}, {TXT: false},'doxpDialog')">
... ...
</c-button> </c-button>
</c-col> </c-col>
...@@ -122,7 +124,7 @@ ...@@ -122,7 +124,7 @@
<c-checkbox v-model="model.brdgrp.rec.igndisflg">Ignore Discrepancies</c-checkbox> <c-checkbox v-model="model.brdgrp.rec.igndisflg">Ignore Discrepancies</c-checkbox>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-checkbox v-model="docdisflg">discrepancies modified</c-checkbox> <c-checkbox v-model="docdisflg" @change="docdisDefault">discrepancies modified</c-checkbox>
<!-- <c-checkbox v-model="model.brdgrp.blk.docdisflg">discrepancies modified</c-checkbox> --> <!-- <c-checkbox v-model="model.brdgrp.blk.docdisflg">discrepancies modified</c-checkbox> -->
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
...@@ -243,6 +245,13 @@ export default { ...@@ -243,6 +245,13 @@ export default {
}, },
methods: { methods: {
...Event, ...Event,
async docdisDefault(){
this.executeDefault("brdgrp.blk.docdis").then(res => {
//TODO 处理数据逻辑
if(res.respCode == SUCCESS)
this.updateModel(res.data);
})
},
// addTableValue(index) { // addTableValue(index) {
// var newTableValue = Object.assign({}, this.newValue); // var newTableValue = Object.assign({}, this.newValue);
// const serial=Utils.generateUUID(); // const serial=Utils.generateUUID();
......
...@@ -248,11 +248,12 @@ ...@@ -248,11 +248,12 @@
placeholder="请输入债权人总部所在国家(地区)代码" placeholder="请输入债权人总部所在国家(地区)代码"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<!-- @click="onCouselCrehqselbut" -->
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onCouselCrehqselbut" @click="showGridPromptDialog('cfabrt.recp.pubp.cousel.crehqselbut', null, null,{TXT: 'cfabrt.recgrp.bas.crehqcode'}, {TXT: false},'doxpDialog')"
> >
? ?
</c-button> </c-button>
...@@ -272,11 +273,12 @@ ...@@ -272,11 +273,12 @@
placeholder="请输入债权人经营地所在国家(地区)代码" placeholder="请输入债权人经营地所在国家(地区)代码"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<!-- @click="onCouselOperselbut" -->
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onCouselOperselbut" @click="showGridPromptDialog('cfabrt.recp.pubp.cousel.operselbut', null, null,{TXT: 'cfabrt.recgrp.bas.opercode'}, {TXT: false},'doxpDialog')"
> >
? ?
</c-button> </c-button>
......
...@@ -7,11 +7,12 @@ ...@@ -7,11 +7,12 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Discrepancies" prop="brdgrp.blk.docdis"> <el-form-item label="Discrepancies" prop="brdgrp.blk.docdis">
<c-fullbox> <c-fullbox>
<c-input type="textarea" v-model="model.brdgrp.blk.docdis" maxlength="50" show-word-limit <c-input type="textarea" v-model="model.brdgrp.blk.docdis" maxlength="3500" show-word-limit
placeholder="请输入Discrepancies" rows="5" :disabled="!docdisflg"></c-input> placeholder="请输入Discrepancies" rows="5" :disabled="!docdisflg"></c-input>
<!-- @click="onDocdisButtxmsel" -->
<template slot="footer"> <template slot="footer">
<c-button size="small" type="primary" icon="el-icon-search" @click="onDocdisButtxmsel" <c-button size="small" type="primary" icon="el-icon-search"
@click="showGridPromptDialog('brtp.docdis.buttxmsel', null, null,{TXT: 'brdgrp.blk.docdis'}, {TXT: false},'doxpDialog')"
:disabled="!docdisflg"> :disabled="!docdisflg">
<!-- ... --> <!-- ... -->
</c-button> </c-button>
...@@ -22,7 +23,7 @@ ...@@ -22,7 +23,7 @@
<!-- Comments and Conclusion --> <!-- Comments and Conclusion -->
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Comments and Conclusions" prop="brdgrp.blk.comcon"> <el-form-item label="Comments and Conclusions" prop="brdgrp.blk.comcon">
<c-input type="textarea" v-model="model.brdgrp.blk.comcon" maxlength="65" show-word-limit <c-input type="textarea" v-model="model.brdgrp.blk.comcon" maxlength="1950" show-word-limit
placeholder="请输入Comments and Conclusions" rows="5"></c-input> placeholder="请输入Comments and Conclusions" rows="5"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -31,10 +32,13 @@ ...@@ -31,10 +32,13 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Settlement Instructions BR" prop="brdgrp.blk.setinsbr"> <el-form-item label="Settlement Instructions BR" prop="brdgrp.blk.setinsbr">
<c-fullbox> <c-fullbox>
<c-input type="textarea" v-model="model.brdgrp.blk.setinsbr" maxlength="65" show-word-limit <c-input type="textarea" v-model="model.brdgrp.blk.setinsbr" maxlength="390" show-word-limit
placeholder="请输入Settlement Instructions BR" rows="5"></c-input> placeholder="请输入Settlement Instructions BR" rows="5"></c-input>
<template slot="footer"> <template slot="footer">
<c-button size="small" type="primary" icon="el-icon-search" @click="onSetinstxmButtxmsel"> <!-- @click="onSetinstxmButtxmsel" -->
<c-button size="small" type="primary" icon="el-icon-search"
@click="showGridPromptDialog('brtp.setinstxm.buttxmsel', null, null,{TXT: 'brdgrp.blk.setinsbr'}, {TXT: false},'doxpDialog')"
>
</c-button> </c-button>
</template> </template>
</c-fullbox> </c-fullbox>
...@@ -60,7 +64,9 @@ ...@@ -60,7 +64,9 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-checkbox v-model="docdisflg">discrepancies modified</c-checkbox> <c-checkbox v-model="docdisflg"
@change="docdisDefault"
>discrepancies modified</c-checkbox>
<!-- <c-checkbox v-model="model.brdgrp.blk.docdisflg">discrepancies modified</c-checkbox> --> <!-- <c-checkbox v-model="model.brdgrp.blk.docdisflg">discrepancies modified</c-checkbox> -->
</c-col> </c-col>
...@@ -136,7 +142,14 @@ export default { ...@@ -136,7 +142,14 @@ export default {
return { return {
}; };
}, },
methods: { ...Event methods: { ...Event,
async docdisDefault(){
this.executeDefault("brdgrp.blk.docdis").then(res => {
//TODO 处理数据逻辑
if(res.respCode == SUCCESS)
this.updateModel(res.data);
})
},
}, },
created: function () { }, created: function () { },
computed: { computed: {
...@@ -149,7 +162,8 @@ export default { ...@@ -149,7 +162,8 @@ export default {
} }
}, },
}, },
}; };
</script> </script>
<style> <style>
</style> </style>
\ No newline at end of file
...@@ -221,7 +221,9 @@ ...@@ -221,7 +221,9 @@
placeholder="请输入TAG72" :disabled="model.sftmt==''? true : false" placeholder="请输入TAG72" :disabled="model.sftmt==''? true : false"
:rows="4"></c-input> :rows="4"></c-input>
<template slot="footer"> <template slot="footer">
<c-button size="small" type="primary" icon="el-icon-search" @click="onAcctagButtxmsel" <!-- @click="onAcctagButtxmsel" -->
<c-button size="small" type="primary" icon="el-icon-search"
@click="showGridPromptDialog('brtp.acctag.buttxmsel', null, null,{TXT: 'brdgrp.tag72add'}, {TXT: false},'doxpDialog')"
:disabled="model.sftmt==''? true : false"> :disabled="model.sftmt==''? true : false">
... ...
</c-button> </c-button>
......
...@@ -144,6 +144,13 @@ ...@@ -144,6 +144,13 @@
:promptData="promptData" :promptData="promptData"
@select-ety="selectEty" @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>
......
...@@ -103,11 +103,12 @@ ...@@ -103,11 +103,12 @@
:disabled="blkDftatFlag" :disabled="blkDftatFlag"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<!-- @click="onLcrdftatButtxmsel" -->
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onLcrdftatButtxmsel" @click="showGridPromptDialog('letp.lcrdftat.buttxmsel', null, null,{TXT: 'ledgrp.blk.dftat'}, {TXT: false},'doxpDialog')"
:disabled="blkDftatFlag" :disabled="blkDftatFlag"
> >
... ...
...@@ -280,11 +281,13 @@ ...@@ -280,11 +281,13 @@
placeholder="请输入Days of presentation period" placeholder="请输入Days of presentation period"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<!-- @click="onPreperButtxmsel" -->
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onPreperButtxmsel" @click="showGridPromptDialog('letp.preper.buttxmsel', null, null,{TXT: 'ledgrp.rec.prepers18'}, {TXT: false},'doxpDialog')"
disabled
> >
... ...
</c-button> </c-button>
...@@ -317,11 +320,12 @@ ...@@ -317,11 +320,12 @@
placeholder="请输入附加收费详情" placeholder="请输入附加收费详情"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<!-- @click="onChariaButtxmsel" -->
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onChariaButtxmsel" @click="showGridPromptDialog('letp.charia.buttxmsel', null, null,{TXT: 'ledgrp.blk.feetxt'}, {TXT: false},'doxpDialog')"
> >
... ...
</c-button> </c-button>
......
...@@ -77,11 +77,12 @@ ...@@ -77,11 +77,12 @@
placeholder="请输入Revolving Clause" placeholder="请输入Revolving Clause"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<!-- @click="onRevclauseButtxmsel" -->
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onRevclauseButtxmsel" @click="showGridPromptDialog('letp.revclause.buttxmsel', null, null,{TXT: 'ledgrp.blk.revcls'}, {TXT: false},'doxpDialog')"
> >
... ...
</c-button> </c-button>
......
...@@ -231,6 +231,13 @@ ...@@ -231,6 +231,13 @@
@select-ety="selectEty" @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>
......
...@@ -104,11 +104,12 @@ ...@@ -104,11 +104,12 @@
:disabled="blkDftatFlag" :disabled="blkDftatFlag"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<!-- @click="onLcrdftatButtxmsel" -->
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onLcrdftatButtxmsel" @click="showGridPromptDialog('letp.lcrdftat.buttxmsel', null, null,{TXT: 'ledgrp.blk.dftat'}, {TXT: false},'doxpDialog')"
:disabled="blkDftatFlag" :disabled="blkDftatFlag"
> >
... ...
...@@ -276,12 +277,13 @@ ...@@ -276,12 +277,13 @@
placeholder="请输入Days of presentation period" placeholder="请输入Days of presentation period"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<!-- @click="onPreperButtxmsel" -->
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onPreperButtxmsel" @click="showGridPromptDialog('letp.preper.buttxmsel', null, null,{TXT: 'ledgrp.rec.prepers18'}, {TXT: false},'doxpDialog')"
> disabled >
... ...
</c-button> </c-button>
</template> </template>
...@@ -312,11 +314,12 @@ ...@@ -312,11 +314,12 @@
placeholder="请输入附加收费详情" placeholder="请输入附加收费详情"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<!-- @click="onChariaButtxmsel" -->
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onChariaButtxmsel" @click="showGridPromptDialog('letp.charia.buttxmsel', null, null,{TXT: 'ledgrp.blk.feetxt'}, {TXT: false},'doxpDialog')"
> >
... ...
</c-button> </c-button>
......
...@@ -17,11 +17,12 @@ ...@@ -17,11 +17,12 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="3"> <c-col :span="3">
<!-- @click="onDocdisButtxmsel" -->
<c-button <c-button
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==''"
> >
... ...
...@@ -43,11 +44,12 @@ ...@@ -43,11 +44,12 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="3"> <c-col :span="3">
<!-- @click="onIntdisButtxmsel" -->
<c-button <c-button
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')"
> >
... ...
</c-button> </c-button>
...@@ -68,11 +70,12 @@ ...@@ -68,11 +70,12 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="3"> <c-col :span="3">
<!-- @click="onComconButtxmsel" -->
<c-button <c-button
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')"
> >
... ...
</c-button> </c-button>
...@@ -96,11 +99,12 @@ ...@@ -96,11 +99,12 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="3"> <c-col :span="3">
<!-- @click="onSetinstxmButtxmsel" -->
<c-button <c-button
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')"
> >
... ...
</c-button> </c-button>
...@@ -160,6 +164,16 @@ ...@@ -160,6 +164,16 @@
<!-- Referance --> <!-- Referance -->
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Referance" prop="bedgrp.oth.pts.ref">
<c-input
v-model="model.bedgrp.oth.pts.ref"
maxlength="16"
placeholder="请输入参考号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-ptap <c-ptap
:model="model" :model="model"
:argadr="{ :argadr="{
...@@ -167,9 +181,11 @@ ...@@ -167,9 +181,11 @@
grp: 'bedgrp', grp: 'bedgrp',
rol: 'oth', rol: 'oth',
}" }"
:noRef="true"
:isAdrblk="false"
:haveAdrLabel="false"
@onSeainf="onSeainf" @onSeainf="onSeainf"
@onAplpDet="onOthpDet" @onAplpDet="onOthpDet"
:disabledRef="true"
:disabledExtkey="true" :disabledExtkey="true"
:disabled="true" :disabled="true"
> >
......
...@@ -15,11 +15,12 @@ ...@@ -15,11 +15,12 @@
</c-col> </c-col>
<c-col :span="2"> <c-col :span="2">
<!-- @click="onAdlcndButtxmsel" -->
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onAdlcndButtxmsel" @click="showGridPromptDialog('letp.adlcnd.buttxmsel', null, null,{TXT: 'ledgrp.blk.adlcnd'}, {TXT: false},'doxpDialog')"
> >
... ...
</c-button> </c-button>
...@@ -57,11 +58,12 @@ ...@@ -57,11 +58,12 @@
</c-col> </c-col>
<c-col :span="2"> <c-col :span="2">
<!-- @click="onInsbnkButtxmsel" -->
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onInsbnkButtxmsel" @click="showGridPromptDialog('letp.insbnk.buttxmsel', null, null,{TXT: 'ledgrp.blk.insbnk'}, {TXT: false},'doxpDialog')"
> >
... ...
</c-button> </c-button>
......
...@@ -104,11 +104,12 @@ ...@@ -104,11 +104,12 @@
:disabled="blkDftatFlag" :disabled="blkDftatFlag"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<!-- @click="onLcrdftatButtxmsel" -->
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onLcrdftatButtxmsel" @click="showGridPromptDialog('letp.lcrdftat.buttxmsel', null, null,{TXT: 'ledgrp.blk.dftat'}, {TXT: false},'doxpDialog')"
:disabled="blkDftatFlag" :disabled="blkDftatFlag"
> >
... ...
...@@ -276,11 +277,13 @@ ...@@ -276,11 +277,13 @@
placeholder="请输入Days of presentation period" placeholder="请输入Days of presentation period"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<!-- @click="onPreperButtxmsel" -->
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onPreperButtxmsel" @click="showGridPromptDialog('letp.preper.buttxmsel', null, null,{TXT: 'ledgrp.rec.prepers18'}, {TXT: false},'doxpDialog')"
disabled
> >
... ...
</c-button> </c-button>
...@@ -312,11 +315,12 @@ ...@@ -312,11 +315,12 @@
placeholder="请输入附加收费详情" placeholder="请输入附加收费详情"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<!-- @click="onChariaButtxmsel" -->
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onChariaButtxmsel" @click="showGridPromptDialog('letp.charia.buttxmsel', null, null,{TXT: 'ledgrp.blk.feetxt'}, {TXT: false},'doxpDialog')"
> >
... ...
</c-button> </c-button>
......
...@@ -15,11 +15,12 @@ ...@@ -15,11 +15,12 @@
</c-col> </c-col>
<c-col :span="2"> <c-col :span="2">
<!-- @click="onLcrgodButtxmsel" -->
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onLcrgodButtxmsel" @click="showGridPromptDialog('letp.lcrgod.buttxmsel', null, null,{TXT: 'ledgrp.blk.lcrgod'}, {TXT: false},'doxpDialog')"
> >
... ...
</c-button> </c-button>
......
...@@ -15,11 +15,12 @@ ...@@ -15,11 +15,12 @@
</c-col> </c-col>
<c-col :span="2"> <c-col :span="2">
<!-- @click="onLcrdocButtxmsel" -->
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onLcrdocButtxmsel" @click="showGridPromptDialog('letp.lcrdoc.buttxmsel', null, null,{TXT: 'ledgrp.blk.lcrdoc'}, {TXT: false},'doxpDialog')"
> >
... ...
</c-button> </c-button>
......
...@@ -15,11 +15,12 @@ ...@@ -15,11 +15,12 @@
</c-col> </c-col>
<c-col :span="2"> <c-col :span="2">
<!-- @click="onSpcbenButtxmsel" -->
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onSpcbenButtxmsel" @click="showGridPromptDialog('letp.spcben.buttxmsel', null, null,{TXT: 'ledgrp.blk.spcben'}, {TXT: false},'doxpDialog')"
> >
... ...
</c-button> </c-button>
...@@ -39,7 +40,7 @@ export default { ...@@ -39,7 +40,7 @@ export default {
data() { data() {
return {} return {}
}, },
methods: { ...Event, onSpcbenButtxmsel() {} }, methods: { ...Event},
created: function () {}, created: function () {},
} }
</script> </script>
......
...@@ -14,11 +14,12 @@ ...@@ -14,11 +14,12 @@
</c-col> </c-col>
<c-col :span="2"> <c-col :span="2">
<!-- @click="onSpcrcbButtxmsel" -->
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onSpcrcbButtxmsel" @click="showGridPromptDialog('letp.spcrcb.buttxmsel', null, null,{TXT: 'ledgrp.blk.spcrcb'}, {TXT: false},'doxpDialog')"
> >
... ...
</c-button> </c-button>
...@@ -38,7 +39,7 @@ export default { ...@@ -38,7 +39,7 @@ export default {
data() { data() {
return {} return {}
}, },
methods: { ...Event, onSpcrcbButtxmsel() {} }, methods: { ...Event},
created: function () {}, created: function () {},
} }
</script> </script>
......
...@@ -142,6 +142,13 @@ ...@@ -142,6 +142,13 @@
:promptData="promptData" :promptData="promptData"
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>
......
...@@ -102,11 +102,12 @@ ...@@ -102,11 +102,12 @@
:disabled="blkDftatFlag" :disabled="blkDftatFlag"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<!-- @click="onLcrdftatButtxmsel" -->
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onLcrdftatButtxmsel" @click="showGridPromptDialog('letp.lcrdftat.buttxmsel', null, null,{TXT: 'ledgrp.blk.dftat'}, {TXT: false},'doxpDialog')"
:disabled="blkDftatFlag" :disabled="blkDftatFlag"
> >
... ...
...@@ -275,11 +276,13 @@ ...@@ -275,11 +276,13 @@
placeholder="请输入Days of presentation period" placeholder="请输入Days of presentation period"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<!-- @click="onPreperButtxmsel" -->
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onPreperButtxmsel" @click="showGridPromptDialog('letp.preper.buttxmsel', null, null,{TXT: 'ledgrp.rec.prepers18'}, {TXT: false},'doxpDialog')"
disabled
> >
... ...
</c-button> </c-button>
...@@ -311,11 +314,12 @@ ...@@ -311,11 +314,12 @@
placeholder="请输入附加收费详情" placeholder="请输入附加收费详情"
></c-input> ></c-input>
<template slot="footer"> <template slot="footer">
<!-- @click="onChariaButtxmsel" -->
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onChariaButtxmsel" @click="showGridPromptDialog('letp.charia.buttxmsel', null, null,{TXT: 'ledgrp.blk.feetxt'}, {TXT: false},'doxpDialog')"
> >
... ...
</c-button> </c-button>
......
...@@ -7,13 +7,16 @@ ...@@ -7,13 +7,16 @@
:handleCheck="handleCheck" :handleCheck="handleCheck"
:handleStash="handleStash" :handleStash="handleStash"
> >
<el-button size="small">备忘录</el-button> <el-button size="small">查询</el-button>
<el-button size="small">影像信息</el-button> <el-button size="small">用户确认</el-button>
<el-button size="small">保存模板</el-button> <el-button size="small">检核</el-button>
<el-button size="small">使用模板</el-button> <el-button size="small">日志</el-button>
<el-button size="small">制裁信息</el-button> <!-- <el-button size="small">保存模板</el-button> -->
<el-button size="small">拆分报文</el-button> <!-- <el-button size="small">使用模板</el-button> -->
<el-button size="small">智能提示</el-button> <el-button size="small">imgyge</el-button>
<!-- <el-button size="small">拆分报文</el-button> -->
<el-button size="small">img</el-button>
<el-button size="small">His.img</el-button>
</c-function-btn> </c-function-btn>
<el-form <el-form
:model="model" :model="model"
...@@ -43,7 +46,9 @@ ...@@ -43,7 +46,9 @@
label="附加金额" label="附加金额"
name="aamp" name="aamp"
> >
<m-aamp :model="model" :codes="codes" /> <c-content>
<m-aamp :model="model" :codes="codes" />
</c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000063 --> <!--PD000063 -->
...@@ -62,29 +67,38 @@ ...@@ -62,29 +67,38 @@
<!--PD000055 --> <!--PD000055 -->
<el-tab-pane label="货物描述" name="dogp"> <el-tab-pane label="货物描述" name="dogp">
<m-doxp :model="model" :codes="codes" :dtyp="'dogp'" :rec="'led'" <c-content>
/> <m-doxp :model="model" :codes="codes" :dtyp="'dogp'" :rec="'led'"/>
</c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000057 --> <!--PD000057 -->
<el-tab-pane label="单据要求" name="dorp"> <el-tab-pane label="单据要求" name="dorp">
<m-doxp :model="model" :codes="codes" :dtyp="'dorp'" :rec="'led'" /> <c-content>
<m-doxp :model="model" :codes="codes" :dtyp="'dorp'" :rec="'led'" />
</c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000059 --> <!--PD000059 -->
<el-tab-pane label="附加条款" name="adcp"> <el-tab-pane label="附加条款" name="adcp">
<m-doxp :model="model" :codes="codes" :dtyp="'adcp'" :rec="'led'" /> <c-content>
<m-doxp :model="model" :codes="codes" :dtyp="'adcp'" :rec="'led'" />
</c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000317 --> <!--PD000317 -->
<el-tab-pane label="循环信用详情" name="revp" <el-tab-pane label="循环信用详情" name="revp"
v-if="model.ledgrp.rec.revflg=='X'"> v-if="model.ledgrp.rec.revflg=='X'">
<m-revp :model="model" :codes="codes" /> <c-content>
<m-revp :model="model" :codes="codes" />
</c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000027 --> <!--PD000027 -->
<el-tab-pane label="表外" name="engp"> <el-tab-pane label="表外" name="engp">
<m-engp :model="model" :codes="codes" /> <c-content>
<m-engp :model="model" :codes="codes" />
</c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000000 --> <!--PD000000 -->
...@@ -96,22 +110,30 @@ ...@@ -96,22 +110,30 @@
<!--PD000000 --> <!--PD000000 -->
<el-tab-pane label="附言" name="coninfp"> <el-tab-pane label="附言" name="coninfp">
<m-coninfp :model="model" :codes="codes" /> <c-content>
<m-coninfp :model="model" :codes="codes" />
</c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000529 --> <!--PD000529 -->
<el-tab-pane label="报文及面函" name="docpan"> <el-tab-pane label="报文及面函" name="docpan">
<m-docpan :model="model" :codes="codes" /> <c-content>
<m-docpan :model="model" :codes="codes" />
</c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000546 --> <!--PD000546 -->
<el-tab-pane label="附件" name="doctre"> <el-tab-pane label="附件" name="doctre">
<m-doctre :model="model" :codes="codes" /> <c-content>
<m-doctre :model="model" :codes="codes" />
</c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000001 --> <!--PD000001 -->
<el-tab-pane label="分录信息" name="glepan"> <el-tab-pane label="分录信息" name="glepan">
<m-glepan :model="model" :codes="codes" /> <c-content>
<m-glepan :model="model" :codes="codes" />
</c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000394 --> <!--PD000394 -->
...@@ -120,12 +142,14 @@ ...@@ -120,12 +142,14 @@
label="受益人特殊付款条款" label="受益人特殊付款条款"
name="spcbenp" name="spcbenp"
> >
<c-content>
<m-doxp <m-doxp
:model="model" :model="model"
:codes="codes" :codes="codes"
:dtyp="'spcbenp'" :dtyp="'spcbenp'"
:rec="'led'" :rec="'led'"
/> />
</c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000394 --> <!--PD000394 -->
...@@ -139,12 +163,14 @@ ...@@ -139,12 +163,14 @@
label="收款银行特殊付款条款" label="收款银行特殊付款条款"
name="spcrcvp" name="spcrcvp"
> >
<c-content>
<m-doxp <m-doxp
:model="model" :model="model"
:codes="codes" :codes="codes"
:dtyp="'spcrcvp'" :dtyp="'spcrcvp'"
:rec="'led'" :rec="'led'"
/> />
</c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000422 --> <!--PD000422 -->
<!-- <el-tab-pane label="PD000422" name="spcrcvp"> <!-- <el-tab-pane label="PD000422" name="spcrcvp">
......
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