@ningboyz/apis 1.5.0 → 1.5.2
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 +2 -2
- package/packages/hznj/type.ts +4 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "宁波甬政请求库",
|
|
6
6
|
"author": "nbyt-syq",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"registry": "https://registry.npmjs.org/"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@ningboyz/types": "1.5.
|
|
20
|
+
"@ningboyz/types": "1.5.2",
|
|
21
21
|
"axios": "1.8.4",
|
|
22
22
|
"lodash": "^4.17.21"
|
|
23
23
|
},
|
package/packages/hznj/type.ts
CHANGED
|
@@ -619,6 +619,8 @@ export interface IHznjZbjgSelectdbQuerys {
|
|
|
619
619
|
useronly: number;
|
|
620
620
|
lockzbcz: number;
|
|
621
621
|
excezbcz: number;
|
|
622
|
+
// 只需显示当前用户参与过任务通知检测员这一岗审核的样品,未参与检测员这一岗审核过的样品无需显示;
|
|
623
|
+
nodename: string;
|
|
622
624
|
}
|
|
623
625
|
|
|
624
626
|
export class THznjZbjgSelectdbQuerys implements IHznjZbjgSelectdbQuerys {
|
|
@@ -627,6 +629,8 @@ export class THznjZbjgSelectdbQuerys implements IHznjZbjgSelectdbQuerys {
|
|
|
627
629
|
useronly: number = -1;
|
|
628
630
|
lockzbcz: number = -1;
|
|
629
631
|
excezbcz: number = -1;
|
|
632
|
+
// 只需显示当前用户参与过任务通知检测员这一岗审核的样品,未参与检测员这一岗审核过的样品无需显示;
|
|
633
|
+
nodename: string = "";
|
|
630
634
|
}
|
|
631
635
|
|
|
632
636
|
export interface IHznjZbjgFinishedQuerys {
|