@ningboyz/apis 1.6.167 → 1.6.169
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/core/types.ts +2 -0
- package/packages/yzht/main.ts +12 -1
- package/packages/yzht/types.ts +50 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ningboyz/apis",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.169",
|
|
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.6.
|
|
20
|
+
"@ningboyz/types": "1.6.169",
|
|
21
21
|
"axios": "1.8.4",
|
|
22
22
|
"lodash": "^4.17.21"
|
|
23
23
|
},
|
package/packages/core/types.ts
CHANGED
|
@@ -382,11 +382,13 @@ export class TCoreSysmenuWithCoreDetaildbQuerys implements ICoreSysmenuWithCoreD
|
|
|
382
382
|
export interface ICoreSysmenuWithCoreInsertdbQuerys {
|
|
383
383
|
sourcend: number;
|
|
384
384
|
sourceid: number;
|
|
385
|
+
override: number;
|
|
385
386
|
}
|
|
386
387
|
|
|
387
388
|
export class TCoreSysmenuWithCoreInsertdbQuerys implements ICoreSysmenuWithCoreInsertdbQuerys {
|
|
388
389
|
sourcend: number = -1;
|
|
389
390
|
sourceid: number = -1;
|
|
391
|
+
override: number = -1;
|
|
390
392
|
}
|
|
391
393
|
|
|
392
394
|
/** ========== tsystravel ========== */
|
package/packages/yzht/main.ts
CHANGED
|
@@ -20,7 +20,8 @@ import {
|
|
|
20
20
|
IYzhtMainSelectc4Querys,
|
|
21
21
|
IYzhtMainSelectcxQuerys,
|
|
22
22
|
IYzhtMainSelectd9Querys,
|
|
23
|
-
IYzhtMainSelectdbQuerys
|
|
23
|
+
IYzhtMainSelectdbQuerys,
|
|
24
|
+
IYzhtMainSelectx2Querys
|
|
24
25
|
} from "./types";
|
|
25
26
|
|
|
26
27
|
class YzhtRequest {
|
|
@@ -39,6 +40,16 @@ class YzhtRequest {
|
|
|
39
40
|
return this.httpRequest.post<TYzht.IYzhtMainResponse[]>("/gapi/yzht/tmain/selectdb", querys, params);
|
|
40
41
|
}
|
|
41
42
|
|
|
43
|
+
/**
|
|
44
|
+
* 获取合同订立列表
|
|
45
|
+
* @param querys
|
|
46
|
+
* @param params
|
|
47
|
+
* @returns
|
|
48
|
+
*/
|
|
49
|
+
selectx2(querys: IYzhtMainSelectx2Querys, params: object) {
|
|
50
|
+
return this.httpRequest.post<TYzht.IYzhtMainResponse[]>("/gapi/yzht/tmain/selectx2", querys, params);
|
|
51
|
+
}
|
|
52
|
+
|
|
42
53
|
/**
|
|
43
54
|
* 新增合同订立
|
|
44
55
|
* @param querys
|
package/packages/yzht/types.ts
CHANGED
|
@@ -49,6 +49,56 @@ export class TYzhtMainSelectdbQuerys implements IYzhtMainSelectdbQuerys {
|
|
|
49
49
|
queuesby: string = "";
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
+
export interface IYzhtMainSelectx2Querys {
|
|
53
|
+
withflow: number;
|
|
54
|
+
sourcend: number;
|
|
55
|
+
unitmain: number;
|
|
56
|
+
hzcbmain: number;
|
|
57
|
+
cardmain: number;
|
|
58
|
+
roommain: number;
|
|
59
|
+
useronly: number;
|
|
60
|
+
viewonly: number;
|
|
61
|
+
lockonly: number;
|
|
62
|
+
lockmyoa: number;
|
|
63
|
+
datahide: number;
|
|
64
|
+
withhzcb: number;
|
|
65
|
+
withcard: number;
|
|
66
|
+
withroom: number;
|
|
67
|
+
withd2dw: number;
|
|
68
|
+
withhyhb: number;
|
|
69
|
+
withfwcz: number;
|
|
70
|
+
withdzmx: number;
|
|
71
|
+
withfymx: number;
|
|
72
|
+
withbill: number;
|
|
73
|
+
withlock: number;
|
|
74
|
+
queuesby: string;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export class TYzhtMainSelectx2Querys implements IYzhtMainSelectx2Querys {
|
|
78
|
+
withflow: number = -1;
|
|
79
|
+
sourcend: number = -1;
|
|
80
|
+
unitmain: number = -1;
|
|
81
|
+
hzcbmain: number = -1;
|
|
82
|
+
cardmain: number = -1;
|
|
83
|
+
roommain: number = -1;
|
|
84
|
+
useronly: number = -1;
|
|
85
|
+
viewonly: number = -1;
|
|
86
|
+
lockonly: number = -1;
|
|
87
|
+
lockmyoa: number = -1;
|
|
88
|
+
datahide: number = -1;
|
|
89
|
+
withhzcb: number = -1;
|
|
90
|
+
withcard: number = -1;
|
|
91
|
+
withroom: number = -1;
|
|
92
|
+
withd2dw: number = -1;
|
|
93
|
+
withhyhb: number = -1;
|
|
94
|
+
withfwcz: number = -1;
|
|
95
|
+
withdzmx: number = -1;
|
|
96
|
+
withfymx: number = -1;
|
|
97
|
+
withbill: number = -1;
|
|
98
|
+
withlock: number = -1;
|
|
99
|
+
queuesby: string = "";
|
|
100
|
+
}
|
|
101
|
+
|
|
52
102
|
export interface IYzhtMainInsertdbQuerys {
|
|
53
103
|
yzhthtbh: number;
|
|
54
104
|
sourcend: number;
|