import XxtfeeCheck from '~/components/business/xxtfee/model/check.js';
export default {
data() {
return {
rules: {
...new XxtfeeCheck(this).check,
"bcdgrp.rec.ownref":null,
"bcdgrp.cbs.max.cur":null,
"bcdgrp.cbs.max.amt":null,
"bcdgrp.cbs.opn1.cur":null,
"bcdgrp.cbs.opn1.amt":null,
"bcdgrp.rec.rcvdat":null,
"bcdgrp.rec.advdat":null,
"bcdgrp.rec.matdat":null,
"bcdgrp.rec.predat":null,
"bcdgrp.rec.doctypcod":null,
"bcdgrp.rec.docsta":null,
"bcdgrp.rec.nam":null,
"bcdgrp.dre.pts.ref":null,
"bcdgrp.dre.pts.nam":null,
"bcdgrp.rmi.pts.ref":null,
"bcdgrp.rmi.pts.nam":null,
"bcdgrp.drr.pts.ref":null,
"bcdgrp.drr.pts.nam":null,
}
}
}
}