@ningboyz/types 1.2.161 → 1.2.163

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
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.2.161",
4
+ "version": "1.2.163",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -11,9 +11,9 @@ export const CONST_MYOA_MYOA_TYPC_TO_文件审查 = 1005; // #文件审查
11
11
  export const CONST_MYOA_MYOA_TYPC_TO_评审审批 = 1007; // #评审审批
12
12
  export const CONST_MYOA_MYOA_TYPC_TO_意见确认 = 1008; // #意见确认
13
13
  export const CONST_MYOA_MAIN_MYOA_TYPC_内部管理_盖章 = 1010; //#盖章
14
-
14
+
15
15
  export const CONST_MYOA_MYOA_TYPC_TO_用印管理 = 1010; // #用印申请
16
-
16
+ export const CONST_MYOA_MYOA_TYPC_TO_合同用印 = 1013; // #合同用印
17
17
  export const CONST_MYOA_MYOA_TYPN_HUYI = "会议申请"; // #会议申请
18
18
  export const CONST_MYOA_MYOA_TYPN_GOCH = "公车申请"; // #公车申请
19
19
  export const CONST_MYOA_MYOA_TYPN_QIJI = "请假申请"; // #请假申请
@@ -55,6 +55,17 @@ export const CONST_MODULE_MYOA_YYSQ = "CONST_MODULE_MYOA_YYSQ";
55
55
  */
56
56
  export const CONST_MODULE_MYOA_YYSH = "CONST_MODULE_MYOA_YYSH";
57
57
 
58
+ /**
59
+ * 用印申请(合同)
60
+ */
61
+ export const CONST_MODULE_YZHT_YYSQ = "CONST_MODULE_YZHT_YYSQ";
62
+
63
+ /**
64
+ * 用印审核(合同)
65
+ */
66
+ export const CONST_MODULE_YZHT_YYSH = "CONST_MODULE_YZHT_YYSH";
67
+
68
+
58
69
  /**
59
70
  * 会议室申请
60
71
  */
@@ -56,6 +56,9 @@ export interface IDeptResponse extends IBaseResponse<IDeptResponse> {
56
56
  cardZcyz: number; //固定资产-部门分摊-金额
57
57
 
58
58
  sysclasc: number;
59
+ k4kmKmbm: string; //#核算项目
60
+ k1kmKmbm: string; //#功能科目
61
+
59
62
  /**
60
63
  * 参数约定
61
64
  */
@@ -115,6 +118,9 @@ export class TDeptResponse extends TBaseResponse<IDeptResponse> implements IDept
115
118
 
116
119
  sysclasc: number = 0;
117
120
  deptPara: string = "";
121
+ k4kmKmbm: string= "";
122
+ k1kmKmbm: string= "";
123
+
118
124
 
119
125
  listBMLX: IDictResponse[] = [];
120
126
  /** 部门类型(新) */
@@ -0,0 +1,79 @@
1
+ export interface IHznjXmsyCjdwResponse {
2
+ whoBuild: number;
3
+ userIndx: number;
4
+ xmsyIndx: number;
5
+ idEntity: number;
6
+ dataStat: number;
7
+ dataHide: number;
8
+ dataOrdr: number;
9
+ dataFrom: number;
10
+ dataDate: number;
11
+ dataTime: number;
12
+ createBy: string;
13
+ createAt: number;
14
+ updateBy: string;
15
+ updateAt: number;
16
+ deleteBy: string;
17
+ deleteAt: number;
18
+ queuesBy: number;
19
+ jylbMain: number;
20
+ jylbText: number;
21
+ /**关联 hznj_base主键 */
22
+ hznkBase: number;
23
+ /**样品编号 */
24
+ baseCode: string;
25
+ /**报告份数 */
26
+ paperCnt: number;
27
+ /**样品状态 */
28
+ ypztMain: number;
29
+ /**样品状态名称 */
30
+ ypztText: string;
31
+ /**样品描述 */
32
+ ypmsText: string;
33
+ /**付费方式 */
34
+ fffsMain: number;
35
+ /**付费方式名称 */
36
+ fffsText: number;
37
+ /**付费总额 */
38
+ payTotal: number;
39
+ /**检测费 */
40
+ payItem1: number;
41
+ /**邮资 */
42
+ payItem2: number;
43
+ /**其他服务费 */
44
+ payItem3: number;
45
+ }
46
+
47
+ export class THznjXmsyCjdwResponse implements IHznjXmsyCjdwResponse {
48
+ whoBuild: number = 0;
49
+ userIndx: number = 0;
50
+ xmsyIndx: number = 0;
51
+ idEntity: number = 0;
52
+ dataStat: number = 0;
53
+ dataHide: number = 0;
54
+ dataOrdr: number = 0;
55
+ dataFrom: number = 0;
56
+ dataDate: number = 0;
57
+ dataTime: number = 0;
58
+ createBy: string = "";
59
+ createAt: number = 0;
60
+ updateBy: string = "";
61
+ updateAt: number = 0;
62
+ deleteBy: string = "";
63
+ deleteAt: number = 0;
64
+ queuesBy: number = 0;
65
+ jylbMain: number = 0;
66
+ jylbText: number = 0;
67
+ hznkBase: number = 0;
68
+ baseCode: string = "";
69
+ paperCnt: number = 0;
70
+ ypztMain: number = 0;
71
+ ypztText: string = "";
72
+ ypmsText: string = "";
73
+ fffsMain: number = 0;
74
+ fffsText: number = 0;
75
+ payTotal: number = 0;
76
+ payItem1: number = 0;
77
+ payItem2: number = 0;
78
+ payItem3: number = 0;
79
+ }
@@ -0,0 +1,72 @@
1
+ export interface IHznjXmsyItemResponse {
2
+ whoBuild: number;
3
+ userIndx: number;
4
+ idEntity: number;
5
+ hznjXmsy: number;
6
+ dataStat: number;
7
+ dataHide: number;
8
+ dataOrdr: number;
9
+ dataFrom: number;
10
+ dataDate: number;
11
+ dataTime: number;
12
+ createBy: string;
13
+ createAt: number;
14
+ updateBy: string;
15
+ updateAt: number;
16
+ deleteBy: string;
17
+ deleteAt: number;
18
+ queuesBy: number;
19
+ /**检测项目 */
20
+ itemMain: number;
21
+ /**检测项目名称 */
22
+ itemName: string;
23
+ /**方法依据 */
24
+ k9kmKmid: number;
25
+ /**方法依据名称 */
26
+ k9kmKmmc: string;
27
+ /**检出/定量限 */
28
+ limitVal: number;
29
+ /**指标 */
30
+ levelVal: number;
31
+ /**单位 */
32
+ jldwText: string;
33
+ /**以总量计 */
34
+ useTotal: number;
35
+ /**总指标 */
36
+ totalVal: number;
37
+ /**状态{0:停用,1:启用} */
38
+ isActive: number;
39
+ /**备注信息 */
40
+ itemMemo: string;
41
+ }
42
+
43
+ export class THznjXmsyItemResponse implements IHznjXmsyItemResponse {
44
+ whoBuild: number = 0;
45
+ userIndx: number = 0;
46
+ idEntity: number = 0;
47
+ hznjXmsy: number = 0;
48
+ dataStat: number = 0;
49
+ dataHide: number = 0;
50
+ dataOrdr: number = 0;
51
+ dataFrom: number = 0;
52
+ dataDate: number = 0;
53
+ dataTime: number = 0;
54
+ createBy: string = "";
55
+ createAt: number = 0;
56
+ updateBy: string = "";
57
+ updateAt: number = 0;
58
+ deleteBy: string = "";
59
+ deleteAt: number = 0;
60
+ queuesBy: number = 0;
61
+ itemMain: number = 0;
62
+ itemName: string = "";
63
+ k9kmKmid: number = 0;
64
+ k9kmKmmc: string = "";
65
+ limitVal: number = 0;
66
+ levelVal: number = 0;
67
+ jldwText: string = "";
68
+ useTotal: number = 0;
69
+ totalVal: number = 0;
70
+ isActive: number = 0;
71
+ itemMemo: string = "";
72
+ }
@@ -0,0 +1,160 @@
1
+ import { IPathResponse } from "../core/IPathResponse";
2
+ import { IHznjXmsyCjdwResponse } from "./IHznjXmsyCjdwResponse";
3
+ import { IHznjXmsyItemResponse } from "./IHznjXmsyItemResponse";
4
+ import { IHznjXmsyWtdwResponse } from "./IHznjXmsyWtdwResponse";
5
+
6
+ export interface IHznjXmsyResponse {
7
+ whoBuild: number;
8
+ userIndx: number;
9
+ xmsyIndx: number;
10
+ sourceID: number;
11
+ parentID: number;
12
+ hashCode: number;
13
+ dataLevl: number;
14
+ dataFrom: number;
15
+ kjndKJQJ: number;
16
+ dataStat: number;
17
+ dataOrdr: number;
18
+ dataDate: number;
19
+ dataType: number;
20
+ dataTime: number;
21
+ dataHide: number;
22
+ dataGUID: string;
23
+ userMain: number;
24
+ mastName: string;
25
+ mastGUID: string;
26
+ createBy: string;
27
+ createAt: number;
28
+ updateBy: string;
29
+ updateAt: number;
30
+ deleteBy: string;
31
+ deleteAt: number;
32
+ queuesBy: number;
33
+ entityID: string;
34
+ sourceND: number;
35
+ menuMain: number;
36
+ menuUUID: string;
37
+ unitMain: number;
38
+ deptMain: number;
39
+ sqyhText: string;
40
+ sqbmText: string;
41
+ flowUndo: number;
42
+ flowUser: string;
43
+ flowText: string;
44
+ xmsyDate: number;
45
+ xmsyStat: number;
46
+ xmsyType: number;
47
+ xmsyCode: string;
48
+ xmsyName: string;
49
+ xmsyUses: string;
50
+ xmsyMemo: string;
51
+ /**关联 hznj_base主键 */
52
+ hznkBase: number;
53
+ /**样品名称 */
54
+ baseCode: string;
55
+ /**任务名称 */
56
+ k7kmKmmc: string;
57
+ /**样品名称 */
58
+ k8kmKmbm: string;
59
+ /**联系人 */
60
+ wContact: string;
61
+ /**联系方式 */
62
+ dContact: string;
63
+ /**到样数量 */
64
+ getCount: number;
65
+ /**单位 */
66
+ jldwText: string;
67
+ /**型号规格 */
68
+ ggxhText: string;
69
+ /**原编号或生产日期 */
70
+ ccrqText: string;
71
+ /**样品来源 */
72
+ fromText: string;
73
+ /**送样者 */
74
+ senderBy: string;
75
+ /**到样日期 */
76
+ senderAt: number;
77
+ /**抽样量 */
78
+ useCount: number;
79
+ /**支付对象 */
80
+ payWhois: number;
81
+ /**付费总额 */
82
+ payTotal: number;
83
+
84
+ /**附件 */
85
+ listPath: IPathResponse[];
86
+ /**检测项目.项目明细 */
87
+ listItem: IHznjXmsyItemResponse[];
88
+ /**承检单位 */
89
+ listCJDW: IHznjXmsyCjdwResponse[];
90
+ /**委托单位 */
91
+ listWTDW: IHznjXmsyWtdwResponse[];
92
+ }
93
+
94
+ export class THznjXmsyResponse implements IHznjXmsyResponse {
95
+ whoBuild: number = 0;
96
+ userIndx: number = 0;
97
+ xmsyIndx: number = 0;
98
+ sourceID: 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
+ dataDate: number = 0;
107
+ dataType: number = 0;
108
+ dataTime: number = 0;
109
+ dataHide: number = 0;
110
+ dataGUID: string = "";
111
+ userMain: number = 0;
112
+ mastName: string = "";
113
+ mastGUID: string = "";
114
+ createBy: string = "";
115
+ createAt: number = 0;
116
+ updateBy: string = "";
117
+ updateAt: number = 0;
118
+ deleteBy: string = "";
119
+ deleteAt: number = 0;
120
+ queuesBy: number = 0;
121
+ entityID: string = "";
122
+ sourceND: number = 0;
123
+ menuMain: number = 0;
124
+ menuUUID: string = "";
125
+ unitMain: number = 0;
126
+ deptMain: number = 0;
127
+ sqyhText: string = "";
128
+ sqbmText: string = "";
129
+ flowUndo: number = 0;
130
+ flowUser: string = "";
131
+ flowText: string = "";
132
+ xmsyDate: number = 0;
133
+ xmsyStat: number = 0;
134
+ xmsyType: number = 0;
135
+ xmsyCode: string = "";
136
+ xmsyName: string = "";
137
+ xmsyUses: string = "";
138
+ xmsyMemo: string = "";
139
+ hznkBase: number = 0;
140
+ baseCode: string = "";
141
+ k7kmKmmc: string = "";
142
+ k8kmKmbm: string = "";
143
+ wContact: string = "";
144
+ dContact: string = "";
145
+ getCount: number = 0;
146
+ jldwText: string = "";
147
+ ggxhText: string = "";
148
+ ccrqText: string = "";
149
+ fromText: string = "";
150
+ senderBy: string = "";
151
+ senderAt: number = 0;
152
+ useCount: number = 0;
153
+ payWhois: number = 0;
154
+ payTotal: number = 0;
155
+
156
+ listPath: IPathResponse[] = [];
157
+ listItem: IHznjXmsyItemResponse[] = [];
158
+ listCJDW: IHznjXmsyCjdwResponse[] = [];
159
+ listWTDW: IHznjXmsyWtdwResponse[] = [];
160
+ }
@@ -0,0 +1,121 @@
1
+ export interface IHznjXmsyWtdwResponse {
2
+ whoBuild: number;
3
+ userIndx: number;
4
+ xmsyIndx: number;
5
+ idEntity: number;
6
+ dataStat: number;
7
+ dataHide: number;
8
+ dataOrdr: number;
9
+ dataFrom: number;
10
+ dataDate: number;
11
+ dataTime: number;
12
+ createBy: string;
13
+ createAt: number;
14
+ updateBy: string;
15
+ updateAt: number;
16
+ deleteBy: string;
17
+ deleteAt: number;
18
+ queuesBy: number;
19
+ wContact: string;
20
+ dContact: string;
21
+ wAddress: string;
22
+ postCode: string;
23
+ ccdwText: string;
24
+ sjdwMain: number;
25
+ sjdwText: string;
26
+ sjdwAddr: string;
27
+ wtdwMain: number;
28
+ wtdwText: string;
29
+ wtdwAddr: string;
30
+ /**关联 hznj_base主键 */
31
+ hznjBase: number;
32
+ /**样品名称 */
33
+ baseText: string;
34
+ /**样品数量 */
35
+ getCount: number;
36
+ /**单位 */
37
+ jldwText: string;
38
+ /**工程名称 */
39
+ gcmcText: string;
40
+ /**建设(监理)单位 */
41
+ jsdwText: string;
42
+ /**取样地点 */
43
+ cAddress: string;
44
+ /**时间要求 */
45
+ rqyqMain: number;
46
+ /**时间要求名称 */
47
+ rqyqText: string;
48
+ /**副样处理方式 */
49
+ ypclMain: number;
50
+ /**副样处理方式名称 */
51
+ ypclText: string;
52
+ /**报告领取方式 */
53
+ bglqMain: number;
54
+ /**报告领取方式 */
55
+ gqlrText: string;
56
+ /**提供报告要求 */
57
+ hbyqMain: string;
58
+ /**提供报告要求名称 */
59
+ hbyqText: number;
60
+ /**样品保存方式 */
61
+ ypbcMain: number;
62
+ /**样品保存方式名称 */
63
+ ypbcText: number;
64
+ /**判定依据 */
65
+ k9kmKmmc: string;
66
+ /**是否分包 */
67
+ ynfbMain: number;
68
+ /**是否分包名称 */
69
+ ynfbText: string;
70
+ }
71
+
72
+ export class THznjXmsyWtdwResponse implements IHznjXmsyWtdwResponse {
73
+ whoBuild: number = 0;
74
+ userIndx: number = 0;
75
+ xmsyIndx: number = 0;
76
+ idEntity: number = 0;
77
+ dataStat: number = 0;
78
+ dataHide: number = 0;
79
+ dataOrdr: number = 0;
80
+ dataFrom: number = 0;
81
+ dataDate: number = 0;
82
+ dataTime: number = 0;
83
+ createBy: string = "";
84
+ createAt: number = 0;
85
+ updateBy: string = "";
86
+ updateAt: number = 0;
87
+ deleteBy: string = "";
88
+ deleteAt: number = 0;
89
+ queuesBy: number = 0;
90
+ wContact: string = "";
91
+ dContact: string = "";
92
+ wAddress: string = "";
93
+ postCode: string = "";
94
+ ccdwText: string = "";
95
+ sjdwMain: number = 0;
96
+ sjdwText: string = "";
97
+ sjdwAddr: string = "";
98
+ wtdwMain: number = 0;
99
+ wtdwText: string = "";
100
+ wtdwAddr: string = "";
101
+ hznjBase: number = 0;
102
+ baseText: string = "";
103
+ getCount: number = 0;
104
+ jldwText: string = "";
105
+ gcmcText: string = "";
106
+ jsdwText: string = "";
107
+ cAddress: string = "";
108
+ rqyqMain: number = 0;
109
+ rqyqText: string = "";
110
+ ypclMain: number = 0;
111
+ ypclText: string = "";
112
+ bglqMain: number = 0;
113
+ gqlrText: string = "";
114
+ hbyqMain: string = "";
115
+ hbyqText: number = 0;
116
+ ypbcMain: number = 0;
117
+ ypbcText: number = 0;
118
+ k9kmKmmc: string = "";
119
+ ynfbMain: number = 0;
120
+ ynfbText: string = "";
121
+ }
@@ -23,6 +23,15 @@ export interface IHznkFydwBillResponse {
23
23
  nowMoney: number;
24
24
  ratioVal: number;
25
25
  totalVal: number;
26
+ fydwStat: number;
27
+ baseName: string;
28
+ baseCode: string;
29
+ baseUses: string;
30
+ baseMemo: string;
31
+ wContact: string;
32
+ dContact: string;
33
+ unitText: string;
34
+ sourceDW: string;
26
35
  }
27
36
 
28
37
  export class THznkFydwBillResponse implements IHznkFydwBillResponse {
@@ -50,4 +59,13 @@ export class THznkFydwBillResponse implements IHznkFydwBillResponse {
50
59
  nowMoney: number = 0;
51
60
  ratioVal: number = 0;
52
61
  totalVal: number = 0;
62
+ fydwStat: number = 0;
63
+ baseName: string = "";
64
+ baseCode: string = "";
65
+ baseUses: string = "";
66
+ baseMemo: string = "";
67
+ wContact: string = "";
68
+ dContact: string = "";
69
+ unitText: string = "";
70
+ sourceDW: string = "";
53
71
  }
@@ -1,6 +1,7 @@
1
1
  import { IUserAcnoResponse } from "../core";
2
2
  import { IPathResponse } from "../core/IPathResponse";
3
3
  import { TFlowDataResponse } from "../flow";
4
+ import { IHznkFydwBillResponse } from "./IHznkFydwBillResponse";
4
5
  import { IHznkFytqBillResponse } from "./IHznkFytqBillResponse";
5
6
  import { IHznkMainResponse } from "./IHznkMainResponse";
6
7
  import _ from "lodash";
@@ -73,7 +74,7 @@ export interface IHznkFytqResponse {
73
74
  /**附件 */
74
75
  listPath: IPathResponse[];
75
76
  /**关联项目 */
76
- listFrom: IHznkMainResponse[];
77
+ listFrom: IHznkFydwBillResponse[];
77
78
  listSKDW: IUserAcnoResponse[];
78
79
  listBill: IHznkFytqBillResponse[];
79
80
  }
@@ -140,7 +141,7 @@ export class THznkFytqResponse implements IHznkFytqResponse {
140
141
  userGUID: string = "";
141
142
 
142
143
  listPath: IPathResponse[] = [];
143
- listFrom: IHznkMainResponse[] = [];
144
+ listFrom: IHznkFydwBillResponse[] = [];
144
145
  listSKDW: IUserAcnoResponse[] = [];
145
146
  listBill: IHznkFytqBillResponse[] = [];
146
147
  constructor(data: Partial<IHznkFytqResponse> = {}) {
@@ -33,6 +33,7 @@ export interface IPzptPzpzP6pzResponse {
33
33
  cdpzPzzy: string;
34
34
  cdpzHozi: number;
35
35
  cdpzDumi: number;
36
+ usesAuto: number; //自动分匹配(部门)
36
37
 
37
38
  yjk8K8bm: string;
38
39
  yjk8K8mc: string;
@@ -108,6 +109,7 @@ export class TPzptPzpzP6pzResponse implements IPzptPzpzP6pzResponse {
108
109
  cdpzHozi: number = 0;
109
110
  /** 财务贷方是否对方 (1:是,0:否) */
110
111
  cdpzDumi: number = 0;
112
+ usesAuto: number = 0;
111
113
 
112
114
  yjk8K8bm: string = "";
113
115
  yjk8K8mc: string = "";