Commit 173b647c by nanrui

botpay,litrog面函内置block字段添加

parent 3d64025e
......@@ -5,6 +5,12 @@ import Pub from "../Public"
export default class Botpay {
constructor() {
this.data = {
//XMLPanel botcoll1的内置block
botcoll1blk: "",
//XMLPanel botdrrl1的内置block
botdrrl1blk: "",
//XMLPanel botdrel2的内置block
botdrel2blk: "",
bodgrp: {
rec: {
matpertyp: "", // Days/Months or Years for Maturity Period .bodgrp.rec.matpertyp
......
......@@ -5,6 +5,14 @@ import Pub from "../Public"
export default class Litrog{
constructor () {
this.data = {
//XMLPanel litapll1的内置block
litapll1blk : "",
//XMLPanel litrogl1的内置block
litrogl1blk : "",
//XMLPanel litrogl2的内置block
litrogl2blk : "",
//XMLPanel litapll3的内置block
litapll3blk : "",
lidgrp:{
rec:{
inr:"",
......
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