Commit 026eb945 by Eivi

betdcr交易完善

parent 2ba351cf
......@@ -98,6 +98,7 @@ export default class Betdcr {
docdisflg: "", // Discrepancies modified .bedgrp.blk.docdisflg
docins: "", // Reasons for Rejection .bedgrp.blk.docins
disdoc: "", // Disposal of Documents .bedgrp.blk.disdoc
prsdoc: "", //.bedgrp.blk.prsdoc
},
},
advrefflg: "", // Advice of Refusal MT734 .advrefflg
......
......@@ -130,13 +130,15 @@
</c-col>
<!-- next part -->
<c-col>
<c-col :span="24">
<c-docpre
:model="model"
:argadr="{
path:'bedgrp.blk.prsdoc',
grp:'betp',
code:'docpre'
}"
>
</c-docpre>
</c-col>
......@@ -268,7 +270,7 @@ import Docpre from "~/views/Public/Docpre";
export default {
components:{"c-docpre":Docpre},
inject: ["root"],
props: ["model", "codes","argadr"],
props: ["model", "codes"],
mixins: [commonProcess],
data() {
return {
......
......@@ -104,7 +104,6 @@ export default {
codes: {
...CodeTable,
},
argadr:"argadr",
}
},
methods:{
......
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