@ningboyz/apis 1.4.107 → 1.4.109

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/apis",
3
- "version": "1.4.107",
3
+ "version": "1.4.109",
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.107",
20
+ "@ningboyz/types": "1.4.109",
21
21
  "axios": "1.8.4",
22
22
  "lodash": "^4.17.21"
23
23
  },
@@ -1,11 +1,12 @@
1
- import type { TCore } from "@ningboyz/types";
1
+ import type { TCore, TWldy } from "@ningboyz/types";
2
2
  import type { HttpRequest } from "../axios";
3
3
  import {
4
4
  ICoreBillcodeSelectdbInsertdbQuerys,
5
5
  ICoreSysmenuWithCoreDetaildbQuerys,
6
6
  ICoreSysmenuWithCoreInsertdbQuerys,
7
7
  ICoreSysmenuWithExpdDetaildbQuerys,
8
- ICoreSysmenuWithExpdSelectdbQuerys
8
+ ICoreSysmenuWithExpdSelectdbQuerys,
9
+ ICoreSysmenuWldypageSelectdbQuerys
9
10
  } from "./types";
10
11
  import type { TFlow } from "@ningboyz/types";
11
12
 
@@ -130,7 +131,17 @@ class SysmenuRequest {
130
131
  * @returns
131
132
  */
132
133
  billcodeSelectdb(querys: ICoreBillcodeSelectdbInsertdbQuerys) {
133
- return this.httpRequest.post<TFlow.TFlowDataResponse[]>("/core/tsysmenu/billcode/selectdb", querys);
134
+ return this.httpRequest.post<TFlow.IFlowDataResponse[]>("/core/tsysmenu/billcode/selectdb", querys);
135
+ }
136
+
137
+ /**
138
+ * 根据menuUUID获取打印模版
139
+ * @param querys
140
+ * @param params
141
+ * @returns
142
+ */
143
+ wldypageSelectdb(querys: ICoreSysmenuWldypageSelectdbQuerys, params: object) {
144
+ return this.httpRequest.post<TWldy.IWldyPageResponse[]>("/core/tsysmenu/billcode/selectdb", querys);
134
145
  }
135
146
  }
136
147
 
@@ -856,9 +856,12 @@ export class TCoreDeptDeptBindSelectdbQuerys implements ICoreDeptDeptBindSelectd
856
856
  }
857
857
 
858
858
  export interface ICoreDeptDeptBindUploadd2Querys {
859
- matchval: string;
859
+ matchval: string;
860
860
  }
861
861
 
862
862
  export class TCoreDeptDeptBindUploadd2Querys implements ICoreDeptDeptBindUploadd2Querys {
863
- matchval: string = "";
863
+ matchval: string = "";
864
864
  }
865
+
866
+ export interface ICoreSysmenuWldypageSelectdbQuerys {}
867
+ export class TCoreSysmenuWldypageSelectdbQuerys implements ICoreSysmenuWldypageSelectdbQuerys {}
@@ -100,6 +100,7 @@ export interface IZbzdMainSelectd4Querys {
100
100
  withflow: number;
101
101
  viewonly: number;
102
102
  useronly: number;
103
+ deptfrom: number;
103
104
  }
104
105
 
105
106
  export class TZbzdMainSelectd4Querys implements IZbzdMainSelectd4Querys {
@@ -107,6 +108,7 @@ export class TZbzdMainSelectd4Querys implements IZbzdMainSelectd4Querys {
107
108
  withflow: number = -1;
108
109
  viewonly: number = -1;
109
110
  useronly: number = -1;
111
+ deptfrom: number = -1;
110
112
  }
111
113
 
112
114
  export interface IZbzdMainFinishe2Querys {