Commit e404c544 by 1377875331@qq.com

check&default&rule补充

parent 9c0f6315
...@@ -12,7 +12,7 @@ export default { ...@@ -12,7 +12,7 @@ export default {
"liaall.limmod.ownref": [checkLiaallLimmodOwnrefN100,], "liaall.limmod.ownref": [checkLiaallLimmodOwnrefN100,],
"didgrp.rec.expplc": [checkDidgrpRecExpplcN900,], "didgrp.rec.expplc": [checkDidgrpRecExpplcN900,],
"didgrp.rec.fqtime": [checkDidgrpRecFqtimeN100,], "didgrp.rec.fqtime": [checkDidgrpRecFqtimeN100,],
"didgrp.adv.pts.bankno": [checkDidgrpAdvPtsBanknoN100,], "didgrp.adv.pts.bankno": [checkDidgrpAdvPtsBanknoN100, ruleDidgrpAdvPtsBanknoN1252,],
"didgrp.rec.tratyp": [checkDidgrpRecTratypN100,], "didgrp.rec.tratyp": [checkDidgrpRecTratypN100,],
"liaall.limmod.ecifno": [checkLiaallLimmodEcifnoN100,], "liaall.limmod.ecifno": [checkLiaallLimmodEcifnoN100,],
"ditp.benp.ptsget.sdamod.dadsnd": [checkDitpBenpPtsgetSdamodDadsndN100,], "ditp.benp.ptsget.sdamod.dadsnd": [checkDitpBenpPtsgetSdamodDadsndN100,],
...@@ -101,6 +101,10 @@ export default { ...@@ -101,6 +101,10 @@ export default {
"didgrp.blk.adlcnd": [checkDidgrpBlkAdlcndN100, checkDidgrpBlkAdlcndN100,], "didgrp.blk.adlcnd": [checkDidgrpBlkAdlcndN100, checkDidgrpBlkAdlcndN100,],
"litameadv": [checkLitameadvN100,], "litameadv": [checkLitameadvN100,],
"liaall.liaccv.relcshpct": [checkLiaallLiaccvRelcshpctN100,], "liaall.liaccv.relcshpct": [checkLiaallLiaccvRelcshpctN100,],
//Rule
"idgrp.rec.nomto":[ruleDidgrpRecNomtopN2000,],
"didgrp.rec.nomton":[ruleDidgrpRecNomtonN2000,],
} }
/** /**
* source:liaall.@0019.script * source:liaall.@0019.script
...@@ -131,12 +135,19 @@ function checkLiaallLimmodLimptsOthPtsExtkeyN960() { ...@@ -131,12 +135,19 @@ function checkLiaallLimmodLimptsOthPtsExtkeyN960() {
* *
*/ */
function checkDidgrpAplPtsRefN100() { function checkDidgrpAplPtsRefN100() {
const that = this;
that.exeuteCheck("didgrp.apl.pts.ref").then(res =>{
//TODO
})
} }
/** /**
* source:ditopn.@0121.script * source:ditopn.@0121.script
* *
*/ */
function checkDidgrpAplPtsYouzbmN100() { function checkDidgrpAplPtsYouzbmN100() {
const that = this;
that.exeuteCheck("didgrp.apl.pts.youzbm").then(res => {
})
} }
/** /**
* source:ditopn.@0092.script * source:ditopn.@0092.script
...@@ -386,6 +397,10 @@ function checkDidgrpRecApprulrmbN100() { ...@@ -386,6 +397,10 @@ function checkDidgrpRecApprulrmbN100() {
* *
*/ */
function checkDidgrpAplPtsDihdigN100() { function checkDidgrpAplPtsDihdigN100() {
const that = this;
that.exeuteCheck("didgrp.apl.pts.dihdig").then(res => {
//TODO
})
} }
/** /**
* source:ditopn.@0112.script * source:ditopn.@0112.script
...@@ -426,6 +441,10 @@ function checkDidgrpBlkDefdetN1001() { ...@@ -426,6 +441,10 @@ function checkDidgrpBlkDefdetN1001() {
* *
*/ */
function checkDidgrpRecElcflgN100() { function checkDidgrpRecElcflgN100() {
const that = this;
that.exeuteCheck("didgrp.rec.elcflg").then(res => {
//TODO
})
} }
/** /**
* source:txmmod.@0009.script * source:txmmod.@0009.script
...@@ -536,24 +555,40 @@ function checkLiaallLimmodLimptsWrkPtsExtkeyN960() { ...@@ -536,24 +555,40 @@ function checkLiaallLimmodLimptsWrkPtsExtkeyN960() {
* *
*/ */
function checkDidgrpBenPtsDihdigN1004() { function checkDidgrpBenPtsDihdigN1004() {
const that = this;
that.exeuteCheck("didgrp.ben.pts.dihdig").then(res => {
//TODO
})
} }
/** /**
* source:ditopn.@0107.script * source:ditopn.@0107.script
* *
*/ */
function checkDidgrpRecShpdatN100() { function checkDidgrpRecShpdatN100() {
const that = this;
that.exeuteCheck("didgrp.rec.shpdat").then(res => {
//TODO
})
} }
/** /**
* source:ditopn.@0002.script * source:ditopn.@0002.script
* *
*/ */
function checkDidgrpRecShpdatN999() { function checkDidgrpRecShpdatN999() {
const that = this;
that.exeuteCheck("didgrp.rec.shpdat").then(res => {
//TODO
})
} }
/** /**
* source:ditopn.@0005.script * source:ditopn.@0005.script
* *
*/ */
function checkDidgrpCbsNom1CurN100() { function checkDidgrpCbsNom1CurN100() {
const that = this;
that.exeuteCheck("didgrp.blk.lcrgod").then(res => {
//TODO
})
} }
/** /**
* source:ditopn.@0125.script * source:ditopn.@0125.script
...@@ -604,6 +639,10 @@ function checkDidgrpAdvPtsYouzbmN1003() { ...@@ -604,6 +639,10 @@ function checkDidgrpAdvPtsYouzbmN1003() {
* *
*/ */
function checkDidgrpAplPtsExtactN100() { function checkDidgrpAplPtsExtactN100() {
const that = this;
that.exeuteCheck("didgrp.apl.pts.extact").then(res => {
//TODO
})
} }
/** /**
* source:ptsp.@0014.script * source:ptsp.@0014.script
...@@ -628,6 +667,10 @@ function checkDidgrpApcPtsYouzbmN1002() { ...@@ -628,6 +667,10 @@ function checkDidgrpApcPtsYouzbmN1002() {
* *
*/ */
function checkDidgrpBenPtsYouzbmN1004() { function checkDidgrpBenPtsYouzbmN1004() {
const that = this;
that.exeuteCheck("didgrp.ben.pts.youzbm").then(res => {
//TODO
})
} }
/** /**
* source:ditopn.@0027.script * source:ditopn.@0027.script
...@@ -736,6 +779,10 @@ function checkDidgrpAdvPtsDihdigN1003() { ...@@ -736,6 +779,10 @@ function checkDidgrpAdvPtsDihdigN1003() {
* *
*/ */
function checkDidgrpRecExpdatN100() { function checkDidgrpRecExpdatN100() {
const that = this;
that.exeuteCheck("didgrp.rec.expdat").then(res => {
//TODO
})
} }
/** /**
* source:ptsget.@0009.script * source:ptsget.@0009.script
...@@ -810,6 +857,10 @@ function checkDidgrpRecTenmaxdayN1050() { ...@@ -810,6 +857,10 @@ function checkDidgrpRecTenmaxdayN1050() {
* *
*/ */
function checkDidgrpCbsNom1AmtN100() { function checkDidgrpCbsNom1AmtN100() {
const that = this;
that.exeuteCheck("didgrp.cbs.nom1.amt").then(res => {
//TODO
})
} }
/** /**
* source:txmmod.@0009.script * source:txmmod.@0009.script
...@@ -840,6 +891,10 @@ function checkDitpRmbpPtsgetSdamodDadsndN100() { ...@@ -840,6 +891,10 @@ function checkDitpRmbpPtsgetSdamodDadsndN100() {
* *
*/ */
function checkDidgrpBenPtsExtactN1001() { function checkDidgrpBenPtsExtactN1001() {
const that = this;
that.exeuteCheck("didgrp.ben.pts.extact").then(res => {
//TODO
})
} }
/** /**
* source:txmmod.@0009.script * source:txmmod.@0009.script
...@@ -865,3 +920,35 @@ function checkLitameadvN100() { ...@@ -865,3 +920,35 @@ function checkLitameadvN100() {
*/ */
function checkLiaallLiaccvRelcshpctN100() { function checkLiaallLiaccvRelcshpctN100() {
} }
//Rule
/**
* source:ditopn.@0094.script
*/
function ruleDidgrpRecNomtopN2000() {
const that = this;
that.executeRule("didgrp.rec.nomtop").then(res =>{
//TODO
})
}
/**
* source:ditopn.@0094.script
*/
function ruleDidgrpRecNomtonN2000() {
const that = this;
that.executeRule("didgrp.rec.nomton").then(res =>{
//TODO
})
}
/**
* source:ditopn.@0117.script
*/
function ruleDidgrpAdvPtsBanknoN1252() {
const that = this;
that.executeRule("didgrp.adv.pts.bankno").thes(res => {
//TODO
})
}
\ No newline at end of file
...@@ -154,6 +154,10 @@ function defaultDidgrpRecBdflg() { ...@@ -154,6 +154,10 @@ function defaultDidgrpRecBdflg() {
function defaultDitpLcrgodButtxmsel() { function defaultDitpLcrgodButtxmsel() {
} }
function defaultDidgrpRecOpndat() { function defaultDidgrpRecOpndat() {
const that = this;
that.executeDefault("didgrp.rec.opndat").then(res => {
//TODO
})
} }
function defaultLiaallLimmodWrkpDet() { function defaultLiaallLimmodWrkpDet() {
} }
...@@ -176,7 +180,10 @@ function defaultLitameadv() { ...@@ -176,7 +180,10 @@ function defaultLitameadv() {
}) })
} }
function defaultDidgrpBlkAdlcnd() { function defaultDidgrpBlkAdlcnd() {
const that = this;
that.executeDefault("didgrp.blk.adlcnd").then(res => {
//TODO
})
} }
function defaultDidgrpAplPtsRef() { function defaultDidgrpAplPtsRef() {
} }
...@@ -251,10 +258,6 @@ function defaultLiaallLiaccvRelcshpct() { ...@@ -251,10 +258,6 @@ function defaultLiaallLiaccvRelcshpct() {
function defaultDidgrpRecExpplc() { function defaultDidgrpRecExpplc() {
} }
function defaultDidgrpAdvPtsBankno() { function defaultDidgrpAdvPtsBankno() {
const that = this;
that.executeRule("executeRule").thes(res => {
//TODO
})
} }
function defaultDidgrpBenPtsRef() { function defaultDidgrpBenPtsRef() {
} }
...@@ -271,6 +274,10 @@ function defaultLiaallLimmodLimptsPfcod2() { ...@@ -271,6 +274,10 @@ function defaultLiaallLimmodLimptsPfcod2() {
function defaultLiaallLimmodLimptsPfcod1() { function defaultLiaallLimmodLimptsPfcod1() {
} }
function defaultDidgrpAplPtsExtkey() { function defaultDidgrpAplPtsExtkey() {
const that = this;
that.executeDefault("didgrp.apl.pts.extkey").then(res => {
//TODO
})
} }
function defaultDidgrpBlkDefdet() { function defaultDidgrpBlkDefdet() {
const that = this; const that = this;
...@@ -303,8 +310,16 @@ function defaultDidgrpBlkLcrgod() { ...@@ -303,8 +310,16 @@ function defaultDidgrpBlkLcrgod() {
function defaultDidgrpRecAutdat() { function defaultDidgrpRecAutdat() {
} }
function defaultDidgrpRecIdcode() { function defaultDidgrpRecIdcode() {
const that = this;
that.executeDefault("didgrp.rec.idcode").then(res => {
//TODO
})
} }
function defaultDidgrpRecDkflg() { function defaultDidgrpRecDkflg() {
const that = this;
that.executeDefault("didgrp.rec.dkflg").then(res => {
//TODO
})
} }
function defaultDidgrpRmbPtsAdrblk() { function defaultDidgrpRmbPtsAdrblk() {
} }
...@@ -403,4 +418,8 @@ function defaultDidgrpBlkPreper() { ...@@ -403,4 +418,8 @@ function defaultDidgrpBlkPreper() {
}) })
} }
function defaultDidgrpCbsMaxAmt() { function defaultDidgrpCbsMaxAmt() {
const that = this;
that.executeDefault("didgrp.cbs.max.amt").then(res => {
//TODO
})
} }
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