Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
e404c544
Commit
e404c544
authored
Jun 04, 2021
by
1377875331@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
check&default&rule补充
parent
9c0f6315
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
113 additions
and
6 deletions
+113
-6
Check.js
src/model/Ditopn/Check.js
+89
-1
Default.js
src/model/Ditopn/Default.js
+24
-5
No files found.
src/model/Ditopn/Check.js
View file @
e404c544
...
...
@@ -12,7 +12,7 @@ export default {
"liaall.limmod.ownref"
:
[
checkLiaallLimmodOwnrefN100
,],
"didgrp.rec.expplc"
:
[
checkDidgrpRecExpplcN900
,],
"didgrp.rec.fqtime"
:
[
checkDidgrpRecFqtimeN100
,],
"didgrp.adv.pts.bankno"
:
[
checkDidgrpAdvPtsBanknoN100
,],
"didgrp.adv.pts.bankno"
:
[
checkDidgrpAdvPtsBanknoN100
,
ruleDidgrpAdvPtsBanknoN1252
,
],
"didgrp.rec.tratyp"
:
[
checkDidgrpRecTratypN100
,],
"liaall.limmod.ecifno"
:
[
checkLiaallLimmodEcifnoN100
,],
"ditp.benp.ptsget.sdamod.dadsnd"
:
[
checkDitpBenpPtsgetSdamodDadsndN100
,],
...
...
@@ -101,6 +101,10 @@ export default {
"didgrp.blk.adlcnd"
:
[
checkDidgrpBlkAdlcndN100
,
checkDidgrpBlkAdlcndN100
,],
"litameadv"
:
[
checkLitameadvN100
,],
"liaall.liaccv.relcshpct"
:
[
checkLiaallLiaccvRelcshpctN100
,],
//Rule
"idgrp.rec.nomto"
:[
ruleDidgrpRecNomtopN2000
,],
"didgrp.rec.nomton"
:[
ruleDidgrpRecNomtonN2000
,],
}
/**
* source:liaall.@0019.script
...
...
@@ -131,12 +135,19 @@ function checkLiaallLimmodLimptsOthPtsExtkeyN960() {
*
*/
function
checkDidgrpAplPtsRefN100
()
{
const
that
=
this
;
that
.
exeuteCheck
(
"didgrp.apl.pts.ref"
).
then
(
res
=>
{
//TODO
})
}
/**
* source:ditopn.@0121.script
*
*/
function
checkDidgrpAplPtsYouzbmN100
()
{
const
that
=
this
;
that
.
exeuteCheck
(
"didgrp.apl.pts.youzbm"
).
then
(
res
=>
{
})
}
/**
* source:ditopn.@0092.script
...
...
@@ -386,6 +397,10 @@ function checkDidgrpRecApprulrmbN100() {
*
*/
function
checkDidgrpAplPtsDihdigN100
()
{
const
that
=
this
;
that
.
exeuteCheck
(
"didgrp.apl.pts.dihdig"
).
then
(
res
=>
{
//TODO
})
}
/**
* source:ditopn.@0112.script
...
...
@@ -426,6 +441,10 @@ function checkDidgrpBlkDefdetN1001() {
*
*/
function
checkDidgrpRecElcflgN100
()
{
const
that
=
this
;
that
.
exeuteCheck
(
"didgrp.rec.elcflg"
).
then
(
res
=>
{
//TODO
})
}
/**
* source:txmmod.@0009.script
...
...
@@ -536,24 +555,40 @@ function checkLiaallLimmodLimptsWrkPtsExtkeyN960() {
*
*/
function
checkDidgrpBenPtsDihdigN1004
()
{
const
that
=
this
;
that
.
exeuteCheck
(
"didgrp.ben.pts.dihdig"
).
then
(
res
=>
{
//TODO
})
}
/**
* source:ditopn.@0107.script
*
*/
function
checkDidgrpRecShpdatN100
()
{
const
that
=
this
;
that
.
exeuteCheck
(
"didgrp.rec.shpdat"
).
then
(
res
=>
{
//TODO
})
}
/**
* source:ditopn.@0002.script
*
*/
function
checkDidgrpRecShpdatN999
()
{
const
that
=
this
;
that
.
exeuteCheck
(
"didgrp.rec.shpdat"
).
then
(
res
=>
{
//TODO
})
}
/**
* source:ditopn.@0005.script
*
*/
function
checkDidgrpCbsNom1CurN100
()
{
const
that
=
this
;
that
.
exeuteCheck
(
"didgrp.blk.lcrgod"
).
then
(
res
=>
{
//TODO
})
}
/**
* source:ditopn.@0125.script
...
...
@@ -604,6 +639,10 @@ function checkDidgrpAdvPtsYouzbmN1003() {
*
*/
function
checkDidgrpAplPtsExtactN100
()
{
const
that
=
this
;
that
.
exeuteCheck
(
"didgrp.apl.pts.extact"
).
then
(
res
=>
{
//TODO
})
}
/**
* source:ptsp.@0014.script
...
...
@@ -628,6 +667,10 @@ function checkDidgrpApcPtsYouzbmN1002() {
*
*/
function
checkDidgrpBenPtsYouzbmN1004
()
{
const
that
=
this
;
that
.
exeuteCheck
(
"didgrp.ben.pts.youzbm"
).
then
(
res
=>
{
//TODO
})
}
/**
* source:ditopn.@0027.script
...
...
@@ -736,6 +779,10 @@ function checkDidgrpAdvPtsDihdigN1003() {
*
*/
function
checkDidgrpRecExpdatN100
()
{
const
that
=
this
;
that
.
exeuteCheck
(
"didgrp.rec.expdat"
).
then
(
res
=>
{
//TODO
})
}
/**
* source:ptsget.@0009.script
...
...
@@ -810,6 +857,10 @@ function checkDidgrpRecTenmaxdayN1050() {
*
*/
function
checkDidgrpCbsNom1AmtN100
()
{
const
that
=
this
;
that
.
exeuteCheck
(
"didgrp.cbs.nom1.amt"
).
then
(
res
=>
{
//TODO
})
}
/**
* source:txmmod.@0009.script
...
...
@@ -840,6 +891,10 @@ function checkDitpRmbpPtsgetSdamodDadsndN100() {
*
*/
function
checkDidgrpBenPtsExtactN1001
()
{
const
that
=
this
;
that
.
exeuteCheck
(
"didgrp.ben.pts.extact"
).
then
(
res
=>
{
//TODO
})
}
/**
* source:txmmod.@0009.script
...
...
@@ -865,3 +920,35 @@ function checkLitameadvN100() {
*/
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
src/model/Ditopn/Default.js
View file @
e404c544
...
...
@@ -154,6 +154,10 @@ function defaultDidgrpRecBdflg() {
function
defaultDitpLcrgodButtxmsel
()
{
}
function
defaultDidgrpRecOpndat
()
{
const
that
=
this
;
that
.
executeDefault
(
"didgrp.rec.opndat"
).
then
(
res
=>
{
//TODO
})
}
function
defaultLiaallLimmodWrkpDet
()
{
}
...
...
@@ -176,7 +180,10 @@ function defaultLitameadv() {
})
}
function
defaultDidgrpBlkAdlcnd
()
{
const
that
=
this
;
that
.
executeDefault
(
"didgrp.blk.adlcnd"
).
then
(
res
=>
{
//TODO
})
}
function
defaultDidgrpAplPtsRef
()
{
}
...
...
@@ -251,10 +258,6 @@ function defaultLiaallLiaccvRelcshpct() {
function
defaultDidgrpRecExpplc
()
{
}
function
defaultDidgrpAdvPtsBankno
()
{
const
that
=
this
;
that
.
executeRule
(
"executeRule"
).
thes
(
res
=>
{
//TODO
})
}
function
defaultDidgrpBenPtsRef
()
{
}
...
...
@@ -271,6 +274,10 @@ function defaultLiaallLimmodLimptsPfcod2() {
function
defaultLiaallLimmodLimptsPfcod1
()
{
}
function
defaultDidgrpAplPtsExtkey
()
{
const
that
=
this
;
that
.
executeDefault
(
"didgrp.apl.pts.extkey"
).
then
(
res
=>
{
//TODO
})
}
function
defaultDidgrpBlkDefdet
()
{
const
that
=
this
;
...
...
@@ -303,8 +310,16 @@ function defaultDidgrpBlkLcrgod() {
function
defaultDidgrpRecAutdat
()
{
}
function
defaultDidgrpRecIdcode
()
{
const
that
=
this
;
that
.
executeDefault
(
"didgrp.rec.idcode"
).
then
(
res
=>
{
//TODO
})
}
function
defaultDidgrpRecDkflg
()
{
const
that
=
this
;
that
.
executeDefault
(
"didgrp.rec.dkflg"
).
then
(
res
=>
{
//TODO
})
}
function
defaultDidgrpRmbPtsAdrblk
()
{
}
...
...
@@ -403,4 +418,8 @@ function defaultDidgrpBlkPreper() {
})
}
function
defaultDidgrpCbsMaxAmt
()
{
const
that
=
this
;
that
.
executeDefault
(
"didgrp.cbs.max.amt"
).
then
(
res
=>
{
//TODO
})
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment