1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/**
* Detdrv Default规则
*/
import Api from "~/service/Api";
import Utils from "~/utils/index"
export default {
"bfdgrp.blk.docdis" :Utils.defaultFunction,
"bfdgrp.rec.doctypcod" :Utils.defaultFunction,
"dedgrp.rec.avbby" :Utils.defaultFunction,
"bfdgrp.blk.docdisflg" :Utils.defaultFunction,
"bfdgrp.rec.rcvdat" :Utils.defaultFunction,
"bfdgrp.cbs.max2.amt" :Utils.defaultFunction,
"bfdgrp.rec.shpdat" :Utils.defaultFunction,
"dedgrp.rec.shpdat" :Utils.defaultFunction,
"dedgrp.rec.expdat" :Utils.defaultFunction,
"bfdgrp.cbs.max.amt" :Utils.defaultFunction,
"dedgrp.cbs.opn1.amt" :Utils.defaultFunction,
"dedgrp.rec.utlnbr" :Utils.defaultFunction,
"bfdgrp.cbs.max.cur" :Utils.defaultFunction,
"bfdgrp.rmb.pts.adrblk" :Utils.defaultFunction,
"bfdgrp.prb.pts.nam" :Utils.defaultFunction,
"bfdgrp.iss.pts.nam" :Utils.defaultFunction,
"dedgrp.beb.pts.adrblk" :Utils.defaultFunction,
"bfdgrp.acb.pts.extkey" :Utils.defaultFunction,
"bfdgrp.acb.adrelc" :Utils.defaultFunction,
"bfdgrp.acb.namelc" :Utils.defaultFunction,
"bfdgrp.acb.dbfadrblkcn" :Utils.defaultFunction,
"bfdgrp.prb.pts.extkey" :Utils.defaultFunction,
"dedgrp.cbs.nom1.cur" :Utils.defaultFunction,
"dedgrp.rec.ownref" :Utils.defaultFunction,
"bfdgrp.rec.docprbrol" :Utils.defaultFunction,
"dedgrp.beb.pts.extkey" :Utils.defaultFunction,
"bfdgrp.oth.pts.adrblk" :Utils.defaultFunction,
"bfdgrp.oth.pts.extkey" :Utils.defaultFunction,
"bfdgrp.acb.pts.adrblk" :Utils.defaultFunction,
"bfdgrp.rec.dscinsflg" :Utils.defaultFunction,
"bftp.folwupopt" :Utils.defaultFunction,
"bfdgrp.rmb.pts.extkey" :Utils.defaultFunction,
"bfdgrp.apl.pts.nam" :Utils.defaultFunction,
"bfdgrp.blk.matper" :Utils.defaultFunction,
"bfdgrp.rec.matdat" :Utils.defaultFunction,
"bfdgrp.rmb.adrelc" :Utils.defaultFunction,
"bfdgrp.rmb.namelc" :Utils.defaultFunction,
"bfdgrp.rmb.dbfadrblkcn" :Utils.defaultFunction,
"bfdgrp.rec.ownref" :Utils.defaultFunction,
"bfdgrp.oth.adrelc" :Utils.defaultFunction,
"bfdgrp.oth.namelc" :Utils.defaultFunction,
"bfdgrp.oth.dbfadrblkcn" :Utils.defaultFunction,
"dedgrp.rec.opndat" :Utils.defaultFunction,
"dedgrp.beb.adrelc" :Utils.defaultFunction,
"dedgrp.beb.namelc" :Utils.defaultFunction,
"dedgrp.beb.dbfadrblkcn" :Utils.defaultFunction,
"bfdgrp.rec.payrol" :Utils.defaultFunction,
"bfdgrp.cbs.opn1.cur" :Utils.defaultFunction,
"bfdgrp.blk.intdis" :Utils.defaultFunction,
}
//你可以添加自动default处理