@ningboyz/types 1.0.33 → 1.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export interface IClasMainResponse {
|
|
2
|
-
whoBuild: number
|
|
3
|
-
userIndx: number
|
|
4
|
-
clasIndx: number
|
|
2
|
+
whoBuild: number; //#PK
|
|
3
|
+
userIndx: number; //#PK
|
|
4
|
+
clasIndx: number; //#PK
|
|
5
5
|
|
|
6
6
|
parentID: number;
|
|
7
7
|
hashCode: number;
|
|
@@ -57,7 +57,7 @@ export class TClasMainResponse implements IClasMainResponse {
|
|
|
57
57
|
deleteBy: string = "";
|
|
58
58
|
deleteAt: number = 0;
|
|
59
59
|
queuesBy: number = 0;
|
|
60
|
-
|
|
60
|
+
|
|
61
61
|
attrSize: number = 0;
|
|
62
62
|
clasType: number = 0;
|
|
63
63
|
clasTabl: string = "";
|
|
@@ -4,10 +4,10 @@ import { TGzjgGzlmResponseGzlmPara } from "./IGzjgGzlmResponseGzlmPara";
|
|
|
4
4
|
|
|
5
5
|
// #工资栏目
|
|
6
6
|
export interface IGzjgGzlmResponse {
|
|
7
|
-
whoBuild: number;
|
|
8
|
-
userIndx: number;
|
|
9
|
-
gzjgIndx: number;
|
|
10
|
-
gzlmFlid: number;
|
|
7
|
+
whoBuild: number; //#PK
|
|
8
|
+
userIndx: number; //#PK
|
|
9
|
+
gzjgIndx: number; //#PK
|
|
10
|
+
gzlmFlid: number; //#PK
|
|
11
11
|
|
|
12
12
|
parentID: number;
|
|
13
13
|
parentCD: string | undefined;
|
|
@@ -26,50 +26,52 @@ export interface IGzjgGzlmResponse {
|
|
|
26
26
|
updateAt: number;
|
|
27
27
|
deleteBy: string;
|
|
28
28
|
deleteAt: number;
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
29
|
+
|
|
30
|
+
gzlmFlbh: number; //#栏目编号
|
|
31
|
+
gzlmFllx: number; //#栏目类型 0:数值;
|
|
32
|
+
gzlmFlws: number; //#小数位数
|
|
33
|
+
gzlmFljs: number; //#是否计算
|
|
34
|
+
gzlmFllj: number; //#是否累计
|
|
35
|
+
gzlmFlgq: number; //#是否挂起
|
|
36
|
+
gzlmFlkd: number; //#栏目宽度
|
|
37
|
+
gzlmFldq: number; //#栏目对齐 对齐方式{1:居左,2:居中,3:居右}
|
|
38
|
+
gzlmTjlx: number; //@统计类型(字段作废)
|
|
39
|
+
gzlmFlmc: string; //#栏目名称
|
|
40
|
+
entityID: string; //#唯一标识
|
|
41
|
+
dictType: number; //#字典类型
|
|
42
|
+
canInput: number; //#允许编辑
|
|
43
|
+
gzlmQzgs: string; //#取值公式
|
|
44
|
+
gzlmLxgs: number; //#列向公式
|
|
45
|
+
formType: string; //#表单形式
|
|
46
|
+
formArea: string; //#表单区块
|
|
47
|
+
inFormat: string; //#显示格式
|
|
46
48
|
gzlmQslm: number;
|
|
47
49
|
gzlmTotal: number;
|
|
48
|
-
gzlmPara: string;
|
|
50
|
+
gzlmPara: string; //#参数约定
|
|
49
51
|
gzlmParaConv: IGzjgGzlmResponseGzlmPara;
|
|
50
|
-
gzlmLmbm: string;
|
|
51
|
-
gzlmFlbm: string;
|
|
52
|
-
typTotal: number;
|
|
52
|
+
gzlmLmbm: string; //#栏目别名
|
|
53
|
+
gzlmFlbm: string; //#栏目编号
|
|
54
|
+
typTotal: number; //#统计类型{1:应发合计,2:应扣合计,3:实发合计}
|
|
53
55
|
dataGUID: string;
|
|
54
56
|
|
|
55
|
-
isLasted: number;
|
|
57
|
+
isLasted: number; //#是否子级{1:是;0:否}
|
|
58
|
+
|
|
59
|
+
expdType: number; //#支出科目
|
|
60
|
+
expdTypc: string; //#支出科目编码
|
|
61
|
+
expdTypn: string; //#支出科目名称
|
|
62
|
+
heavyVal: number; //#待扣优先
|
|
63
|
+
copyJoin: number; //#参与复制
|
|
56
64
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
copyJoin: number;
|
|
65
|
+
notEmpty: number; //#非空栏目
|
|
66
|
+
useQuery: number; //#开放查询
|
|
67
|
+
jsScript: string; //#js运行脚本
|
|
68
|
+
sql4Load: string; //#sql运行脚本
|
|
62
69
|
|
|
63
70
|
// 虚拟字段
|
|
64
71
|
colIndex: number; // 报表工资栏目显示起始位置
|
|
65
72
|
|
|
66
|
-
notEmpty: number;
|
|
67
|
-
useQuery: number;
|
|
68
|
-
|
|
69
73
|
dynamicField: string;
|
|
70
74
|
dynamicDict: any[];
|
|
71
|
-
jsScript: string;
|
|
72
|
-
sql4Load: string;
|
|
73
75
|
|
|
74
76
|
id: number;
|
|
75
77
|
children: IGzjgGzlmResponse[];
|
|
@@ -114,6 +116,7 @@ export class TGzjgGzlmResponse implements IGzjgGzlmResponse {
|
|
|
114
116
|
gzlmQzgs: string = "";
|
|
115
117
|
gzlmLxgs: number = 0;
|
|
116
118
|
formType: string = "";
|
|
119
|
+
formArea: string = "";
|
|
117
120
|
inFormat: string = "";
|
|
118
121
|
gzlmQslm: number = 0;
|
|
119
122
|
gzlmTotal: number = 0;
|
|
@@ -24,6 +24,7 @@ export interface IGzjgMainResponse {
|
|
|
24
24
|
whoBuild: number; //#PK
|
|
25
25
|
userIndx: number; //#PK
|
|
26
26
|
gzjgIndx: number; //#PK
|
|
27
|
+
gzjgMain: number;
|
|
27
28
|
|
|
28
29
|
parentID: number;
|
|
29
30
|
hashCode: number;
|
|
@@ -50,7 +51,7 @@ export interface IGzjgMainResponse {
|
|
|
50
51
|
gzjgCode: string;
|
|
51
52
|
gzjgName: string;
|
|
52
53
|
gzjgMemo: string;
|
|
53
|
-
tablType: number;
|
|
54
|
+
tablType: number; //填报模式
|
|
54
55
|
colLevel: number;
|
|
55
56
|
colStart: number;
|
|
56
57
|
colCount: number;
|
|
@@ -71,12 +72,12 @@ export interface IGzjgMainResponse {
|
|
|
71
72
|
usesYzcg: number;
|
|
72
73
|
usrGroup: string;
|
|
73
74
|
withBody: number; //#以json格式存储
|
|
74
|
-
data4URL: string;
|
|
75
|
+
data4URL: string; //转换路由
|
|
75
76
|
thHeight: number;
|
|
76
77
|
gzjgPara: string;
|
|
77
78
|
gzjgParaConv: IGzjgMainResponseGzjgPara;
|
|
78
79
|
|
|
79
|
-
gzjgIcon: string;
|
|
80
|
+
gzjgIcon: string; //相关图标
|
|
80
81
|
gzlmSize: number;
|
|
81
82
|
jsScript: string; //#js运行脚本
|
|
82
83
|
sql4load: string; //#sql运行脚本
|
|
@@ -89,8 +90,8 @@ export interface IGzjgMainResponse {
|
|
|
89
90
|
usesHold: number; //#启用待扣管理
|
|
90
91
|
holdRate: number;
|
|
91
92
|
|
|
92
|
-
antvView: number;
|
|
93
|
-
asHolder: number;
|
|
93
|
+
antvView: number; //数字提取
|
|
94
|
+
asHolder: number; //#作为待扣栏目
|
|
94
95
|
qzgsSize: number;
|
|
95
96
|
fixedCol: number;
|
|
96
97
|
fixedRow: number;
|
|
@@ -132,6 +133,7 @@ export class TGzjgMainResponse implements IGzjgMainResponse {
|
|
|
132
133
|
whoBuild: number = 0;
|
|
133
134
|
userIndx: number = 0;
|
|
134
135
|
gzjgIndx: number = 0;
|
|
136
|
+
gzjgMain: number = 0;
|
|
135
137
|
|
|
136
138
|
parentID: number = 0;
|
|
137
139
|
hashCode: number = 0;
|