@jeecg/online 3.5.3-beta2 → 3.5.3-vite4

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 (154) hide show
  1. package/AuthButtonConfig-2f71787c.mjs +125 -0
  2. package/AuthButtonTree-d73bccf5.mjs +156 -0
  3. package/AuthDataConfig-32cf23d2.mjs +212 -0
  4. package/AuthDataTree-03d62d3f.mjs +139 -0
  5. package/AuthFieldConfig-b1217a0c.mjs +139 -0
  6. package/AuthFieldTree-888e04a9.mjs +232 -0
  7. package/AuthManagerDrawer-f127b8a2.mjs +114 -0
  8. package/AuthSetterModal-37da78ed.mjs +261 -0
  9. package/CgformCopyList-3adab58f.mjs +245 -0
  10. package/CgformModal-6938d8c2.mjs +613 -0
  11. package/CgreportModal-77ec8c17.mjs +12 -0
  12. package/CgreportModal.vue_vue_type_script_setup_true_lang-52dcec5e.mjs +567 -0
  13. package/CheckDictTable-414313f2.mjs +211 -0
  14. package/CodeFileListModal-4831ce3d.mjs +158 -0
  15. package/CodeFileViewModal-5990dac4.mjs +244 -0
  16. package/CodeGeneratorModal-7df9e25d.mjs +234 -0
  17. package/CustomButtonList-1c9bd859.mjs +363 -0
  18. package/DBAttributeTable-cd1c41e5.mjs +473 -0
  19. package/DbToOnlineModal-dc5d2030.mjs +160 -0
  20. package/DetailForm-e4538e7a.mjs +446 -0
  21. package/EnhanceJavaModal-7f53d2ca.mjs +260 -0
  22. package/EnhanceJsHistory-c30805ce.mjs +184 -0
  23. package/EnhanceJsModal-0b133341.mjs +233 -0
  24. package/EnhanceSqlModal-33a94c83.mjs +259 -0
  25. package/ExtendConfigModal-60f2cf86.mjs +111 -0
  26. package/FieldExtendJsonModal-48f7d67f.mjs +220 -0
  27. package/FileSelectModal-64aaf623.mjs +91 -0
  28. package/ForeignKeyTable-cb1abd1d.mjs +69 -0
  29. package/IndexTable-4e94cd1f.mjs +89 -0
  30. package/JModalTip-abe1515a.mjs +46 -0
  31. package/JOnlineSearchSelect-5608a5cf.mjs +94 -0
  32. package/LeftDepart-ca7a7375.mjs +82 -0
  33. package/LeftRole-d0fa8398.mjs +86 -0
  34. package/LeftUser-0c88c240.mjs +105 -0
  35. package/LinkTableConfigModal-77d7c0b9.mjs +230 -0
  36. package/LinkTableFieldConfigModal-c5689ab0.mjs +178 -0
  37. package/LinkTableListPiece-34266919.mjs +34 -0
  38. package/ModalFormDemo-0eeea994.mjs +78 -0
  39. package/OnlCgformErpList-7a0388d8.mjs +425 -0
  40. package/OnlCgformErpSubTable-fc6ade76.mjs +388 -0
  41. package/OnlineAutoList-85e6a30d.mjs +472 -0
  42. package/OnlineAutoModal-2a146238.mjs +206 -0
  43. package/OnlineAutoTreeList-f8d0e100.mjs +495 -0
  44. package/OnlineCustomModal-456a85a6.mjs +227 -0
  45. package/OnlineDetailModal-f967f080.mjs +177 -0
  46. package/OnlineForm-630a22c2.mjs +778 -0
  47. package/OnlineFormDetail-1b216792.mjs +296 -0
  48. package/OnlineQueryForm-1c5949a7.mjs +378 -0
  49. package/OnlineSearchFormItem-7c2ea9ed.mjs +352 -0
  50. package/OnlineSelectCascade-c7baf52b.mjs +160 -0
  51. package/OnlineSubFormDetail-0aa4966c.mjs +140 -0
  52. package/PageAttributeTable-811185fd.mjs +404 -0
  53. package/ProcessOnlineForm-27be6f6f.mjs +177 -0
  54. package/QueryTable-4ba771ef.mjs +115 -0
  55. package/SuperQuery-3821f984.mjs +845 -0
  56. package/SuperQueryValComponent-471110b5.mjs +8 -0
  57. package/SuperQueryValComponent.vue_vue_type_script_lang-e3ad7ee8.mjs +101 -0
  58. package/auth.api-d3a6c4b3.mjs +39 -0
  59. package/auth.data-8be5c9e3.mjs +141 -0
  60. package/{cgform.data.js → cgform.data-cbdd88c3.mjs} +93 -62
  61. package/constant-fe20103a.mjs +6 -0
  62. package/enhance.api-138e6826.mjs +104 -0
  63. package/enhance.data-efc7e155.mjs +175 -0
  64. package/index-074b92e5.mjs +236 -0
  65. package/index-6a09a912.mjs +58 -0
  66. package/index-9d32ae88.mjs +313 -0
  67. package/main.index.js +7 -1
  68. package/package.json +1 -1
  69. package/style.css +1 -1
  70. package/useCgformList-2d6a5955.mjs +388 -0
  71. package/useExtendComponent-48d37d9b.mjs +3919 -0
  72. package/useListButton-cef1371a.mjs +656 -0
  73. package/useOnlinePopEvent-e9a042f8.mjs +19 -0
  74. package/useOnlineTest-0df0ae86.mjs +43 -0
  75. package/useSchemas-fc8d97ce.mjs +669 -0
  76. package/useTableSync-dc333087.mjs +83 -0
  77. package/AuthButtonConfig.js +0 -147
  78. package/AuthButtonTree.js +0 -183
  79. package/AuthDataConfig.js +0 -246
  80. package/AuthDataTree.js +0 -160
  81. package/AuthFieldConfig.js +0 -170
  82. package/AuthFieldTree.js +0 -281
  83. package/AuthManagerDrawer.js +0 -125
  84. package/AuthSetterModal.js +0 -316
  85. package/CgformCopyList.js +0 -266
  86. package/CgformModal.js +0 -780
  87. package/CgreportModal.js +0 -667
  88. package/CheckDictTable.js +0 -242
  89. package/CodeFileListModal.js +0 -175
  90. package/CodeFileViewModal.js +0 -325
  91. package/CodeGeneratorModal.js +0 -297
  92. package/CustomButtonList.js +0 -410
  93. package/DBAttributeTable.js +0 -526
  94. package/DbToOnlineModal.js +0 -192
  95. package/DetailForm.js +0 -608
  96. package/EnhanceJavaModal.js +0 -298
  97. package/EnhanceJsHistory.js +0 -229
  98. package/EnhanceJsModal.js +0 -293
  99. package/EnhanceSqlModal.js +0 -299
  100. package/ExtendConfigModal.js +0 -151
  101. package/FieldExtendJsonModal.js +0 -283
  102. package/FileSelectModal.js +0 -102
  103. package/ForeignKeyTable.js +0 -79
  104. package/IndexTable.js +0 -97
  105. package/JModalTip.js +0 -54
  106. package/JOnlineSearchSelect.js +0 -115
  107. package/LICENSE +0 -9
  108. package/LeftDepart.js +0 -96
  109. package/LeftRole.js +0 -98
  110. package/LeftUser.js +0 -117
  111. package/LinkTableConfigModal.js +0 -289
  112. package/LinkTableFieldConfigModal.js +0 -218
  113. package/LinkTableListPiece.js +0 -36
  114. package/ModalFormDemo.js +0 -85
  115. package/OnlineAutoList.js +0 -524
  116. package/OnlineAutoModal.js +0 -226
  117. package/OnlineAutoTreeList.js +0 -553
  118. package/OnlineCustomModal.js +0 -286
  119. package/OnlineDetailModal.js +0 -190
  120. package/OnlineForm.js +0 -1018
  121. package/OnlineFormDetail.js +0 -347
  122. package/OnlineQueryForm.js +0 -484
  123. package/OnlineSearchFormItem.js +0 -436
  124. package/OnlineSelectCascade.js +0 -228
  125. package/OnlineSubFormDetail.js +0 -166
  126. package/PageAttributeTable.js +0 -486
  127. package/ProcessOnlineForm.js +0 -208
  128. package/QueryTable.js +0 -129
  129. package/SuperQuery.js +0 -1021
  130. package/SuperQueryValComponent.js +0 -9
  131. package/SuperQueryValComponent.vue_vue_type_script_lang.js +0 -162
  132. package/_arrayPush.js +0 -278
  133. package/_baseClone.js +0 -471
  134. package/_baseSlice.js +0 -18
  135. package/_commonjsHelpers.js +0 -5
  136. package/_flatRest.js +0 -174
  137. package/auth.api.js +0 -43
  138. package/auth.data.js +0 -142
  139. package/clipboard.js +0 -565
  140. package/enhance.api.js +0 -129
  141. package/enhance.data.js +0 -196
  142. package/index.js +0 -87
  143. package/index2.js +0 -340
  144. package/index3.js +0 -264
  145. package/isArray.js +0 -47
  146. package/omit.js +0 -60
  147. package/pick.js +0 -68
  148. package/toString.js +0 -31
  149. package/useCgformList.js +0 -470
  150. package/useExtendComponent.js +0 -5205
  151. package/useListButton.js +0 -923
  152. package/useOnlineTest.js +0 -44
  153. package/useSchemas.js +0 -653
  154. package/useTableSync.js +0 -117
@@ -0,0 +1,778 @@
1
+ var yt = Object.defineProperty;
2
+ var be = Object.getOwnPropertySymbols;
3
+ var vt = Object.prototype.hasOwnProperty, Ft = Object.prototype.propertyIsEnumerable;
4
+ var ye = (r, c, i) => c in r ? yt(r, c, { enumerable: !0, configurable: !0, writable: !0, value: i }) : r[c] = i, I = (r, c) => {
5
+ for (var i in c || (c = {}))
6
+ vt.call(c, i) && ye(r, i, c[i]);
7
+ if (be)
8
+ for (var i of be(c))
9
+ Ft.call(c, i) && ye(r, i, c[i]);
10
+ return r;
11
+ };
12
+ var O = (r, c, i) => new Promise((a, w) => {
13
+ var S = (d) => {
14
+ try {
15
+ g(i.next(d));
16
+ } catch (f) {
17
+ w(f);
18
+ }
19
+ }, p = (d) => {
20
+ try {
21
+ g(i.throw(d));
22
+ } catch (f) {
23
+ w(f);
24
+ }
25
+ }, g = (d) => d.done ? a(d.value) : Promise.resolve(d.value).then(S, p);
26
+ g((i = i.apply(r, c)).next());
27
+ });
28
+ import * as _t from "/@/hooks/web/useMessage";
29
+ import { useMessage as St } from "/@/hooks/web/useMessage";
30
+ import * as Tt from "vue";
31
+ import { ref as y, inject as wt, reactive as Ct, computed as Ot, resolveComponent as _, openBlock as k, createElementBlock as B, createVNode as E, createCommentVNode as q, createBlock as H, withCtx as J, Fragment as kt, renderList as Pt, normalizeStyle as xt, renderSlot as Et, unref as ve, nextTick as Fe, toRaw as V } from "vue";
32
+ import { BasicForm as Rt, useForm as Vt } from "/@/components/Form/index";
33
+ import { f as At, O as Mt, i as Dt, j as jt, u as It, k as W, g as Bt, V as U, m as Jt, n as Ut, o as _e } from "./useExtendComponent-48d37d9b.mjs";
34
+ import * as Nt from "/@/utils/http/axios";
35
+ import { defHttp as ee } from "/@/utils/http/axios";
36
+ import { pick as Lt, omit as Se } from "lodash-es";
37
+ import { sleep as Kt, goJmReportViewPage as qt } from "/@/utils";
38
+ import { Loading as Ht } from "/@/components/Loading";
39
+ import "/@/components/jeecg/JVxeTable/types";
40
+ import { getToken as Wt } from "/@/utils/auth";
41
+ import { PrinterOutlined as Gt, DiffOutlined as zt, FormOutlined as Qt } from "@ant-design/icons-vue";
42
+ import "/@/hooks/core/useContext";
43
+ import "/@/utils/mitt";
44
+ import { useModal as Yt } from "/@/components/Modal";
45
+ import * as Xt from "/@/utils/cache";
46
+ import { randomString as Zt } from "/@/utils/common/compUtils";
47
+ import * as $t from "/@/store/modules/user";
48
+ import { E as te } from "./constant-fe20103a.mjs";
49
+ import { _ as en } from "./index-6a09a912.mjs";
50
+ const tn = {
51
+ vue: Tt,
52
+ "@": {
53
+ hooks: {
54
+ // 调用示例:@/hooks/useMessage
55
+ useMessage: _t,
56
+ useUserStore: $t
57
+ },
58
+ utils: {
59
+ // 调用示例:@/utils/axios
60
+ axios: Nt,
61
+ cache: Xt
62
+ }
63
+ }
64
+ };
65
+ function nn(r, c) {
66
+ const i = Object.assign({}, tn, r);
67
+ function a(p) {
68
+ if (p != null && p != "") {
69
+ let g = p.toString().split("/"), d = i[g[0]];
70
+ for (let f = 1; f < g.length; f++)
71
+ d = d[g[f]];
72
+ return d;
73
+ }
74
+ return null;
75
+ }
76
+ function w() {
77
+ }
78
+ function S(p, g) {
79
+ let f = "__export_" + Zt(6);
80
+ if (g) {
81
+ const h = `return function (row, customImport, ${f}) {"use strict"; ${p}}`;
82
+ console.group("executeJsEnhanced"), console.log(h), console.groupEnd(), new Function(h)().call(c, g, a, w);
83
+ } else {
84
+ const h = `return function (customImport, ${f}) {"use strict"; ${p}}`;
85
+ console.group("executeJsEnhanced"), console.log(h), console.groupEnd(), new Function(h)().call(c, a, w);
86
+ }
87
+ }
88
+ return {
89
+ executeJsEnhanced: S
90
+ };
91
+ }
92
+ const on = /(?:\/\*[\s\S]*?\*\/|\/\/.*?\r?\n|[^{])+\{([\s\S]*)\}$/, ne = {
93
+ optPre: "/online/cgform/api/form/",
94
+ urlButtonAction: "/online/cgform/api/doButton"
95
+ }, ln = {
96
+ name: "OnlineForm",
97
+ components: {
98
+ BasicForm: Rt,
99
+ Loading: Ht,
100
+ OnlineSubForm: At,
101
+ PrinterOutlined: Gt,
102
+ DiffOutlined: zt,
103
+ FormOutlined: Qt,
104
+ OnlinePopModal: Mt
105
+ },
106
+ props: {
107
+ id: {
108
+ type: String,
109
+ default: ""
110
+ },
111
+ formTemplate: {
112
+ type: Number,
113
+ default: 1
114
+ },
115
+ disabled: {
116
+ type: Boolean,
117
+ default: !1
118
+ },
119
+ isTree: {
120
+ type: Boolean,
121
+ default: !1
122
+ },
123
+ pidField: {
124
+ type: String,
125
+ default: ""
126
+ },
127
+ submitTip: {
128
+ type: Boolean,
129
+ default: !0
130
+ },
131
+ modalClass: {
132
+ type: String,
133
+ default: ""
134
+ },
135
+ themeTemplate: {
136
+ type: String,
137
+ default: ""
138
+ }
139
+ },
140
+ emits: ["success", "rendered"],
141
+ setup(r, { emit: c }) {
142
+ console.log("onlineForm-setup》》");
143
+ const { createMessage: i } = St(), a = y(null), w = y(!0), S = y(!1), p = y(1), g = y(""), d = y(!1), f = y(!1), h = wt("foreignkey", { value: {} }), P = Ct({
144
+ reportPrintShow: 0,
145
+ reportPrintUrl: "",
146
+ joinQuery: 0,
147
+ modelFullscreen: 0,
148
+ modalMinWidth: "",
149
+ commentStatus: 0
150
+ }), { onlineFormContext: m, resetContext: G } = Dt(), {
151
+ formSchemas: A,
152
+ defaultValueFields: R,
153
+ changeDataIfArray2String: N,
154
+ tableName: s,
155
+ dbData: T,
156
+ checkOnlyFieldValue: v,
157
+ hasSubTable: Te,
158
+ subTabInfo: M,
159
+ refMap: z,
160
+ subDataSource: L,
161
+ baseColProps: we,
162
+ createFormSchemas: Ce,
163
+ linkDownList: fn,
164
+ fieldDisplayStatus: D
165
+ } = jt(r, a);
166
+ let { EnhanceJS: u, initCgEnhanceJs: Oe } = It(m, !1);
167
+ const { executeJsEnhanced: ke } = nn({}, m), [Pe, { setProps: xe, validate: oe, resetFields: le, setFieldsValue: x, updateSchema: Q, getFieldsValue: Y, scrollToField: Ee }] = Vt({
168
+ schemas: A,
169
+ showActionButtonGroup: !1,
170
+ baseColProps: we
171
+ }), ae = y(!1);
172
+ function Re() {
173
+ let e = r.disabled;
174
+ ae.value = e, xe({ disabled: e });
175
+ }
176
+ function Ve(e, t, n) {
177
+ return O(this, null, function* () {
178
+ console.log("新增编辑进入表单》》form", t), yield Ae(), g.value = "", yield le(), T.value = "";
179
+ let o = ve(e);
180
+ f.value = o, o ? yield re(t) : se(), Fe(() => {
181
+ !o && n && x(n), Me(), X("js", "loaded"), Re();
182
+ });
183
+ });
184
+ }
185
+ function Ae() {
186
+ return O(this, null, function* () {
187
+ if (r.isTree === !0) {
188
+ let e = r.pidField, t = A.value;
189
+ t && t.length > 0 ? t.filter((o) => o.field === e).length > 0 && (yield Q({
190
+ field: e,
191
+ componentProps: {
192
+ reload: (/* @__PURE__ */ new Date()).getTime()
193
+ }
194
+ })) : console.log("没有拿到表单配置信息,可能是第一次打开新增页面");
195
+ }
196
+ });
197
+ }
198
+ function Me() {
199
+ if (ve(f) === !1) {
200
+ let e = V(R[s.value]);
201
+ W(e, (t) => {
202
+ x(t);
203
+ });
204
+ }
205
+ }
206
+ function ie(e, t) {
207
+ let n = V(R[e.key]);
208
+ W(n, (o) => {
209
+ const { row: l, target: b } = t;
210
+ let C = [{ rowKey: l.id, values: I({}, o) }];
211
+ b.setValues(C);
212
+ });
213
+ }
214
+ function re(e) {
215
+ return O(this, null, function* () {
216
+ let t = yield je(e.id);
217
+ T.value = Object.assign({}, e, t);
218
+ let n = De.value, o = Lt(t, ...n);
219
+ r.disabled && Object.keys(o).map((l) => {
220
+ !o[l] && o[l] !== 0 && o[l] !== "0" && delete o[l];
221
+ }), yield x(o), se(t);
222
+ });
223
+ }
224
+ function se(e) {
225
+ e || (e = {});
226
+ let t = Object.keys(L.value);
227
+ if (t && t.length > 0) {
228
+ let n = {};
229
+ for (let o of t)
230
+ n[o] = e[o] || [];
231
+ L.value = n;
232
+ }
233
+ }
234
+ let De = Ot(() => {
235
+ let e = A.value, t = [];
236
+ for (let n of e)
237
+ t.push(n.field);
238
+ return t;
239
+ });
240
+ function je(e) {
241
+ let t = `${ne.optPre}${r.id}/${e}`;
242
+ return new Promise((n, o) => {
243
+ ee.get({ url: t }, { isTransformResponse: !1 }).then((l) => {
244
+ l.success ? n(l.result) : (o(), i.warning(l.message));
245
+ }).catch(() => {
246
+ o();
247
+ });
248
+ });
249
+ }
250
+ function Ie(e) {
251
+ return O(this, null, function* () {
252
+ p.value = e.head.tableType, s.value = e.head.tableName, w.value = e.head.tableType == 1, Ue(e.head.extConfigJson), Ce(e.schema.properties, e.schema.required, v), u = Oe(e.enhanceJs), c("rendered", P);
253
+ let t = yield Bt(a);
254
+ t.$formValueChange = (n, o, l) => {
255
+ nt(n, o), l && x(l), Be(n, o, l);
256
+ }, u && u.setup && de(u.setup);
257
+ });
258
+ }
259
+ function Be(e, t, n) {
260
+ m.changEvent(e, t, n);
261
+ }
262
+ function Je(e) {
263
+ m.addObject2Context("changEvent", e);
264
+ }
265
+ function Ue(e) {
266
+ let t = { reportPrintShow: 0, reportPrintUrl: "", joinQuery: 0, modelFullscreen: 0, modalMinWidth: "", commentStatus: 0 };
267
+ e && (t = JSON.parse(e)), Object.keys(t).map((n) => {
268
+ P[n] = t[n];
269
+ });
270
+ }
271
+ function Ne() {
272
+ w.value === !0 ? We() : Le();
273
+ }
274
+ function Le() {
275
+ Ke().then((e) => {
276
+ ue(e);
277
+ });
278
+ }
279
+ function Ke() {
280
+ let e = {};
281
+ return new Promise((t, n) => {
282
+ oe().then(
283
+ (o) => t(o),
284
+ ({ errorFields: o }) => {
285
+ o && o.length > 0 && Ee(o[0][0]), n(U);
286
+ }
287
+ );
288
+ }).then((t) => (Object.assign(e, N(t)), r.themeTemplate === te ? Promise.resolve({}) : He())).then((t) => (Object.assign(e, t), Promise.resolve(e))).catch((t) => (t === U || (t == null ? void 0 : t.code) === U ? (i.warning("校验未通过"), t.key && qe(t.key)) : console.error(t), Promise.reject(null)));
289
+ }
290
+ function qe(e) {
291
+ let t = M.value;
292
+ for (let n = 0; n < t.length; n++)
293
+ if (e == t[n].key) {
294
+ let o = n + "";
295
+ if (K.value === o)
296
+ break;
297
+ if (K.value = o, t[n].relationType === 0) {
298
+ let l = F(e);
299
+ Kt(300, () => l == null ? void 0 : l.validateTable());
300
+ }
301
+ break;
302
+ }
303
+ }
304
+ function He() {
305
+ return new Promise((e, t) => O(this, null, function* () {
306
+ let n = {};
307
+ try {
308
+ let o = M.value;
309
+ for (let l = 0; l < o.length; l++) {
310
+ let b = o[l].key, C = F(b);
311
+ if (o[l].relationType == 1)
312
+ try {
313
+ let j = yield C.getAll();
314
+ n[b] = [], n[b].push(j);
315
+ } catch (j) {
316
+ throw { code: U, key: b };
317
+ }
318
+ else {
319
+ if (yield C.fullValidateTable())
320
+ throw { code: U, key: b };
321
+ n[b] = C.getTableData();
322
+ }
323
+ }
324
+ } catch (o) {
325
+ t(o);
326
+ }
327
+ e(n);
328
+ }));
329
+ }
330
+ function We() {
331
+ return O(this, null, function* () {
332
+ try {
333
+ let e = yield oe();
334
+ e = Object.assign({}, T.value, e), e = N(e), S.value = !0, ue(e);
335
+ } finally {
336
+ S.value = !1;
337
+ }
338
+ });
339
+ }
340
+ function ue(e) {
341
+ at(he, e).then(() => {
342
+ Ge(e);
343
+ }).catch((t) => {
344
+ i.warning(t);
345
+ });
346
+ }
347
+ function Ge(e) {
348
+ Object.keys(e).map((l) => {
349
+ Array.isArray(e[l]) && e[l].length == 0 && (e[l] = "");
350
+ }), console.log("提交表单数据》》》form:", e);
351
+ let t = g.value, n = `${ne.optPre}${r.id}?tabletype=${p.value}`;
352
+ t && (n = `${t}?tabletype=${p.value}`), d.value === !0 && (e[Jt] = 1), h.value.field && h.value.value && (e[h.value.field] = h.value.value);
353
+ let o = f.value === !0 ? "put" : "post";
354
+ ee.request({ url: n, method: o, params: e }, { isTransformResponse: !1 }).then((l) => {
355
+ l.success ? (l.result && (e[Ut] = l.result), c("success", e), r.submitTip === !0 && i.success(l.message)) : i.warning(l.message);
356
+ }).finally(() => {
357
+ S.value = !1;
358
+ });
359
+ }
360
+ function ze(e, t, n) {
361
+ t && n ? n.vxeProps ? n.setValues([
362
+ {
363
+ rowKey: t,
364
+ values: e
365
+ }
366
+ ]) : n.setValues(e) : x(e);
367
+ }
368
+ function Qe(e, t) {
369
+ let n = {};
370
+ n[e] = t, x(n);
371
+ }
372
+ const K = y("0"), ce = y(300), fe = y(340);
373
+ function Ye(e) {
374
+ if (f.value === !0) {
375
+ let t = T.value;
376
+ return Xe(t, e);
377
+ }
378
+ return "";
379
+ }
380
+ function Xe(e, t) {
381
+ if (e) {
382
+ let n = e[t];
383
+ return !n && n !== 0 && (n = e[t.toLowerCase()], !n && n !== 0 && (n = e[t.toUpperCase()])), n;
384
+ }
385
+ return "";
386
+ }
387
+ function Ze(e, t) {
388
+ if (u && u[t + "_onlChange"]) {
389
+ let n = u[t + "_onlChange"](), o = Object.keys(e)[0];
390
+ if (n[o]) {
391
+ let b = F(t).getFormEvent(), C = I({
392
+ column: { key: o },
393
+ value: e[o]
394
+ }, b);
395
+ n[o].call(m, m, C);
396
+ }
397
+ }
398
+ }
399
+ function $e(e, t) {
400
+ if (u && u[t + "_onlChange"]) {
401
+ let n = u[t + "_onlChange"](m);
402
+ if (e.column === "all") {
403
+ let o = Object.keys(n);
404
+ if (o.length > 0)
405
+ for (let l of o)
406
+ n[l].call(m, m, e);
407
+ } else {
408
+ let o = e.column.key || e.col.key;
409
+ n[o] && e.row && e.row.id && n[o].call(m, m, e);
410
+ }
411
+ }
412
+ }
413
+ function et(e, t) {
414
+ console.log("handleAdded", e, t), t.isModalData || ie(e, t);
415
+ }
416
+ function tt(e) {
417
+ return "online_" + e + ":";
418
+ }
419
+ function nt(e, t) {
420
+ return O(this, null, function* () {
421
+ if (!u || !u.onlChange || !e)
422
+ return !1;
423
+ let n = u.onlChange();
424
+ if (n[e]) {
425
+ let l = {
426
+ row: yield Y(),
427
+ column: { key: e },
428
+ value: t
429
+ };
430
+ n[e].call(m, m, l);
431
+ }
432
+ });
433
+ }
434
+ function de(e) {
435
+ let n = e.toLocaleString().match(on);
436
+ if (n.length > 1) {
437
+ let o = n[1];
438
+ ke(o);
439
+ }
440
+ }
441
+ function X(e, t) {
442
+ if (e == "js") {
443
+ let n = t + "_hook";
444
+ u && u[t] ? u[t].call(m, m) : u && u[n] && de(u[n]);
445
+ } else if (e == "action") {
446
+ let n = T.value, o = {
447
+ formId: r.id,
448
+ buttonCode: t,
449
+ dataId: n.id,
450
+ uiFormData: Object.assign({}, n)
451
+ };
452
+ ee.post(
453
+ {
454
+ url: `${ne.urlButtonAction}`,
455
+ params: o
456
+ },
457
+ { isTransformResponse: !1 }
458
+ ).then((l) => {
459
+ l.success ? i.success("处理完成!") : i.warning("处理失败!");
460
+ });
461
+ }
462
+ }
463
+ function me(e) {
464
+ let t = F(e), n = [...t.getNewDataWithId(), ...L.value[e]];
465
+ if (!n || n.length == 0)
466
+ return !1;
467
+ let o = [];
468
+ for (let l of n)
469
+ o.push(l.id);
470
+ t.removeRowsById(o);
471
+ }
472
+ function ge(e, t) {
473
+ if (!t)
474
+ return !1;
475
+ let n = F(e);
476
+ typeof t == "object" ? n.addRows(t, !0) : this.$message.error("添加子表数据,参数不识别!");
477
+ }
478
+ function ot(e, t) {
479
+ me(e), ge(e, t);
480
+ }
481
+ function lt(e, t) {
482
+ !t && t.length <= 0 && (t = []), t.map((n) => {
483
+ n.hasOwnProperty("label") || (n.label = n.text);
484
+ }), Q({
485
+ field: e,
486
+ componentProps: {
487
+ options: t
488
+ }
489
+ });
490
+ }
491
+ function at(e, t) {
492
+ return u && u.beforeSubmit ? u.beforeSubmit(e, t) : Promise.resolve();
493
+ }
494
+ function it(e, t) {
495
+ let n = V(D);
496
+ e && e.length > 0 ? Object.keys(n).map((o) => {
497
+ !o.endsWith("_load") && e.indexOf(o) < 0 && (D[o] = !1);
498
+ }) : t && t.length > 0 && Object.keys(n).map((o) => {
499
+ t.indexOf(o) >= 0 && (D[o] = !1);
500
+ });
501
+ }
502
+ function rt(e, t) {
503
+ return O(this, null, function* () {
504
+ console.log("自定义弹窗打开online表单2》》form", e), g.value = t, yield le(), T.value = "", f.value = !0, yield re(e), yield Fe(() => {
505
+ X("js", "loaded");
506
+ });
507
+ });
508
+ }
509
+ function F(e) {
510
+ let t = z[e].value;
511
+ if (t instanceof Array && (t = t[0]), !t) {
512
+ i.warning("子表ref找不到:" + e);
513
+ return;
514
+ }
515
+ return t;
516
+ }
517
+ function st() {
518
+ let e = P.reportPrintUrl, t = T.value.id, n = Wt();
519
+ qt(e, t, n);
520
+ }
521
+ const [ut, { openModal: pe }] = Yt(), Z = y(""), $ = y(!0);
522
+ function ct(e) {
523
+ console.log("openSubFormModalForAdd", e), Z.value = e.id, $.value = !1, pe(!0, { isUpdate: !1, tableType: "3" });
524
+ }
525
+ function ft(e) {
526
+ let n = F(e.key).getSelectedData();
527
+ if (n.length != 1) {
528
+ i.warning("请选择一条数据");
529
+ return;
530
+ }
531
+ Z.value = e.id, $.value = !1, pe(!0, { isUpdate: !0, record: n[0] });
532
+ }
533
+ function dt(e) {
534
+ const t = e[_e];
535
+ let n = Se(e, [_e]);
536
+ if (n.id) {
537
+ let o = Se(I({}, n), "id"), l = [{ rowKey: n.id, values: o }];
538
+ F(t).setValues(l);
539
+ } else
540
+ F(t).addRows(n, { isOnlineJS: !1, setActive: !1, emitChange: !0, isModalData: !0 });
541
+ }
542
+ function mt() {
543
+ if (r.themeTemplate === te)
544
+ return;
545
+ let e = M.value;
546
+ if (e && e.length > 0) {
547
+ for (let t of e)
548
+ if (t.relationType != 1) {
549
+ let n = F(t.key);
550
+ n && n.clearSelection();
551
+ }
552
+ }
553
+ }
554
+ function gt() {
555
+ let e = Y(), t = V(R[s.value]);
556
+ W(t, (n) => {
557
+ x(n);
558
+ }, e);
559
+ }
560
+ function pt(e, t) {
561
+ let n = M.value;
562
+ if (n && n.length > 0) {
563
+ let o = n.filter((l) => l.key === e);
564
+ if (o.length == 0) {
565
+ console.error("没找到与之匹配的子表", e);
566
+ return;
567
+ }
568
+ if (o[0].relationType == 1)
569
+ F(e).executeFillRule();
570
+ else {
571
+ let l = V(R[e]), b = V(t.row);
572
+ W(l, (C) => {
573
+ const { row: j, target: ht } = t;
574
+ let bt = [{ rowKey: j.id, values: I({}, C) }];
575
+ ht.setValues(bt);
576
+ }, b);
577
+ }
578
+ }
579
+ }
580
+ let he = {
581
+ tableName: s,
582
+ loading: S,
583
+ subActiveKey: K,
584
+ onlineFormRef: a,
585
+ getFieldsValue: Y,
586
+ setFieldsValue: x,
587
+ submitFlowFlag: d,
588
+ subFormHeight: ce,
589
+ subTableHeight: fe,
590
+ refMap: z,
591
+ triggleChangeValues: ze,
592
+ triggleChangeValue: Qe,
593
+ sh: D,
594
+ clearSubRows: me,
595
+ addSubRows: ge,
596
+ clearThenAddRows: ot,
597
+ changeOptions: lt,
598
+ isUpdate: f,
599
+ getSubTableInstance: F,
600
+ updateSchema: Q,
601
+ executeMainFillRule: gt,
602
+ executeSubFillRule: pt,
603
+ changEvent: () => {
604
+ },
605
+ onlineFormValueChange: Je
606
+ };
607
+ return G(he), {
608
+ //主表
609
+ tableName: s,
610
+ onlineFormRef: a,
611
+ registerForm: Pe,
612
+ loading: S,
613
+ //子表
614
+ subActiveKey: K,
615
+ hasSubTable: Te,
616
+ subTabInfo: M,
617
+ refMap: z,
618
+ //一对一子表
619
+ subFormHeight: ce,
620
+ getSubTableForeignKeyValue: Ye,
621
+ isUpdate: f,
622
+ handleSubFormChange: Ze,
623
+ //一对多子表
624
+ subTableHeight: fe,
625
+ onlineFormDisabled: ae,
626
+ subDataSource: L,
627
+ getSubTableAuthPre: tt,
628
+ handleAdded: et,
629
+ handleSubTableDefaultValue: ie,
630
+ handleValueChange: $e,
631
+ openSubFormModalForAdd: ct,
632
+ openSubFormModalForEdit: ft,
633
+ //父组件调用
634
+ show: Ve,
635
+ createRootProperties: Ie,
636
+ handleSubmit: Ne,
637
+ sh: D,
638
+ handleCgButtonClick: X,
639
+ handleCustomFormSh: it,
640
+ handleCustomFormEdit: rt,
641
+ //跳转
642
+ dbData: T,
643
+ onOpenReportPrint: st,
644
+ onlineExtConfigJson: P,
645
+ //一对多子表弹窗操作数据
646
+ registerPopModal: ut,
647
+ popTableName: Z,
648
+ getPopFormData: dt,
649
+ popModalRequest: $,
650
+ onCloseModal: mt,
651
+ ERP: te
652
+ };
653
+ }
654
+ }, an = ["id"], rn = {
655
+ key: 0,
656
+ style: { "text-align": "right", position: "absolute", top: "6px", right: "20px", "z-index": "999" }
657
+ }, sn = { key: 1 };
658
+ function un(r, c, i, a, w, S) {
659
+ const p = _("PrinterOutlined"), g = _("BasicForm"), d = _("online-sub-form"), f = _("diff-outlined"), h = _("a-button"), P = _("form-outlined"), m = _("JVxeTable"), G = _("a-tab-pane"), A = _("a-tabs"), R = _("Loading"), N = _("online-pop-modal");
660
+ return k(), B("div", {
661
+ id: a.tableName + "_form"
662
+ }, [
663
+ a.dbData.id && a.onlineExtConfigJson.reportPrintShow ? (k(), B("div", rn, [
664
+ E(p, {
665
+ title: "打印",
666
+ onClick: a.onOpenReportPrint,
667
+ style: { "font-size": "16px" }
668
+ }, null, 8, ["onClick"])
669
+ ])) : q("", !0),
670
+ E(g, {
671
+ ref: "onlineFormRef",
672
+ onRegister: a.registerForm
673
+ }, null, 8, ["onRegister"]),
674
+ i.themeTemplate !== a.ERP && a.hasSubTable ? (k(), H(A, {
675
+ key: 1,
676
+ activeKey: a.subActiveKey,
677
+ "onUpdate:activeKey": c[0] || (c[0] = (s) => a.subActiveKey = s)
678
+ }, {
679
+ default: J(() => [
680
+ (k(!0), B(kt, null, Pt(a.subTabInfo, (s, T) => (k(), H(G, {
681
+ tab: s.describe,
682
+ key: T + "",
683
+ forceRender: !0
684
+ }, {
685
+ default: J(() => [
686
+ s.relationType == 1 ? (k(), B("div", {
687
+ key: 0,
688
+ style: xt({ "overflow-y": "auto", "overflow-x": "hidden", "max-height": a.subFormHeight + "px" })
689
+ }, [
690
+ E(d, {
691
+ ref_for: !0,
692
+ ref: a.refMap[s.key],
693
+ table: s.key,
694
+ disabled: a.onlineFormDisabled,
695
+ "form-template": i.formTemplate,
696
+ "main-id": a.getSubTableForeignKeyValue(s.foreignKey),
697
+ properties: s.properties,
698
+ "required-fields": s.requiredFields,
699
+ "is-update": a.isUpdate,
700
+ onFormChange: (v) => a.handleSubFormChange(v, s.key)
701
+ }, null, 8, ["table", "disabled", "form-template", "main-id", "properties", "required-fields", "is-update", "onFormChange"])
702
+ ], 4)) : (k(), B("div", sn, [
703
+ E(m, {
704
+ ref_for: !0,
705
+ ref: a.refMap[s.key],
706
+ toolbar: "",
707
+ "keep-source": "",
708
+ "row-number": "",
709
+ "row-selection": "",
710
+ height: (
711
+ // 【VUEN-803】一对多子表固定340高度,修复自定义列组件被遮挡的问题
712
+ a.subTableHeight
713
+ ),
714
+ disabled: a.onlineFormDisabled,
715
+ columns: s.columns,
716
+ dataSource: a.subDataSource[s.key],
717
+ onValueChange: (v) => a.handleValueChange(v, s.key),
718
+ authPre: a.getSubTableAuthPre(s.key),
719
+ onAdded: (v) => a.handleAdded(s, v),
720
+ onExecuteFillRule: (v) => a.handleSubTableDefaultValue(s, v)
721
+ }, {
722
+ toolbarSuffix: J(() => [
723
+ a.onlineFormDisabled ? q("", !0) : (k(), H(h, {
724
+ key: 0,
725
+ type: "primary",
726
+ onClick: (v) => a.openSubFormModalForAdd(s)
727
+ }, {
728
+ default: J(() => [
729
+ E(f)
730
+ ]),
731
+ _: 2
732
+ }, 1032, ["onClick"])),
733
+ a.onlineFormDisabled ? q("", !0) : (k(), H(h, {
734
+ key: 1,
735
+ type: "primary",
736
+ onClick: (v) => a.openSubFormModalForEdit(s)
737
+ }, {
738
+ default: J(() => [
739
+ E(P)
740
+ ]),
741
+ _: 2
742
+ }, 1032, ["onClick"]))
743
+ ]),
744
+ _: 2
745
+ }, 1032, ["height", "disabled", "columns", "dataSource", "onValueChange", "authPre", "onAdded", "onExecuteFillRule"])
746
+ ]))
747
+ ]),
748
+ _: 2
749
+ }, 1032, ["tab"]))), 128))
750
+ ]),
751
+ _: 1
752
+ }, 8, ["activeKey"])) : q("", !0),
753
+ E(R, {
754
+ loading: a.loading,
755
+ absolute: !1
756
+ }, null, 8, ["loading"]),
757
+ Et(r.$slots, "bottom"),
758
+ E(N, {
759
+ formTableType: "3",
760
+ request: a.popModalRequest,
761
+ id: a.popTableName,
762
+ onRegister: a.registerPopModal,
763
+ onSuccess: a.getPopFormData,
764
+ topTip: "",
765
+ isVxeTableData: ""
766
+ }, null, 8, ["request", "id", "onRegister", "onSuccess"])
767
+ ], 8, an);
768
+ }
769
+ const cn = /* @__PURE__ */ en(ln, [["render", un]]), En = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
770
+ __proto__: null,
771
+ default: cn
772
+ }, Symbol.toStringTag, { value: "Module" }));
773
+ export {
774
+ on as G,
775
+ cn as O,
776
+ En as a,
777
+ nn as u
778
+ };