@ningboyz/apis 1.2.82 → 1.2.84

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.
Files changed (74) hide show
  1. package/package.json +2 -2
  2. package/packages/antv/index.ts +0 -2
  3. package/packages/axios.ts +2 -2
  4. package/packages/bill/cnfg.ts +1 -5
  5. package/packages/card/hyhb.ts +1 -1
  6. package/packages/card/index.ts +0 -1
  7. package/packages/card/main.ts +0 -3
  8. package/packages/card/tdata.ts +80 -85
  9. package/packages/card/types.ts +0 -9
  10. package/packages/card/tzclbgblb.ts +22 -25
  11. package/packages/card/zccz.ts +1 -1
  12. package/packages/card/zcdb.ts +1 -1
  13. package/packages/cnfg/index.ts +0 -1
  14. package/packages/core/dddw.ts +1 -2
  15. package/packages/core/index.ts +0 -1
  16. package/packages/core/types.ts +0 -1
  17. package/packages/core/user.ts +4 -4
  18. package/packages/cron/index.ts +0 -1
  19. package/packages/elem/data.ts +1 -1
  20. package/packages/elem/index.ts +0 -1
  21. package/packages/expd/index.ts +0 -1
  22. package/packages/flow/index.ts +0 -1
  23. package/packages/flow/void.ts +1 -1
  24. package/packages/grow/index.ts +0 -1
  25. package/packages/grow/types.ts +2 -6
  26. package/packages/gzjg/index.ts +1 -1
  27. package/packages/gztb/index.ts +0 -1
  28. package/packages/gztb/types.ts +0 -1
  29. package/packages/gzzd/index.ts +0 -1
  30. package/packages/gzzd/main.ts +11 -1
  31. package/packages/hzcb/index.ts +0 -1
  32. package/packages/index.ts +0 -1
  33. package/packages/load/index.ts +0 -1
  34. package/packages/myoa/index.ts +1 -2
  35. package/packages/myoa/main.ts +10 -10
  36. package/packages/myoa/withcard.ts +125 -123
  37. package/packages/noti/index.ts +0 -1
  38. package/packages/ocri/index.ts +0 -1
  39. package/packages/ocri/path.ts +0 -1
  40. package/packages/ocri/types.ts +5 -5
  41. package/packages/pzpt/cnfg.ts +11 -2
  42. package/packages/pzpt/glkm.ts +1 -1
  43. package/packages/pzpt/pzpz.ts +52 -52
  44. package/packages/tabl/index.ts +0 -1
  45. package/packages/tabl/main.ts +5 -9
  46. package/packages/tabl/types.ts +0 -1
  47. package/packages/take/index.ts +0 -1
  48. package/packages/take/main.ts +25 -25
  49. package/packages/take/types.ts +54 -62
  50. package/packages/task/main.ts +0 -2
  51. package/packages/wldy/index.ts +0 -1
  52. package/packages/wlzf/index.ts +2 -2
  53. package/packages/wlzf/types.ts +1 -2
  54. package/packages/wtui/index.ts +0 -1
  55. package/packages/wtui/menu.ts +1 -1
  56. package/packages/wtui/node.ts +1 -1
  57. package/packages/wtui/todo.ts +1 -1
  58. package/packages/wtui/view.ts +1 -1
  59. package/packages/wzpz/index.ts +0 -1
  60. package/packages/wzpz/k0km.ts +36 -4
  61. package/packages/wzpz/types.ts +3 -4
  62. package/packages/yzcg/index.ts +0 -1
  63. package/packages/yzcg/main.ts +0 -2
  64. package/packages/yzcg/types.ts +1 -1
  65. package/packages/yzht/bill.ts +0 -1
  66. package/packages/yzht/glpz.ts +0 -1
  67. package/packages/yzht/main.ts +0 -1
  68. package/packages/yzht/types.ts +2 -5
  69. package/packages/yzpz/index.ts +0 -1
  70. package/packages/yzpz/item.ts +1 -1
  71. package/packages/yzpz/k8km.ts +1 -1
  72. package/packages/yzpz/kbkm.ts +1 -1
  73. package/packages/zbzd/index.ts +0 -1
  74. package/packages/zbzd/zbfl.ts +1 -4
@@ -2,148 +2,150 @@ import { TCard, TCore, TMyoa } from "@ningboyz/types";
2
2
  import type { HttpRequest } from "../axios";
3
3
  import { IEmptyQuerys, IParams } from "../type";
4
4
  import {
5
- IMyoaMainDetail2dbQuerys,
6
- IMyoaMainInsertdb2Querys, IMyoaMainMrokdbQuerys,
7
- IMyoaMainUpdated4Querys,
8
- IMyoaWithCardFinishedQuerys,
9
- IMyoaWithCardTodolistQuerys,
10
- IMyoaWithCardTodosizeQuerys, TMyoaMainChkinsertQuerys,
11
- TMyoaMainSelectd2Querys
5
+ IMyoaMainDetail2dbQuerys,
6
+ IMyoaMainInsertdb2Querys,
7
+ IMyoaMainMrokdbQuerys,
8
+ IMyoaMainUpdated4Querys,
9
+ IMyoaWithCardFinishedQuerys,
10
+ IMyoaWithCardTodolistQuerys,
11
+ IMyoaWithCardTodosizeQuerys,
12
+ TMyoaMainChkinsertQuerys,
13
+ TMyoaMainSelectd2Querys
12
14
  } from "./types";
13
15
 
14
16
  /**
15
17
  * 公物仓
16
18
  * */
17
19
  class WithCardRequest {
18
- private httpRequest: HttpRequest;
19
- constructor(httpRequest: HttpRequest) {
20
- this.httpRequest = httpRequest;
21
- }
20
+ private httpRequest: HttpRequest;
21
+ constructor(httpRequest: HttpRequest) {
22
+ this.httpRequest = httpRequest;
23
+ }
22
24
 
23
- /**
24
- * 获取公物仓入仓/领用列表
25
- * @param querys
26
- * @returns
27
- */
28
- selectd2(querys: TMyoaMainSelectd2Querys) {
29
- return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/withcard/selectd2", querys, undefined);
30
- }
25
+ /**
26
+ * 获取公物仓入仓/领用列表
27
+ * @param querys
28
+ * @returns
29
+ */
30
+ selectd2(querys: TMyoaMainSelectd2Querys) {
31
+ return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/withcard/selectd2", querys, undefined);
32
+ }
31
33
 
32
- /**
33
- * 新增公物仓入仓/领用
34
- * @param querys
35
- * @param params
36
- * @returns
37
- */
38
- insertdb(querys: IMyoaMainInsertdb2Querys, params: IParams<TMyoa.IMyoaMainResponse>) {
39
- return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/withcard/insertdb", querys, params);
40
- }
34
+ /**
35
+ * 新增公物仓入仓/领用
36
+ * @param querys
37
+ * @param params
38
+ * @returns
39
+ */
40
+ insertdb(querys: IMyoaMainInsertdb2Querys, params: IParams<TMyoa.IMyoaMainResponse>) {
41
+ return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/withcard/insertdb", querys, params);
42
+ }
41
43
 
42
- /**
43
- * 修改公物仓入仓/领用
44
- * @param querys
45
- * @param params
46
- * @returns
47
- */
48
- updatedb(querys: IMyoaMainUpdated4Querys, params: IParams<TMyoa.IMyoaMainResponse>) {
49
- return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/withcard/updatedb", querys, params);
50
- }
44
+ /**
45
+ * 修改公物仓入仓/领用
46
+ * @param querys
47
+ * @param params
48
+ * @returns
49
+ */
50
+ updatedb(querys: IMyoaMainUpdated4Querys, params: IParams<TMyoa.IMyoaMainResponse>) {
51
+ return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/withcard/updatedb", querys, params);
52
+ }
51
53
 
52
- /**
53
- * 获取公物仓入仓/领用详情
54
- * @param querys
55
- * @returns
56
- */
57
- detaildb(querys: IMyoaMainDetail2dbQuerys) {
58
- return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/withcard/detaildb", querys, undefined);
59
- }
54
+ /**
55
+ * 获取公物仓入仓/领用详情
56
+ * @param querys
57
+ * @returns
58
+ */
59
+ detaildb(querys: IMyoaMainDetail2dbQuerys) {
60
+ return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/withcard/detaildb", querys, undefined);
61
+ }
60
62
 
61
- /**
62
- * 删除公物仓入仓/领用关联资产卡片
63
- * @param querys
64
- * @param params
65
- * @returns
66
- */
67
- deletedb(querys: IEmptyQuerys, params: IParams<TCard.ICardMainResponse[]>) {
68
- return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/withcard/deletedb", querys, params);
69
- }
63
+ /**
64
+ * 删除公物仓入仓/领用关联资产卡片
65
+ * @param querys
66
+ * @param params
67
+ * @returns
68
+ */
69
+ deletedb(querys: IEmptyQuerys, params: IParams<TCard.ICardMainResponse[]>) {
70
+ return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/withcard/deletedb", querys, params);
71
+ }
70
72
 
71
- /**
72
- * 获取公物仓入仓/领用己办申请
73
- * @param querys
74
- * @returns
75
- */
76
- finished(querys: IMyoaWithCardFinishedQuerys) {
77
- return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/withcard/finished", querys, undefined);
78
- }
73
+ /**
74
+ * 获取公物仓入仓/领用己办申请
75
+ * @param querys
76
+ * @returns
77
+ */
78
+ finished(querys: IMyoaWithCardFinishedQuerys) {
79
+ return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/withcard/finished", querys, undefined);
80
+ }
79
81
 
80
- /**
81
- * 获取公物仓入仓/领用待办数量
82
- * @param querys
83
- * @returns
84
- */
85
- todosize(querys: IMyoaWithCardTodosizeQuerys) {
86
- return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/withcard/todosize", querys, undefined);
87
- }
82
+ /**
83
+ * 获取公物仓入仓/领用待办数量
84
+ * @param querys
85
+ * @returns
86
+ */
87
+ todosize(querys: IMyoaWithCardTodosizeQuerys) {
88
+ return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/withcard/todosize", querys, undefined);
89
+ }
88
90
 
89
- /**
90
- * 获取公物仓入仓/领用待办列表
91
- * @param querys
92
- * @returns
93
- */
94
- todolist(querys: IMyoaWithCardTodolistQuerys) {
95
- return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/withcard/todolist", querys, undefined);
96
- }
91
+ /**
92
+ * 获取公物仓入仓/领用待办列表
93
+ * @param querys
94
+ * @returns
95
+ */
96
+ todolist(querys: IMyoaWithCardTodolistQuerys) {
97
+ return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/withcard/todolist", querys, undefined);
98
+ }
97
99
 
98
- /**
99
- * 公物仓入仓终审
100
- * @param querys
101
- * @param params
102
- * @returns
103
- */
104
- executed(querys: IEmptyQuerys, params: IParams<TMyoa.IMyoaMainResponse[]>) {
105
- return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/withcard/executed", querys, params);
106
- }
100
+ /**
101
+ * 公物仓入仓终审
102
+ * @param querys
103
+ * @param params
104
+ * @returns
105
+ */
106
+ executed(querys: IEmptyQuerys, params: IParams<TMyoa.IMyoaMainResponse[]>) {
107
+ return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/withcard/executed", querys, params);
108
+ }
107
109
 
108
- /**
109
- * 公物仓入仓/领用终审判断
110
- * @param querys
111
- * @param params
112
- * @returns
113
- */
114
- chkexist(querys: IEmptyQuerys, params: IParams<TMyoa.IMyoaMainResponse[]>) {
115
- return this.httpRequest.post<TCore.ICoreValidResponse[]>("/gapi/myoa/tmain/withcard/chkexist", querys, params);
116
- }
110
+ /**
111
+ * 公物仓入仓/领用终审判断
112
+ * @param querys
113
+ * @param params
114
+ * @returns
115
+ */
116
+ chkexist(querys: IEmptyQuerys, params: IParams<TMyoa.IMyoaMainResponse[]>) {
117
+ return this.httpRequest.post<TCore.ICoreValidResponse[]>("/gapi/myoa/tmain/withcard/chkexist", querys, params);
118
+ }
117
119
 
118
- /**
119
- * 公物仓入仓撤销终审
120
- * @param querys
121
- * @param params
122
- * @returns
123
- */
124
- canceled(querys: IEmptyQuerys, params: IParams<TMyoa.IMyoaMainResponse>) {
125
- return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/withcard/canceled", querys, params);
126
- }
120
+ /**
121
+ * 公物仓入仓撤销终审
122
+ * @param querys
123
+ * @param params
124
+ * @returns
125
+ */
126
+ canceled(querys: IEmptyQuerys, params: IParams<TMyoa.IMyoaMainResponse>) {
127
+ return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/withcard/canceled", querys, params);
128
+ }
127
129
 
128
- /**
129
- * 公物仓领用确认/取消确认
130
- * @param querys
131
- * @param params
132
- * @returns
133
- */
134
- mrokdb(querys: IMyoaMainMrokdbQuerys, params: IParams<TMyoa.IMyoaMainResponse[]>) {
135
- return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/withcard/mrokdb", querys, params);
136
- }
130
+ /**
131
+ * 公物仓领用确认/取消确认
132
+ * @param querys
133
+ * @param params
134
+ * @returns
135
+ */
136
+ mrokdb(querys: IMyoaMainMrokdbQuerys, params: IParams<TMyoa.IMyoaMainResponse[]>) {
137
+ return this.httpRequest.post<TMyoa.IMyoaMainResponse[]>("/gapi/myoa/tmain/withcard/mrokdb", querys, params);
138
+ }
137
139
 
138
- /**
139
- * 公物仓入仓/领用新增判断
140
- * @param querys
141
- * @param params
142
- * @returns
143
- */
144
- chkinsert(querys: TMyoaMainChkinsertQuerys, params: IParams<TMyoa.IMyoaMainResponse>) {
145
- return this.httpRequest.post<TCore.ICoreValidResponse[]>("/gapi/myoa/tmain/withcard/chkinsert", querys, params);
146
- }
140
+ /**
141
+ * 公物仓入仓/领用新增判断
142
+ * @param querys
143
+ * @param params
144
+ * @returns
145
+ */
146
+ chkinsert(querys: TMyoaMainChkinsertQuerys, params: IParams<TMyoa.IMyoaMainResponse>) {
147
+ return this.httpRequest.post<TCore.ICoreValidResponse[]>("/gapi/myoa/tmain/withcard/chkinsert", querys, params);
148
+ }
147
149
  }
148
150
 
149
151
  export default WithCardRequest;
@@ -12,4 +12,3 @@ class NotiRequest {
12
12
 
13
13
  export default NotiRequest;
14
14
  export * from "./types";
15
-
@@ -12,4 +12,3 @@ class OcriRequest {
12
12
 
13
13
  export default OcriRequest;
14
14
  export * from "./types";
15
-
@@ -14,4 +14,3 @@ class TPathRequest {
14
14
  }
15
15
 
16
16
  export default TPathRequest;
17
-
@@ -1,7 +1,7 @@
1
- export interface IOcriPathPdfmergeQuerys{
2
- url: string;
1
+ export interface IOcriPathPdfmergeQuerys {
2
+ url: string;
3
3
  }
4
4
 
5
- export class TOcriPathPdfmergeQuerys implements IOcriPathPdfmergeQuerys{
6
- url: string = "";
7
- }
5
+ export class TOcriPathPdfmergeQuerys implements IOcriPathPdfmergeQuerys {
6
+ url: string = "";
7
+ }
@@ -1,6 +1,15 @@
1
1
  import type { TCore, TPzpt } from "@ningboyz/types";
2
2
  import type { HttpRequest } from "../axios";
3
- import { ICnfgBaseQuerys, IPzptCnfgDetaildbQuerys, IPzptCnfgExportDBQuerys, IPzptCnfgExportG1Querys, IPzptCnfgMoreSaveitdbQuerys, IPzptCnfgMoreSelectdbQuerys, IPzptCnfgSelectdbQuerys, IPzptCnfgUpdatedbQuerys } from "./types";
3
+ import {
4
+ ICnfgBaseQuerys,
5
+ IPzptCnfgDetaildbQuerys,
6
+ IPzptCnfgExportDBQuerys,
7
+ IPzptCnfgExportG1Querys,
8
+ IPzptCnfgMoreSaveitdbQuerys,
9
+ IPzptCnfgMoreSelectdbQuerys,
10
+ IPzptCnfgSelectdbQuerys,
11
+ IPzptCnfgUpdatedbQuerys
12
+ } from "./types";
4
13
 
5
14
  class CnfgRequest {
6
15
  private httpRequest: HttpRequest;
@@ -13,7 +22,7 @@ class CnfgRequest {
13
22
  * @param params
14
23
  * @returns
15
24
  */
16
- insertdb(querys: ICnfgBaseQuerys,params: object) {
25
+ insertdb(querys: ICnfgBaseQuerys, params: object) {
17
26
  return this.httpRequest.post<TPzpt.IPzptCnfgResponse[]>("/gapi/pzpt/tcnfg/insertdb", querys, params);
18
27
  }
19
28
 
@@ -46,7 +46,7 @@ class GlfaRequest {
46
46
  return this.httpRequest.post<TPzpt.IPzptGlkmResponse[]>("/gapi/pzpt/tglkm/detaildb", querys, undefined);
47
47
  }
48
48
 
49
- /**
49
+ /**
50
50
  * 修改关联科目
51
51
  * @param querys
52
52
  * @param params
@@ -3,64 +3,64 @@ import type { HttpRequest } from "../axios";
3
3
  import { IPzptPzpzInsertdbQuerys, IPzptPzpzSelectdbDetails, IPzptPzpzSelectdbQuerys } from "./types";
4
4
 
5
5
  class PzpzRequest {
6
- private httpRequest: HttpRequest;
7
- constructor(httpRequest: HttpRequest) {
8
- this.httpRequest = httpRequest;
9
- }
6
+ private httpRequest: HttpRequest;
7
+ constructor(httpRequest: HttpRequest) {
8
+ this.httpRequest = httpRequest;
9
+ }
10
10
 
11
- /**
12
- * 获取凭证配置列表
13
- * @param querys
14
- * @returns
15
- */
16
- selectdb(querys: IPzptPzpzSelectdbQuerys) {
17
- return this.httpRequest.post<TPzpt.IPzptPzpzResponse[]>("/gapi/pzpt/tpzpz/selectdb", querys, undefined);
18
- }
11
+ /**
12
+ * 获取凭证配置列表
13
+ * @param querys
14
+ * @returns
15
+ */
16
+ selectdb(querys: IPzptPzpzSelectdbQuerys) {
17
+ return this.httpRequest.post<TPzpt.IPzptPzpzResponse[]>("/gapi/pzpt/tpzpz/selectdb", querys, undefined);
18
+ }
19
19
 
20
- /**
21
- * 新增凭证配置
22
- * @param params
23
- * @returns
24
- */
25
- insertdb(params: object) {
26
- return this.httpRequest.post<TPzpt.IPzptPzpzResponse[]>("/gapi/pzpt/tpzpz/insertdb", undefined, params);
27
- }
20
+ /**
21
+ * 新增凭证配置
22
+ * @param params
23
+ * @returns
24
+ */
25
+ insertdb(params: object) {
26
+ return this.httpRequest.post<TPzpt.IPzptPzpzResponse[]>("/gapi/pzpt/tpzpz/insertdb", undefined, params);
27
+ }
28
28
 
29
- /**
30
- * 修改凭证配置
31
- * @param params
32
- * @returns
33
- */
34
- updatedb(params: object) {
35
- return this.httpRequest.post<TPzpt.IPzptPzpzResponse[]>("/gapi/pzpt/tpzpz/updatedb", undefined, params);
36
- }
29
+ /**
30
+ * 修改凭证配置
31
+ * @param params
32
+ * @returns
33
+ */
34
+ updatedb(params: object) {
35
+ return this.httpRequest.post<TPzpt.IPzptPzpzResponse[]>("/gapi/pzpt/tpzpz/updatedb", undefined, params);
36
+ }
37
37
 
38
- /**
39
- * 删除凭证配置
40
- * @param params
41
- * @returns
42
- */
43
- deletedb(params: object) {
44
- return this.httpRequest.post<TPzpt.IPzptPzpzResponse[]>("/gapi/pzpt/tpzpz/deletedb", undefined, params);
45
- }
38
+ /**
39
+ * 删除凭证配置
40
+ * @param params
41
+ * @returns
42
+ */
43
+ deletedb(params: object) {
44
+ return this.httpRequest.post<TPzpt.IPzptPzpzResponse[]>("/gapi/pzpt/tpzpz/deletedb", undefined, params);
45
+ }
46
46
 
47
- /**
48
- * 获取凭证配置详情
49
- * @param querys
50
- * @returns
51
- */
52
- detaildb(querys: IPzptPzpzSelectdbDetails) {
53
- return this.httpRequest.post<TPzpt.IPzptPzpzResponse[]>("/gapi/pzpt/tpzpz/detaildb", querys, undefined);
54
- }
47
+ /**
48
+ * 获取凭证配置详情
49
+ * @param querys
50
+ * @returns
51
+ */
52
+ detaildb(querys: IPzptPzpzSelectdbDetails) {
53
+ return this.httpRequest.post<TPzpt.IPzptPzpzResponse[]>("/gapi/pzpt/tpzpz/detaildb", querys, undefined);
54
+ }
55
55
 
56
- /**
57
- * 恢复凭证配置
58
- * @param querys
59
- * @returns
60
- */
61
- uploadit(querys: IPzptPzpzInsertdbQuerys, params: object) {
62
- return this.httpRequest.post<TPzpt.IPzptPzpzResponse[]>("/gapi/pzpt/tpzpz/uploadit", querys, params);
63
- }
56
+ /**
57
+ * 恢复凭证配置
58
+ * @param querys
59
+ * @returns
60
+ */
61
+ uploadit(querys: IPzptPzpzInsertdbQuerys, params: object) {
62
+ return this.httpRequest.post<TPzpt.IPzptPzpzResponse[]>("/gapi/pzpt/tpzpz/uploadit", querys, params);
63
+ }
64
64
  }
65
65
 
66
66
  export default PzpzRequest;
@@ -12,4 +12,3 @@ class TablRequest {
12
12
 
13
13
  export default TablRequest;
14
14
  export * from "./types";
15
-
@@ -135,15 +135,14 @@ class MainRequest {
135
135
  return this.httpRequest.post<TTabl.ITablDataResponse[]>("/tabl/tmain/get4data", querys, undefined);
136
136
  }
137
137
 
138
- /**
139
- * 预算编辑调用
138
+ /**
139
+ * 预算编辑调用
140
140
  * @param params
141
141
  * @returns
142
142
  */
143
- detaild4(querys: ITablMainDetaild5Querys) {
144
- return this.httpRequest.post<TTabl.ITablMainResponse[]>("/tabl/tmain/detaild4", querys, undefined);
145
- }
146
-
143
+ detaild4(querys: ITablMainDetaild5Querys) {
144
+ return this.httpRequest.post<TTabl.ITablMainResponse[]>("/tabl/tmain/detaild4", querys, undefined);
145
+ }
147
146
 
148
147
  /**
149
148
  * 判断存在
@@ -174,9 +173,6 @@ class MainRequest {
174
173
  get5formula(querys: ITablMainGet5formulaQuerys, params: object) {
175
174
  return this.httpRequest.post<TTabl.ITablDataResponse[]>("/tabl/tmain/get5formula", querys, params);
176
175
  }
177
-
178
-
179
-
180
176
  }
181
177
 
182
178
  export default MainRequest;
@@ -129,7 +129,6 @@ export class TTablMainDetaild5Querys implements ITablMainDetaild5Querys {
129
129
  calculate: number = -1;
130
130
  }
131
131
 
132
-
133
132
  export interface ITablMainChkexistQuerys {
134
133
  gzjgmain: number;
135
134
  sourcend: number;
@@ -12,4 +12,3 @@ class TakeRequest {
12
12
 
13
13
  export default TakeRequest;
14
14
  export * from "./types";
15
-
@@ -3,35 +3,35 @@ import type { TTake } from "@ningboyz/types";
3
3
  import { ITakeMainDeletedsQuerys, ITakeMainDetaildbQuerys, ITakeMainInsertdsQuerys, ITakeMainSelectdbQuerys, ITakeMainUpdatedsQuerys } from "./types";
4
4
 
5
5
  class MainRequest {
6
- private httpRequest: HttpRequest;
7
- constructor(httpRequest: HttpRequest) {
8
- this.httpRequest = httpRequest;
9
- }
6
+ private httpRequest: HttpRequest;
7
+ constructor(httpRequest: HttpRequest) {
8
+ this.httpRequest = httpRequest;
9
+ }
10
10
 
11
- // 获取出入库单据列表
12
- selectdb(querys: ITakeMainSelectdbQuerys) {
13
- return this.httpRequest.post<TTake.ITakeMainResponse[]>("/gapi/take/tmain/selectdb", querys, undefined);
14
- }
11
+ // 获取出入库单据列表
12
+ selectdb(querys: ITakeMainSelectdbQuerys) {
13
+ return this.httpRequest.post<TTake.ITakeMainResponse[]>("/gapi/take/tmain/selectdb", querys, undefined);
14
+ }
15
15
 
16
- // 新增出入库单据
17
- insertds(querys: ITakeMainInsertdsQuerys, params: object) {
18
- return this.httpRequest.post<TTake.ITakeMainResponse>("/gapi/take/tmain/insertds", querys, params);
19
- }
16
+ // 新增出入库单据
17
+ insertds(querys: ITakeMainInsertdsQuerys, params: object) {
18
+ return this.httpRequest.post<TTake.ITakeMainResponse>("/gapi/take/tmain/insertds", querys, params);
19
+ }
20
20
 
21
- //修改出入库单据列表
22
- updateds(querys: ITakeMainUpdatedsQuerys, params: object) {
23
- return this.httpRequest.post<TTake.ITakeMainResponse>("/gapi/take/tmain/updateds", querys, params);
24
- }
21
+ //修改出入库单据列表
22
+ updateds(querys: ITakeMainUpdatedsQuerys, params: object) {
23
+ return this.httpRequest.post<TTake.ITakeMainResponse>("/gapi/take/tmain/updateds", querys, params);
24
+ }
25
25
 
26
- // 删除出入库单据列表
27
- deleteds(querys: ITakeMainDeletedsQuerys, params: object) {
28
- return this.httpRequest.post<TTake.ITakeMainResponse>("/gapi/take/tmain/deleteds", querys, params);
29
- }
26
+ // 删除出入库单据列表
27
+ deleteds(querys: ITakeMainDeletedsQuerys, params: object) {
28
+ return this.httpRequest.post<TTake.ITakeMainResponse>("/gapi/take/tmain/deleteds", querys, params);
29
+ }
30
30
 
31
- // 获取出入库单详情
32
- detaildb(querys: ITakeMainDetaildbQuerys, params: object) {
33
- return this.httpRequest.post<TTake.ITakeMainResponse>("/gapi/take/tmain/detaildb", querys, params);
34
- }
31
+ // 获取出入库单详情
32
+ detaildb(querys: ITakeMainDetaildbQuerys, params: object) {
33
+ return this.httpRequest.post<TTake.ITakeMainResponse>("/gapi/take/tmain/detaildb", querys, params);
34
+ }
35
35
  }
36
36
 
37
- export default MainRequest;
37
+ export default MainRequest;