Commit 6c522ab1 by zhujiazhan

brtsnd、Cptadv、Cptopn、Infcpd交易BUG修改

parent f6a9abe8
...@@ -226,7 +226,14 @@ ...@@ -226,7 +226,14 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="21"> <c-col :span="21">
<el-form-item label="External Key of Address" prop="brdgrp.prb.pts.extkey"> <el-form-item label="External Key of Address" prop="brdgrp.prb.pts.extkey">
<c-input v-model="model.brdgrp.prb.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"></c-input> <c-input
v-model="model.brdgrp.prb.pts.extkey"
maxlength="16"
placeholder="请输入External Key of Address"
@keyup.enter.native="
showGridPromptDialog('brdgrp.prb.pts.extkey')
"
></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="3"> <c-col :span="3">
......
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
</c-tabs> </c-tabs>
</el-form> </el-form>
<c-grid-ety-prompt-dialog ref="etyDialog" :promptData="promptData" v-on:select-ety="selectEty"></c-grid-ety-prompt-dialog>
<c-grid-ety-prompt-dialog <c-grid-ety-prompt-dialog
        ref="doxpDialog"         ref="doxpDialog"
        :isPty="false"         :isPty="false"
......
...@@ -37,11 +37,9 @@ ...@@ -37,11 +37,9 @@
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!--
<el-tab-pane label="分录" name="glepan"> <el-tab-pane label="分录" name="glepan">
<m-glepan :model="model" :codes="codes" ref="glepan" /> <m-glepan :model="model" :codes="codes" ref="glepan" />
</el-tab-pane> </el-tab-pane>
-->
<el-tab-pane label="附言" name="coninfp"> <el-tab-pane label="附言" name="coninfp">
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
v-model="model.cpdgrp.ori.pts.ref" v-model="model.cpdgrp.ori.pts.ref"
maxlength="16" maxlength="16"
placeholder="" placeholder=""
:disabled=this.flag1
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -25,7 +26,8 @@ ...@@ -25,7 +26,8 @@
style="width:100%" style="width:100%"
@keyup.enter.native=" @keyup.enter.native="
showGridPromptDialog('cpdgrp.ori.pts.extkey') showGridPromptDialog('cpdgrp.ori.pts.extkey')
" "
:disabled=this.flag1
></c-input> ></c-input>
</el-form-item> </el-form-item>
<template slot="footer"> <template slot="footer">
...@@ -78,6 +80,7 @@ ...@@ -78,6 +80,7 @@
v-model="model.cpdgrp.orc.pts.ref" v-model="model.cpdgrp.orc.pts.ref"
maxlength="16" maxlength="16"
placeholder="" placeholder=""
:disabled=this.flag1
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -88,6 +91,7 @@ ...@@ -88,6 +91,7 @@
v-model="model.cpdgrp.rec.orcact" v-model="model.cpdgrp.rec.orcact"
maxlength="35" maxlength="35"
placeholder="汇款人账号" placeholder="汇款人账号"
:disabled=this.flag1
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -101,6 +105,7 @@ ...@@ -101,6 +105,7 @@
@keyup.enter.native=" @keyup.enter.native="
showGridPromptDialog('cpdgrp.orc.pts.extkey') showGridPromptDialog('cpdgrp.orc.pts.extkey')
" "
:disabled=this.flag1
> >
</c-input> </c-input>
</el-form-item> </el-form-item>
...@@ -1123,7 +1128,7 @@ ...@@ -1123,7 +1128,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="17"> <c-col :span="17">
<el-form-item label=""> <el-form-item label="">
<c-input placeholder=""></c-input> <c-input placeholder="" ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="7"> <c-col :span="7">
...@@ -1166,6 +1171,7 @@ ...@@ -1166,6 +1171,7 @@
style="width: 90%" style="width: 90%"
maxlength="16" maxlength="16"
placeholder="" placeholder=""
:disabled=this.flag1
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -1177,6 +1183,7 @@ ...@@ -1177,6 +1183,7 @@
style="width: 90%" style="width: 90%"
maxlength="35" maxlength="35"
placeholder="" placeholder=""
:disabled=this.flag1
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -1403,6 +1410,7 @@ ...@@ -1403,6 +1410,7 @@
style="width: 90%" style="width: 90%"
maxlength="16" maxlength="16"
placeholder="" placeholder=""
:disabled=this.flag1
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -1414,6 +1422,7 @@ ...@@ -1414,6 +1422,7 @@
style="width: 90%" style="width: 90%"
maxlength="35" maxlength="35"
placeholder="" placeholder=""
:disabled=this.flag1
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -2408,6 +2417,7 @@ export default { ...@@ -2408,6 +2417,7 @@ export default {
data() { data() {
return { return {
infptaVisible: false, infptaVisible: false,
flag1:true,
}; };
}, },
watch:{ watch:{
...@@ -2418,7 +2428,17 @@ export default { ...@@ -2418,7 +2428,17 @@ export default {
this.model.cptp.fwtgyh = 'CHASUS33XXX'; this.model.cptp.fwtgyh = 'CHASUS33XXX';
console.log(this.model.cptp.fwtgyh) console.log(this.model.cptp.fwtgyh)
} }
} },
"model.cpdgrp.rec.swftyp":{
immediate:true,
handler(val ,oldVal){
if(this.model.cpdgrp.rec.swftyp == ''){
this.flag1=true;
}else{
this.flag1=false;
}
}
}
}, },
methods: { methods: {
onSndpDet() { onSndpDet() {
......
...@@ -110,12 +110,13 @@ ...@@ -110,12 +110,13 @@
label="汇款金额" label="汇款金额"
previewLabel="汇款金额币种" previewLabel="汇款金额币种"
prop="cpdgrp.cbs.nom1.cur" prop="cpdgrp.cbs.nom1.cur"
> >
<c-select <c-select
v-model="model.cpdgrp.cbs.nom1.cur" v-model="model.cpdgrp.cbs.nom1.cur"
style="width: 100%" style="width: 100%"
placeholder="" placeholder=""
@change="onNom1CurChange" @change="commonExecuteRule('cpdgrp.cbs.nom1.cur')"
> >
<el-option <el-option
v-for="item in codes.currencycode" v-for="item in codes.currencycode"
...@@ -475,6 +476,13 @@ export default { ...@@ -475,6 +476,13 @@ export default {
...Event, ...Event,
onCptpGetref() {}, onCptpGetref() {},
onCptpGetmod() {}, onCptpGetmod() {},
commonExecuteRule(ruleName) {
this.executeRule(ruleName).then((res) => {
if ((res.respCode == SUCCESS)) {
Utils.copyValueFromVO(this.model, res.data);
}
});
},
}, },
watch:{ watch:{
"model.cpdgrp.rec.ischktyp":{ "model.cpdgrp.rec.ischktyp":{
......
...@@ -32,9 +32,9 @@ ...@@ -32,9 +32,9 @@
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<!-- <el-tab-pane label="Additional Info" name="AdditionalInfo"> <el-tab-pane label="Additional Info" name="AdditionalInfo" v-if="this.model.cpdgrp.rec.swftyp != ''">
<m-AdditionalInfo :model="model" :codes="codes" /> <m-AdditionalInfo :model="model" :codes="codes" />
</el-tab-pane> --> </el-tab-pane>
<el-tab-pane label="费用及账务" name="setpan"> <el-tab-pane label="费用及账务" name="setpan">
<!--PD000000 --> <!--PD000000 -->
......
...@@ -506,8 +506,8 @@ export default { ...@@ -506,8 +506,8 @@ export default {
label: "Closed", label: "Closed",
}, },
'20 18 "1.Cur" 80', '20 18 "1.Cur" 80',
'22 19 "2.Cur" 80', '21 19 "Paym.Amount" 150',
'21 20 "Paym.Amount" 150', '22 20 "2.Cur" 80',
'23 21 "Amount rcvd." 150', '23 21 "Amount rcvd." 150',
'6 22 "Pyectycod" 120', '6 22 "Pyectycod" 120',
'7 23 "Orcctycod" 120', '7 23 "Orcctycod" 120',
......
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