@ningboyz/apis 1.4.168 → 1.4.170
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 +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.170",
|
|
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.4.
|
|
20
|
+
"@ningboyz/types": "1.4.170",
|
|
21
21
|
"axios": "1.8.4",
|
|
22
22
|
"lodash": "^4.17.21"
|
|
23
23
|
},
|
package/packages/hznj/type.ts
CHANGED
|
@@ -684,6 +684,8 @@ export interface IHznjZblySelectdbQuerys {
|
|
|
684
684
|
useronly: number;
|
|
685
685
|
/**是否关联样品信息 */
|
|
686
686
|
showitem: number;
|
|
687
|
+
/**“已退还次数”,根据这笔领用单已被关联的退还单数量,显示对应次数 填1时返回关联退回列表listZbth */
|
|
688
|
+
showzbth: number;
|
|
687
689
|
}
|
|
688
690
|
|
|
689
691
|
export class THznjZblySelectdbQuerys implements IHznjZblySelectdbQuerys {
|
|
@@ -691,6 +693,7 @@ export class THznjZblySelectdbQuerys implements IHznjZblySelectdbQuerys {
|
|
|
691
693
|
withflow: number = 0;
|
|
692
694
|
useronly: number = -1;
|
|
693
695
|
showitem: number = 0;
|
|
696
|
+
showzbth: number = 0;
|
|
694
697
|
}
|
|
695
698
|
|
|
696
699
|
export interface IHznjZblyFinishedQuerys {
|