Commit 070d140b by liaoxing

bctdor 修改

parent 744cb2fc
...@@ -159,7 +159,7 @@ export default class Bctdor { ...@@ -159,7 +159,7 @@ export default class Bctdor {
}, },
}, },
}, },
rejtypsel: "", // Select Rejection Type .rejtypsel rejtypsel: "I", // Select Rejection Type .rejtypsel
advtyp: "", // SWIFT Advice Type .advtyp advtyp: "", // SWIFT Advice Type .advtyp
setmod: new Pub().data.Setmod, setmod: new Pub().data.Setmod,
mtabut: new Pub().data.Mtabut, mtabut: new Pub().data.Mtabut,
......
...@@ -261,6 +261,7 @@ ...@@ -261,6 +261,7 @@
:code="codes.advtyp1" :code="codes.advtyp1"
v-model="model.advtyp" v-model="model.advtyp"
style="width: 100%" style="width: 100%"
disabled
placeholder="请选择SWIFT报文通知类型" placeholder="请选择SWIFT报文通知类型"
> >
</c-select> </c-select>
......
...@@ -87,7 +87,7 @@ export default class Bctrad{ ...@@ -87,7 +87,7 @@ export default class Bctrad{
mattxtlab:"", // Label for MATTXT .bctp.matp.mattxtlab mattxtlab:"", // Label for MATTXT .bctp.matp.mattxtlab
}, },
docgrdm:{ docgrdm:{
docgrd:[], docgrdVos:[],
docdsclab:"", // Label of document description .bctp.docgrdm.docdsclab docdsclab:"", // Label of document description .bctp.docgrdm.docdsclab
}, },
co2p:{ co2p:{
......
...@@ -78,7 +78,7 @@ export default class Bctset { ...@@ -78,7 +78,7 @@ export default class Bctset {
}, },
docgrdm:{ docgrdm:{
docdsclab:"", // Label of document description .bctp.docgrdm.docdsclab docdsclab:"", // Label of document description .bctp.docgrdm.docdsclab
docgrd:[], docgrdVos:[],
}, },
drep:{ drep:{
......
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