@ningboyz/types 1.1.177 → 1.1.179
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 +1 -1
- package/src/hzcb/IHzcbMainResponse.ts +186 -0
- package/src/hzcb/index.ts +3 -1
- package/src/wzpz/IWzpzCnfgResponse.ts +2 -0
- package/src/yzcb/IYzcbMainResponse.ts +3 -3
- package/src/yzht/IYzhtBillResponse.ts +40 -6
- package/src/yzht/IYzhtMainResponse.ts +34 -25
- package/src/zbzd/IZbzbZbflResponse.ts +211 -184
- package/src/zbzd/IZbzdMainResponse.ts +27 -2
package/package.json
CHANGED
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
export interface IHzcbMainResponse {
|
|
2
|
+
whoBuild: number;
|
|
3
|
+
userIndx: number;
|
|
4
|
+
hzcbIndx: number;
|
|
5
|
+
parentID: number;
|
|
6
|
+
hashCode: number;
|
|
7
|
+
dataLevl: number;
|
|
8
|
+
dataFrom: number;
|
|
9
|
+
kjndKJQJ: number;
|
|
10
|
+
dataStat: number;
|
|
11
|
+
dataOrdr: number;
|
|
12
|
+
dataHide: number;
|
|
13
|
+
dataType: number;
|
|
14
|
+
dataDate: number;
|
|
15
|
+
dataTime: number;
|
|
16
|
+
dataGUID: string;
|
|
17
|
+
mastName: string;
|
|
18
|
+
mastGUID: string;
|
|
19
|
+
createBy: string;
|
|
20
|
+
createAt: number;
|
|
21
|
+
updateBy: string;
|
|
22
|
+
updateAt: number;
|
|
23
|
+
deleteBy: string;
|
|
24
|
+
deleteAt: number;
|
|
25
|
+
queuesBy: number;
|
|
26
|
+
entityID: string;
|
|
27
|
+
sourceND: number;
|
|
28
|
+
unitMain: number;
|
|
29
|
+
deptMain: number;
|
|
30
|
+
hzcbStat: number;
|
|
31
|
+
flowUndo: number;
|
|
32
|
+
flowText: string;
|
|
33
|
+
menuUUID: string;
|
|
34
|
+
sqbmText: string;
|
|
35
|
+
sqyhText: string;
|
|
36
|
+
hzcbCode: string;
|
|
37
|
+
hzcbFlno: string;
|
|
38
|
+
hzcbName: string;
|
|
39
|
+
hzcbXmlb: number;
|
|
40
|
+
hzcbJsdd: string;
|
|
41
|
+
hzcbXmxz: number;
|
|
42
|
+
hzcbXmgm: number;
|
|
43
|
+
hzcbFglx: number;
|
|
44
|
+
outMoney: number;
|
|
45
|
+
hzcbKgrq: number;
|
|
46
|
+
hzcbWgrq: number;
|
|
47
|
+
wContact: string;
|
|
48
|
+
dContact: string;
|
|
49
|
+
hzcbXmzq: string;
|
|
50
|
+
hzcbJsgm: string;
|
|
51
|
+
hzcbMemo: string;
|
|
52
|
+
userMain: number;
|
|
53
|
+
menuMain: number;
|
|
54
|
+
hzcbXmbh: string;
|
|
55
|
+
hzcbHtbh: string;
|
|
56
|
+
hzcbType: number;
|
|
57
|
+
cbyhText: string;
|
|
58
|
+
hzcbDate: number;
|
|
59
|
+
hzcbCbrq: number;
|
|
60
|
+
jfdwMain: number;
|
|
61
|
+
jfdwText: string;
|
|
62
|
+
jfField1: string;
|
|
63
|
+
jfField2: string;
|
|
64
|
+
jfField3: string;
|
|
65
|
+
statusD1: number;
|
|
66
|
+
statusD2: number;
|
|
67
|
+
statusD3: number;
|
|
68
|
+
fhMoney1: number;
|
|
69
|
+
fhMoney2: number;
|
|
70
|
+
fhMoney3: number;
|
|
71
|
+
flowUser: string;
|
|
72
|
+
hzcbUses: string;
|
|
73
|
+
hzcbXmnr: string;
|
|
74
|
+
startVal: number;
|
|
75
|
+
endedVal: number;
|
|
76
|
+
hzcbZjxz: number;
|
|
77
|
+
lockStat: number;
|
|
78
|
+
payMoney: number;
|
|
79
|
+
hzMoney1: number;
|
|
80
|
+
hzMoney2: number;
|
|
81
|
+
hzMoney3: number;
|
|
82
|
+
hzMoney4: number;
|
|
83
|
+
hzMoney5: number;
|
|
84
|
+
hzMoney6: number;
|
|
85
|
+
hzcbTxt1: string;
|
|
86
|
+
startDay: number;
|
|
87
|
+
hzcbXmqx: string;
|
|
88
|
+
hzcbXmgk: string;
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
fromOutMoney: number;
|
|
92
|
+
fromHzcbMemo: string;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export class THzcbMainResponse implements IHzcbMainResponse {
|
|
96
|
+
whoBuild: number = 0;
|
|
97
|
+
userIndx: number = 0;
|
|
98
|
+
hzcbIndx: number = 0;
|
|
99
|
+
parentID: number = 0;
|
|
100
|
+
hashCode: number = 0;
|
|
101
|
+
dataLevl: number = 0;
|
|
102
|
+
dataFrom: number = 0;
|
|
103
|
+
kjndKJQJ: number = 0;
|
|
104
|
+
dataStat: number = 0;
|
|
105
|
+
dataOrdr: number = 0;
|
|
106
|
+
dataHide: number = 0;
|
|
107
|
+
dataType: number = 0;
|
|
108
|
+
dataDate: number = 0;
|
|
109
|
+
dataTime: number = 0;
|
|
110
|
+
dataGUID: string = '';
|
|
111
|
+
mastName: string = '';
|
|
112
|
+
mastGUID: string = '';
|
|
113
|
+
createBy: string = '';
|
|
114
|
+
createAt: number = 0;
|
|
115
|
+
updateBy: string = '';
|
|
116
|
+
updateAt: number = 0;
|
|
117
|
+
deleteBy: string = '';
|
|
118
|
+
deleteAt: number = 0;
|
|
119
|
+
queuesBy: number = 0;
|
|
120
|
+
entityID: string = '';
|
|
121
|
+
sourceND: number = 0;
|
|
122
|
+
unitMain: number = 0;
|
|
123
|
+
deptMain: number = 0;
|
|
124
|
+
hzcbStat: number = 0;
|
|
125
|
+
flowUndo: number = 0;
|
|
126
|
+
flowText: string = '';
|
|
127
|
+
menuUUID: string = '';
|
|
128
|
+
sqbmText: string = '';
|
|
129
|
+
sqyhText: string = '';
|
|
130
|
+
hzcbCode: string = '';
|
|
131
|
+
hzcbFlno: string = '';
|
|
132
|
+
hzcbName: string = '';
|
|
133
|
+
hzcbXmlb: number = 0;
|
|
134
|
+
hzcbJsdd: string = '';
|
|
135
|
+
hzcbXmxz: number = 0;
|
|
136
|
+
hzcbXmgm: number = 0;
|
|
137
|
+
hzcbFglx: number = 0;
|
|
138
|
+
outMoney: number = 0;
|
|
139
|
+
hzcbKgrq: number = 0;
|
|
140
|
+
hzcbWgrq: number = 0;
|
|
141
|
+
wContact: string = '';
|
|
142
|
+
dContact: string = '';
|
|
143
|
+
hzcbXmzq: string = '';
|
|
144
|
+
hzcbJsgm: string = '';
|
|
145
|
+
hzcbMemo: string = '';
|
|
146
|
+
userMain: number = 0;
|
|
147
|
+
menuMain: number = 0;
|
|
148
|
+
hzcbXmbh: string = '';
|
|
149
|
+
hzcbHtbh: string = '';
|
|
150
|
+
hzcbType: number = 0;
|
|
151
|
+
cbyhText: string = '';
|
|
152
|
+
hzcbDate: number = 0;
|
|
153
|
+
hzcbCbrq: number = 0;
|
|
154
|
+
jfdwMain: number = 0;
|
|
155
|
+
jfdwText: string = '';
|
|
156
|
+
jfField1: string = '';
|
|
157
|
+
jfField2: string = '';
|
|
158
|
+
jfField3: string = '';
|
|
159
|
+
statusD1: number = 0;
|
|
160
|
+
statusD2: number = 0;
|
|
161
|
+
statusD3: number = 0;
|
|
162
|
+
fhMoney1: number = 0;
|
|
163
|
+
fhMoney2: number = 0;
|
|
164
|
+
fhMoney3: number = 0;
|
|
165
|
+
flowUser: string = '';
|
|
166
|
+
hzcbUses: string = '';
|
|
167
|
+
hzcbXmnr: string = '';
|
|
168
|
+
startVal: number = 0;
|
|
169
|
+
endedVal: number = 0;
|
|
170
|
+
hzcbZjxz: number = 0;
|
|
171
|
+
lockStat: number = 0;
|
|
172
|
+
payMoney: number = 0;
|
|
173
|
+
hzMoney1: number = 0;
|
|
174
|
+
hzMoney2: number = 0;
|
|
175
|
+
hzMoney3: number = 0;
|
|
176
|
+
hzMoney4: number = 0;
|
|
177
|
+
hzMoney5: number = 0;
|
|
178
|
+
hzMoney6: number = 0;
|
|
179
|
+
hzcbTxt1: string = '';
|
|
180
|
+
startDay: number = 0;
|
|
181
|
+
hzcbXmqx: string = '';
|
|
182
|
+
hzcbXmgk: string = '';
|
|
183
|
+
|
|
184
|
+
fromOutMoney: number = 0;
|
|
185
|
+
fromHzcbMemo: string = "";
|
|
186
|
+
}
|
package/src/hzcb/index.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { IHzcbMainResponse, THzcbMainResponse } from "./IHzcbMainResponse";
|
|
1
2
|
import { IHzcbRypqResponse, THzcbRypqResponse } from "./IHzcbRypqResponse";
|
|
2
3
|
|
|
3
|
-
export { type
|
|
4
|
+
export { THzcbMainResponse, THzcbRypqResponse, type IHzcbMainResponse, type IHzcbRypqResponse };
|
|
5
|
+
|
|
@@ -39,6 +39,7 @@ export interface IWzpzCnfgResponse {
|
|
|
39
39
|
realKJQJ: number; //当前期间
|
|
40
40
|
unitMain: number;
|
|
41
41
|
nextYear: number;
|
|
42
|
+
isCommon: number;
|
|
42
43
|
|
|
43
44
|
children: IWzpzCnfgResponse[];
|
|
44
45
|
listYSDW: TCore.IUnitResponse[];
|
|
@@ -91,6 +92,7 @@ export class TWzpzCnfgResponse implements IWzpzCnfgResponse {
|
|
|
91
92
|
realKJQJ: number = 0;
|
|
92
93
|
unitMain: number = 0;
|
|
93
94
|
nextYear: number = 0;
|
|
95
|
+
isCommon: number = 0;
|
|
94
96
|
|
|
95
97
|
children: IWzpzCnfgResponse[] = [];
|
|
96
98
|
listYSDW: TCore.IUnitResponse[] = [];
|
|
@@ -3,7 +3,7 @@ import { IDeptResponse } from "../core/IDeptResponse";
|
|
|
3
3
|
import { IPathResponse } from "../core/IPathResponse";
|
|
4
4
|
import { IUserResponse } from "../core/IUserResponse";
|
|
5
5
|
import { TFlowDataResponse } from "../flow/IFlowDataResponse";
|
|
6
|
-
import {
|
|
6
|
+
import { IHzcbMainResponse } from "../hzcb/IHzcbMainResponse";
|
|
7
7
|
import { IYzcbBillResponse } from "./IYzcbBillResponse";
|
|
8
8
|
|
|
9
9
|
export interface IYzcbMainResponse {
|
|
@@ -83,7 +83,7 @@ export interface IYzcbMainResponse {
|
|
|
83
83
|
listSQYH: IUserResponse[];
|
|
84
84
|
listBill: IYzcbBillResponse[];
|
|
85
85
|
listPath: IPathResponse[];
|
|
86
|
-
listHzcb:
|
|
86
|
+
listHzcb: IHzcbMainResponse[];
|
|
87
87
|
listLock: IYzcbMainResponse[];
|
|
88
88
|
}
|
|
89
89
|
|
|
@@ -164,7 +164,7 @@ export class TYzcbMainResponse implements IYzcbMainResponse {
|
|
|
164
164
|
listSQYH: IUserResponse[] = [];
|
|
165
165
|
listBill: IYzcbBillResponse[] = [];
|
|
166
166
|
listPath: IPathResponse[] = [];
|
|
167
|
-
listHzcb:
|
|
167
|
+
listHzcb: IHzcbMainResponse[] = [];
|
|
168
168
|
listLock: IYzcbMainResponse[] = [];
|
|
169
169
|
|
|
170
170
|
static toFlowData(yzcb: TYzcbMainResponse): TFlowDataResponse {
|
|
@@ -24,19 +24,21 @@ export interface IYzhtBillResponse {
|
|
|
24
24
|
outMoney: number;
|
|
25
25
|
payMoney: number; //补录金额
|
|
26
26
|
expMoney: number; //合同支付
|
|
27
|
-
expectEd: number; // 是否是预付款的标记,1是预付款
|
|
28
27
|
aviMoney: number; //其中:合同支付(在途)
|
|
29
28
|
nowMoney: number;
|
|
30
29
|
billMemo: string;
|
|
31
30
|
billNumber: number;
|
|
32
|
-
allMoney: number;
|
|
33
|
-
aplMoney: number;
|
|
31
|
+
allMoney: number; //补录金额+合同支付
|
|
32
|
+
aplMoney: number; //本次申请
|
|
34
33
|
oldMoney: number; //当aplMoney需要发生改变的时候,另外存aplMoney数据的字段
|
|
35
|
-
|
|
36
|
-
|
|
34
|
+
expectEd: number; //是否是预付款的标记,1是预付款
|
|
35
|
+
|
|
36
|
+
finalOut: number; //本次核定;finalOut=aplMoney
|
|
37
|
+
afterApl: number; //未付金额;afterApl=nowMoney-aplMoney
|
|
37
38
|
hasEnded: number;
|
|
38
39
|
sybmMain: number;
|
|
39
40
|
zftjText: string;
|
|
41
|
+
|
|
40
42
|
entityID: string;
|
|
41
43
|
taxRatio?: number;
|
|
42
44
|
detailId: number;
|
|
@@ -47,6 +49,22 @@ export interface IYzhtBillResponse {
|
|
|
47
49
|
fromOutMoney: number;
|
|
48
50
|
/** 合同的验收状态 */
|
|
49
51
|
finishEd: number;
|
|
52
|
+
|
|
53
|
+
/** 年度 */
|
|
54
|
+
yearFrom: number;
|
|
55
|
+
/** 项目管理 */
|
|
56
|
+
hzcbMain: number;
|
|
57
|
+
/** 一体化支付记录 */
|
|
58
|
+
billBind: string;
|
|
59
|
+
/** 支付时间 */
|
|
60
|
+
billDate: number;
|
|
61
|
+
/** 收款人是否一致 */
|
|
62
|
+
changeEd: number;
|
|
63
|
+
/** 收款人不一致情况说明 */
|
|
64
|
+
reasonBy: string;
|
|
65
|
+
|
|
66
|
+
/** 项目名称 */
|
|
67
|
+
hzcbName: string;
|
|
50
68
|
}
|
|
51
69
|
|
|
52
70
|
export class TYzhtBillResponse implements IYzhtBillResponse {
|
|
@@ -82,7 +100,7 @@ export class TYzhtBillResponse implements IYzhtBillResponse {
|
|
|
82
100
|
allMoney: number = 0;
|
|
83
101
|
aplMoney: number = 0;
|
|
84
102
|
oldMoney: number = 0; //当aplMoney需要发生改变的时候,另外存aplMoney数据的字段
|
|
85
|
-
expectEd: number = 0;
|
|
103
|
+
expectEd: number = 0; //是否是预付款的标记,1是预付款
|
|
86
104
|
|
|
87
105
|
finalOut: number = 0;
|
|
88
106
|
afterApl: number = 0;
|
|
@@ -99,4 +117,20 @@ export class TYzhtBillResponse implements IYzhtBillResponse {
|
|
|
99
117
|
fromOutMoney: number = 0;
|
|
100
118
|
/** 合同的验收状态 */
|
|
101
119
|
finishEd: number = 0;
|
|
120
|
+
|
|
121
|
+
/** 年度 */
|
|
122
|
+
yearFrom: number = 0;
|
|
123
|
+
/** 项目管理 */
|
|
124
|
+
hzcbMain: number = 0;
|
|
125
|
+
/** 一体化支付记录 */
|
|
126
|
+
billBind: string = "";
|
|
127
|
+
/** 支付时间 */
|
|
128
|
+
billDate: number = 0;
|
|
129
|
+
/** 收款人是否一致 */
|
|
130
|
+
changeEd: number = -1;
|
|
131
|
+
/** 收款人不一致情况说明 */
|
|
132
|
+
reasonBy: string = "";
|
|
133
|
+
|
|
134
|
+
/** 项目名称 */
|
|
135
|
+
hzcbName: string = "";
|
|
102
136
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { IHzcbMainResponse } from "../hzcb";
|
|
1
2
|
import { IYzhtBillResponse } from "./IYzhtBillResponse";
|
|
2
3
|
|
|
3
4
|
export interface IYzhtMainResponse {
|
|
@@ -131,21 +132,23 @@ export interface IYzhtMainResponse {
|
|
|
131
132
|
yzhtGznr: string; //工作内容
|
|
132
133
|
usesDDDW: number; //是否公开招租
|
|
133
134
|
|
|
134
|
-
dldwMain: number;
|
|
135
|
-
dldwText: string;
|
|
136
|
-
yzhtZbfs: number;
|
|
137
|
-
yzhtZbtq: number;
|
|
138
|
-
htMoney0: number;
|
|
139
|
-
htMoney1: number;
|
|
135
|
+
dldwMain: number; //代理单位
|
|
136
|
+
dldwText: string; //代理单位
|
|
137
|
+
yzhtZbfs: number; //招标方式
|
|
138
|
+
yzhtZbtq: number; //是否预招标;0:否,1:是}
|
|
139
|
+
htMoney0: number; //含税合同金额
|
|
140
|
+
htMoney1: number; //不含税合同金额
|
|
140
141
|
|
|
141
|
-
zjMoney0: number;
|
|
142
|
-
zjMoney1: number;
|
|
142
|
+
zjMoney0: number; //追加含税合同金额
|
|
143
|
+
zjMoney1: number; //追加不含税合同金额
|
|
143
144
|
|
|
144
|
-
kpMoney1: number;
|
|
145
|
-
dzMoney1: number;
|
|
145
|
+
kpMoney1: number; //含税开票金额
|
|
146
|
+
dzMoney1: number; //含税到账金额
|
|
146
147
|
uses4Zcy: number; //是否政采云格式
|
|
147
148
|
periodOn: number; //是否按期控制支付
|
|
148
149
|
|
|
150
|
+
yzhtZffs: number; //支付方式
|
|
151
|
+
|
|
149
152
|
userMain: number;
|
|
150
153
|
coverURL: string;
|
|
151
154
|
touchURL: string;
|
|
@@ -176,14 +179,15 @@ export interface IYzhtMainResponse {
|
|
|
176
179
|
wbField3: string;
|
|
177
180
|
|
|
178
181
|
diskFlno: string; //进档编号
|
|
179
|
-
hzcbMain: number;
|
|
180
|
-
|
|
182
|
+
hzcbMain: number; //项目管理
|
|
183
|
+
hzcbText: string; //项目名称
|
|
184
|
+
hzcbType: number; //项目类型
|
|
181
185
|
hzcbTypeText: string;
|
|
182
186
|
addiText: string;
|
|
183
187
|
metaData: string;
|
|
184
188
|
|
|
185
|
-
p2pzTxt1: string;
|
|
186
|
-
p2pzTxt2: string;
|
|
189
|
+
p2pzTxt1: string; //应用账款凭证号
|
|
190
|
+
p2pzTxt2: string; //收款凭证号
|
|
187
191
|
|
|
188
192
|
hysdText: string; //室务会议审定/部务会议审定
|
|
189
193
|
fromMyoaMain: number;
|
|
@@ -198,14 +202,15 @@ export interface IYzhtMainResponse {
|
|
|
198
202
|
usesGams: number;
|
|
199
203
|
listType: string;
|
|
200
204
|
pathSize: number;
|
|
201
|
-
expectEd: number;
|
|
205
|
+
expectEd: number; //是否预付款 0为不是 1为是
|
|
202
206
|
yzhtLock: number;
|
|
203
|
-
listBill: IYzhtBillResponse[];
|
|
207
|
+
listBill: IYzhtBillResponse[]; //支付信息
|
|
208
|
+
listHZCB: IHzcbMainResponse[];
|
|
204
209
|
}
|
|
205
210
|
|
|
206
211
|
export class TYzhtMainResponse implements IYzhtMainResponse {
|
|
207
|
-
yzhtHtxz: number = 0;
|
|
208
|
-
yzhtHtxzText: string = "";
|
|
212
|
+
yzhtHtxz: number = 0; //合同性质
|
|
213
|
+
yzhtHtxzText: string = ""; //合同性质文本(只读)
|
|
209
214
|
billStat?: number | undefined;
|
|
210
215
|
billRate?: number | undefined;
|
|
211
216
|
p2pzTxt1: string = "";
|
|
@@ -268,7 +273,7 @@ export class TYzhtMainResponse implements IYzhtMainResponse {
|
|
|
268
273
|
yzhtYsrq: number = 0;
|
|
269
274
|
startDay: number = 0;
|
|
270
275
|
endedDay: number = 0;
|
|
271
|
-
yzhtQksm: string = "";
|
|
276
|
+
yzhtQksm: string = ""; //订立情况
|
|
272
277
|
yzhtMemo: string = "";
|
|
273
278
|
markStat: number = 0;
|
|
274
279
|
markedAt: number = 0;
|
|
@@ -287,11 +292,13 @@ export class TYzhtMainResponse implements IYzhtMainResponse {
|
|
|
287
292
|
menuUUID: string = "";
|
|
288
293
|
menuName: string = "";
|
|
289
294
|
|
|
290
|
-
kpMoney1: number = 0;
|
|
291
|
-
dzMoney1: number = 0;
|
|
295
|
+
kpMoney1: number = 0; //含税开票金额
|
|
296
|
+
dzMoney1: number = 0; //含税到账金额
|
|
292
297
|
uses4Zcy: number = 0; //是否政采云格式
|
|
293
298
|
periodOn: number = 0;
|
|
294
299
|
|
|
300
|
+
yzhtZffs: number = 0; //支付方式
|
|
301
|
+
|
|
295
302
|
yzhtType: number = 0;
|
|
296
303
|
yzhtTypeText: string = "";
|
|
297
304
|
yzhtHtbd: number = 0;
|
|
@@ -346,7 +353,7 @@ export class TYzhtMainResponse implements IYzhtMainResponse {
|
|
|
346
353
|
htflText: string = "";
|
|
347
354
|
expdCode: string = "";
|
|
348
355
|
cashYjdq: number = 0;
|
|
349
|
-
addiText: string = "";
|
|
356
|
+
addiText: string = ""; //乙方合同追加款类型 (文本)
|
|
350
357
|
|
|
351
358
|
totalMon: number = 0; //合同时长(月)
|
|
352
359
|
yzhtDate: number = 0; //合同日期
|
|
@@ -381,9 +388,10 @@ export class TYzhtMainResponse implements IYzhtMainResponse {
|
|
|
381
388
|
wbField2: string = "";
|
|
382
389
|
wbField3: string = "";
|
|
383
390
|
|
|
384
|
-
diskFlno: string = "";
|
|
385
|
-
hzcbMain: number = 0;
|
|
386
|
-
|
|
391
|
+
diskFlno: string = ""; //进档编号
|
|
392
|
+
hzcbMain: number = 0; //项目管理
|
|
393
|
+
hzcbText: string = ""; //项目名称
|
|
394
|
+
hzcbType: number = 0; //项目类型
|
|
387
395
|
hzcbTypeText: string = "";
|
|
388
396
|
fromMyoaMain: number = 0;
|
|
389
397
|
|
|
@@ -401,4 +409,5 @@ export class TYzhtMainResponse implements IYzhtMainResponse {
|
|
|
401
409
|
expectEd = 0;
|
|
402
410
|
yzhtLock: number = 0;
|
|
403
411
|
listBill: IYzhtBillResponse[] = [];
|
|
412
|
+
listHZCB: IHzcbMainResponse[] = [];
|
|
404
413
|
}
|
|
@@ -1,193 +1,220 @@
|
|
|
1
1
|
import _ from "lodash";
|
|
2
2
|
|
|
3
3
|
export interface IZbzbZbflResponse {
|
|
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
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
4
|
+
whoBuild: number;
|
|
5
|
+
userIndx: number;
|
|
6
|
+
zbflFlid: number;
|
|
7
|
+
zbzdMain: number;
|
|
8
|
+
dataStat: number;
|
|
9
|
+
dataHide: number;
|
|
10
|
+
dataOrdr: number;
|
|
11
|
+
dataFrom: number;
|
|
12
|
+
dataDate: number;
|
|
13
|
+
dataTime: number;
|
|
14
|
+
mastName: string;
|
|
15
|
+
mastGUID: string;
|
|
16
|
+
createBy: string;
|
|
17
|
+
createAt: number;
|
|
18
|
+
updateBy: string;
|
|
19
|
+
updateAt: number;
|
|
20
|
+
deleteBy: string;
|
|
21
|
+
deleteAt: number;
|
|
22
|
+
zbhdHdkm: number;
|
|
23
|
+
zbflFlje: number;
|
|
24
|
+
zbflFlbz: string;
|
|
25
|
+
gnkmMain: number;
|
|
26
|
+
gnkmUUID: string;
|
|
27
|
+
gnkmCode: string;
|
|
28
|
+
gnkmName: string;
|
|
29
|
+
ysxmMain: number;
|
|
30
|
+
ysxmUUID: string;
|
|
31
|
+
ysxmCode: string;
|
|
32
|
+
ysxmName: string;
|
|
33
|
+
zjxzMain: number;
|
|
34
|
+
zjxzUUID: string;
|
|
35
|
+
zjxzCode: string;
|
|
36
|
+
zjxzName: string;
|
|
37
|
+
lockMode: number;
|
|
38
|
+
bmkmMain: number;
|
|
39
|
+
bmkmUUID: string;
|
|
40
|
+
bmkmCode: string;
|
|
41
|
+
bmkmName: string;
|
|
42
|
+
zfkmMain: number;
|
|
43
|
+
zfkmUUID: string;
|
|
44
|
+
zfkmCode: string;
|
|
45
|
+
zfkmName: string;
|
|
46
|
+
xmmxMain: number;
|
|
47
|
+
xmmxUUID: string;
|
|
48
|
+
xmmxCode: string;
|
|
49
|
+
xmmxName: string;
|
|
50
|
+
zblyMain: number;
|
|
51
|
+
zblyUUID: string;
|
|
52
|
+
zblyCode: string;
|
|
53
|
+
zblyName: string;
|
|
54
|
+
cgpmMain: number;
|
|
55
|
+
cgpmUUID: string;
|
|
56
|
+
cgpmCode: string;
|
|
57
|
+
cgpmName: string;
|
|
58
|
+
ywcsMain: number;
|
|
59
|
+
ywcsUUID: string;
|
|
60
|
+
ywcsCode: string;
|
|
61
|
+
ywcsName: string;
|
|
62
|
+
zdzjMain: number;
|
|
63
|
+
zdzjUUID: string;
|
|
64
|
+
zdzjCode: string;
|
|
65
|
+
zdzjName: string;
|
|
66
|
+
ysjcMain: number;
|
|
67
|
+
ysjcUUID: string;
|
|
68
|
+
ysjcCode: string;
|
|
69
|
+
ysjcName: string;
|
|
70
|
+
gkzfZbbz: string;
|
|
71
|
+
xmflMain: number;
|
|
72
|
+
xmflUUID: string;
|
|
73
|
+
xmflCode: string;
|
|
74
|
+
xmflName: string;
|
|
75
|
+
gkzfHdbz: string;
|
|
76
|
+
zbflJdbz: number;
|
|
77
|
+
xmlxMain: number;
|
|
78
|
+
xmlxUUID: string;
|
|
79
|
+
xmlxCode: string;
|
|
80
|
+
xmlxName: string;
|
|
81
|
+
gkzfXdrq: number;
|
|
82
|
+
zxzjMain: number;
|
|
83
|
+
zxzjUUID: string;
|
|
84
|
+
zxzjCode: string;
|
|
85
|
+
zxzjName: string;
|
|
86
|
+
gkzfFlbz: string;
|
|
87
|
+
zjlyMain: number;
|
|
88
|
+
zjlyUUID: string;
|
|
89
|
+
zjlyCode: string;
|
|
90
|
+
zjlyName: string;
|
|
91
|
+
zjlyText: string;
|
|
92
|
+
kfjMoney: number;
|
|
93
|
+
allEnded: number;
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* 归属科室
|
|
97
|
+
*/
|
|
98
|
+
deptMain: number;
|
|
99
|
+
/**
|
|
100
|
+
* 归属科室
|
|
101
|
+
*/
|
|
102
|
+
deptName: string;
|
|
103
|
+
/**
|
|
104
|
+
* 归属单位
|
|
105
|
+
*/
|
|
106
|
+
unitMain: number;
|
|
107
|
+
/**
|
|
108
|
+
* 归属单位
|
|
109
|
+
*/
|
|
110
|
+
unitNamf: string;
|
|
111
|
+
/**
|
|
112
|
+
* 归属单位
|
|
113
|
+
*/
|
|
114
|
+
unitTypeText: string;
|
|
94
115
|
}
|
|
95
116
|
|
|
96
117
|
export class TZbzbZbflResponse implements IZbzbZbflResponse {
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
118
|
+
whoBuild: number = 0;
|
|
119
|
+
userIndx: number = 0;
|
|
120
|
+
zbflFlid: number = 0;
|
|
121
|
+
zbzdMain: number = 0;
|
|
122
|
+
dataStat: number = 0;
|
|
123
|
+
dataHide: number = 0;
|
|
124
|
+
dataOrdr: number = 0;
|
|
125
|
+
dataFrom: number = 0;
|
|
126
|
+
dataDate: number = 0;
|
|
127
|
+
dataTime: number = 0;
|
|
128
|
+
mastName: string = "";
|
|
129
|
+
mastGUID: string = "";
|
|
130
|
+
createBy: string = "";
|
|
131
|
+
createAt: number = 0;
|
|
132
|
+
updateBy: string = "";
|
|
133
|
+
updateAt: number = 0;
|
|
134
|
+
deleteBy: string = "";
|
|
135
|
+
deleteAt: number = 0;
|
|
136
|
+
zbhdHdkm: number = 0;
|
|
137
|
+
zbflFlje: number = 0;
|
|
138
|
+
zbflFlbz: string = "";
|
|
139
|
+
gnkmMain: number = 0;
|
|
140
|
+
gnkmUUID: string = "";
|
|
141
|
+
gnkmCode: string = "";
|
|
142
|
+
gnkmName: string = "";
|
|
143
|
+
ysxmMain: number = 0;
|
|
144
|
+
ysxmUUID: string = "";
|
|
145
|
+
ysxmCode: string = "";
|
|
146
|
+
ysxmName: string = "";
|
|
147
|
+
zjxzMain: number = 0;
|
|
148
|
+
zjxzUUID: string = "";
|
|
149
|
+
zjxzCode: string = "";
|
|
150
|
+
zjxzName: string = "";
|
|
151
|
+
lockMode: number = 0;
|
|
152
|
+
bmkmMain: number = 0;
|
|
153
|
+
bmkmUUID: string = "";
|
|
154
|
+
bmkmCode: string = "";
|
|
155
|
+
bmkmName: string = "";
|
|
156
|
+
zfkmMain: number = 0;
|
|
157
|
+
zfkmUUID: string = "";
|
|
158
|
+
zfkmCode: string = "";
|
|
159
|
+
zfkmName: string = "";
|
|
160
|
+
xmmxMain: number = 0;
|
|
161
|
+
xmmxUUID: string = "";
|
|
162
|
+
xmmxCode: string = "";
|
|
163
|
+
xmmxName: string = "";
|
|
164
|
+
zblyMain: number = 0;
|
|
165
|
+
zblyUUID: string = "";
|
|
166
|
+
zblyCode: string = "";
|
|
167
|
+
zblyName: string = "";
|
|
168
|
+
cgpmMain: number = 0;
|
|
169
|
+
cgpmUUID: string = "";
|
|
170
|
+
cgpmCode: string = "";
|
|
171
|
+
cgpmName: string = "";
|
|
172
|
+
ywcsMain: number = 0;
|
|
173
|
+
ywcsUUID: string = "";
|
|
174
|
+
ywcsCode: string = "";
|
|
175
|
+
ywcsName: string = "";
|
|
176
|
+
zdzjMain: number = 0;
|
|
177
|
+
zdzjUUID: string = "";
|
|
178
|
+
zdzjCode: string = "";
|
|
179
|
+
zdzjName: string = "";
|
|
180
|
+
ysjcMain: number = 0;
|
|
181
|
+
ysjcUUID: string = "";
|
|
182
|
+
ysjcCode: string = "";
|
|
183
|
+
ysjcName: string = "";
|
|
184
|
+
gkzfZbbz: string = "";
|
|
185
|
+
xmflMain: number = 0;
|
|
186
|
+
xmflUUID: string = "";
|
|
187
|
+
xmflCode: string = "";
|
|
188
|
+
xmflName: string = "";
|
|
189
|
+
gkzfHdbz: string = "";
|
|
190
|
+
zbflJdbz: number = 0;
|
|
191
|
+
xmlxMain: number = 0;
|
|
192
|
+
xmlxUUID: string = "";
|
|
193
|
+
xmlxCode: string = "";
|
|
194
|
+
xmlxName: string = "";
|
|
195
|
+
gkzfXdrq: number = 0;
|
|
196
|
+
zxzjMain: number = 0;
|
|
197
|
+
zxzjUUID: string = "";
|
|
198
|
+
zxzjCode: string = "";
|
|
199
|
+
zxzjName: string = "";
|
|
200
|
+
gkzfFlbz: string = "";
|
|
201
|
+
zjlyMain: number = 0;
|
|
202
|
+
zjlyUUID: string = "";
|
|
203
|
+
zjlyCode: string = "";
|
|
204
|
+
zjlyName: string = "";
|
|
205
|
+
zjlyText: string = "";
|
|
206
|
+
kfjMoney: number = 0;
|
|
207
|
+
allEnded: number = 0;
|
|
208
|
+
|
|
209
|
+
deptMain: number = 0;
|
|
210
|
+
deptName: string = "";
|
|
211
|
+
unitMain: number = 0;
|
|
212
|
+
unitNamf: string = "";
|
|
213
|
+
unitTypeText: string = "";
|
|
187
214
|
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
}
|
|
215
|
+
constructor(card: any = {}) {
|
|
216
|
+
if (card) {
|
|
217
|
+
_.merge(this, _.pick(card, Object.keys(this)));
|
|
192
218
|
}
|
|
219
|
+
}
|
|
193
220
|
}
|
|
@@ -119,10 +119,30 @@ export interface IZbzdMainResponse {
|
|
|
119
119
|
* 政府经济
|
|
120
120
|
*/
|
|
121
121
|
zfkmMain: number;
|
|
122
|
+
/**
|
|
123
|
+
* 政府经济
|
|
124
|
+
*/
|
|
125
|
+
zblyName: string;
|
|
126
|
+
/**
|
|
127
|
+
* 政府经济
|
|
128
|
+
*/
|
|
129
|
+
zblyMain: number;
|
|
122
130
|
/**
|
|
123
131
|
* 指标金额
|
|
124
132
|
*/
|
|
125
|
-
|
|
133
|
+
zbflFlje: number;
|
|
134
|
+
/**
|
|
135
|
+
* 生成额度
|
|
136
|
+
*/
|
|
137
|
+
zbhdHdid: number;
|
|
138
|
+
/**
|
|
139
|
+
* 指标标识
|
|
140
|
+
*/
|
|
141
|
+
zbflFlid: number;
|
|
142
|
+
/**
|
|
143
|
+
* 是否锁定
|
|
144
|
+
*/
|
|
145
|
+
lockMode: number;
|
|
126
146
|
|
|
127
147
|
/**
|
|
128
148
|
* 指标分录
|
|
@@ -217,7 +237,12 @@ export class TZbzdMainResponse implements IZbzdMainResponse {
|
|
|
217
237
|
gnkmMain: number = 0;
|
|
218
238
|
zfkmName: string = "";
|
|
219
239
|
zfkmMain: number = 0;
|
|
220
|
-
|
|
240
|
+
zbflFlje: number = 0;
|
|
241
|
+
zblyName: string = "";
|
|
242
|
+
zblyMain: number = 0;
|
|
243
|
+
zbhdHdid: number = 0;
|
|
244
|
+
zbflFlid: number = 0;
|
|
245
|
+
lockMode: number = 1;
|
|
221
246
|
|
|
222
247
|
listZBFL: IZbzbZbflResponse[] = [];
|
|
223
248
|
listPath: IZbzbZbflResponse[] = [];
|