@ningboyz/types 1.4.21 → 1.4.22

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.4.21",
4
+ "version": "1.4.22",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -28,11 +28,10 @@ export const CONST_STAT_DONE = 2;
28
28
  */
29
29
  export const CONST_STAT_TEMP = -4;
30
30
 
31
- /** 已取消*/
32
- export const CONST_STAT_CANCEL = -3;
33
31
 
34
32
 
35
- export type AuditStat = typeof CONST_STAT_UNDO | typeof CONST_STAT_MAKE | typeof CONST_STAT_WAIT | typeof CONST_STAT_DONE | typeof CONST_STAT_DARK | typeof CONST_STAT_TEMP | typeof CONST_STAT_CANCEL;
33
+
34
+ export type AuditStat = typeof CONST_STAT_UNDO | typeof CONST_STAT_MAKE | typeof CONST_STAT_WAIT | typeof CONST_STAT_DONE | typeof CONST_STAT_DARK | typeof CONST_STAT_TEMP ;
36
35
 
37
36
  //tabs 页签
38
37
 
@@ -120,6 +120,10 @@ export interface IHznjXmsyResponse {
120
120
  xmsyCyrq: number;
121
121
  /**抽样人文本 */
122
122
  nbyhText: string;
123
+ /**样品等级文本 */
124
+ ypdjText: string;
125
+ /**样品基数 */
126
+ baseText: string;
123
127
 
124
128
  coverURL: string;
125
129
  touchURL: string;
@@ -240,6 +244,10 @@ export class THznjXmsyResponse implements IHznjXmsyResponse {
240
244
  xmsyCyrq: number = 0;
241
245
  /**抽样人文本 */
242
246
  nbyhText: string = "";
247
+ /**样品等级文本 */
248
+ ypdjText: string = "";
249
+ /**样品基数 */
250
+ baseText: string = "";
243
251
 
244
252
  coverURL: string = "";
245
253
  touchURL: string = "";
@@ -90,6 +90,8 @@ export interface IHznjXmsyWtdwResponse {
90
90
  ggxhText: string;
91
91
  /**样品来源 */
92
92
  fromText: string;
93
+ /**样品状态 */
94
+ ypztText: string;
93
95
 
94
96
  /**
95
97
  * 虚拟字段
@@ -151,6 +153,7 @@ export class THznjXmsyWtdwResponse implements IHznjXmsyWtdwResponse {
151
153
  batchTxt: string = "";
152
154
  ggxhText: string = "";
153
155
  baseIndx: number = 0;
156
+ ypztText: string = "";
154
157
  /**样品来源 */
155
158
  fromText: string = "";
156
159
 
@@ -55,6 +55,15 @@ export interface IHznkXmysResponse {
55
55
  /**是否已提交档案 */
56
56
  diskStat: number;
57
57
 
58
+ /**项目层级 */
59
+ levlText: string;
60
+ /**组织单位 */
61
+ zzdwText: string;
62
+ /**验收时间 */
63
+ ysxqDate: number;
64
+ /**验收结果 */
65
+ typeText: string;
66
+
58
67
  coverURL: string;
59
68
  touchURL: string;
60
69
  unitText: string;
@@ -70,7 +79,7 @@ export interface IHznkXmysResponse {
70
79
  userName: string;
71
80
  userGUID: string;
72
81
  /** 关联的项目indx */
73
- fromHznkMain:number
82
+ fromHznkMain: number;
74
83
 
75
84
  /**附件 */
76
85
  listPath: TCore.IPathResponse[];
@@ -132,6 +141,15 @@ export class THznkXmysResponse implements IHznkXmysResponse {
132
141
  unitText: string = "";
133
142
  sourceDW: string = "";
134
143
 
144
+ /**项目层级 */
145
+ levlText: string = "";
146
+ /**组织单位 */
147
+ zzdwText: string = "";
148
+ /**验收时间 */
149
+ ysxqDate: number = 0;
150
+ /**验收结果 */
151
+ typeText: string = "";
152
+
135
153
  lastDate: number = 0;
136
154
  lastTime: number = 0;
137
155
  flowMain: number = 0;
@@ -142,7 +160,7 @@ export class THznkXmysResponse implements IHznkXmysResponse {
142
160
  userName: string = "";
143
161
  userGUID: string = "";
144
162
  /** 关联的项目indx */
145
- fromHznkMain:number=0
163
+ fromHznkMain: number = 0;
146
164
  listPath: TCore.IPathResponse[] = [];
147
165
  listFrom: THznk.IHznkYssqResponse[] = [];
148
166
  listItem: THznk.IHznkXmysItemResponse[] = [];
@@ -53,6 +53,12 @@ export interface IHznkYssqResponse {
53
53
  baseMemo: string;
54
54
  /**是否已提交档案 */
55
55
  diskStat: number;
56
+ /**项目层级 */
57
+ levlText: string;
58
+ /**验收单位 */
59
+ zzdwText: string;
60
+ /**申请验收时间 */
61
+ ysxqDate: number;
56
62
 
57
63
  coverURL: string;
58
64
  touchURL: string;
@@ -123,6 +129,13 @@ export class THznkYssqResponse implements IHznkYssqResponse {
123
129
  baseMemo: string = "";
124
130
  diskStat: number = 0;
125
131
 
132
+ /**项目层级 */
133
+ levlText: string = "";
134
+ /**验收单位 */
135
+ zzdwText: string = "";
136
+ /**申请验收时间 */
137
+ ysxqDate: number = 0;
138
+
126
139
  coverURL: string = "";
127
140
  touchURL: string = "";
128
141
  unitText: string = "";