@bytenew/bn-bus-ui 1.1.403 → 1.1.404

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 (29) hide show
  1. package/dist/{assocTableSearch-C-ZlY3Qu.js → assocTableSearch-C5SRwFuD.js} +1 -1
  2. package/dist/bn-bus-ui.es.js +13 -13
  3. package/dist/bn-bus-ui.umd.js +29 -29
  4. package/dist/{chooseIPaasData-si2EHcfN.js → chooseIPaasData-CdqG_7a7.js} +12 -12
  5. package/dist/{defaultSet-CSrAwAed.js → defaultSet-CDKSk9KP.js} +1 -1
  6. package/dist/{formItemFooter-4Oo0DvHr.js → formItemFooter-Db_Qcxpg.js} +1 -1
  7. package/dist/{funcExprDialog-BvLhIXMc.js → funcExprDialog-D0XLPQSH.js} +1 -1
  8. package/dist/{index-B0h8NHqi.js → index-2vZCuZSM.js} +2 -2
  9. package/dist/{index-BnQuoTny.js → index-ApMGbmhZ.js} +2 -2
  10. package/dist/{index-CjTQz8j2.js → index-B-WI5uaT.js} +3 -3
  11. package/dist/{index-ehOjwJjO.js → index-B2pWQJjd.js} +2 -2
  12. package/dist/{index-DEuN45uW.js → index-BFBu9ahv.js} +2 -2
  13. package/dist/{index-C_FNeqja.js → index-BPOd67pI.js} +2 -2
  14. package/dist/{index-ilP4ejsZ.js → index-C-ZzKgG7.js} +2 -2
  15. package/dist/{index-Cyx1icMl.js → index-CRLvxlkc.js} +1 -1
  16. package/dist/{index-nfGgvJ6c.js → index-CUIhouJC.js} +1 -1
  17. package/dist/{index-H9FynUja.js → index-Cfz1QMUT.js} +2 -2
  18. package/dist/{index-BY-KsFu8.js → index-Cu_4BnXL.js} +2 -2
  19. package/dist/{index-Ckko2R9D.js → index-CwedRs20.js} +1 -1
  20. package/dist/{index-C8xwtqhX.js → index-D5nBJLFG.js} +13 -13
  21. package/dist/{index-DcpOoR78.js → index-D6uuurY1.js} +2 -2
  22. package/dist/{index-Cd4dIcnm.js → index-DZb8OelX.js} +3 -3
  23. package/dist/{index-C8cpQJvf.js → index-Db3E5bFt.js} +12 -12
  24. package/dist/{index-Dmri3Xv6.js → index-LbPLhYZu.js} +2 -2
  25. package/dist/{install-CVHV9WI_.js → install-DiBE5zhB.js} +734 -707
  26. package/dist/install.css +1 -1
  27. package/dist/{setOption-De_W2mYo.js → setOption-BkG96uEh.js} +1 -1
  28. package/dist/{setRelationOption-T7I_aGCg.js → setRelationOption-qY2qDlYa.js} +367 -367
  29. package/package.json +2 -1
@@ -1,4 +1,4 @@
1
- import { resolveComponent as O, openBlock as w, createElementBlock as P, normalizeClass as Pe, Fragment as oe, renderList as Ce, createVNode as B, withCtx as F, withDirectives as Oe, createBlock as H, vShow as at, createElementVNode as y, normalizeStyle as kt, createCommentVNode as R, toDisplayString as K, renderSlot as xt, createSlots as Qr, Transition as Cd, withModifiers as _n, resolveDynamicComponent as Zr, createTextVNode as Z, resolveDirective as jt, Teleport as wd, defineAsyncComponent as ce, mergeProps as jl } from "vue";
1
+ import { resolveComponent as O, openBlock as w, createElementBlock as P, normalizeClass as Oe, Fragment as oe, renderList as Ce, createVNode as B, withCtx as F, withDirectives as Pe, createBlock as H, vShow as at, createElementVNode as y, normalizeStyle as kt, createCommentVNode as R, toDisplayString as K, renderSlot as xt, createSlots as Qr, Transition as Cd, withModifiers as _n, resolveDynamicComponent as Zr, createTextVNode as Z, resolveDirective as jt, Teleport as wd, defineAsyncComponent as ce, mergeProps as jl } from "vue";
2
2
  import { isEmpty as vt, isEqual as ta, debounce as Wt, cloneDeep as ye, last as fa, get as xn } from "lodash";
3
3
  const re = (r, l) => {
4
4
  const s = r.__vccOpts || r;
@@ -90,10 +90,10 @@ const re = (r, l) => {
90
90
  function Sd(r, l, s, h, u, d) {
91
91
  const v = O("el-option"), k = O("el-select");
92
92
  return w(), P("div", {
93
- class: Pe(["bnAddress", s.wrapShow ? "w-flex-wrap" : ""])
93
+ class: Oe(["bnAddress", s.wrapShow ? "w-flex-wrap" : ""])
94
94
  }, [
95
95
  (w(!0), P(oe, null, Ce(s.levelNum, (x, b) => (w(), P("div", {
96
- class: Pe(s.wrapShow ? "bnAddress-item" : "")
96
+ class: Oe(s.wrapShow ? "bnAddress-item" : "")
97
97
  }, [
98
98
  B(k, {
99
99
  modelValue: d.value[b],
@@ -107,7 +107,7 @@ function Sd(r, l, s, h, u, d) {
107
107
  clearable: ""
108
108
  }, {
109
109
  default: F(() => [
110
- (w(!0), P(oe, null, Ce(d.value, (D, M) => Oe((w(), H(v, {
110
+ (w(!0), P(oe, null, Ce(d.value, (D, M) => Pe((w(), H(v, {
111
111
  key: M,
112
112
  label: D.title,
113
113
  value: D
@@ -119,10 +119,10 @@ function Sd(r, l, s, h, u, d) {
119
119
  label: D.title,
120
120
  value: D
121
121
  }, null, 8, ["label", "value"]))), 128)),
122
- Oe(y("div", xd, "加载中...", 512), [
122
+ Pe(y("div", xd, "加载中...", 512), [
123
123
  [at, u.loading]
124
124
  ]),
125
- Oe(y("div", _d, "无数据", 512), [
125
+ Pe(y("div", _d, "无数据", 512), [
126
126
  [at, !u.loading && u.optionList.length == 0]
127
127
  ])
128
128
  ]),
@@ -162,6 +162,10 @@ const Id = /* @__PURE__ */ re(kd, [["render", Sd], ["__scopeId", "data-v-0e9cc2d
162
162
  opened() {
163
163
  return this.bnMenus.isOpen(this.menu);
164
164
  },
165
+ /** 当前项是否禁止展开/收起 */
166
+ disableFold() {
167
+ return this.bnMenus.isDisableFold(this.menu);
168
+ },
165
169
  /** 当前项是否处于选中高亮状态 */
166
170
  active() {
167
171
  return this.bnMenus.isActive(this.menu);
@@ -193,28 +197,37 @@ const Id = /* @__PURE__ */ re(kd, [["render", Sd], ["__scopeId", "data-v-0e9cc2d
193
197
  */
194
198
  rowPaddingStyle() {
195
199
  return { paddingLeft: `${10 + (this.level - 1) * 10}px` };
200
+ },
201
+ /**
202
+ * 禁止折叠时分组标题与圆点使用所属一级菜单的 THEME_COLORS 主题色
203
+ */
204
+ foldThemeStyle() {
205
+ return this.disableFold ? { "--menu-theme-color": this.themeColor } : {};
196
206
  }
197
207
  },
198
208
  methods: {
199
209
  /** 切换当前子菜单展开 / 收起 */
200
210
  toggleSubMenu() {
201
- this.bnMenus.toggleSubMenu(this.menu);
211
+ this.disableFold || this.bnMenus.toggleSubMenu(this.menu);
202
212
  }
203
213
  }
204
- }, Td = { class: "menus-sub-title-inner" }, Ld = ["title"], Fd = { class: "menus-item-folder" }, Od = { class: "menus-sub-list" }, Pd = ["title"], Bd = { class: "menus-item-text" }, Md = {
214
+ }, Td = { class: "menus-sub-title-inner" }, Ld = ["title"], Fd = { class: "menus-item-folder" }, Od = {
215
+ key: 0,
216
+ class: "menus-sub-dot bnUIcon bnUIcon-circle w-font12"
217
+ }, Pd = { class: "menus-sub-list" }, Bd = ["title"], Md = { class: "menus-item-text" }, Nd = {
205
218
  key: 1,
206
219
  class: "menus-item-stick bnUIcon bnUIcon-stick"
207
220
  };
208
- function Nd(r, l, s, h, u, d) {
221
+ function Ed(r, l, s, h, u, d) {
209
222
  var k, x, b, D;
210
223
  const v = O("menu-item", !0);
211
224
  return d.hasChildren ? (w(), P("div", {
212
225
  key: 0,
213
- class: Pe(["menus-sub", { "is-open": d.opened }])
226
+ class: Oe(["menus-sub", { "is-open": d.opened }])
214
227
  }, [
215
228
  y("div", {
216
- class: "menus-sub-title",
217
- style: kt(d.rowPaddingStyle),
229
+ class: Oe(["menus-sub-title", { "is-disable-fold": d.disableFold }]),
230
+ style: kt([d.rowPaddingStyle, d.foldThemeStyle]),
218
231
  onClick: l[0] || (l[0] = (...M) => d.toggleSubMenu && d.toggleSubMenu(...M))
219
232
  }, [
220
233
  y("div", Td, [
@@ -224,16 +237,17 @@ function Nd(r, l, s, h, u, d) {
224
237
  }, [
225
238
  d.menuIcon ? (w(), P("span", {
226
239
  key: 0,
227
- class: Pe(["menus-item-icon", d.menuIcon])
240
+ class: Oe(["menus-item-icon", d.menuIcon])
228
241
  }, null, 2)) : R("", !0),
229
242
  y("span", Fd, K(s.menu.title || ((x = s.menu.meta) == null ? void 0 : x.title)), 1)
230
243
  ], 8, Ld),
231
- y("span", {
232
- class: Pe(["menus-sub-arrow bnUIcon bnUIcon-arrow2 w-font12", { "is-open": d.opened }])
233
- }, null, 2)
244
+ d.disableFold ? (w(), P("span", Od)) : (w(), P("span", {
245
+ key: 1,
246
+ class: Oe(["menus-sub-arrow bnUIcon bnUIcon-arrow2 w-font12", { "is-open": d.opened }])
247
+ }, null, 2))
234
248
  ])
235
- ], 4),
236
- Oe(y("div", Od, [
249
+ ], 6),
250
+ Pe(y("div", Pd, [
237
251
  (w(!0), P(oe, null, Ce(s.menu.children, (M, J) => (w(), H(v, {
238
252
  key: d.bnMenus.getMenuIndex(M) || J,
239
253
  menu: M,
@@ -245,7 +259,7 @@ function Nd(r, l, s, h, u, d) {
245
259
  ])
246
260
  ], 2)) : (w(), P("div", {
247
261
  key: 1,
248
- class: Pe(["menus-body-item", { "is-active": d.active }]),
262
+ class: Oe(["menus-body-item", { "is-active": d.active }]),
249
263
  style: kt([d.rowPaddingStyle, d.activeStyle]),
250
264
  onClick: l[1] || (l[1] = (M) => d.bnMenus.selectMenu(s.menu))
251
265
  }, [
@@ -255,14 +269,14 @@ function Nd(r, l, s, h, u, d) {
255
269
  }, [
256
270
  d.menuIcon ? (w(), P("span", {
257
271
  key: 0,
258
- class: Pe(["menus-item-icon", d.menuIcon])
272
+ class: Oe(["menus-item-icon", d.menuIcon])
259
273
  }, null, 2)) : R("", !0),
260
- y("span", Bd, K(s.menu.title || ((D = s.menu.meta) == null ? void 0 : D.title)), 1),
261
- d.active ? (w(), P("span", Md)) : R("", !0)
262
- ], 8, Pd)
274
+ y("span", Md, K(s.menu.title || ((D = s.menu.meta) == null ? void 0 : D.title)), 1),
275
+ d.active ? (w(), P("span", Nd)) : R("", !0)
276
+ ], 8, Bd)
263
277
  ], 6));
264
278
  }
265
- const Ed = /* @__PURE__ */ re(Dd, [["render", Nd], ["__scopeId", "data-v-5c80acfa"]]), ia = [
279
+ const Vd = /* @__PURE__ */ re(Dd, [["render", Ed], ["__scopeId", "data-v-4ec01b6c"]]), ia = [
266
280
  "#1890ff",
267
281
  // 蓝
268
282
  "#4f46e5",
@@ -281,10 +295,10 @@ const Ed = /* @__PURE__ */ re(Dd, [["render", Nd], ["__scopeId", "data-v-5c80acf
281
295
  // 玫瑰红
282
296
  "#009966"
283
297
  // 玫瑰红
284
- ], Vd = {
298
+ ], Ad = {
285
299
  name: "BnMenus",
286
300
  components: {
287
- MenuItem: Ed
301
+ MenuItem: Vd
288
302
  },
289
303
  /**
290
304
  * 向子组件 MenuItem 注入当前实例,供其调用菜单状态与方法
@@ -314,7 +328,9 @@ const Ed = /* @__PURE__ */ re(Dd, [["render", Nd], ["__scopeId", "data-v-5c80acf
314
328
  // 匹配选中项的字段名,默认按 name 匹配
315
329
  activeKey: { default: "name" },
316
330
  // 是否收起导航栏,支持 v-model:collapsed;收起后宽度为 0,展开按钮绝对定位悬浮在边缘
317
- collapsed: { type: Boolean, default: void 0 }
331
+ collapsed: { type: Boolean, default: void 0 },
332
+ // 禁止所有子菜单展开/收起,默认全部展开且不可折叠
333
+ disableFold: { type: Boolean, default: !1 }
318
334
  },
319
335
  emits: ["update:collapsed", "collapse-change"],
320
336
  data() {
@@ -390,19 +406,30 @@ const Ed = /* @__PURE__ */ re(Dd, [["render", Nd], ["__scopeId", "data-v-5c80acf
390
406
  const l = this.getMenuIndex(r), s = r[this.activeKey];
391
407
  return this.activeKeys.includes(l) || s && this.activeKeys.includes(s);
392
408
  },
409
+ /**
410
+ * 判断菜单项是否禁止展开/收起
411
+ * 全局 disableFold 为 true 时全部禁止;单项可通过 menu.disableFold 或 menu.meta.disableFold 单独禁止
412
+ * @param {Object} menu 菜单项对象
413
+ * @returns {Boolean}
414
+ */
415
+ isDisableFold(r) {
416
+ var l;
417
+ return this.disableFold ? !0 : !!(r.disableFold || (l = r.meta) != null && l.disableFold);
418
+ },
393
419
  /**
394
420
  * 判断子菜单是否已展开
395
421
  * @param {Object} menu 菜单项对象
396
422
  * @returns {Boolean}
397
423
  */
398
424
  isOpen(r) {
399
- return this.openedKeys.includes(r.name);
425
+ return this.isDisableFold(r) ? !0 : this.openedKeys.includes(r.name);
400
426
  },
401
427
  /**
402
428
  * 切换子菜单展开 / 收起状态
403
429
  * @param {Object} menu 菜单项对象
404
430
  */
405
431
  toggleSubMenu(r) {
432
+ if (this.isDisableFold(r)) return;
406
433
  const l = r.name;
407
434
  this.openedKeys.includes(l) ? this.openedKeys = this.openedKeys.filter((s) => s !== l) : this.openedKeys = [...this.openedKeys, l];
408
435
  },
@@ -529,11 +556,11 @@ const Ed = /* @__PURE__ */ re(Dd, [["render", Nd], ["__scopeId", "data-v-5c80acf
529
556
  return this.flatTree(this.menuList);
530
557
  }
531
558
  }
532
- }, Ad = { class: "menus-logo" }, Rd = { class: "menus-logo-main" }, Ud = { class: "menus-logo-title" }, zd = { class: "menus-list" }, Hd = { class: "menus-body" };
533
- function Wd(r, l, s, h, u, d) {
559
+ }, Rd = { class: "menus-logo" }, Ud = { class: "menus-logo-main" }, zd = { class: "menus-logo-title" }, Hd = { class: "menus-list" }, Wd = { class: "menus-body" };
560
+ function jd(r, l, s, h, u, d) {
534
561
  const v = O("menu-item"), k = O("el-scrollbar");
535
562
  return w(), P("div", {
536
- class: Pe(["menus", { "menus--collapsed": d.isCollapsed }])
563
+ class: Oe(["menus", { "menus--collapsed": d.isCollapsed }])
537
564
  }, [
538
565
  d.isCollapsed ? (w(), P("div", {
539
566
  key: 0,
@@ -541,10 +568,10 @@ function Wd(r, l, s, h, u, d) {
541
568
  title: "展开",
542
569
  onClick: l[0] || (l[0] = (...x) => d.toggleCollapse && d.toggleCollapse(...x))
543
570
  })) : (w(), P(oe, { key: 1 }, [
544
- y("div", Ad, [
545
- y("div", Rd, [
571
+ y("div", Rd, [
572
+ y("div", Ud, [
546
573
  xt(r.$slots, "menuLogo", { collapsed: d.isCollapsed }, () => [
547
- y("div", Ud, K(s.title), 1)
574
+ y("div", zd, K(s.title), 1)
548
575
  ], !0)
549
576
  ]),
550
577
  y("span", {
@@ -553,10 +580,10 @@ function Wd(r, l, s, h, u, d) {
553
580
  onClick: l[1] || (l[1] = (...x) => d.toggleCollapse && d.toggleCollapse(...x))
554
581
  })
555
582
  ]),
556
- y("div", zd, [
583
+ y("div", Hd, [
557
584
  B(k, { height: "100%" }, {
558
585
  default: F(() => [
559
- y("div", Hd, [
586
+ y("div", Wd, [
560
587
  (w(!0), P(oe, null, Ce(s.menuList, (x, b) => (w(), H(v, {
561
588
  key: d.getMenuIndex(x) || b,
562
589
  menu: x,
@@ -571,7 +598,7 @@ function Wd(r, l, s, h, u, d) {
571
598
  ], 64))
572
599
  ], 2);
573
600
  }
574
- const jd = /* @__PURE__ */ re(Vd, [["render", Wd], ["__scopeId", "data-v-a3c83d9f"]]), Kd = {
601
+ const Kd = /* @__PURE__ */ re(Ad, [["render", jd], ["__scopeId", "data-v-000cc4ee"]]), Gd = {
575
602
  name: "BnSelect",
576
603
  props: {
577
604
  //最终选中的value
@@ -878,8 +905,8 @@ const jd = /* @__PURE__ */ re(Vd, [["render", Wd], ["__scopeId", "data-v-a3c83d9
878
905
  }
879
906
  }
880
907
  }
881
- }, Gd = { class: "emptyLoading" }, qd = { class: "w-text-center w-padding-tb10 w-color-gray" }, Jd = { class: "bnDrop-body-footer w-flex-center" }, Yd = { class: "w-flex-center w-flex-column-gap4 w-text-over w-font14 w-color-black6" }, Xd = { class: "w-margin-left4" }, Qd = { class: "" };
882
- function Zd(r, l, s, h, u, d) {
908
+ }, qd = { class: "emptyLoading" }, Jd = { class: "w-text-center w-padding-tb10 w-color-gray" }, Yd = { class: "bnDrop-body-footer w-flex-center" }, Xd = { class: "w-flex-center w-flex-column-gap4 w-text-over w-font14 w-color-black6" }, Qd = { class: "w-margin-left4" }, Zd = { class: "" };
909
+ function $d(r, l, s, h, u, d) {
883
910
  const v = O("el-option"), k = O("BnCheck"), x = O("el-select");
884
911
  return w(), H(x, {
885
912
  modelValue: d.val,
@@ -905,7 +932,7 @@ function Zd(r, l, s, h, u, d) {
905
932
  clearable: s.clearable
906
933
  }, Qr({
907
934
  default: F(() => [
908
- (w(!0), P(oe, null, Ce(d.temporaryOption, (b) => Oe((w(), H(v, {
935
+ (w(!0), P(oe, null, Ce(d.temporaryOption, (b) => Pe((w(), H(v, {
909
936
  value: s.labelInValue ? b : b[s.optionProps.value],
910
937
  key: `temporary-${b[s.optionProps.value]}`,
911
938
  label: b[s.optionProps.label]
@@ -918,10 +945,10 @@ function Zd(r, l, s, h, u, d) {
918
945
  disabled: b.disabled,
919
946
  value: s.labelInValue ? b : b[s.optionProps.value]
920
947
  }, null, 8, ["label", "disabled", "value"]))), 128)),
921
- Oe(y("div", Gd, "加载中", 512), [
948
+ Pe(y("div", qd, "加载中", 512), [
922
949
  [at, u.loading]
923
950
  ]),
924
- Oe(y("div", qd, "未搜索到数据 ", 512), [
951
+ Pe(y("div", Jd, "未搜索到数据 ", 512), [
925
952
  [at, !u.loading && d.optionList.length == 0]
926
953
  ])
927
954
  ]),
@@ -930,7 +957,7 @@ function Zd(r, l, s, h, u, d) {
930
957
  s.multiple && s.checkedAll ? {
931
958
  name: "footer",
932
959
  fn: F(() => [
933
- y("div", Jd, [
960
+ y("div", Yd, [
934
961
  B(k, {
935
962
  "true-data": 999,
936
963
  "is-checked": d.isCheckedAll,
@@ -939,9 +966,9 @@ function Zd(r, l, s, h, u, d) {
939
966
  default: F(() => {
940
967
  var b, D;
941
968
  return [
942
- y("div", Yd, [
943
- y("span", Xd, K(!d.val || ((b = d.val) == null ? void 0 : b.length) == 0 ? "全选" : `已选${(D = d.val) == null ? void 0 : D.length}项`), 1),
944
- y("span", Qd, "已加载" + K(d.optionList.length) + "/" + K(u.total) + "项", 1)
969
+ y("div", Xd, [
970
+ y("span", Qd, K(!d.val || ((b = d.val) == null ? void 0 : b.length) == 0 ? "全选" : `已选${(D = d.val) == null ? void 0 : D.length}项`), 1),
971
+ y("span", Zd, "已加载" + K(d.optionList.length) + "/" + K(u.total) + "项", 1)
945
972
  ])
946
973
  ];
947
974
  }),
@@ -953,7 +980,7 @@ function Zd(r, l, s, h, u, d) {
953
980
  } : void 0
954
981
  ]), 1032, ["modelValue", "placeholder", "onVisibleChange", "no-data-text", "value-key", "multiple", "collapseTags", "collapse-tags-tooltip", "onPopupScroll", "max-collapse-tags", "multipleLimit", "filter-method", "props", "size", "disabled", "clearable"]);
955
982
  }
956
- const $d = /* @__PURE__ */ re(Kd, [["render", Zd], ["__scopeId", "data-v-5c2fd41d"]]), ec = {
983
+ const ec = /* @__PURE__ */ re(Gd, [["render", $d], ["__scopeId", "data-v-5c2fd41d"]]), tc = {
957
984
  name: "BnVirtPopover",
958
985
  props: {
959
986
  // popover的宽度,支持数字或字符串(如'200px')
@@ -1068,21 +1095,21 @@ const $d = /* @__PURE__ */ re(Kd, [["render", Zd], ["__scopeId", "data-v-5c2fd41
1068
1095
  }
1069
1096
  }
1070
1097
  };
1071
- function tc(r, l, s, h, u, d) {
1098
+ function ic(r, l, s, h, u, d) {
1072
1099
  return w(), H(Cd, {
1073
1100
  appear: "",
1074
1101
  name: s.popoverPosition == "bottom" ? "el-zoom-in-top" : "el-zoom-in-bottom"
1075
1102
  }, {
1076
1103
  default: F(() => [
1077
- Oe(y("div", {
1078
- class: Pe(["virtualPopover", u.popoverClass]),
1104
+ Pe(y("div", {
1105
+ class: Oe(["virtualPopover", u.popoverClass]),
1079
1106
  ref: "customPopover",
1080
1107
  style: kt(u.popoverStyle),
1081
1108
  onMouseover: l[1] || (l[1] = (...v) => d.onMouseEvent && d.onMouseEvent(...v)),
1082
1109
  onMouseleave: l[2] || (l[2] = (...v) => d.onMouseEvent && d.onMouseEvent(...v))
1083
1110
  }, [
1084
1111
  y("div", {
1085
- class: Pe(u.arrowClass),
1112
+ class: Oe(u.arrowClass),
1086
1113
  style: kt(u.arrowStyle)
1087
1114
  }, null, 6),
1088
1115
  y("div", {
@@ -1099,7 +1126,7 @@ function tc(r, l, s, h, u, d) {
1099
1126
  _: 3
1100
1127
  }, 8, ["name"]);
1101
1128
  }
1102
- const ic = /* @__PURE__ */ re(ec, [["render", tc], ["__scopeId", "data-v-3c22e617"]]), nc = {
1129
+ const nc = /* @__PURE__ */ re(tc, [["render", ic], ["__scopeId", "data-v-3c22e617"]]), lc = {
1103
1130
  1: "等于",
1104
1131
  2: "不等于",
1105
1132
  3: "包含",
@@ -1119,7 +1146,7 @@ const ic = /* @__PURE__ */ re(ec, [["render", tc], ["__scopeId", "data-v-3c22e61
1119
1146
  17: "小于",
1120
1147
  18: "大于等于",
1121
1148
  19: "小于等于"
1122
- }, lc = {
1149
+ }, rc = {
1123
1150
  1: [
1124
1151
  { title: "等于", id: "1" },
1125
1152
  { title: "不等于", id: "2" },
@@ -1270,7 +1297,7 @@ const ic = /* @__PURE__ */ re(ec, [["render", tc], ["__scopeId", "data-v-3c22e61
1270
1297
  { title: "为空", id: "9" },
1271
1298
  { title: "不为空", id: "10" }
1272
1299
  ]
1273
- }, rc = {
1300
+ }, oc = {
1274
1301
  inheritAttrs: !1,
1275
1302
  name: "stringVal",
1276
1303
  props: {
@@ -1381,7 +1408,7 @@ const ic = /* @__PURE__ */ re(ec, [["render", tc], ["__scopeId", "data-v-3c22e61
1381
1408
  }
1382
1409
  }
1383
1410
  };
1384
- function oc(r, l, s, h, u, d) {
1411
+ function sc(r, l, s, h, u, d) {
1385
1412
  const v = O("el-autocomplete"), k = O("el-input");
1386
1413
  return d.isUrlType ? (w(), H(v, {
1387
1414
  key: 0,
@@ -1413,7 +1440,7 @@ function oc(r, l, s, h, u, d) {
1413
1440
  "show-word-limit": ""
1414
1441
  }, null, 8, ["placeholder", "rows", "disabled", "modelValue"]));
1415
1442
  }
1416
- const sc = /* @__PURE__ */ re(rc, [["render", oc], ["__scopeId", "data-v-e4af26fd"]]), ac = {
1443
+ const ac = /* @__PURE__ */ re(oc, [["render", sc], ["__scopeId", "data-v-e4af26fd"]]), uc = {
1417
1444
  inheritAttrs: !1,
1418
1445
  name: "numVal",
1419
1446
  props: {
@@ -1439,7 +1466,7 @@ const sc = /* @__PURE__ */ re(rc, [["render", oc], ["__scopeId", "data-v-e4af26f
1439
1466
  }
1440
1467
  }
1441
1468
  };
1442
- function uc(r, l, s, h, u, d) {
1469
+ function dc(r, l, s, h, u, d) {
1443
1470
  const v = O("BnInpNum");
1444
1471
  return w(), H(v, {
1445
1472
  modelValue: d.val[s.optionProps.value],
@@ -1448,7 +1475,7 @@ function uc(r, l, s, h, u, d) {
1448
1475
  onChange: l[1] || (l[1] = (k) => d.change("number"))
1449
1476
  }, null, 8, ["modelValue", "disabled"]);
1450
1477
  }
1451
- const dc = /* @__PURE__ */ re(ac, [["render", uc], ["__scopeId", "data-v-a84bd230"]]), cc = {
1478
+ const cc = /* @__PURE__ */ re(uc, [["render", dc], ["__scopeId", "data-v-a84bd230"]]), fc = {
1452
1479
  name: "numRegVal",
1453
1480
  props: {
1454
1481
  modelValue: Object,
@@ -1474,11 +1501,11 @@ const dc = /* @__PURE__ */ re(ac, [["render", uc], ["__scopeId", "data-v-a84bd23
1474
1501
  }
1475
1502
  }
1476
1503
  }
1477
- }, fc = { class: "w-default-wrap numReg clearFix" }, hc = { class: "numReg-item" }, pc = { class: "numReg-item" };
1478
- function mc(r, l, s, h, u, d) {
1504
+ }, hc = { class: "w-default-wrap numReg clearFix" }, pc = { class: "numReg-item" }, mc = { class: "numReg-item" };
1505
+ function gc(r, l, s, h, u, d) {
1479
1506
  const v = O("BnInpNum");
1480
- return w(), P("div", fc, [
1481
- y("div", hc, [
1507
+ return w(), P("div", hc, [
1508
+ y("div", pc, [
1482
1509
  B(v, {
1483
1510
  class: "numReg-item-input",
1484
1511
  onChange: l[0] || (l[0] = (k) => {
@@ -1493,7 +1520,7 @@ function mc(r, l, s, h, u, d) {
1493
1520
  }, null, 8, ["precision", "disabled", "modelValue"])
1494
1521
  ]),
1495
1522
  l[4] || (l[4] = y("div", { class: "numReg-text" }, " 至 ", -1)),
1496
- y("div", pc, [
1523
+ y("div", mc, [
1497
1524
  B(v, {
1498
1525
  class: "numReg-item-input",
1499
1526
  onChange: l[2] || (l[2] = (k) => {
@@ -1509,7 +1536,7 @@ function mc(r, l, s, h, u, d) {
1509
1536
  ])
1510
1537
  ]);
1511
1538
  }
1512
- const gc = /* @__PURE__ */ re(cc, [["render", mc], ["__scopeId", "data-v-688728f8"]]), vc = {
1539
+ const vc = /* @__PURE__ */ re(fc, [["render", gc], ["__scopeId", "data-v-688728f8"]]), yc = {
1513
1540
  name: "selectVal",
1514
1541
  props: {
1515
1542
  modelValue: Object,
@@ -1556,7 +1583,7 @@ const gc = /* @__PURE__ */ re(cc, [["render", mc], ["__scopeId", "data-v-688728f
1556
1583
  }
1557
1584
  }
1558
1585
  };
1559
- function yc(r, l, s, h, u, d) {
1586
+ function bc(r, l, s, h, u, d) {
1560
1587
  const v = O("BnSelect");
1561
1588
  return w(), H(v, {
1562
1589
  modelValue: d.val[s.optionProps.value],
@@ -1576,7 +1603,7 @@ function yc(r, l, s, h, u, d) {
1576
1603
  placeholder: "请选择"
1577
1604
  }, null, 8, ["modelValue", "optionProps", "options", "postFunc", "postData", "pathUrl", "valueProps", "multiple", "disabled"]);
1578
1605
  }
1579
- const bc = /* @__PURE__ */ re(vc, [["render", yc]]), Cc = {
1606
+ const Cc = /* @__PURE__ */ re(yc, [["render", bc]]), wc = {
1580
1607
  name: "dateVal",
1581
1608
  props: {
1582
1609
  modelValue: Object,
@@ -1607,7 +1634,7 @@ const bc = /* @__PURE__ */ re(vc, [["render", yc]]), Cc = {
1607
1634
  }
1608
1635
  }
1609
1636
  };
1610
- function wc(r, l, s, h, u, d) {
1637
+ function kc(r, l, s, h, u, d) {
1611
1638
  const v = O("el-date-picker");
1612
1639
  return w(), H(v, {
1613
1640
  style: { width: "100%" },
@@ -1622,7 +1649,7 @@ function wc(r, l, s, h, u, d) {
1622
1649
  align: "right"
1623
1650
  }, null, 8, ["modelValue", "disabled", "format", "value-format"]);
1624
1651
  }
1625
- const kc = /* @__PURE__ */ re(Cc, [["render", wc]]), xc = {
1652
+ const xc = /* @__PURE__ */ re(wc, [["render", kc]]), _c = {
1626
1653
  name: "dateRegVal",
1627
1654
  props: {
1628
1655
  modelValue: Object,
@@ -1653,7 +1680,7 @@ const kc = /* @__PURE__ */ re(Cc, [["render", wc]]), xc = {
1653
1680
  }
1654
1681
  }
1655
1682
  };
1656
- function _c(r, l, s, h, u, d) {
1683
+ function Sc(r, l, s, h, u, d) {
1657
1684
  const v = O("BnDatePicker");
1658
1685
  return w(), H(v, {
1659
1686
  modelValue: d.val[s.optionProps.value],
@@ -1667,7 +1694,7 @@ function _c(r, l, s, h, u, d) {
1667
1694
  align: "right"
1668
1695
  }, null, 8, ["modelValue", "disabled"]);
1669
1696
  }
1670
- const Sc = /* @__PURE__ */ re(xc, [["render", _c]]), Ic = {
1697
+ const Ic = /* @__PURE__ */ re(_c, [["render", Sc]]), Dc = {
1671
1698
  name: "relationVal",
1672
1699
  props: {
1673
1700
  modelValue: Object,
@@ -1714,7 +1741,7 @@ const Sc = /* @__PURE__ */ re(xc, [["render", _c]]), Ic = {
1714
1741
  }
1715
1742
  }
1716
1743
  };
1717
- function Dc(r, l, s, h, u, d) {
1744
+ function Tc(r, l, s, h, u, d) {
1718
1745
  const v = O("BnRelation");
1719
1746
  return w(), H(v, {
1720
1747
  onChange: d.change,
@@ -1731,7 +1758,7 @@ function Dc(r, l, s, h, u, d) {
1731
1758
  pathUrl: s.pathUrl
1732
1759
  }, null, 8, ["onChange", "options", "props", "modelValue", "multiple", "disabled", "postFunc", "postData", "pathUrl"]);
1733
1760
  }
1734
- const Tc = /* @__PURE__ */ re(Ic, [["render", Dc]]), Lc = {
1761
+ const Lc = /* @__PURE__ */ re(Dc, [["render", Tc]]), Fc = {
1735
1762
  name: "selectColumnVal",
1736
1763
  props: {
1737
1764
  modelValue: Object,
@@ -1779,7 +1806,7 @@ const Tc = /* @__PURE__ */ re(Ic, [["render", Dc]]), Lc = {
1779
1806
  }
1780
1807
  }
1781
1808
  };
1782
- function Fc(r, l, s, h, u, d) {
1809
+ function Oc(r, l, s, h, u, d) {
1783
1810
  const v = O("BnSelect");
1784
1811
  return w(), H(v, {
1785
1812
  modelValue: d.val[s.optionProps.value],
@@ -1794,7 +1821,7 @@ function Fc(r, l, s, h, u, d) {
1794
1821
  placeholder: "请选择"
1795
1822
  }, null, 8, ["modelValue", "optionProps", "options", "disabled", "valueProps"]);
1796
1823
  }
1797
- const Oc = /* @__PURE__ */ re(Lc, [["render", Fc]]), Pc = {
1824
+ const Pc = /* @__PURE__ */ re(Fc, [["render", Oc]]), Bc = {
1798
1825
  name: "BnCondVal",
1799
1826
  props: {
1800
1827
  modelValue: Object,
@@ -1804,14 +1831,14 @@ const Oc = /* @__PURE__ */ re(Lc, [["render", Fc]]), Pc = {
1804
1831
  postFunc: Function
1805
1832
  },
1806
1833
  components: {
1807
- stringVal: sc,
1808
- numVal: dc,
1809
- numRegVal: gc,
1810
- selectVal: bc,
1811
- dateVal: kc,
1812
- dateRegVal: Sc,
1813
- relationVal: Tc,
1814
- selectColumnVal: Oc
1834
+ stringVal: ac,
1835
+ numVal: cc,
1836
+ numRegVal: vc,
1837
+ selectVal: Cc,
1838
+ dateVal: xc,
1839
+ dateRegVal: Ic,
1840
+ relationVal: Lc,
1841
+ selectColumnVal: Pc
1815
1842
  },
1816
1843
  methods: {
1817
1844
  /**
@@ -1873,7 +1900,7 @@ const Oc = /* @__PURE__ */ re(Lc, [["render", Fc]]), Pc = {
1873
1900
  }
1874
1901
  }
1875
1902
  };
1876
- function Bc(r, l, s, h, u, d) {
1903
+ function Mc(r, l, s, h, u, d) {
1877
1904
  return w(), H(Zr(d.checkFilter()), {
1878
1905
  modelValue: d.val,
1879
1906
  "onUpdate:modelValue": l[0] || (l[0] = (v) => d.val = v),
@@ -1885,7 +1912,7 @@ function Bc(r, l, s, h, u, d) {
1885
1912
  postData: s.columnInfo.postData
1886
1913
  }, null, 8, ["modelValue", "optionProps", "columnInfo", "postFunc", "otherColumns", "pathUrl", "postData"]);
1887
1914
  }
1888
- const ha = /* @__PURE__ */ re(Pc, [["render", Bc]]), Mc = {
1915
+ const ha = /* @__PURE__ */ re(Bc, [["render", Mc]]), Nc = {
1889
1916
  name: "BnAdvancedFilter",
1890
1917
  components: { BnCondVal: ha },
1891
1918
  props: {
@@ -1948,7 +1975,7 @@ const ha = /* @__PURE__ */ re(Pc, [["render", Bc]]), Mc = {
1948
1975
  data() {
1949
1976
  return {
1950
1977
  //计算条件列表
1951
- searchList: lc,
1978
+ searchList: rc,
1952
1979
  //多行文本获取焦点
1953
1980
  openInput: !1
1954
1981
  };
@@ -2088,13 +2115,13 @@ const ha = /* @__PURE__ */ re(Pc, [["render", Bc]]), Mc = {
2088
2115
  });
2089
2116
  }
2090
2117
  }
2091
- }, Nc = { class: "bnAdvance clearFix" }, Ec = { class: "bnAdvance-setting" }, Vc = ["title"], Ac = { class: "bnAdvance-condition" };
2092
- function Rc(r, l, s, h, u, d) {
2118
+ }, Ec = { class: "bnAdvance clearFix" }, Vc = { class: "bnAdvance-setting" }, Ac = ["title"], Rc = { class: "bnAdvance-condition" };
2119
+ function Uc(r, l, s, h, u, d) {
2093
2120
  const v = O("BnDrop"), k = O("BnCondVal");
2094
- return w(), P("div", Nc, [
2095
- y("div", Ec, [
2121
+ return w(), P("div", Ec, [
2122
+ y("div", Vc, [
2096
2123
  y("div", {
2097
- class: Pe(["bnAdvance-setting-left", { "bnAdvance-setting-left-min": s.allowDel }])
2124
+ class: Oe(["bnAdvance-setting-left", { "bnAdvance-setting-left-min": s.allowDel }])
2098
2125
  }, [
2099
2126
  xt(r.$slots, "selectComponent", {}, () => [
2100
2127
  s.allowSelectColumn ? (w(), H(v, {
@@ -2109,7 +2136,7 @@ function Rc(r, l, s, h, u, d) {
2109
2136
  key: 0,
2110
2137
  class: "bnAdvance-setting-column",
2111
2138
  title: d.ruleVal[s.optionProps.name]
2112
- }, K(d.ruleVal[s.optionProps.name]), 9, Vc))
2139
+ }, K(d.ruleVal[s.optionProps.name]), 9, Ac))
2113
2140
  ], !0),
2114
2141
  s.allowSearchType ? (w(), H(v, {
2115
2142
  key: 0,
@@ -2129,7 +2156,7 @@ function Rc(r, l, s, h, u, d) {
2129
2156
  y("span", { class: "bnUIcon bnUIcon-delete" }, null, -1)
2130
2157
  ])])) : R("", !0)
2131
2158
  ]),
2132
- y("div", Ac, [
2159
+ y("div", Rc, [
2133
2160
  B(k, {
2134
2161
  modelValue: d.ruleVal,
2135
2162
  "onUpdate:modelValue": l[3] || (l[3] = (x) => d.ruleVal = x),
@@ -2141,7 +2168,7 @@ function Rc(r, l, s, h, u, d) {
2141
2168
  ])
2142
2169
  ]);
2143
2170
  }
2144
- const Uc = /* @__PURE__ */ re(Mc, [["render", Rc], ["__scopeId", "data-v-24032be0"]]), zc = {
2171
+ const zc = /* @__PURE__ */ re(Nc, [["render", Uc], ["__scopeId", "data-v-24032be0"]]), Hc = {
2145
2172
  name: "BnFilterView",
2146
2173
  props: {
2147
2174
  conditions: {
@@ -2169,7 +2196,7 @@ const Uc = /* @__PURE__ */ re(Mc, [["render", Rc], ["__scopeId", "data-v-24032be
2169
2196
  },
2170
2197
  // 获取条件操作符文案
2171
2198
  getSearchTypeLabel(r) {
2172
- return nc[r.searchType] || "";
2199
+ return lc[r.searchType] || "";
2173
2200
  },
2174
2201
  // 格式化筛选条件的值用于展示
2175
2202
  formatValue(r) {
@@ -2181,21 +2208,21 @@ const Uc = /* @__PURE__ */ re(Mc, [["render", Rc], ["__scopeId", "data-v-24032be
2181
2208
  return l && s ? `${r.name}: ${l}-${s}` : l ? `${r.name}: ${l}` : s ? `${r.name}: ${s}` : r.name;
2182
2209
  }
2183
2210
  }
2184
- }, Hc = { class: "search-view" }, Wc = { class: "search-view-tags" }, jc = { class: "search-tag-text" }, Kc = ["onClick"];
2185
- function Gc(r, l, s, h, u, d) {
2186
- return w(), P("div", Hc, [
2211
+ }, Wc = { class: "search-view" }, jc = { class: "search-view-tags" }, Kc = { class: "search-tag-text" }, Gc = ["onClick"];
2212
+ function qc(r, l, s, h, u, d) {
2213
+ return w(), P("div", Wc, [
2187
2214
  l[2] || (l[2] = y("span", { class: "search-view-label" }, "筛选条件:", -1)),
2188
- y("div", Wc, [
2215
+ y("div", jc, [
2189
2216
  (w(!0), P(oe, null, Ce(s.conditions, (v, k) => (w(), P("div", {
2190
2217
  key: k,
2191
2218
  class: "search-tag"
2192
2219
  }, [
2193
- y("span", jc, K(d.formatDisplay(v)), 1),
2220
+ y("span", Kc, K(d.formatDisplay(v)), 1),
2194
2221
  s.notDelCodes.includes(v.columnCode) ? R("", !0) : (w(), P("span", {
2195
2222
  key: 0,
2196
2223
  class: "search-tag-close",
2197
2224
  onClick: (x) => d.handleClose(k)
2198
- }, "×", 8, Kc))
2225
+ }, "×", 8, Gc))
2199
2226
  ]))), 128))
2200
2227
  ]),
2201
2228
  y("span", {
@@ -2208,7 +2235,7 @@ function Gc(r, l, s, h, u, d) {
2208
2235
  }, "展开")
2209
2236
  ]);
2210
2237
  }
2211
- const qc = /* @__PURE__ */ re(zc, [["render", Gc], ["__scopeId", "data-v-e3bfa7fe"]]), Jc = {
2238
+ const Jc = /* @__PURE__ */ re(Hc, [["render", qc], ["__scopeId", "data-v-e3bfa7fe"]]), Yc = {
2212
2239
  name: "BnDatePicker",
2213
2240
  props: {
2214
2241
  // 时间选择器类型 日期:daterange 日期+时间:datetimerange 年:year 月:month 日:date 周:week
@@ -2353,7 +2380,7 @@ const qc = /* @__PURE__ */ re(zc, [["render", Gc], ["__scopeId", "data-v-e3bfa7f
2353
2380
  }
2354
2381
  }
2355
2382
  };
2356
- function Yc(r, l, s, h, u, d) {
2383
+ function Xc(r, l, s, h, u, d) {
2357
2384
  const v = O("el-date-picker");
2358
2385
  return w(), H(v, {
2359
2386
  style: { width: "100%" },
@@ -2378,7 +2405,7 @@ function Yc(r, l, s, h, u, d) {
2378
2405
  onFocus: d.focus
2379
2406
  }, null, 8, ["modelValue", "type", "size", "disabled", "editable", "clearable", "placeholder", "start-placeholder", "end-placeholder", "time-arrow-control", "format", "value-format", "popper-class", "range-separator", "defaultTime", "onBlur", "onFocus"]);
2380
2407
  }
2381
- const Xc = /* @__PURE__ */ re(Jc, [["render", Yc]]), Qc = {
2408
+ const Qc = /* @__PURE__ */ re(Yc, [["render", Xc]]), Zc = {
2382
2409
  name: "BnCheck",
2383
2410
  props: {
2384
2411
  modelValue: [Boolean, String, Number, Array],
@@ -2478,14 +2505,14 @@ const Xc = /* @__PURE__ */ re(Jc, [["render", Yc]]), Qc = {
2478
2505
  });
2479
2506
  }
2480
2507
  }
2481
- }, Zc = ["title"];
2482
- function $c(r, l, s, h, u, d) {
2508
+ }, $c = ["title"];
2509
+ function ef(r, l, s, h, u, d) {
2483
2510
  return w(), P("div", {
2484
- class: Pe(["bnChecked", { disabled: s.disabled }]),
2511
+ class: Oe(["bnChecked", { disabled: s.disabled }]),
2485
2512
  onClick: l[0] || (l[0] = (...v) => d.handleClick && d.handleClick(...v))
2486
2513
  }, [
2487
2514
  y("span", {
2488
- class: Pe(["bnChecked-status", { checked: d.isCheck }])
2515
+ class: Oe(["bnChecked-status", { checked: d.isCheck }])
2489
2516
  }, [...l[1] || (l[1] = [
2490
2517
  y("span", { class: "bnChecked-status-inner" }, null, -1)
2491
2518
  ])], 2),
@@ -2495,11 +2522,11 @@ function $c(r, l, s, h, u, d) {
2495
2522
  class: "bnChecked-label",
2496
2523
  style: kt(s.labelStyle),
2497
2524
  title: d.title
2498
- }, K(d.title), 13, Zc)) : R("", !0)
2525
+ }, K(d.title), 13, $c)) : R("", !0)
2499
2526
  ], !0)
2500
2527
  ], 2);
2501
2528
  }
2502
- const ef = /* @__PURE__ */ re(Qc, [["render", $c], ["__scopeId", "data-v-1dc8f457"]]), pa = {
2529
+ const tf = /* @__PURE__ */ re(Zc, [["render", ef], ["__scopeId", "data-v-1dc8f457"]]), pa = {
2503
2530
  // 淘宝 sellerType为1 旗帜颜色 和 key值对应
2504
2531
  1: [
2505
2532
  { value: "grey", className: "gray", key: "0" },
@@ -2655,7 +2682,7 @@ const ef = /* @__PURE__ */ re(Qc, [["render", $c], ["__scopeId", "data-v-1dc8f45
2655
2682
  // 紫色
2656
2683
  // {value: "yellow2", className: "yellow", key: '6'}, // 黄色
2657
2684
  ]
2658
- }, tf = {
2685
+ }, nf = {
2659
2686
  name: "orderRemark",
2660
2687
  props: {
2661
2688
  // 接口请求外部转发
@@ -2712,8 +2739,8 @@ const ef = /* @__PURE__ */ re(Qc, [["render", $c], ["__scopeId", "data-v-1dc8f45
2712
2739
  });
2713
2740
  }
2714
2741
  }
2715
- }, nf = { class: "orderRemark" }, lf = { class: "w-flex-right w-flex-center" }, rf = { class: "w-font13 w-color-gray w-margin-right8" }, of = { class: "w-color-blue" };
2716
- function sf(r, l, s, h, u, d) {
2742
+ }, lf = { class: "orderRemark" }, rf = { class: "w-flex-right w-flex-center" }, of = { class: "w-font13 w-color-gray w-margin-right8" }, sf = { class: "w-color-blue" };
2743
+ function af(r, l, s, h, u, d) {
2717
2744
  const v = O("el-radio"), k = O("el-radio-group"), x = O("el-form-item"), b = O("el-input"), D = O("el-form"), M = O("el-button"), J = O("el-dialog");
2718
2745
  return w(), H(J, {
2719
2746
  modelValue: u.show,
@@ -2725,10 +2752,10 @@ function sf(r, l, s, h, u, d) {
2725
2752
  "align-center": ""
2726
2753
  }, {
2727
2754
  footer: F(() => [
2728
- y("div", lf, [
2729
- y("span", rf, [
2755
+ y("div", rf, [
2756
+ y("span", of, [
2730
2757
  l[5] || (l[5] = Z("已输入 ", -1)),
2731
- y("span", of, K(d.changeContent(u.postData.sellerMemo)), 1),
2758
+ y("span", sf, K(d.changeContent(u.postData.sellerMemo)), 1),
2732
2759
  l[6] || (l[6] = Z("/1000", -1))
2733
2760
  ]),
2734
2761
  B(M, {
@@ -2752,7 +2779,7 @@ function sf(r, l, s, h, u, d) {
2752
2779
  ])
2753
2780
  ]),
2754
2781
  default: F(() => [
2755
- y("div", nf, [
2782
+ y("div", lf, [
2756
2783
  B(D, {
2757
2784
  model: u.postData,
2758
2785
  "label-width": "auto"
@@ -2773,7 +2800,7 @@ function sf(r, l, s, h, u, d) {
2773
2800
  }, {
2774
2801
  default: F(() => [
2775
2802
  y("span", {
2776
- class: Pe(["bnUIcon bnUIcon-flag w-font16", `flag-color-${A.className}`])
2803
+ class: Oe(["bnUIcon bnUIcon-flag w-font16", `flag-color-${A.className}`])
2777
2804
  }, null, 2)
2778
2805
  ]),
2779
2806
  _: 2
@@ -2807,9 +2834,9 @@ function sf(r, l, s, h, u, d) {
2807
2834
  _: 1
2808
2835
  }, 8, ["modelValue", "title"]);
2809
2836
  }
2810
- const af = /* @__PURE__ */ re(tf, [["render", sf], ["__scopeId", "data-v-a61a7bee"]]), uf = {
2837
+ const uf = /* @__PURE__ */ re(nf, [["render", af], ["__scopeId", "data-v-a61a7bee"]]), df = {
2811
2838
  name: "BnOrderCard",
2812
- components: { orderRemark: af },
2839
+ components: { orderRemark: uf },
2813
2840
  props: {
2814
2841
  // 接口请求外部转发
2815
2842
  postFunc: Function,
@@ -2932,10 +2959,10 @@ const af = /* @__PURE__ */ re(tf, [["render", sf], ["__scopeId", "data-v-a61a7be
2932
2959
  }
2933
2960
  }
2934
2961
  }
2935
- }, df = { class: "bnOrder" }, cf = { class: "bnOrder-info" }, ff = { class: "bnOrder-info-item" }, hf = { class: "bnOrder-info-item" }, pf = { class: "bnOrder-info" }, mf = { class: "bnOrder-info-item" }, gf = { class: "w-color-orange" }, vf = { class: "bnOrder-info-item" }, yf = { class: "w-color-blue" }, bf = { class: "bnOrder-info" }, Cf = { class: "bnOrder-info-item" }, wf = ["onClick"], kf = { class: "bnOrder-good" }, xf = { class: "w-flex-top" }, _f = { class: "bnOrder-good-info" }, Sf = ["onClick"], If = { class: "w-font13" }, Df = { class: "w-font16 w-font-weight" }, Tf = { class: "w-flex-lrCenter w-text-over" }, Lf = { class: "w-font-weight w-font16 w-color-deep-orange" }, Ff = { class: "bnOrder-flag" }, Of = { class: "bnOrder-flag-content" }, Pf = { class: "w-font14 w-margin-lr3" };
2936
- function Bf(r, l, s, h, u, d) {
2962
+ }, cf = { class: "bnOrder" }, ff = { class: "bnOrder-info" }, hf = { class: "bnOrder-info-item" }, pf = { class: "bnOrder-info-item" }, mf = { class: "bnOrder-info" }, gf = { class: "bnOrder-info-item" }, vf = { class: "w-color-orange" }, yf = { class: "bnOrder-info-item" }, bf = { class: "w-color-blue" }, Cf = { class: "bnOrder-info" }, wf = { class: "bnOrder-info-item" }, kf = ["onClick"], xf = { class: "bnOrder-good" }, _f = { class: "w-flex-top" }, Sf = { class: "bnOrder-good-info" }, If = ["onClick"], Df = { class: "w-font13" }, Tf = { class: "w-font16 w-font-weight" }, Lf = { class: "w-flex-lrCenter w-text-over" }, Ff = { class: "w-font-weight w-font16 w-color-deep-orange" }, Of = { class: "bnOrder-flag" }, Pf = { class: "bnOrder-flag-content" }, Bf = { class: "w-font14 w-margin-lr3" };
2963
+ function Mf(r, l, s, h, u, d) {
2937
2964
  const v = O("orderRemark"), k = O("el-image"), x = O("el-table-column"), b = O("el-table"), D = O("el-card");
2938
- return w(), P("div", df, [
2965
+ return w(), P("div", cf, [
2939
2966
  B(v, {
2940
2967
  ref: "orderRemark",
2941
2968
  onOverRemark: d.overRemark,
@@ -2948,27 +2975,27 @@ function Bf(r, l, s, h, u, d) {
2948
2975
  default: F(() => {
2949
2976
  var M, J;
2950
2977
  return [
2951
- y("div", cf, [
2952
- y("div", ff, [
2978
+ y("div", ff, [
2979
+ y("div", hf, [
2953
2980
  l[3] || (l[3] = y("span", { class: "bnOrder-info-title" }, "订单号:", -1)),
2954
2981
  y("span", {
2955
2982
  class: "w-default-hover",
2956
2983
  onClick: l[0] || (l[0] = (A) => d.openTid("tid"))
2957
2984
  }, K(u.orderData.tid), 1)
2958
2985
  ]),
2959
- y("div", hf, [
2986
+ y("div", pf, [
2960
2987
  l[4] || (l[4] = y("span", { class: "bnOrder-info-title" }, "付款时间:", -1)),
2961
2988
  y("span", null, K(u.orderData.CRMTRADE.payTime || "-"), 1)
2962
2989
  ])
2963
2990
  ]),
2964
- y("div", pf, [
2965
- y("div", mf, [
2991
+ y("div", mf, [
2992
+ y("div", gf, [
2966
2993
  l[5] || (l[5] = y("span", { class: "bnOrder-info-title" }, "店铺:", -1)),
2967
- y("span", gf, K(((J = (M = u.orderData) == null ? void 0 : M.CRMSELLER) == null ? void 0 : J.title) || "-"), 1)
2994
+ y("span", vf, K(((J = (M = u.orderData) == null ? void 0 : M.CRMSELLER) == null ? void 0 : J.title) || "-"), 1)
2968
2995
  ]),
2969
- y("div", vf, [
2996
+ y("div", yf, [
2970
2997
  l[6] || (l[6] = y("span", { class: "bnOrder-info-title" }, "昵称:", -1)),
2971
- y("span", yf, K(u.orderData.CRMTRADE.buyerNick.slice(0, 10)), 1),
2998
+ y("span", bf, K(u.orderData.CRMTRADE.buyerNick.slice(0, 10)), 1),
2972
2999
  u.decryptIs.includes("buyerNick") ? R("", !0) : (w(), P("span", {
2973
3000
  key: 0,
2974
3001
  class: "bnUIcon bnUIcon-openLock w-color-blue w-cursor-pointer",
@@ -2976,8 +3003,8 @@ function Bf(r, l, s, h, u, d) {
2976
3003
  }))
2977
3004
  ])
2978
3005
  ]),
2979
- y("div", bf, [
2980
- y("div", Cf, [
3006
+ y("div", Cf, [
3007
+ y("div", wf, [
2981
3008
  l[7] || (l[7] = y("span", { class: "bnOrder-info-title" }, "收货地址:", -1)),
2982
3009
  (w(), P(oe, null, Ce(["receiverAddress", "receiverName", "buyMobile"], (A, Y) => y("span", {
2983
3010
  class: "w-margin-right8",
@@ -2988,7 +3015,7 @@ function Bf(r, l, s, h, u, d) {
2988
3015
  key: 0,
2989
3016
  class: "bnUIcon bnUIcon-openLock w-color-blue w-cursor-pointer",
2990
3017
  onClick: (_e) => d.decryptData(A)
2991
- }, null, 8, wf))
3018
+ }, null, 8, kf))
2992
3019
  ])), 64))
2993
3020
  ])
2994
3021
  ]),
@@ -3000,8 +3027,8 @@ function Bf(r, l, s, h, u, d) {
3000
3027
  default: F(() => [
3001
3028
  B(x, { width: "560" }, {
3002
3029
  default: F((A) => [
3003
- y("div", kf, [
3004
- y("div", xf, [
3030
+ y("div", xf, [
3031
+ y("div", _f, [
3005
3032
  y("div", null, [
3006
3033
  B(k, {
3007
3034
  class: "bnOrder-good-img",
@@ -3013,12 +3040,12 @@ function Bf(r, l, s, h, u, d) {
3013
3040
  fit: "cover"
3014
3041
  }, null, 8, ["src", "preview-src-list"])
3015
3042
  ]),
3016
- y("div", _f, [
3043
+ y("div", Sf, [
3017
3044
  y("div", {
3018
3045
  class: "w-text-over-two w-color-black3 w-default-hover",
3019
3046
  onClick: (Y) => d.openTid(A.row.sourceItemId)
3020
- }, K(A.row.title), 9, Sf),
3021
- y("div", If, [
3047
+ }, K(A.row.title), 9, If),
3048
+ y("div", Df, [
3022
3049
  l[8] || (l[8] = y("span", { class: "w-color-gray" }, "商品属性:", -1)),
3023
3050
  Z(K(A.row.skuPropName || "-") + " ", 1),
3024
3051
  l[9] || (l[9] = y("span", { class: "w-color-gray w-margin-left8" }, "商家编码:", -1)),
@@ -3028,7 +3055,7 @@ function Bf(r, l, s, h, u, d) {
3028
3055
  ]),
3029
3056
  y("div", null, [
3030
3057
  l[10] || (l[10] = y("span", { class: "w-font12 w-margin-right2" }, "x", -1)),
3031
- y("span", Df, K(A.row.num), 1)
3058
+ y("span", Tf, K(A.row.num), 1)
3032
3059
  ])
3033
3060
  ])
3034
3061
  ]),
@@ -3036,8 +3063,8 @@ function Bf(r, l, s, h, u, d) {
3036
3063
  }),
3037
3064
  B(x, null, {
3038
3065
  default: F((A) => [
3039
- y("div", Tf, [
3040
- y("span", Lf, "¥" + K(A.row.price), 1)
3066
+ y("div", Lf, [
3067
+ y("span", Ff, "¥" + K(A.row.price), 1)
3041
3068
  ])
3042
3069
  ]),
3043
3070
  _: 1
@@ -3045,14 +3072,14 @@ function Bf(r, l, s, h, u, d) {
3045
3072
  ]),
3046
3073
  _: 1
3047
3074
  }, 8, ["data"]),
3048
- y("div", Ff, [
3075
+ y("div", Of, [
3049
3076
  l[11] || (l[11] = y("div", { class: "bnOrder-info-item w-color-black8" }, "卖家备注:", -1)),
3050
- y("div", Of, [
3077
+ y("div", Pf, [
3051
3078
  u.orderData.CRMTRADE.sellerFlag && d.sellerRemarksColor ? (w(), P("span", {
3052
3079
  key: 0,
3053
- class: Pe(["bnUIcon bnUIcon-flag", [`flag-color-${d.sellerRemarksColor}`]])
3080
+ class: Oe(["bnUIcon bnUIcon-flag", [`flag-color-${d.sellerRemarksColor}`]])
3054
3081
  }, null, 2)) : R("", !0),
3055
- y("span", Pf, K(u.orderData.CRMTRADE.sellerMemo), 1),
3082
+ y("span", Bf, K(u.orderData.CRMTRADE.sellerMemo), 1),
3056
3083
  y("span", {
3057
3084
  class: "w-color-blue w-cursor-pointer w-font14",
3058
3085
  onClick: l[2] || (l[2] = (...A) => d.orderRemark && d.orderRemark(...A))
@@ -3065,7 +3092,7 @@ function Bf(r, l, s, h, u, d) {
3065
3092
  })) : R("", !0)
3066
3093
  ]);
3067
3094
  }
3068
- const Mf = /* @__PURE__ */ re(uf, [["render", Bf], ["__scopeId", "data-v-88cfaf09"]]), Nf = {
3095
+ const Nf = /* @__PURE__ */ re(df, [["render", Mf], ["__scopeId", "data-v-88cfaf09"]]), Ef = {
3069
3096
  name: "BnDrop",
3070
3097
  props: {
3071
3098
  //最终选中的value
@@ -3450,20 +3477,20 @@ const Mf = /* @__PURE__ */ re(uf, [["render", Bf], ["__scopeId", "data-v-88cfaf0
3450
3477
  return r.join(",");
3451
3478
  }
3452
3479
  }
3453
- }, Ef = {
3480
+ }, Vf = {
3454
3481
  key: 0,
3455
3482
  class: "bnDrop-placeholder"
3456
- }, Vf = { key: 1 }, Af = ["title"], Rf = ["title"], Uf = { class: "bnUIcon bnUIcon-down bnDrop-select-down" }, zf = ["onClick"], Hf = ["title"], Wf = {
3483
+ }, Af = { key: 1 }, Rf = ["title"], Uf = ["title"], zf = { class: "bnUIcon bnUIcon-down bnDrop-select-down" }, Hf = ["onClick"], Wf = ["title"], jf = {
3457
3484
  key: 0,
3458
3485
  class: "bnDrop-body-list-empty"
3459
- }, jf = {
3486
+ }, Kf = {
3460
3487
  key: 1,
3461
3488
  class: "bnDrop-body-list-empty"
3462
- }, Kf = {
3489
+ }, Gf = {
3463
3490
  key: 0,
3464
3491
  class: "bnDrop-body-footer w-flex-center w-padding-lr10 w-padding-tb8 w-border-solid-top"
3465
- }, Gf = { class: "w-flex-center w-flex-column-gap4 w-text-over" }, qf = { class: "w-margin-left4" }, Jf = { class: "" };
3466
- function Yf(r, l, s, h, u, d) {
3492
+ }, qf = { class: "w-flex-center w-flex-column-gap4 w-text-over" }, Jf = { class: "w-margin-left4" }, Yf = { class: "" };
3493
+ function Xf(r, l, s, h, u, d) {
3467
3494
  const v = O("el-input"), k = O("BnCheck"), x = O("el-scrollbar"), b = O("el-popover"), D = jt("loading");
3468
3495
  return w(), H(b, {
3469
3496
  ref: "popover",
@@ -3478,23 +3505,23 @@ function Yf(r, l, s, h, u, d) {
3478
3505
  reference: F(() => [
3479
3506
  xt(r.$slots, "default", {}, () => [
3480
3507
  y("div", {
3481
- class: Pe(["bnDrop-select", { simple: !s.border, disabled: s.disabled }])
3508
+ class: Oe(["bnDrop-select", { simple: !s.border, disabled: s.disabled }])
3482
3509
  }, [
3483
- s.multiple && s.modelValue.length == 0 || !s.multiple && (!s.labelInValue && s.modelValue === "" || s.labelInValue && !s.modelValue[s.optionProps.value]) ? (w(), P("span", Ef, K(s.placeholder), 1)) : (w(), P("span", Vf, [
3510
+ s.multiple && s.modelValue.length == 0 || !s.multiple && (!s.labelInValue && s.modelValue === "" || s.labelInValue && !s.modelValue[s.optionProps.value]) ? (w(), P("span", Vf, K(s.placeholder), 1)) : (w(), P("span", Af, [
3484
3511
  s.multiple ? (w(), P("span", {
3485
3512
  key: 1,
3486
3513
  title: d.multipleTitle
3487
- }, K(d.multipleTitle), 9, Rf)) : (w(), P("span", {
3514
+ }, K(d.multipleTitle), 9, Uf)) : (w(), P("span", {
3488
3515
  key: 0,
3489
3516
  title: d.singleTitle
3490
- }, K(d.singleTitle), 9, Af)),
3517
+ }, K(d.singleTitle), 9, Rf)),
3491
3518
  s.clearable ? (w(), P("span", {
3492
3519
  key: 2,
3493
3520
  class: "bnUIcon bnUIcon-clear bnDrop-select-clear",
3494
3521
  onClick: l[0] || (l[0] = _n((...M) => d.clear && d.clear(...M), ["stop"]))
3495
3522
  })) : R("", !0)
3496
3523
  ])),
3497
- Oe(y("span", Uf, null, 512), [
3524
+ Pe(y("span", zf, null, 512), [
3498
3525
  [D, u.loading]
3499
3526
  ])
3500
3527
  ], 2)
@@ -3505,7 +3532,7 @@ function Yf(r, l, s, h, u, d) {
3505
3532
  class: "bnDrop-body",
3506
3533
  style: kt({ width: s.width + "px" })
3507
3534
  }, [
3508
- Oe(B(v, {
3535
+ Pe(B(v, {
3509
3536
  modelValue: u.queryValue,
3510
3537
  "onUpdate:modelValue": l[1] || (l[1] = (M) => u.queryValue = M),
3511
3538
  ref: "searchInput",
@@ -3537,23 +3564,23 @@ function Yf(r, l, s, h, u, d) {
3537
3564
  }, null, 8, ["modelValue", "true-data", "is-checked"])) : R("", !0),
3538
3565
  y("span", {
3539
3566
  title: M[s.optionProps.label]
3540
- }, K(M[s.optionProps.label]), 9, Hf)
3541
- ], 8, zf))), 128)),
3542
- d.optionList.length == 0 && !u.loading ? (w(), P("div", Wf, K(s.noDataText), 1)) : R("", !0),
3543
- u.loading ? (w(), P("div", jf, "加载中")) : R("", !0)
3567
+ }, K(M[s.optionProps.label]), 9, Wf)
3568
+ ], 8, Hf))), 128)),
3569
+ d.optionList.length == 0 && !u.loading ? (w(), P("div", jf, K(s.noDataText), 1)) : R("", !0),
3570
+ u.loading ? (w(), P("div", Kf, "加载中")) : R("", !0)
3544
3571
  ]),
3545
3572
  _: 1
3546
3573
  }, 8, ["onEndReached"]),
3547
- s.multiple && s.checkedAll ? (w(), P("div", Kf, [
3574
+ s.multiple && s.checkedAll ? (w(), P("div", Gf, [
3548
3575
  B(k, {
3549
3576
  "true-data": 999,
3550
3577
  "is-checked": d.isCheckedAll,
3551
3578
  onClick: d.checkAll
3552
3579
  }, {
3553
3580
  default: F(() => [
3554
- y("div", Gf, [
3555
- y("span", qf, K(d.val.length == 0 ? "全选" : `已选${d.val.length - s.fixedFrontOptions.length}项`), 1),
3556
- y("span", Jf, "已加载" + K(d.optionList.length) + "/" + K(u.total) + "项", 1)
3581
+ y("div", qf, [
3582
+ y("span", Jf, K(d.val.length == 0 ? "全选" : `已选${d.val.length - s.fixedFrontOptions.length}项`), 1),
3583
+ y("span", Yf, "已加载" + K(d.optionList.length) + "/" + K(u.total) + "项", 1)
3557
3584
  ])
3558
3585
  ]),
3559
3586
  _: 1
@@ -3565,7 +3592,7 @@ function Yf(r, l, s, h, u, d) {
3565
3592
  _: 3
3566
3593
  }, 8, ["placement", "onShow", "disabled"]);
3567
3594
  }
3568
- const Xf = /* @__PURE__ */ re(Nf, [["render", Yf], ["__scopeId", "data-v-8865344c"]]), Qf = {
3595
+ const Qf = /* @__PURE__ */ re(Ef, [["render", Xf], ["__scopeId", "data-v-8865344c"]]), Zf = {
3569
3596
  data() {
3570
3597
  return {
3571
3598
  url: "",
@@ -3580,14 +3607,14 @@ const Xf = /* @__PURE__ */ re(Nf, [["render", Yf], ["__scopeId", "data-v-8865344
3580
3607
  this.url = r, this.show = !0;
3581
3608
  }
3582
3609
  }
3583
- }, Zf = {
3610
+ }, $f = {
3584
3611
  key: 0,
3585
3612
  class: "videoPreview"
3586
- }, $f = { class: "videoPreview-content" }, eh = ["src"];
3587
- function th(r, l, s, h, u, d) {
3613
+ }, eh = { class: "videoPreview-content" }, th = ["src"];
3614
+ function ih(r, l, s, h, u, d) {
3588
3615
  return w(), H(wd, { to: "body" }, [
3589
- u.show ? (w(), P("div", Zf, [
3590
- y("div", $f, [
3616
+ u.show ? (w(), P("div", $f, [
3617
+ y("div", eh, [
3591
3618
  y("span", {
3592
3619
  class: "videoPreview-content-close",
3593
3620
  onClick: l[0] || (l[0] = (v) => u.show = !1)
@@ -3600,12 +3627,12 @@ function th(r, l, s, h, u, d) {
3600
3627
  controls: "",
3601
3628
  src: u.url,
3602
3629
  autoplay: ""
3603
- }, null, 8, eh)
3630
+ }, null, 8, th)
3604
3631
  ])
3605
3632
  ])) : R("", !0)
3606
3633
  ]);
3607
3634
  }
3608
- const ih = /* @__PURE__ */ re(Qf, [["render", th], ["__scopeId", "data-v-b9506480"]]), nh = {
3635
+ const nh = /* @__PURE__ */ re(Zf, [["render", ih], ["__scopeId", "data-v-b9506480"]]), lh = {
3609
3636
  name: "FileDetail",
3610
3637
  props: {
3611
3638
  //附件
@@ -3647,32 +3674,32 @@ const ih = /* @__PURE__ */ re(Qf, [["render", th], ["__scopeId", "data-v-b950648
3647
3674
  return r && parseFloat(r) / 1024 / 1024 < 1 ? `${(parseFloat(r) / 1024).toFixed(2)}KB` : r && parseFloat(r) / 1024 / 1024 >= 1 ? `${(parseFloat(r) / 1024 / 1024).toFixed(2)}MB` : "";
3648
3675
  }
3649
3676
  }
3650
- }, lh = { class: "fileDetail" }, rh = { class: "fileDetail-info" }, oh = ["title"], sh = {
3677
+ }, rh = { class: "fileDetail" }, oh = { class: "fileDetail-info" }, sh = ["title"], ah = {
3651
3678
  key: 0,
3652
3679
  class: "fileDetail-info-title w-text-over"
3653
- }, ah = { class: "fileDetail-btn clearFix" }, uh = {
3680
+ }, uh = { class: "fileDetail-btn clearFix" }, dh = {
3654
3681
  key: 0,
3655
3682
  class: "fileDetail-btn-item"
3656
- }, dh = ["href"];
3657
- function ch(r, l, s, h, u, d) {
3658
- return w(), P("div", lh, [
3659
- y("div", rh, [
3683
+ }, ch = ["href"];
3684
+ function fh(r, l, s, h, u, d) {
3685
+ return w(), P("div", rh, [
3686
+ y("div", oh, [
3660
3687
  y("div", {
3661
3688
  class: "fileDetail-info-title titleHover w-text-over",
3662
3689
  onClick: l[0] || (l[0] = (v) => r.$emit("lookFile", s.file)),
3663
3690
  title: s.file.title
3664
- }, K(s.file.title), 9, oh),
3665
- s.showSize ? (w(), P("div", sh, K(d.returnSizeText(s.file.size)), 1)) : R("", !0)
3691
+ }, K(s.file.title), 9, sh),
3692
+ s.showSize ? (w(), P("div", ah, K(d.returnSizeText(s.file.size)), 1)) : R("", !0)
3666
3693
  ]),
3667
- y("div", ah, [
3668
- s.file.id != -1 ? (w(), P("div", uh, [
3694
+ y("div", uh, [
3695
+ s.file.id != -1 ? (w(), P("div", dh, [
3669
3696
  y("a", {
3670
3697
  class: "w-color-blue w-cursor-pointer",
3671
3698
  href: d.getDownloadUrl(s.file),
3672
3699
  target: "_blank"
3673
3700
  }, [...l[2] || (l[2] = [
3674
3701
  y("span", { class: "bnUIcon bnUIcon-download" }, null, -1)
3675
- ])], 8, dh)
3702
+ ])], 8, ch)
3676
3703
  ])) : R("", !0),
3677
3704
  s.isDel && !s.disabled ? (w(), P("div", {
3678
3705
  key: 1,
@@ -3684,9 +3711,9 @@ function ch(r, l, s, h, u, d) {
3684
3711
  ])
3685
3712
  ]);
3686
3713
  }
3687
- const fh = /* @__PURE__ */ re(nh, [["render", ch], ["__scopeId", "data-v-1321e25b"]]), hh = {
3714
+ const hh = /* @__PURE__ */ re(lh, [["render", fh], ["__scopeId", "data-v-1321e25b"]]), ph = {
3688
3715
  name: "BnFileView",
3689
- components: { videoPreview: ih, fileDetail: fh },
3716
+ components: { videoPreview: nh, fileDetail: hh },
3690
3717
  props: {
3691
3718
  //附件列表
3692
3719
  fileList: {
@@ -3787,8 +3814,8 @@ const fh = /* @__PURE__ */ re(nh, [["render", ch], ["__scopeId", "data-v-1321e25
3787
3814
  this.fileList.splice(r, 1), this.$emit("delFile", this.fileList);
3788
3815
  }
3789
3816
  }
3790
- }, ph = { class: "bnFileView-body" }, mh = ["title", "onClick"], gh = { key: 0 }, vh = ["src"], yh = ["src"];
3791
- function bh(r, l, s, h, u, d) {
3817
+ }, mh = { class: "bnFileView-body" }, gh = ["title", "onClick"], vh = { key: 0 }, yh = ["src"], bh = ["src"];
3818
+ function Ch(r, l, s, h, u, d) {
3792
3819
  const v = O("el-image"), k = O("videoPreview"), x = O("fileDetail"), b = O("el-popover");
3793
3820
  return w(), P("div", {
3794
3821
  class: "bnFileView",
@@ -3804,10 +3831,10 @@ function bh(r, l, s, h, u, d) {
3804
3831
  fit: "cover"
3805
3832
  }, null, 8, ["initial-index", "preview-teleported", "src", "preview-src-list"]),
3806
3833
  B(k, { ref: "videoRef" }, null, 512),
3807
- y("div", ph, [
3834
+ y("div", mh, [
3808
3835
  (w(!0), P(oe, null, Ce(s.fileList, (D, M) => (w(), P("div", {
3809
3836
  key: M,
3810
- class: Pe(["bnFileView-item", { "bnFileView-showDetail": !s.isMini }]),
3837
+ class: Oe(["bnFileView-item", { "bnFileView-showDetail": !s.isMini }]),
3811
3838
  style: kt(d.warpStyle)
3812
3839
  }, [
3813
3840
  y("div", {
@@ -3827,14 +3854,14 @@ function bh(r, l, s, h, u, d) {
3827
3854
  y("img", {
3828
3855
  style: kt(d.widthStyle),
3829
3856
  src: d.getFileImg(D)
3830
- }, null, 12, yh)
3857
+ }, null, 12, bh)
3831
3858
  ]),
3832
3859
  default: F(() => [
3833
- u.pictureType.includes(D.type) && s.imagePreview ? (w(), P("div", gh, [
3860
+ u.pictureType.includes(D.type) && s.imagePreview ? (w(), P("div", vh, [
3834
3861
  y("img", {
3835
3862
  style: { width: "180px", height: "180px" },
3836
3863
  src: d.getFileImg(D)
3837
- }, null, 8, vh)
3864
+ }, null, 8, yh)
3838
3865
  ])) : R("", !0),
3839
3866
  s.isMini ? (w(), H(x, {
3840
3867
  key: 1,
@@ -3850,7 +3877,7 @@ function bh(r, l, s, h, u, d) {
3850
3877
  ]),
3851
3878
  _: 2
3852
3879
  }, 1032, ["disabled"])
3853
- ], 8, mh),
3880
+ ], 8, gh),
3854
3881
  s.isMini ? R("", !0) : (w(), H(x, {
3855
3882
  key: 0,
3856
3883
  style: kt(d.detailStyle),
@@ -3867,7 +3894,7 @@ function bh(r, l, s, h, u, d) {
3867
3894
  ])
3868
3895
  ], 4);
3869
3896
  }
3870
- const Ch = /* @__PURE__ */ re(hh, [["render", bh], ["__scopeId", "data-v-b63d3f0b"]]), wh = {
3897
+ const wh = /* @__PURE__ */ re(ph, [["render", Ch], ["__scopeId", "data-v-b63d3f0b"]]), kh = {
3871
3898
  name: "BnInpNum",
3872
3899
  props: {
3873
3900
  modelValue: [String, Number],
@@ -3954,7 +3981,7 @@ const Ch = /* @__PURE__ */ re(hh, [["render", bh], ["__scopeId", "data-v-b63d3f0
3954
3981
  }
3955
3982
  }
3956
3983
  };
3957
- function kh(r, l, s, h, u, d) {
3984
+ function xh(r, l, s, h, u, d) {
3958
3985
  const v = O("el-input");
3959
3986
  return w(), H(v, {
3960
3987
  placeholder: s.placeholder,
@@ -3962,7 +3989,7 @@ function kh(r, l, s, h, u, d) {
3962
3989
  "onUpdate:modelValue": l[0] || (l[0] = (k) => d.val = k),
3963
3990
  disabled: s.disabled,
3964
3991
  clearable: s.clearable,
3965
- class: Pe([s.underline ? "bnInput-underline" : ""]),
3992
+ class: Oe([s.underline ? "bnInput-underline" : ""]),
3966
3993
  onInput: d.valInput,
3967
3994
  onChange: d.valChange,
3968
3995
  onBlur: d.inputBlur,
@@ -3978,7 +4005,7 @@ function kh(r, l, s, h, u, d) {
3978
4005
  _: 3
3979
4006
  }, 8, ["placeholder", "modelValue", "disabled", "clearable", "class", "onInput", "onChange", "onBlur", "size", "maxlength"]);
3980
4007
  }
3981
- const xh = /* @__PURE__ */ re(wh, [["render", kh], ["__scopeId", "data-v-e1de6a24"]]), _h = {
4008
+ const _h = /* @__PURE__ */ re(kh, [["render", xh], ["__scopeId", "data-v-e1de6a24"]]), Sh = {
3982
4009
  name: "BnRadio",
3983
4010
  props: {
3984
4011
  modelValue: [Boolean, String, Number, Object],
@@ -4073,14 +4100,14 @@ const xh = /* @__PURE__ */ re(wh, [["render", kh], ["__scopeId", "data-v-e1de6a2
4073
4100
  });
4074
4101
  }
4075
4102
  }
4076
- }, Sh = ["title"];
4077
- function Ih(r, l, s, h, u, d) {
4103
+ }, Ih = ["title"];
4104
+ function Dh(r, l, s, h, u, d) {
4078
4105
  return w(), P("div", {
4079
- class: Pe(["BnRadio", { disabled: s.disabled }]),
4106
+ class: Oe(["BnRadio", { disabled: s.disabled }]),
4080
4107
  onClick: l[0] || (l[0] = (...v) => d.handleClick && d.handleClick(...v))
4081
4108
  }, [
4082
4109
  y("span", {
4083
- class: Pe(["BnRadio-icon bnUIcon", { "bnUIcon-unChoose": !d.isCheck, "bnUIcon-choose": d.isCheck }])
4110
+ class: Oe(["BnRadio-icon bnUIcon", { "bnUIcon-unChoose": !d.isCheck, "bnUIcon-choose": d.isCheck }])
4084
4111
  }, null, 2),
4085
4112
  xt(r.$slots, "default", {}, () => [
4086
4113
  d.title ? (w(), P("span", {
@@ -4088,11 +4115,11 @@ function Ih(r, l, s, h, u, d) {
4088
4115
  class: "BnRadio-label",
4089
4116
  style: kt(s.labelStyle),
4090
4117
  title: d.title
4091
- }, K(d.title), 13, Sh)) : R("", !0)
4118
+ }, K(d.title), 13, Ih)) : R("", !0)
4092
4119
  ], !0)
4093
4120
  ], 2);
4094
4121
  }
4095
- const Dh = /* @__PURE__ */ re(_h, [["render", Ih], ["__scopeId", "data-v-cecdf48e"]]), Th = {
4122
+ const Th = /* @__PURE__ */ re(Sh, [["render", Dh], ["__scopeId", "data-v-cecdf48e"]]), Lh = {
4096
4123
  name: "bnRelation",
4097
4124
  props: {
4098
4125
  // value数据绑定
@@ -4182,7 +4209,7 @@ const Dh = /* @__PURE__ */ re(_h, [["render", Ih], ["__scopeId", "data-v-cecdf48
4182
4209
  }
4183
4210
  }
4184
4211
  };
4185
- function Lh(r, l, s, h, u, d) {
4212
+ function Fh(r, l, s, h, u, d) {
4186
4213
  const v = O("el-cascader");
4187
4214
  return w(), H(v, {
4188
4215
  size: s.size,
@@ -4202,7 +4229,7 @@ function Lh(r, l, s, h, u, d) {
4202
4229
  "show-all-levels": s.showAllLevels
4203
4230
  }, null, 8, ["size", "modelValue", "placeholder", "options", "props", "onVisibleChange", "filterable", "collapse-tags", "separator", "disabled", "clearable", "show-all-levels"]);
4204
4231
  }
4205
- const Fh = /* @__PURE__ */ re(Th, [["render", Lh]]), Oh = {
4232
+ const Oh = /* @__PURE__ */ re(Lh, [["render", Fh]]), Ph = {
4206
4233
  1: [
4207
4234
  { title: "等于", id: "1" },
4208
4235
  { title: "不等于", id: "2" },
@@ -4369,7 +4396,7 @@ const Fh = /* @__PURE__ */ re(Th, [["render", Lh]]), Oh = {
4369
4396
  { title: "为空", id: "9" },
4370
4397
  { title: "不为空", id: "10" }
4371
4398
  ]
4372
- }, Ph = {
4399
+ }, Bh = {
4373
4400
  //{id: '0', title: '自定义填写'},{id: '1', title: '其他组件'},{id: '2', title: '组件选项'}, {id: '3', title: '空值'},{id: '4', title: '其他步骤'},{ id: '5', title: '工作表属性' }
4374
4401
  1: [{ id: "0", title: "自定义填写" }, { id: "1", title: "其他组件" }],
4375
4402
  2: [{ id: "0", title: "自定义填写" }, { id: "1", title: "其他组件" }],
@@ -4387,7 +4414,7 @@ const Fh = /* @__PURE__ */ re(Th, [["render", Lh]]), Oh = {
4387
4414
  14: [{ id: "2", title: "组件选项" }],
4388
4415
  15: [{ id: "2", title: "组件选项" }],
4389
4416
  20: [{ id: "2", title: "组件选项" }]
4390
- }, Bh = {
4417
+ }, Mh = {
4391
4418
  7: [
4392
4419
  { id: "5", title: "指定时间" },
4393
4420
  { id: "0", title: "今天" },
@@ -4397,7 +4424,7 @@ const Fh = /* @__PURE__ */ re(Th, [["render", Lh]]), Oh = {
4397
4424
  { id: "4", title: "未来x天" }
4398
4425
  //部分支持 {id: '6', title: '过去x时'}, {id: '7', title: '未来x时'}, {id: '8', title: '过去x月'}, {id: '9', title: '未来x月'},
4399
4426
  ]
4400
- }, Mh = {
4427
+ }, Nh = {
4401
4428
  name: "BnCondition",
4402
4429
  components: { BnCondVal: ha },
4403
4430
  props: {
@@ -4523,11 +4550,11 @@ const Fh = /* @__PURE__ */ re(Th, [["render", Lh]]), Oh = {
4523
4550
  data() {
4524
4551
  return {
4525
4552
  //计算条件列表
4526
- searchList: Oh,
4553
+ searchList: Ph,
4527
4554
  //值类型列表
4528
- valueTypeList: Ph,
4555
+ valueTypeList: Bh,
4529
4556
  //子类型
4530
- subTypeList: Bh
4557
+ subTypeList: Mh
4531
4558
  };
4532
4559
  },
4533
4560
  computed: {
@@ -4739,18 +4766,18 @@ const Fh = /* @__PURE__ */ re(Th, [["render", Lh]]), Oh = {
4739
4766
  });
4740
4767
  }
4741
4768
  }
4742
- }, Nh = { class: "bnCon clearFix" }, Eh = { class: "bnCon-setting" }, Vh = { class: "bnCon-setting-left" }, Ah = ["title"], Rh = { class: "bnCon-condition" }, Uh = {
4769
+ }, Eh = { class: "bnCon clearFix" }, Vh = { class: "bnCon-setting" }, Ah = { class: "bnCon-setting-left" }, Rh = ["title"], Uh = { class: "bnCon-condition" }, zh = {
4743
4770
  key: 0,
4744
4771
  class: "bnCon-condition-valType"
4745
- }, zh = {
4772
+ }, Hh = {
4746
4773
  key: 1,
4747
4774
  class: "bnCon-condition-valType"
4748
- }, Hh = { class: "bnCon-condition-valSet" };
4749
- function Wh(r, l, s, h, u, d) {
4775
+ }, Wh = { class: "bnCon-condition-valSet" };
4776
+ function jh(r, l, s, h, u, d) {
4750
4777
  const v = O("BnDrop"), k = O("el-option"), x = O("el-select"), b = O("BnCondVal");
4751
- return w(), P("div", Nh, [
4752
- y("div", Eh, [
4753
- y("div", Vh, [
4778
+ return w(), P("div", Eh, [
4779
+ y("div", Vh, [
4780
+ y("div", Ah, [
4754
4781
  xt(r.$slots, "selectComponent", {}, () => [
4755
4782
  s.allowSelectColumn ? (w(), H(v, {
4756
4783
  key: 1,
@@ -4764,7 +4791,7 @@ function Wh(r, l, s, h, u, d) {
4764
4791
  key: 0,
4765
4792
  class: "bnCon-setting-column",
4766
4793
  title: d.ruleVal[s.optionProps.name]
4767
- }, K(d.ruleVal[s.optionProps.name]), 9, Ah))
4794
+ }, K(d.ruleVal[s.optionProps.name]), 9, Rh))
4768
4795
  ], !0),
4769
4796
  B(v, {
4770
4797
  onChange: d.searchChange,
@@ -4783,8 +4810,8 @@ function Wh(r, l, s, h, u, d) {
4783
4810
  y("span", { class: "bnUIcon bnUIcon-delete" }, null, -1)
4784
4811
  ])])) : R("", !0)
4785
4812
  ]),
4786
- y("div", Rh, [
4787
- s.allowValueType ? (w(), P("div", Uh, [
4813
+ y("div", Uh, [
4814
+ s.allowValueType ? (w(), P("div", zh, [
4788
4815
  B(x, {
4789
4816
  modelValue: d.ruleVal[s.optionProps.valueType],
4790
4817
  "onUpdate:modelValue": l[3] || (l[3] = (D) => d.ruleVal[s.optionProps.valueType] = D),
@@ -4802,7 +4829,7 @@ function Wh(r, l, s, h, u, d) {
4802
4829
  _: 1
4803
4830
  }, 8, ["modelValue", "disabled", "onChange"])
4804
4831
  ])) : R("", !0),
4805
- d.ruleVal.behaviorType == 7 && s.allowSubType ? (w(), P("div", zh, [
4832
+ d.ruleVal.behaviorType == 7 && s.allowSubType ? (w(), P("div", Hh, [
4806
4833
  B(x, {
4807
4834
  modelValue: d.ruleVal[s.optionProps.subType],
4808
4835
  "onUpdate:modelValue": l[4] || (l[4] = (D) => d.ruleVal[s.optionProps.subType] = D),
@@ -4820,7 +4847,7 @@ function Wh(r, l, s, h, u, d) {
4820
4847
  _: 1
4821
4848
  }, 8, ["modelValue", "disabled", "onChange"])
4822
4849
  ])) : R("", !0),
4823
- y("div", Hh, [
4850
+ y("div", Wh, [
4824
4851
  B(b, {
4825
4852
  modelValue: d.ruleVal,
4826
4853
  "onUpdate:modelValue": l[5] || (l[5] = (D) => d.ruleVal = D),
@@ -4836,7 +4863,7 @@ function Wh(r, l, s, h, u, d) {
4836
4863
  ])
4837
4864
  ]);
4838
4865
  }
4839
- const jh = /* @__PURE__ */ re(Mh, [["render", Wh], ["__scopeId", "data-v-acf59911"]]), Hl = {
4866
+ const Kh = /* @__PURE__ */ re(Nh, [["render", jh], ["__scopeId", "data-v-acf59911"]]), Hl = {
4840
4867
  1: "stringForm",
4841
4868
  // 单行文本输入框
4842
4869
  2: "numberForm",
@@ -4890,10 +4917,10 @@ const jh = /* @__PURE__ */ re(Mh, [["render", Wh], ["__scopeId", "data-v-acf5991
4890
4917
  function ma(r, l) {
4891
4918
  return r.behaviorType == 6 && l.value ? l.value.map((s) => s.code) : ye(l);
4892
4919
  }
4893
- function Kh(r) {
4920
+ function Gh(r) {
4894
4921
  return r.behaviorType == 6 && Array.isArray(r.value) ? r.value.length > 0 ? fa(r.value) : null : xn(r, "value.code") || xn(r, "value.id");
4895
4922
  }
4896
- function Gh(r) {
4923
+ function qh(r) {
4897
4924
  var u;
4898
4925
  let l = ye(Kl.defaultLink), s = ye(Kl.columnMapping), h = !1;
4899
4926
  try {
@@ -5041,20 +5068,20 @@ function ga(r, l) {
5041
5068
  return v;
5042
5069
  }
5043
5070
  }
5044
- function qh(r) {
5071
+ function Jh(r) {
5045
5072
  let l = window.atob(r.split(",")[1]), s = new ArrayBuffer(l.length), h = new Uint8Array(s);
5046
5073
  for (let u = 0; u < l.length; u++)
5047
5074
  h[u] = l.charCodeAt(u);
5048
5075
  return new File([s], (/* @__PURE__ */ new Date()).getTime() + ".png");
5049
5076
  }
5050
- function Ub(r, l) {
5077
+ function zb(r, l) {
5051
5078
  return new Promise((s) => {
5052
5079
  if (r.clipboardData && r.clipboardData.items) {
5053
5080
  let h = Array.prototype.filter.call(r.clipboardData.items, (u) => u.type.indexOf("image") >= 0);
5054
5081
  Array.prototype.forEach.call(h, (u) => {
5055
5082
  let d = u.getAsFile(), v = new FileReader();
5056
5083
  v.onloadend = (k) => {
5057
- let x = k.target.result, b = qh(x), D = new FormData();
5084
+ let x = k.target.result, b = Jh(x), D = new FormData();
5058
5085
  D.append("file", b), D.append("source", "task");
5059
5086
  let M = new XMLHttpRequest();
5060
5087
  M.open("POST", l), M.onload = () => {
@@ -5116,7 +5143,7 @@ function la(r, l, s) {
5116
5143
  return console.log("isValueEqualErr:" + h), r === l;
5117
5144
  }
5118
5145
  }
5119
- function Jh(r, l) {
5146
+ function Yh(r, l) {
5120
5147
  let s = r.moduleDefinition.filter((u) => {
5121
5148
  var d;
5122
5149
  return (d = u.insideDataSourceInfo) == null ? void 0 : d.fieldCode;
@@ -5129,29 +5156,29 @@ function Jh(r, l) {
5129
5156
  }), d;
5130
5157
  });
5131
5158
  }
5132
- const Yh = {
5159
+ const Xh = {
5133
5160
  name: "index",
5134
5161
  props: {
5135
5162
  log: Object,
5136
5163
  animation: Boolean
5137
5164
  }
5138
- }, Xh = { class: "elfLog" }, Qh = { class: "elfLog-content" }, Zh = { class: "elfLog-content-time" }, $h = { class: "elfLog-content-warp" };
5139
- function ep(r, l, s, h, u, d) {
5140
- return w(), P("div", Xh, [
5165
+ }, Qh = { class: "elfLog" }, Zh = { class: "elfLog-content" }, $h = { class: "elfLog-content-time" }, ep = { class: "elfLog-content-warp" };
5166
+ function tp(r, l, s, h, u, d) {
5167
+ return w(), P("div", Qh, [
5141
5168
  l[0] || (l[0] = y("div", { class: "elfLog-top" }, [
5142
5169
  y("img", { src: "https://banniu-work.oss-cn-zhangjiakou.aliyuncs.com/125_10030158_26e18a1f306bad541a1713b86e6d1030.png" })
5143
5170
  ], -1)),
5144
- y("div", Qh, [
5145
- y("div", Zh, K(s.log.time), 1),
5146
- y("div", $h, [
5171
+ y("div", Zh, [
5172
+ y("div", $h, K(s.log.time), 1),
5173
+ y("div", ep, [
5147
5174
  y("span", null, K(s.log.content), 1)
5148
5175
  ])
5149
5176
  ])
5150
5177
  ]);
5151
5178
  }
5152
- const tp = /* @__PURE__ */ re(Yh, [["render", ep], ["__scopeId", "data-v-569615ca"]]), ip = {
5179
+ const ip = /* @__PURE__ */ re(Xh, [["render", tp], ["__scopeId", "data-v-569615ca"]]), np = {
5153
5180
  name: "index",
5154
- components: { elfLog: tp },
5181
+ components: { elfLog: ip },
5155
5182
  props: { logs: Array },
5156
5183
  data() {
5157
5184
  return {
@@ -5171,14 +5198,14 @@ const tp = /* @__PURE__ */ re(Yh, [["render", ep], ["__scopeId", "data-v-569615c
5171
5198
  immediate: !0
5172
5199
  }
5173
5200
  }
5174
- }, np = { class: "BnSmartElf" }, lp = { class: "BnSmartElf-logs" }, rp = { src: "https://banniu-work.oss-cn-zhangjiakou.aliyuncs.com/125_10030158_34d142cdae778fe5751269e3ebb078be.png" }, op = { src: "https://banniu-work.oss-cn-zhangjiakou.aliyuncs.com/125_10030158_a3e8db53df86fa2143e8d5238fc5dac0.png" };
5175
- function sp(r, l, s, h, u, d) {
5201
+ }, lp = { class: "BnSmartElf" }, rp = { class: "BnSmartElf-logs" }, op = { src: "https://banniu-work.oss-cn-zhangjiakou.aliyuncs.com/125_10030158_34d142cdae778fe5751269e3ebb078be.png" }, sp = { src: "https://banniu-work.oss-cn-zhangjiakou.aliyuncs.com/125_10030158_a3e8db53df86fa2143e8d5238fc5dac0.png" };
5202
+ function ap(r, l, s, h, u, d) {
5176
5203
  const v = O("elfLog"), k = O("el-scrollbar"), x = O("el-tooltip");
5177
- return w(), P("div", np, [
5204
+ return w(), P("div", lp, [
5178
5205
  l[3] || (l[3] = y("div", { class: "BnSmartElf-head" }, [
5179
5206
  y("span", null, "建单助手")
5180
5207
  ], -1)),
5181
- y("div", lp, [
5208
+ y("div", rp, [
5182
5209
  B(k, {
5183
5210
  height: "100%",
5184
5211
  ref: "scrollbarRef"
@@ -5200,7 +5227,7 @@ function sp(r, l, s, h, u, d) {
5200
5227
  onMouseleave: l[1] || (l[1] = (b) => u.close = !1),
5201
5228
  onClick: l[2] || (l[2] = (b) => r.$emit("close"))
5202
5229
  }, [
5203
- Oe(y("img", rp, null, 512), [
5230
+ Pe(y("img", op, null, 512), [
5204
5231
  [at, !u.close]
5205
5232
  ]),
5206
5233
  B(x, {
@@ -5210,7 +5237,7 @@ function sp(r, l, s, h, u, d) {
5210
5237
  "show-arrow": !1
5211
5238
  }, {
5212
5239
  default: F(() => [
5213
- Oe(y("img", op, null, 512), [
5240
+ Pe(y("img", sp, null, 512), [
5214
5241
  [at, u.close]
5215
5242
  ])
5216
5243
  ]),
@@ -5219,7 +5246,7 @@ function sp(r, l, s, h, u, d) {
5219
5246
  ], 32)
5220
5247
  ]);
5221
5248
  }
5222
- const ap = /* @__PURE__ */ re(ip, [["render", sp], ["__scopeId", "data-v-7c0c7c08"]]), up = {
5249
+ const up = /* @__PURE__ */ re(np, [["render", ap], ["__scopeId", "data-v-7c0c7c08"]]), dp = {
5223
5250
  name: "choosePackage",
5224
5251
  props: {
5225
5252
  orderList: Array,
@@ -5381,11 +5408,11 @@ const ap = /* @__PURE__ */ re(ip, [["render", sp], ["__scopeId", "data-v-7c0c7c0
5381
5408
  return (s + h).toFixed(u);
5382
5409
  }
5383
5410
  }
5384
- }, dp = { class: "choosePackage" }, cp = {
5411
+ }, cp = { class: "choosePackage" }, fp = {
5385
5412
  key: 0,
5386
5413
  class: "choosePackage-operate"
5387
- }, fp = { class: "choosePackage-inner" }, hp = { key: 0 }, pp = { key: 0 }, mp = { class: "w-flex-right w-flex-center" }, gp = { class: "w-font13 w-color-gray w-margin-right8" };
5388
- function vp(r, l, s, h, u, d) {
5414
+ }, hp = { class: "choosePackage-inner" }, pp = { key: 0 }, mp = { key: 0 }, gp = { class: "w-flex-right w-flex-center" }, vp = { class: "w-font13 w-color-gray w-margin-right8" };
5415
+ function yp(r, l, s, h, u, d) {
5389
5416
  const v = O("el-button"), k = O("vxe-column"), x = O("BnFileView"), b = O("vxe-table"), D = O("el-dialog");
5390
5417
  return w(), H(D, {
5391
5418
  modelValue: u.show,
@@ -5397,8 +5424,8 @@ function vp(r, l, s, h, u, d) {
5397
5424
  style: { "margin-bottom": "0" }
5398
5425
  }, {
5399
5426
  footer: F(() => [
5400
- y("div", mp, [
5401
- y("span", gp, "已选择(" + K(u.selectData.length) + "/" + K(s.orderList.length) + ")条", 1),
5427
+ y("div", gp, [
5428
+ y("span", vp, "已选择(" + K(u.selectData.length) + "/" + K(s.orderList.length) + ")条", 1),
5402
5429
  B(v, {
5403
5430
  onClick: l[2] || (l[2] = (M) => u.show = !1)
5404
5431
  }, {
@@ -5419,8 +5446,8 @@ function vp(r, l, s, h, u, d) {
5419
5446
  ])
5420
5447
  ]),
5421
5448
  default: F(() => [
5422
- y("div", dp, [
5423
- d.tableData.length > 0 ? (w(), P("div", cp, [
5449
+ y("div", cp, [
5450
+ d.tableData.length > 0 ? (w(), P("div", fp, [
5424
5451
  u.expandAll ? (w(), H(v, {
5425
5452
  key: 0,
5426
5453
  onClick: l[0] || (l[0] = (M) => d.changeOpen(!1)),
@@ -5474,7 +5501,7 @@ function vp(r, l, s, h, u, d) {
5474
5501
  visible: !1
5475
5502
  }, {
5476
5503
  content: F(({ row: M }) => [
5477
- y("div", fp, [
5504
+ y("div", hp, [
5478
5505
  B(b, {
5479
5506
  size: "small",
5480
5507
  "column-config": { resizable: !0 },
@@ -5494,7 +5521,7 @@ function vp(r, l, s, h, u, d) {
5494
5521
  "show-overflow": "title"
5495
5522
  }, {
5496
5523
  default: F((Y) => [
5497
- J.behaviorType != 10 ? (w(), P("span", hp, K(d.getTitle(J, Y.row[J.columnCode])), 1)) : R("", !0),
5524
+ J.behaviorType != 10 ? (w(), P("span", pp, K(d.getTitle(J, Y.row[J.columnCode])), 1)) : R("", !0),
5498
5525
  J.behaviorType == 10 && Y.row[J.columnCode] ? (w(), H(x, {
5499
5526
  key: 1,
5500
5527
  "file-list": Y.row[J.columnCode],
@@ -5522,7 +5549,7 @@ function vp(r, l, s, h, u, d) {
5522
5549
  "show-overflow": "title"
5523
5550
  }, {
5524
5551
  default: F((A) => [
5525
- M.behaviorType != 10 ? (w(), P("span", pp, K(d.getTitle(M, A.row[M.columnCode])), 1)) : R("", !0),
5552
+ M.behaviorType != 10 ? (w(), P("span", mp, K(d.getTitle(M, A.row[M.columnCode])), 1)) : R("", !0),
5526
5553
  M.behaviorType == 10 && A.row[M.columnCode] ? (w(), H(x, {
5527
5554
  key: 1,
5528
5555
  "file-list": A.row[M.columnCode],
@@ -5540,7 +5567,7 @@ function vp(r, l, s, h, u, d) {
5540
5567
  _: 1
5541
5568
  }, 8, ["modelValue", "title"]);
5542
5569
  }
5543
- const yp = /* @__PURE__ */ re(up, [["render", vp], ["__scopeId", "data-v-7ccc583a"]]), bp = {
5570
+ const bp = /* @__PURE__ */ re(dp, [["render", yp], ["__scopeId", "data-v-7ccc583a"]]), Cp = {
5544
5571
  name: "chooseChildOrder",
5545
5572
  props: {
5546
5573
  childOrders: Array,
@@ -5593,8 +5620,8 @@ const yp = /* @__PURE__ */ re(up, [["render", vp], ["__scopeId", "data-v-7ccc583
5593
5620
  this.$emit("setChildrenForm", r, "cover", this.dataBack.order), this.show = !1;
5594
5621
  }
5595
5622
  }
5596
- }, Cp = { class: "chooseChildOrder" }, wp = { key: 0 }, kp = { class: "w-flex-right w-flex-center" }, xp = { class: "w-font13 w-color-gray w-margin-right8" };
5597
- function _p(r, l, s, h, u, d) {
5623
+ }, wp = { class: "chooseChildOrder" }, kp = { key: 0 }, xp = { class: "w-flex-right w-flex-center" }, _p = { class: "w-font13 w-color-gray w-margin-right8" };
5624
+ function Sp(r, l, s, h, u, d) {
5598
5625
  const v = O("vxe-column"), k = O("BnFileView"), x = O("vxe-table"), b = O("el-button"), D = O("el-dialog");
5599
5626
  return w(), H(D, {
5600
5627
  modelValue: u.show,
@@ -5606,8 +5633,8 @@ function _p(r, l, s, h, u, d) {
5606
5633
  style: { "margin-bottom": "0" }
5607
5634
  }, {
5608
5635
  footer: F(() => [
5609
- y("div", kp, [
5610
- y("span", xp, "已选择(" + K(u.selectData.length) + "/" + K(s.childOrders.length) + ")条", 1),
5636
+ y("div", xp, [
5637
+ y("span", _p, "已选择(" + K(u.selectData.length) + "/" + K(s.childOrders.length) + ")条", 1),
5611
5638
  B(b, {
5612
5639
  onClick: l[0] || (l[0] = (M) => u.show = !1)
5613
5640
  }, {
@@ -5628,7 +5655,7 @@ function _p(r, l, s, h, u, d) {
5628
5655
  ])
5629
5656
  ]),
5630
5657
  default: F(() => [
5631
- y("div", Cp, [
5658
+ y("div", wp, [
5632
5659
  B(x, {
5633
5660
  ref: "packageTable",
5634
5661
  border: "",
@@ -5662,7 +5689,7 @@ function _p(r, l, s, h, u, d) {
5662
5689
  "show-footer-overflow": ""
5663
5690
  }, {
5664
5691
  default: F((A) => [
5665
- M.behaviorType != 10 ? (w(), P("span", wp, K(d.getTitle(M, A.row[M.columnCode])), 1)) : R("", !0),
5692
+ M.behaviorType != 10 ? (w(), P("span", kp, K(d.getTitle(M, A.row[M.columnCode])), 1)) : R("", !0),
5666
5693
  M.behaviorType == 10 && A.row[M.columnCode] ? (w(), H(k, {
5667
5694
  key: 1,
5668
5695
  "file-list": A.row[M.columnCode],
@@ -5680,7 +5707,7 @@ function _p(r, l, s, h, u, d) {
5680
5707
  _: 1
5681
5708
  }, 8, ["modelValue"]);
5682
5709
  }
5683
- const Sp = /* @__PURE__ */ re(bp, [["render", _p], ["__scopeId", "data-v-d3be0803"]]), Ip = {
5710
+ const Ip = /* @__PURE__ */ re(Cp, [["render", Sp], ["__scopeId", "data-v-d3be0803"]]), Dp = {
5684
5711
  name: "chooseChildGood",
5685
5712
  data() {
5686
5713
  return {
@@ -5787,8 +5814,8 @@ const Sp = /* @__PURE__ */ re(bp, [["render", _p], ["__scopeId", "data-v-d3be080
5787
5814
  this.$emit("setChildGood", l, r), this.show = !1;
5788
5815
  }
5789
5816
  }
5790
- }, Dp = { class: "chooseChildGood" }, Tp = { class: "chooseChildGood-main w-margin-bottom10" }, Lp = { class: "w-flex-right w-flex-center" }, Fp = { class: "w-font13 w-color-gray w-margin-right8" };
5791
- function Op(r, l, s, h, u, d) {
5817
+ }, Tp = { class: "chooseChildGood" }, Lp = { class: "chooseChildGood-main w-margin-bottom10" }, Fp = { class: "w-flex-right w-flex-center" }, Op = { class: "w-font13 w-color-gray w-margin-right8" };
5818
+ function Pp(r, l, s, h, u, d) {
5792
5819
  const v = O("vxe-column"), k = O("BnFileView"), x = O("vxe-table"), b = O("el-button"), D = O("el-popover"), M = O("el-dialog"), J = jt("loading");
5793
5820
  return w(), H(M, {
5794
5821
  modelValue: u.show,
@@ -5800,8 +5827,8 @@ function Op(r, l, s, h, u, d) {
5800
5827
  style: { "margin-bottom": "0" }
5801
5828
  }, {
5802
5829
  footer: F(() => [
5803
- y("div", Lp, [
5804
- y("span", Fp, "已选择(" + K(u.selectData.length) + "/" + K(u.childOrderList.length) + ")条", 1),
5830
+ y("div", Fp, [
5831
+ y("span", Op, "已选择(" + K(u.selectData.length) + "/" + K(u.childOrderList.length) + ")条", 1),
5805
5832
  B(b, {
5806
5833
  onClick: l[0] || (l[0] = (A) => u.show = !1)
5807
5834
  }, {
@@ -5857,8 +5884,8 @@ function Op(r, l, s, h, u, d) {
5857
5884
  ])
5858
5885
  ]),
5859
5886
  default: F(() => [
5860
- y("div", Dp, [
5861
- y("div", Tp, [
5887
+ y("div", Tp, [
5888
+ y("div", Lp, [
5862
5889
  l[5] || (l[5] = y("div", { class: "w-margin-bottom5 w-color-gray" }, " 主商品信息", -1)),
5863
5890
  B(x, {
5864
5891
  border: "",
@@ -5905,7 +5932,7 @@ function Op(r, l, s, h, u, d) {
5905
5932
  }, 8, ["data"])
5906
5933
  ]),
5907
5934
  l[7] || (l[7] = y("div", { class: "w-margin-bottom5 w-color-blue" }, " 子商品列表", -1)),
5908
- Oe((w(), H(x, {
5935
+ Pe((w(), H(x, {
5909
5936
  ref: "childGoodTable",
5910
5937
  border: "",
5911
5938
  size: "small",
@@ -5967,7 +5994,7 @@ function Op(r, l, s, h, u, d) {
5967
5994
  _: 1
5968
5995
  }, 8, ["modelValue", "title"]);
5969
5996
  }
5970
- const Pp = /* @__PURE__ */ re(Ip, [["render", Op], ["__scopeId", "data-v-918e611f"]]), Bp = {
5997
+ const Bp = /* @__PURE__ */ re(Dp, [["render", Pp], ["__scopeId", "data-v-918e611f"]]), Mp = {
5971
5998
  name: "WorksheetCopy",
5972
5999
  data() {
5973
6000
  return {
@@ -6017,8 +6044,8 @@ const Pp = /* @__PURE__ */ re(Ip, [["render", Op], ["__scopeId", "data-v-918e611
6017
6044
  }
6018
6045
  }
6019
6046
  };
6020
- function Mp(r, l, s, h, u, d) {
6021
- return Oe((w(), P("div", {
6047
+ function Np(r, l, s, h, u, d) {
6048
+ return Pe((w(), P("div", {
6022
6049
  class: "worksheetCopy",
6023
6050
  style: kt(u.style),
6024
6051
  onMouseover: l[0] || (l[0] = (...v) => d.onMouseEvent && d.onMouseEvent(...v)),
@@ -6028,24 +6055,24 @@ function Mp(r, l, s, h, u, d) {
6028
6055
  [at, u.visiable || u.isMouseIn]
6029
6056
  ]);
6030
6057
  }
6031
- const Np = /* @__PURE__ */ re(Bp, [["render", Mp], ["__scopeId", "data-v-ea01cce7"]]), rl = {
6058
+ const Ep = /* @__PURE__ */ re(Mp, [["render", Np], ["__scopeId", "data-v-ea01cce7"]]), rl = {
6032
6059
  // API基础URL
6033
6060
  apiBaseUrl: ""
6034
6061
  // 其他配置项可以在这里添加
6035
6062
  };
6036
- function zb(r) {
6063
+ function Hb(r) {
6037
6064
  r.apiBaseUrl !== void 0 && (rl.apiBaseUrl = r.apiBaseUrl), Object.keys(r).forEach((l) => {
6038
6065
  r[l] !== void 0 && (rl[l] = r[l]);
6039
6066
  });
6040
6067
  }
6041
- function Hb() {
6068
+ function Wb() {
6042
6069
  return rl;
6043
6070
  }
6044
6071
  function ql() {
6045
6072
  var r;
6046
6073
  return rl.apiBaseUrl ? rl.apiBaseUrl : typeof window < "u" && ((r = window.__BN_CONFIG__) != null && r.apiBaseUrl) ? window.__BN_CONFIG__.apiBaseUrl : (console.warn("API基础URL未配置,请在使用组件库前调用 setGlobalConfig 设置 apiBaseUrl"), "");
6047
6074
  }
6048
- const Ep = {
6075
+ const Vp = {
6049
6076
  1: [
6050
6077
  { title: "等于", id: "1" },
6051
6078
  { title: "不等于", id: "2" },
@@ -6273,7 +6300,7 @@ const Ep = {
6273
6300
  {title: '为空', id: '9'},
6274
6301
  {title: '不为空', id: '10'}
6275
6302
  ],*/
6276
- }, Vp = {
6303
+ }, Ap = {
6277
6304
  1: "0",
6278
6305
  2: "0",
6279
6306
  3: "2",
@@ -6289,7 +6316,7 @@ const Ep = {
6289
6316
  13: "2",
6290
6317
  14: "2",
6291
6318
  15: "2"
6292
- }, Ap = {
6319
+ }, Rp = {
6293
6320
  1: [
6294
6321
  { title: "等于", id: "1" },
6295
6322
  { title: "不等于", id: "2" },
@@ -6443,7 +6470,7 @@ const Ep = {
6443
6470
  { title: "班牛助手(服务大厅)", code: "857", id: "857" },
6444
6471
  { title: "班牛助手(API)", code: "110430206", id: "110430206" }
6445
6472
  ];
6446
- function Wb(r, l, s = "id", h = "title", u = ",") {
6473
+ function jb(r, l, s = "id", h = "title", u = ",") {
6447
6474
  if (!(r != null && r.length)) return "";
6448
6475
  if (!l) return r.join(u);
6449
6476
  const d = /* @__PURE__ */ new Map();
@@ -6466,7 +6493,7 @@ function Wb(r, l, s = "id", h = "title", u = ",") {
6466
6493
  }
6467
6494
  return v;
6468
6495
  }
6469
- function jb(r, l) {
6496
+ function Kb(r, l) {
6470
6497
  let s;
6471
6498
  if (document.selection)
6472
6499
  r.focus(), s = document.selection.createRange(), s.text = l, r.focus();
@@ -6486,12 +6513,12 @@ function Xr(r) {
6486
6513
  behaviorType: r.behaviorType,
6487
6514
  columnCode: r.columnCode,
6488
6515
  name: r.name,
6489
- valueType: Vp[r.behaviorType],
6516
+ valueType: Ap[r.behaviorType],
6490
6517
  extraInfo: r.extraInfo || {},
6491
6518
  moduleDefinition: r.moduleDefinition || [],
6492
6519
  insideDataSourceInfo: r.insideDataSourceInfo,
6493
6520
  outDataSourceInfo: r.outDataSourceInfo || [],
6494
- matchType: (s = Ep[r.behaviorType][0]) == null ? void 0 : s.id,
6521
+ matchType: (s = Vp[r.behaviorType][0]) == null ? void 0 : s.id,
6495
6522
  parentCode: r.parent ? r.parent.columnCode : "",
6496
6523
  parentId: r.parent ? r.parent.id : "",
6497
6524
  parentBehaviorType: r.parent ? r.parent.behaviorType : ""
@@ -6552,7 +6579,7 @@ function Xr(r) {
6552
6579
  }
6553
6580
  return l;
6554
6581
  }
6555
- function Kb(r, l, s) {
6582
+ function Gb(r, l, s) {
6556
6583
  let h = [];
6557
6584
  return r.forEach((u) => {
6558
6585
  if ([13, 14, 15].includes(u.behaviorType))
@@ -6603,7 +6630,7 @@ function Gl(r, l) {
6603
6630
  insideDataSourceInfo: r.insideDataSourceInfo,
6604
6631
  outDataSourceInfo: r.outDataSourceInfo || []
6605
6632
  };
6606
- if (l == "queryShow" && (s.searchType = (h = Ap[r.behaviorType][0]) == null ? void 0 : h.id, s.parentCode = r.parent ? r.parent.columnCode : null, ["alarm_status", "sync_status"].includes(r.columnCode)))
6633
+ if (l == "queryShow" && (s.searchType = (h = Rp[r.behaviorType][0]) == null ? void 0 : h.id, s.parentCode = r.parent ? r.parent.columnCode : null, ["alarm_status", "sync_status"].includes(r.columnCode)))
6607
6634
  return null;
6608
6635
  switch (s.behaviorType) {
6609
6636
  case 1:
@@ -6670,7 +6697,7 @@ function Gl(r, l) {
6670
6697
  }
6671
6698
  return s;
6672
6699
  }
6673
- function Rp(r, l, s) {
6700
+ function Up(r, l, s) {
6674
6701
  let h = [];
6675
6702
  return r.forEach((u) => {
6676
6703
  if ([13, 14, 15].includes(u.behaviorType) && u.extraInfo.queryShow == 1 && u.moduleDefinition.length > 0)
@@ -6690,7 +6717,7 @@ function Rp(r, l, s) {
6690
6717
  }
6691
6718
  }), h;
6692
6719
  }
6693
- function Up(r, l, s, h = "listShow") {
6720
+ function zp(r, l, s, h = "listShow") {
6694
6721
  let u = [];
6695
6722
  return r.forEach((d) => {
6696
6723
  let v = Gl({ ...d, appId: l, tableId: s }, h);
@@ -6806,14 +6833,14 @@ function ya(r, l, s) {
6806
6833
  }
6807
6834
  return h;
6808
6835
  }
6809
- function Gb(r, l, s, h) {
6836
+ function qb(r, l, s, h) {
6810
6837
  let u = [], d = h && h.id ? "isEditable" : "isAddable";
6811
6838
  return r.forEach((v) => {
6812
6839
  let k = ya({ ...v, appId: l, tableId: s }, h, d);
6813
6840
  k && u.push(k);
6814
6841
  }), u;
6815
6842
  }
6816
- function zp(r, l) {
6843
+ function Hp(r, l) {
6817
6844
  let s = ye(l.inside[r.columnCode]), h = ye(l[r.columnCode]), u = r.moduleDefinition.filter((d) => d.behaviorType == 10);
6818
6845
  return u.length > 0 && h.forEach((d, v) => {
6819
6846
  d.inside = {}, u.forEach((k) => {
@@ -6821,7 +6848,7 @@ function zp(r, l) {
6821
6848
  });
6822
6849
  }), h;
6823
6850
  }
6824
- function qb(r, l) {
6851
+ function Jb(r, l) {
6825
6852
  let s = [];
6826
6853
  try {
6827
6854
  r.forEach((h) => {
@@ -6839,11 +6866,11 @@ function qb(r, l) {
6839
6866
  }
6840
6867
  return s;
6841
6868
  }
6842
- function Hp(r = /* @__PURE__ */ new Date()) {
6869
+ function Wp(r = /* @__PURE__ */ new Date()) {
6843
6870
  const l = new Date(r), s = (b) => String(b).padStart(2, "0"), h = l.getFullYear(), u = s(l.getMonth() + 1), d = s(l.getDate()), v = s(l.getHours()), k = s(l.getMinutes()), x = s(l.getSeconds());
6844
6871
  return `${h}-${u}-${d} ${v}:${k}:${x}`;
6845
6872
  }
6846
- const Jb = (r) => {
6873
+ const Yb = (r) => {
6847
6874
  var l, s, h, u;
6848
6875
  try {
6849
6876
  let d = JSON.parse(localStorage.getItem("webLog") || "false") || [], v = JSON.parse(localStorage.getItem("sessionInfo") || "false") || {};
@@ -6877,15 +6904,15 @@ const Jb = (r) => {
6877
6904
  d = [{
6878
6905
  url: r.config.url,
6879
6906
  code: r.data ? r.data.code : null,
6880
- time: Hp(r.headers.date),
6907
+ time: Wp(r.headers.date),
6881
6908
  traceId: r.headers["trace-id"] || "未返回"
6882
6909
  }, ...d].slice(0, 50), localStorage.setItem("webLog", JSON.stringify(d));
6883
6910
  } catch {
6884
6911
  console.log(`一条日志未能成功捕捉:${JSON.stringify(r)}`);
6885
6912
  }
6886
- }, Wp = {
6913
+ }, jp = {
6887
6914
  name: "chooseAssocTable",
6888
- components: { chooseChildGood: Pp, tableCellCopy: Np },
6915
+ components: { chooseChildGood: Bp, tableCellCopy: Ep },
6889
6916
  props: {
6890
6917
  // 接口请求外部转发
6891
6918
  postFunc: Function,
@@ -6936,7 +6963,7 @@ const Jb = (r) => {
6936
6963
  r.moduleDefinition.forEach((h) => {
6937
6964
  var u, d;
6938
6965
  (u = h.insideDataSourceInfo) != null && u.fieldCode && s.push({ ...h, columnCode: (d = h.insideDataSourceInfo) == null ? void 0 : d.fieldCode });
6939
- }), this.searchColumns = Rp(s, this.extendPost.appId, this.extendPost.projectId);
6966
+ }), this.searchColumns = Up(s, this.extendPost.appId, this.extendPost.projectId);
6940
6967
  } catch (s) {
6941
6968
  console.log("格式化关联表筛选组件" + s);
6942
6969
  }
@@ -7112,8 +7139,8 @@ const Jb = (r) => {
7112
7139
  }, 200), this.show = !1;
7113
7140
  }
7114
7141
  }
7115
- }, jp = { class: "chooseAssocTable" }, Kp = { class: "chooseAssocTable-search w-margin-bottom10" }, Gp = { class: "w-flex-between w-margin-bottom10" }, qp = { class: "w-flex-center" }, Jp = { class: "w-flex-center" }, Yp = { class: "w-flex-center" }, Xp = { key: 1 }, Qp = { class: "w-flex-right w-flex-center" }, Zp = { class: "w-font13 w-color-gray w-margin-right8" };
7116
- function $p(r, l, s, h, u, d) {
7142
+ }, Kp = { class: "chooseAssocTable" }, Gp = { class: "chooseAssocTable-search w-margin-bottom10" }, qp = { class: "w-flex-between w-margin-bottom10" }, Jp = { class: "w-flex-center" }, Yp = { class: "w-flex-center" }, Xp = { class: "w-flex-center" }, Qp = { key: 1 }, Zp = { class: "w-flex-right w-flex-center" }, $p = { class: "w-font13 w-color-gray w-margin-right8" };
7143
+ function em(r, l, s, h, u, d) {
7117
7144
  const v = O("tableCellCopy"), k = O("chooseChildGood"), x = O("BnAdvancedFilter"), b = O("el-button"), D = O("BnDrop"), M = O("el-tag"), J = O("vxe-column"), A = O("el-tooltip"), Y = O("BnFileView"), _e = O("vxe-table"), he = O("el-pagination"), fe = O("el-popover"), xe = O("el-dialog"), ae = jt("loading");
7118
7145
  return w(), H(xe, {
7119
7146
  modelValue: u.show,
@@ -7125,8 +7152,8 @@ function $p(r, l, s, h, u, d) {
7125
7152
  style: { "margin-bottom": "0" }
7126
7153
  }, {
7127
7154
  footer: F(() => [
7128
- y("div", Qp, [
7129
- y("span", Zp, "已选择(" + K(u.selectData.length) + "/" + K(u.orderList.length) + ")条", 1),
7155
+ y("div", Zp, [
7156
+ y("span", $p, "已选择(" + K(u.selectData.length) + "/" + K(u.orderList.length) + ")条", 1),
7130
7157
  B(he, {
7131
7158
  class: "w-margin-right8",
7132
7159
  background: "",
@@ -7198,8 +7225,8 @@ function $p(r, l, s, h, u, d) {
7198
7225
  ref: "chooseChildGood",
7199
7226
  onSetChildGood: d.setChildGood
7200
7227
  }, null, 8, ["onSetChildGood"]),
7201
- y("div", jp, [
7202
- y("div", Kp, [
7228
+ y("div", Kp, [
7229
+ y("div", Gp, [
7203
7230
  (w(!0), P(oe, null, Ce(u.searchPost.conditions, (ge, De) => (w(), P("div", {
7204
7231
  key: De,
7205
7232
  class: "chooseAssocTable-search-item"
@@ -7217,8 +7244,8 @@ function $p(r, l, s, h, u, d) {
7217
7244
  }, null, 8, ["modelValue", "onUpdate:modelValue", "column-data", "onDel", "postFunc", "pathUrl", "postData"])
7218
7245
  ]))), 128))
7219
7246
  ]),
7220
- y("div", Gp, [
7221
- y("div", qp, [
7247
+ y("div", qp, [
7248
+ y("div", Jp, [
7222
7249
  B(D, {
7223
7250
  modelValue: u.searchPost.conditions,
7224
7251
  "onUpdate:modelValue": l[1] || (l[1] = (ge) => u.searchPost.conditions = ge),
@@ -7252,7 +7279,7 @@ function $p(r, l, s, h, u, d) {
7252
7279
  _: 2
7253
7280
  }, 1032, ["onClick", "onClose"]))), 256))
7254
7281
  ]),
7255
- y("div", Jp, [
7282
+ y("div", Yp, [
7256
7283
  B(b, { onClick: d.saveSearch }, {
7257
7284
  default: F(() => [...l[9] || (l[9] = [
7258
7285
  Z("另存为常用查询", -1)
@@ -7270,7 +7297,7 @@ function $p(r, l, s, h, u, d) {
7270
7297
  }, 8, ["onClick"])
7271
7298
  ])
7272
7299
  ]),
7273
- Oe((w(), H(_e, {
7300
+ Pe((w(), H(_e, {
7274
7301
  ref: "assocTable",
7275
7302
  border: "",
7276
7303
  size: "small",
@@ -7305,7 +7332,7 @@ function $p(r, l, s, h, u, d) {
7305
7332
  fixed: "left"
7306
7333
  }, {
7307
7334
  default: F((ge) => [
7308
- y("span", Yp, [
7335
+ y("span", Xp, [
7309
7336
  ge.row.combine == "是" ? (w(), H(A, {
7310
7337
  key: 0,
7311
7338
  content: "当确定是组合装(combine),允许点击该行选择子商品(spec_list)",
@@ -7318,7 +7345,7 @@ function $p(r, l, s, h, u, d) {
7318
7345
  ], -1)
7319
7346
  ])]),
7320
7347
  _: 1
7321
- })) : (w(), P("span", Xp))
7348
+ })) : (w(), P("span", Qp))
7322
7349
  ])
7323
7350
  ]),
7324
7351
  _: 1
@@ -7356,7 +7383,7 @@ function $p(r, l, s, h, u, d) {
7356
7383
  _: 1
7357
7384
  }, 8, ["modelValue", "title"]);
7358
7385
  }
7359
- const em = /* @__PURE__ */ re(Wp, [["render", $p], ["__scopeId", "data-v-4e8854b5"]]);
7386
+ const tm = /* @__PURE__ */ re(jp, [["render", em], ["__scopeId", "data-v-4e8854b5"]]);
7360
7387
  function pi(r, l) {
7361
7388
  return r.some((s) => s == l);
7362
7389
  }
@@ -7364,7 +7391,7 @@ function ra(r, l, s) {
7364
7391
  let h = JSON.parse(JSON.stringify(Gr(r).componentMap)), u = [], d = [], v = [];
7365
7392
  l.map((x) => {
7366
7393
  if (x.status == 1 && (s && x.columnRules.showScene.includes(2) || !s && x.columnRules.showScene.includes(1))) {
7367
- let b = Gr(x.columnRules.showColumns).ids, D = Gr(x.columnRules.conditions).ids, M = tm(x.columnRules.calculation, x.columnRules.conditions, h);
7394
+ let b = Gr(x.columnRules.showColumns).ids, D = Gr(x.columnRules.conditions).ids, M = im(x.columnRules.calculation, x.columnRules.conditions, h);
7368
7395
  v = qr(v, D), M ? d = qr(d, b) : u = qr(u, b);
7369
7396
  }
7370
7397
  });
@@ -7386,7 +7413,7 @@ function Gr(r) {
7386
7413
  l.ids.push(s.columnCode), l.componentMap[s.columnCode] = s;
7387
7414
  }), l;
7388
7415
  }
7389
- function tm(r, l, s) {
7416
+ function im(r, l, s) {
7390
7417
  let h = -1;
7391
7418
  for (let u in l) {
7392
7419
  let d = l[u], v = s[d.columnCode];
@@ -7395,39 +7422,39 @@ function tm(r, l, s) {
7395
7422
  //单行文本 附件
7396
7423
  case 1:
7397
7424
  case 10: {
7398
- h = im(v, d, u);
7425
+ h = nm(v, d, u);
7399
7426
  break;
7400
7427
  }
7401
7428
  //数值
7402
7429
  case 2:
7403
7430
  case 9: {
7404
- h = nm(v, d, u);
7431
+ h = lm(v, d, u);
7405
7432
  break;
7406
7433
  }
7407
7434
  //单选、下拉
7408
7435
  case 3:
7409
7436
  case 4: {
7410
- h = lm(v, d, u);
7437
+ h = rm(v, d, u);
7411
7438
  break;
7412
7439
  }
7413
7440
  //多选
7414
7441
  case 5: {
7415
- h = rm(v, d, u);
7442
+ h = om(v, d, u);
7416
7443
  break;
7417
7444
  }
7418
7445
  //联动组件
7419
7446
  case 6: {
7420
- h = om(v, d, u);
7447
+ h = sm(v, d, u);
7421
7448
  break;
7422
7449
  }
7423
7450
  //日期组件
7424
7451
  case 7: {
7425
- h = sm(v, d, u);
7452
+ h = am(v, d, u);
7426
7453
  break;
7427
7454
  }
7428
7455
  //日期区间组件
7429
7456
  case 8: {
7430
- h = am(v, d, u);
7457
+ h = um(v, d, u);
7431
7458
  break;
7432
7459
  }
7433
7460
  }
@@ -7444,7 +7471,7 @@ function tm(r, l, s) {
7444
7471
  }
7445
7472
  return h > -1;
7446
7473
  }
7447
- function im(r, l, s) {
7474
+ function nm(r, l, s) {
7448
7475
  let h = s;
7449
7476
  switch (l.matchType) {
7450
7477
  case "1": {
@@ -7478,7 +7505,7 @@ function im(r, l, s) {
7478
7505
  }
7479
7506
  return h;
7480
7507
  }
7481
- function nm(r, l, s) {
7508
+ function lm(r, l, s) {
7482
7509
  let h = s, u = r.value != "" ? parseFloat(r.value) : "", d = l.matchType != "8" && l.value != "" ? parseFloat(l.value) : "";
7483
7510
  switch (l.matchType) {
7484
7511
  case "1": {
@@ -7524,7 +7551,7 @@ function nm(r, l, s) {
7524
7551
  }
7525
7552
  return h;
7526
7553
  }
7527
- function lm(r, l, s) {
7554
+ function rm(r, l, s) {
7528
7555
  let h = s;
7529
7556
  switch (l.matchType) {
7530
7557
  case "1": {
@@ -7556,7 +7583,7 @@ function lm(r, l, s) {
7556
7583
  }
7557
7584
  return h;
7558
7585
  }
7559
- function rm(r, l, s) {
7586
+ function om(r, l, s) {
7560
7587
  let h = s, u = r.value.map((d) => d.id);
7561
7588
  switch (l.matchType) {
7562
7589
  case "1": {
@@ -7608,7 +7635,7 @@ function rm(r, l, s) {
7608
7635
  }
7609
7636
  return h;
7610
7637
  }
7611
- function om(r, l, s) {
7638
+ function sm(r, l, s) {
7612
7639
  let h = s, u = r.value.join(",");
7613
7640
  switch (l.matchType) {
7614
7641
  case "1": {
@@ -7664,7 +7691,7 @@ function Pi(r) {
7664
7691
  let l = r;
7665
7692
  return r.length > 0 && r.length == 10 && (l += "00:00:00"), l ? new Date(l) : "";
7666
7693
  }
7667
- function sm(r, l, s) {
7694
+ function am(r, l, s) {
7668
7695
  let h = s, u = Pi(r.value), d = typeof l.value != "object" ? Pi(l.value) : "";
7669
7696
  switch (l.matchType) {
7670
7697
  case "1": {
@@ -7707,7 +7734,7 @@ function sm(r, l, s) {
7707
7734
  }
7708
7735
  return h;
7709
7736
  }
7710
- function am(r, l, s) {
7737
+ function um(r, l, s) {
7711
7738
  let h = s;
7712
7739
  switch (l.matchType) {
7713
7740
  case "8": {
@@ -7734,27 +7761,27 @@ function qr(r, l, s) {
7734
7761
  return h = Array.from(/* @__PURE__ */ new Set([...r, ...l])), h;
7735
7762
  }
7736
7763
  const Jr = {
7737
- stringForm: ce(() => import("./index-ehOjwJjO.js")),
7738
- numberForm: ce(() => import("./index-C_FNeqja.js")),
7739
- selectForm: ce(() => import("./index-B0h8NHqi.js")),
7740
- radioForm: ce(() => import("./index-DEuN45uW.js")),
7741
- checkboxForm: ce(() => import("./index-BnQuoTny.js")),
7742
- dateForm: ce(() => import("./index-Dmri3Xv6.js")),
7743
- dateDualForm: ce(() => import("./index-H9FynUja.js")),
7744
- fileForm: ce(() => import("./index-BY-KsFu8.js")),
7745
- childrenForm: ce(() => import("./index-C8cpQJvf.js")),
7746
- addressForm: ce(() => import("./index-CjTQz8j2.js")),
7747
- receiveForm: ce(() => import("./index-Cd4dIcnm.js")),
7748
- relationForm: ce(() => import("./index-DcpOoR78.js")),
7749
- scoreForm: ce(() => import("./index-ilP4ejsZ.js"))
7750
- }, um = {
7764
+ stringForm: ce(() => import("./index-B2pWQJjd.js")),
7765
+ numberForm: ce(() => import("./index-BPOd67pI.js")),
7766
+ selectForm: ce(() => import("./index-2vZCuZSM.js")),
7767
+ radioForm: ce(() => import("./index-BFBu9ahv.js")),
7768
+ checkboxForm: ce(() => import("./index-ApMGbmhZ.js")),
7769
+ dateForm: ce(() => import("./index-LbPLhYZu.js")),
7770
+ dateDualForm: ce(() => import("./index-Cfz1QMUT.js")),
7771
+ fileForm: ce(() => import("./index-Cu_4BnXL.js")),
7772
+ childrenForm: ce(() => import("./index-Db3E5bFt.js")),
7773
+ addressForm: ce(() => import("./index-B-WI5uaT.js")),
7774
+ receiveForm: ce(() => import("./index-DZb8OelX.js")),
7775
+ relationForm: ce(() => import("./index-D6uuurY1.js")),
7776
+ scoreForm: ce(() => import("./index-C-ZzKgG7.js"))
7777
+ }, dm = {
7751
7778
  name: "BnSmartForm",
7752
7779
  components: {
7753
- BnSmartElf: ap,
7754
- choosePackage: yp,
7755
- chooseChildOrder: Sp,
7756
- chooseAssocTable: em,
7757
- chooseIPaasData: ce(() => import("./chooseIPaasData-si2EHcfN.js"))
7780
+ BnSmartElf: up,
7781
+ choosePackage: bp,
7782
+ chooseChildOrder: Ip,
7783
+ chooseAssocTable: tm,
7784
+ chooseIPaasData: ce(() => import("./chooseIPaasData-CdqG_7a7.js"))
7758
7785
  },
7759
7786
  props: {
7760
7787
  // 表单id 涉及编辑表单
@@ -7819,7 +7846,7 @@ const Jr = {
7819
7846
  * 初始化表单数据、初始话表单规则
7820
7847
  * */
7821
7848
  init() {
7822
- let { defaultLink: r, columnMapping: l, hasExprExec: s } = Gh(this.componentList);
7849
+ let { defaultLink: r, columnMapping: l, hasExprExec: s } = qh(this.componentList);
7823
7850
  this.defaultLink = ye(r), this.columnMapping = ye(l), this.hasExprExec = s, this.hasExprExec && !this.id && this.exprExecCalc(null, "新建初始化"), this.getPsychicRules(), this.getAssocTableRules(), this.getCheckedRules();
7824
7851
  },
7825
7852
  /**
@@ -8215,7 +8242,7 @@ const Jr = {
8215
8242
  let v = d.data.inside, k = [], x = [];
8216
8243
  this.componentList.forEach((b) => {
8217
8244
  var D;
8218
- b.behaviorType == 13 && this.assocTableSearchColumnId.includes(b.id) && (v[b.columnCode] ? (b.extraInfo.dataForceFill || ((D = b.value) == null ? void 0 : D.length) == 0) && (b.value = Jh(b, v[b.columnCode]), this.afterEventForm(b, "关联筛选赋值"), k.push(b.name)) : (b.extraInfo.dataForceClear || b.value.length > 0) && (b.value = [], x.push(b.name)));
8245
+ b.behaviorType == 13 && this.assocTableSearchColumnId.includes(b.id) && (v[b.columnCode] ? (b.extraInfo.dataForceFill || ((D = b.value) == null ? void 0 : D.length) == 0) && (b.value = Yh(b, v[b.columnCode]), this.afterEventForm(b, "关联筛选赋值"), k.push(b.name)) : (b.extraInfo.dataForceClear || b.value.length > 0) && (b.value = [], x.push(b.name)));
8219
8246
  }), k.length > 0 && (s += `后,修改了 ${k.join(",")} 的值`), x.length > 0 && (s += `,清空了 ${x.join(",")} 的值`);
8220
8247
  } else
8221
8248
  s += ",未拉取到数据";
@@ -8282,7 +8309,7 @@ const Jr = {
8282
8309
  * */
8283
8310
  columnMappingEvent(r, l) {
8284
8311
  try {
8285
- let s = `【${r.name}】${l}触发组件映射`, h = [], u = Kh(r);
8312
+ let s = `【${r.name}】${l}触发组件映射`, h = [], u = Gh(r);
8286
8313
  this.componentList.forEach((d) => {
8287
8314
  if ([3, 4, 6].includes(d.behaviorType) && this.columnMapping.setColumn[r.columnCode][d.columnCode]) {
8288
8315
  let k = this.columnMapping.setColumn[r.columnCode][d.columnCode].find((x) => String(x.fromValue.code || x.fromValue.id) == String(u));
@@ -8382,16 +8409,16 @@ const Jr = {
8382
8409
  }, ...this.extraInfo };
8383
8410
  }
8384
8411
  }
8385
- }, dm = { class: "BnSmartForm" }, cm = {
8412
+ }, cm = { class: "BnSmartForm" }, fm = {
8386
8413
  key: 2,
8387
8414
  class: "BnSmartForm-head"
8388
- }, fm = { class: "BnSmartForm-body" }, hm = ["id"], pm = {
8415
+ }, hm = { class: "BnSmartForm-body" }, pm = ["id"], mm = {
8389
8416
  key: 3,
8390
8417
  class: "BnSmartForm-elf"
8391
8418
  };
8392
- function mm(r, l, s, h, u, d) {
8419
+ function gm(r, l, s, h, u, d) {
8393
8420
  const v = O("chooseAssocTable"), k = O("chooseIPaasData"), x = O("choosePackage"), b = O("chooseChildOrder"), D = O("el-progress"), M = O("el-scrollbar"), J = O("BnSmartElf");
8394
- return w(), P("div", dm, [
8421
+ return w(), P("div", cm, [
8395
8422
  B(v, {
8396
8423
  ref: "chooseAssocTable",
8397
8424
  componentList: d.componentList,
@@ -8422,7 +8449,7 @@ function mm(r, l, s, h, u, d) {
8422
8449
  componentList: d.componentList,
8423
8450
  dataBack: s.dataBack
8424
8451
  }, null, 8, ["childOrders", "onSetChildrenForm", "componentList", "dataBack"])) : R("", !0),
8425
- u.loading ? (w(), P("div", cm, [
8452
+ u.loading ? (w(), P("div", fm, [
8426
8453
  B(D, {
8427
8454
  percentage: 70,
8428
8455
  indeterminate: !0,
@@ -8430,7 +8457,7 @@ function mm(r, l, s, h, u, d) {
8430
8457
  striped: ""
8431
8458
  })
8432
8459
  ])) : R("", !0),
8433
- y("div", fm, [
8460
+ y("div", hm, [
8434
8461
  B(M, {
8435
8462
  ref: "formScroll",
8436
8463
  height: "100%",
@@ -8439,7 +8466,7 @@ function mm(r, l, s, h, u, d) {
8439
8466
  default: F(() => [
8440
8467
  (w(!0), P(oe, null, Ce(d.componentList, (A, Y) => (w(), P(oe, null, [
8441
8468
  d.isShow(A) ? (w(), P("div", {
8442
- class: Pe(["BnSmartForm-body-item", A.className || ""]),
8469
+ class: Oe(["BnSmartForm-body-item", A.className || ""]),
8443
8470
  key: Y,
8444
8471
  id: "col_" + A.columnCode
8445
8472
  }, [
@@ -8457,13 +8484,13 @@ function mm(r, l, s, h, u, d) {
8457
8484
  onOnInput: d.comInput,
8458
8485
  onBlur: d.comBlur
8459
8486
  }, null, 40, ["column", "postFunc", "taskId", "extraInfo", "defaultLink", "componentList", "dataBack", "disabled", "onOperate", "onOnChange", "onOnInput", "onBlur"]))
8460
- ], 10, hm)) : R("", !0)
8487
+ ], 10, pm)) : R("", !0)
8461
8488
  ], 64))), 256))
8462
8489
  ]),
8463
8490
  _: 1
8464
8491
  }, 512)
8465
8492
  ]),
8466
- u.showElf ? (w(), P("div", pm, [
8493
+ u.showElf ? (w(), P("div", mm, [
8467
8494
  B(J, {
8468
8495
  logs: u.formLogs,
8469
8496
  onClose: l[0] || (l[0] = (A) => u.showElf = !1)
@@ -8471,7 +8498,7 @@ function mm(r, l, s, h, u, d) {
8471
8498
  ])) : R("", !0)
8472
8499
  ]);
8473
8500
  }
8474
- const gm = /* @__PURE__ */ re(um, [["render", mm], ["__scopeId", "data-v-b09ab715"]]), vm = {
8501
+ const vm = /* @__PURE__ */ re(dm, [["render", gm], ["__scopeId", "data-v-b09ab715"]]), ym = {
8475
8502
  name: "BnBatchForm",
8476
8503
  props: {
8477
8504
  // 表单id 涉及编辑表单
@@ -8640,18 +8667,18 @@ const gm = /* @__PURE__ */ re(um, [["render", mm], ["__scopeId", "data-v-b09ab71
8640
8667
  * */
8641
8668
  componentView(r) {
8642
8669
  const l = {
8643
- stringForm: ce(() => import("./index-ehOjwJjO.js")),
8644
- numberForm: ce(() => import("./index-C_FNeqja.js")),
8645
- selectForm: ce(() => import("./index-B0h8NHqi.js")),
8646
- radioForm: ce(() => import("./index-DEuN45uW.js")),
8647
- checkboxForm: ce(() => import("./index-BnQuoTny.js")),
8648
- dateForm: ce(() => import("./index-Dmri3Xv6.js")),
8649
- dateDualForm: ce(() => import("./index-H9FynUja.js")),
8650
- fileForm: ce(() => import("./index-BY-KsFu8.js")),
8651
- childrenForm: ce(() => import("./index-C8cpQJvf.js")),
8652
- addressForm: ce(() => import("./index-CjTQz8j2.js")),
8653
- receiveForm: ce(() => import("./index-Cd4dIcnm.js")),
8654
- relationForm: ce(() => import("./index-DcpOoR78.js"))
8670
+ stringForm: ce(() => import("./index-B2pWQJjd.js")),
8671
+ numberForm: ce(() => import("./index-BPOd67pI.js")),
8672
+ selectForm: ce(() => import("./index-2vZCuZSM.js")),
8673
+ radioForm: ce(() => import("./index-BFBu9ahv.js")),
8674
+ checkboxForm: ce(() => import("./index-ApMGbmhZ.js")),
8675
+ dateForm: ce(() => import("./index-LbPLhYZu.js")),
8676
+ dateDualForm: ce(() => import("./index-Cfz1QMUT.js")),
8677
+ fileForm: ce(() => import("./index-Cu_4BnXL.js")),
8678
+ childrenForm: ce(() => import("./index-Db3E5bFt.js")),
8679
+ addressForm: ce(() => import("./index-B-WI5uaT.js")),
8680
+ receiveForm: ce(() => import("./index-DZb8OelX.js")),
8681
+ relationForm: ce(() => import("./index-D6uuurY1.js"))
8655
8682
  // showValForm: defineAsyncComponent(() => import('./showValForm/index.vue')),
8656
8683
  };
8657
8684
  let s = Hl[r.behaviorType] || null;
@@ -8680,10 +8707,10 @@ const gm = /* @__PURE__ */ re(um, [["render", mm], ["__scopeId", "data-v-b09ab71
8680
8707
  return this.$emit("update:modelValue", r), r;
8681
8708
  }
8682
8709
  }
8683
- }, ym = { class: "BnBatchForm" }, bm = ["val"], Cm = ["id"], wm = ["onClick"];
8684
- function km(r, l, s, h, u, d) {
8710
+ }, bm = { class: "BnBatchForm" }, Cm = ["val"], wm = ["id"], km = ["onClick"];
8711
+ function xm(r, l, s, h, u, d) {
8685
8712
  const v = O("el-scrollbar");
8686
- return w(), P("div", ym, [
8713
+ return w(), P("div", bm, [
8687
8714
  y("div", {
8688
8715
  class: "BnBatchForm-body",
8689
8716
  val: d.value
@@ -8704,26 +8731,26 @@ function km(r, l, s, h, u, d) {
8704
8731
  onClick: (b) => d.componentList.splice(x, 1)
8705
8732
  }, [...l[0] || (l[0] = [
8706
8733
  y("span", { class: "bnUIcon bnUIcon-delete" }, null, -1)
8707
- ])], 8, wm),
8734
+ ])], 8, km),
8708
8735
  (w(), H(Zr(d.componentView(k)), {
8709
8736
  column: k,
8710
8737
  postFunc: s.postFunc,
8711
8738
  onOnChange: d.comChange
8712
8739
  }, null, 40, ["column", "postFunc", "onOnChange"]))
8713
- ], 8, Cm))), 128))
8740
+ ], 8, wm))), 128))
8714
8741
  ]),
8715
8742
  _: 1
8716
8743
  }, 512)
8717
- ], 8, bm)
8744
+ ], 8, Cm)
8718
8745
  ]);
8719
8746
  }
8720
- const xm = /* @__PURE__ */ re(vm, [["render", km], ["__scopeId", "data-v-600466e3"]]);
8721
- var oa = { exports: {} }, Wl = { exports: {} }, _m = Wl.exports, sa;
8747
+ const _m = /* @__PURE__ */ re(ym, [["render", xm], ["__scopeId", "data-v-600466e3"]]);
8748
+ var oa = { exports: {} }, Wl = { exports: {} }, Sm = Wl.exports, sa;
8722
8749
  function ba() {
8723
8750
  return sa || (sa = 1, (function(r, l) {
8724
8751
  (function(s, h) {
8725
8752
  r.exports = h();
8726
- })(_m, (function() {
8753
+ })(Sm, (function() {
8727
8754
  var s = navigator.userAgent, h = navigator.platform, u = /gecko\/\d/i.test(s), d = /MSIE \d/.test(s), v = /Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(s), k = /Edge\/(\d+)/.exec(s), x = d || v || k, b = x && (d ? document.documentMode || 6 : +(k || v)[1]), D = !k && /WebKit\//.test(s), M = D && /Qt\/\d+\.\d+/.test(s), J = !k && /Chrome\/(\d+)/.exec(s), A = J && +J[1], Y = /Opera\//.test(s), _e = /Apple Computer/.test(navigator.vendor), he = /Mac OS X 1\d\D([8-9]|\d\d)\D/.test(s), fe = /PhantomJS/.test(s), xe = _e && (/Mobile\/\w+/.test(s) || navigator.maxTouchPoints > 2), ae = /Android/.test(s), ge = xe || ae || /webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(s), De = xe || /Mac/.test(h), je = /\bCrOS\b/.test(s), Sn = /win/i.test(h), lt = Y && s.match(/Version\/(\d*\.\d*)/);
8728
8755
  lt && (lt = Number(lt[1])), lt && lt >= 15 && (Y = !1, D = !0);
8729
8756
  var Bi = De && (M || Y && (lt == null || lt < 12.11)), ti = u || x && b >= 9;
@@ -8831,7 +8858,7 @@ function ba() {
8831
8858
  function ve(e, t, n) {
8832
8859
  t || (t = {});
8833
8860
  for (var i in e)
8834
- e.hasOwnProperty(i) && (n !== !1 || !t.hasOwnProperty(i)) && (t[i] = e[i]);
8861
+ Object.prototype.hasOwnProperty.call(e, i) && (n !== !1 || !Object.prototype.hasOwnProperty.call(t, i)) && (t[i] = e[i]);
8835
8862
  return t;
8836
8863
  }
8837
8864
  function Te(e, t, n, i, o) {
@@ -14832,12 +14859,12 @@ b`.split(/\n/).length != 3 ? function(e) {
14832
14859
  Be.prototype[e] = t;
14833
14860
  }, Be.defineDocExtension = function(e, t) {
14834
14861
  ht.prototype[e] = t;
14835
- }, Be.fromTextArea = vd, yd(Be), Be.version = "5.65.20", Be;
14862
+ }, Be.fromTextArea = vd, yd(Be), Be.version = "5.65.21", Be;
14836
14863
  }));
14837
14864
  })(Wl)), Wl.exports;
14838
14865
  }
14839
14866
  var aa;
14840
- function Sm() {
14867
+ function Im() {
14841
14868
  return aa || (aa = 1, (function(r, l) {
14842
14869
  (function(s) {
14843
14870
  s(ba());
@@ -15539,9 +15566,9 @@ function Sm() {
15539
15566
  });
15540
15567
  })()), oa.exports;
15541
15568
  }
15542
- Sm();
15569
+ Im();
15543
15570
  var ua = { exports: {} }, da;
15544
- function Im() {
15571
+ function Dm() {
15545
15572
  return da || (da = 1, (function(r, l) {
15546
15573
  (function(s) {
15547
15574
  s(ba());
@@ -15592,8 +15619,8 @@ function Im() {
15592
15619
  });
15593
15620
  })()), ua.exports;
15594
15621
  }
15595
- Im();
15596
- const Dm = {
15622
+ Dm();
15623
+ const Tm = {
15597
15624
  name: "BnFunExpr",
15598
15625
  props: {
15599
15626
  // 组件列表:可供选择的组件列表,二维数组,【{类别,【组件、组件】},...】
@@ -15817,33 +15844,33 @@ const Dm = {
15817
15844
  mounted() {
15818
15845
  this.init();
15819
15846
  }
15820
- }, Tm = { class: "BnFunExpr" }, Lm = { class: "BnFunExpr-left" }, Fm = { class: "BnFunExpr-left-top" }, Om = { class: "BnFunExpr-left-top-btns" }, Pm = { class: "BnFunExpr-left-top-input" }, Bm = { class: "BnFunExpr-left-body" }, Mm = {
15847
+ }, Lm = { class: "BnFunExpr" }, Fm = { class: "BnFunExpr-left" }, Om = { class: "BnFunExpr-left-top" }, Pm = { class: "BnFunExpr-left-top-btns" }, Bm = { class: "BnFunExpr-left-top-input" }, Mm = { class: "BnFunExpr-left-body" }, Nm = {
15821
15848
  key: 0,
15822
15849
  class: "BnFunExpr-left-body-list"
15823
- }, Nm = ["onClick", "title"], Em = { key: 0 }, Vm = ["onClick", "onMouseenter"], Am = ["title"], Rm = ["title"], Um = {
15850
+ }, Em = ["onClick", "title"], Vm = { key: 0 }, Am = ["onClick", "onMouseenter"], Rm = ["title"], Um = ["title"], zm = {
15824
15851
  key: 1,
15825
15852
  class: "BnFunExpr-left-body-list"
15826
- }, zm = ["onClick", "title"], Hm = { key: 0 }, Wm = ["onClick"], jm = ["title"], Km = { class: "BnFunExpr-right" }, Gm = { class: "BnFunExpr-right-desc" }, qm = { class: "BnFunExpr-right-desc-title" }, Jm = { class: "BnFunExpr-right-desc-content" };
15827
- function Ym(r, l, s, h, u, d) {
15853
+ }, Hm = ["onClick", "title"], Wm = { key: 0 }, jm = ["onClick"], Km = ["title"], Gm = { class: "BnFunExpr-right" }, qm = { class: "BnFunExpr-right-desc" }, Jm = { class: "BnFunExpr-right-desc-title" }, Ym = { class: "BnFunExpr-right-desc-content" };
15854
+ function Xm(r, l, s, h, u, d) {
15828
15855
  const v = O("el-input"), k = O("Codemirror"), x = jt("loading");
15829
- return Oe((w(), P("div", Tm, [
15830
- y("div", Lm, [
15831
- y("div", Fm, [
15832
- y("div", Om, [
15856
+ return Pe((w(), P("div", Lm, [
15857
+ y("div", Fm, [
15858
+ y("div", Om, [
15859
+ y("div", Pm, [
15833
15860
  y("div", {
15834
- class: Pe(["BnFunExpr-left-top-btn", { active: u.listType == 1 }]),
15861
+ class: Oe(["BnFunExpr-left-top-btn", { active: u.listType == 1 }]),
15835
15862
  onClick: l[0] || (l[0] = (b) => {
15836
15863
  u.listType = 1, u.searchInput = "";
15837
15864
  })
15838
15865
  }, " 函数 ", 2),
15839
15866
  y("div", {
15840
- class: Pe(["BnFunExpr-left-top-btn", { active: u.listType == 2 }]),
15867
+ class: Oe(["BnFunExpr-left-top-btn", { active: u.listType == 2 }]),
15841
15868
  onClick: l[1] || (l[1] = (b) => {
15842
15869
  u.listType = 2, u.searchInput = "";
15843
15870
  })
15844
15871
  }, " 字段 ", 2)
15845
15872
  ]),
15846
- y("div", Pm, [
15873
+ y("div", Bm, [
15847
15874
  B(v, {
15848
15875
  placeholder: "请输入关键字搜索",
15849
15876
  modelValue: u.searchInput,
@@ -15851,8 +15878,8 @@ function Ym(r, l, s, h, u, d) {
15851
15878
  }, null, 8, ["modelValue"])
15852
15879
  ])
15853
15880
  ]),
15854
- y("div", Bm, [
15855
- u.listType == 1 ? (w(), P("div", Mm, [
15881
+ y("div", Mm, [
15882
+ u.listType == 1 ? (w(), P("div", Nm, [
15856
15883
  (w(!0), P(oe, null, Ce(u.functionList, (b, D) => (w(), P("div", { key: D }, [
15857
15884
  y("div", {
15858
15885
  class: "BnFunExpr-left-body-class",
@@ -15860,17 +15887,17 @@ function Ym(r, l, s, h, u, d) {
15860
15887
  title: b.name
15861
15888
  }, [
15862
15889
  y("span", {
15863
- class: Pe(["bnUIcon bnUIcon-arrow", { "bnUIcon-arrowDown": u.openFunClass.indexOf(b.name) > -1 }]),
15890
+ class: Oe(["bnUIcon bnUIcon-arrow", { "bnUIcon-arrowDown": u.openFunClass.indexOf(b.name) > -1 }]),
15864
15891
  style: { color: "rgba(0,0,0,.5)", "margin-right": "5px" }
15865
15892
  }, null, 2),
15866
15893
  Z(" " + K(b.name), 1)
15867
- ], 8, Nm),
15868
- b.children && b.children.length > 0 && u.openFunClass.indexOf(b.name) > -1 ? (w(), P("div", Em, [
15894
+ ], 8, Em),
15895
+ b.children && b.children.length > 0 && u.openFunClass.indexOf(b.name) > -1 ? (w(), P("div", Vm, [
15869
15896
  (w(!0), P(oe, null, Ce(b.children, (M, J) => (w(), P("div", {
15870
15897
  class: "BnFunExpr-left-body-item-out",
15871
15898
  key: J
15872
15899
  }, [
15873
- Oe(y("div", {
15900
+ Pe(y("div", {
15874
15901
  class: "BnFunExpr-left-body-item",
15875
15902
  onClick: (A) => d.onSelectFun(M),
15876
15903
  onMouseenter: (A) => u.checkFun = M,
@@ -15879,19 +15906,19 @@ function Ym(r, l, s, h, u, d) {
15879
15906
  y("div", {
15880
15907
  class: "BnFunExpr-left-body-item-top w-text-over",
15881
15908
  title: M.name
15882
- }, K(M.name), 9, Am),
15909
+ }, K(M.name), 9, Rm),
15883
15910
  y("div", {
15884
15911
  class: "BnFunExpr-left-body-item-text w-text-over",
15885
15912
  title: M.usage
15886
- }, K(M.usage), 9, Rm)
15887
- ], 40, Vm), [
15913
+ }, K(M.usage), 9, Um)
15914
+ ], 40, Am), [
15888
15915
  [at, M.name.indexOf(u.searchInput) > -1 || M.usage.indexOf(u.searchInput) > -1]
15889
15916
  ])
15890
15917
  ]))), 128))
15891
15918
  ])) : R("", !0)
15892
15919
  ]))), 128))
15893
15920
  ])) : R("", !0),
15894
- u.listType == 2 ? (w(), P("div", Um, [
15921
+ u.listType == 2 ? (w(), P("div", zm, [
15895
15922
  (w(!0), P(oe, null, Ce(s.columnList, (b, D) => (w(), P("div", { key: D }, [
15896
15923
  y("div", {
15897
15924
  class: "BnFunExpr-left-body-class",
@@ -15899,25 +15926,25 @@ function Ym(r, l, s, h, u, d) {
15899
15926
  title: b.name
15900
15927
  }, [
15901
15928
  y("span", {
15902
- class: Pe(["bnUIcon bnUIcon-arrow", { "bnUIcon-arrowDown": u.openColumnClass.indexOf(b.name) > -1 }]),
15929
+ class: Oe(["bnUIcon bnUIcon-arrow", { "bnUIcon-arrowDown": u.openColumnClass.indexOf(b.name) > -1 }]),
15903
15930
  style: { color: "rgba(0,0,0,.5)", "margin-right": "5px" }
15904
15931
  }, null, 2),
15905
15932
  Z(" " + K(b.name), 1)
15906
- ], 8, zm),
15907
- b.children && b.children.length > 0 && u.openColumnClass.indexOf(b.name) > -1 ? (w(), P("div", Hm, [
15933
+ ], 8, Hm),
15934
+ b.children && b.children.length > 0 && u.openColumnClass.indexOf(b.name) > -1 ? (w(), P("div", Wm, [
15908
15935
  (w(!0), P(oe, null, Ce(b.children, (M, J) => (w(), P("div", {
15909
15936
  class: "BnFunExpr-left-body-item-out",
15910
15937
  key: J
15911
15938
  }, [
15912
- Oe(y("div", {
15939
+ Pe(y("div", {
15913
15940
  class: "BnFunExpr-left-body-item",
15914
15941
  onClick: (A) => d.onSelectCol(M)
15915
15942
  }, [
15916
15943
  y("div", {
15917
15944
  class: "BnFunExpr-left-body-item-title w-text-over",
15918
15945
  title: M.name
15919
- }, K(M.name), 9, jm)
15920
- ], 8, Wm), [
15946
+ }, K(M.name), 9, Km)
15947
+ ], 8, jm), [
15921
15948
  [at, M.name.indexOf(u.searchInput) > -1]
15922
15949
  ])
15923
15950
  ]))), 128))
@@ -15926,7 +15953,7 @@ function Ym(r, l, s, h, u, d) {
15926
15953
  ])) : R("", !0)
15927
15954
  ])
15928
15955
  ]),
15929
- y("div", Km, [
15956
+ y("div", Gm, [
15930
15957
  l[5] || (l[5] = y("div", { class: "BnFunExpr-right-title" }, "结果 =", -1)),
15931
15958
  y("div", {
15932
15959
  class: "BnFunExpr-right-input",
@@ -15943,16 +15970,16 @@ function Ym(r, l, s, h, u, d) {
15943
15970
  onBeforeChange: d.handleBeforeChange
15944
15971
  }, null, 8, ["value", "options", "onBeforeChange"])) : R("", !0)
15945
15972
  ]),
15946
- y("div", Gm, [
15947
- y("div", qm, K(u.checkFun.name), 1),
15948
- y("div", Jm, K(u.checkFun.desc), 1)
15973
+ y("div", qm, [
15974
+ y("div", Jm, K(u.checkFun.name), 1),
15975
+ y("div", Ym, K(u.checkFun.desc), 1)
15949
15976
  ])
15950
15977
  ])
15951
15978
  ])), [
15952
15979
  [x, u.loading]
15953
15980
  ]);
15954
15981
  }
15955
- const Xm = /* @__PURE__ */ re(Dm, [["render", Ym], ["__scopeId", "data-v-82146017"]]), Qm = {
15982
+ const Qm = /* @__PURE__ */ re(Tm, [["render", Xm], ["__scopeId", "data-v-82146017"]]), Zm = {
15956
15983
  1: "单行文本",
15957
15984
  2: "数值",
15958
15985
  3: "单选",
@@ -15971,7 +15998,7 @@ const Xm = /* @__PURE__ */ re(Dm, [["render", Ym], ["__scopeId", "data-v-8214601
15971
15998
  17: "关联查询",
15972
15999
  18: "描述",
15973
16000
  20: "多选联动"
15974
- }, Zm = [
16001
+ }, $m = [
15975
16002
  {
15976
16003
  title: "单行文本",
15977
16004
  id: 1,
@@ -16065,7 +16092,7 @@ const Xm = /* @__PURE__ */ re(Dm, [["render", Ym], ["__scopeId", "data-v-8214601
16065
16092
  moduleDefinition: [],
16066
16093
  value: "",
16067
16094
  defaultInfo: ""
16068
- }, $m = {
16095
+ }, eg = {
16069
16096
  name: "BnColumnConfig",
16070
16097
  props: {
16071
16098
  //最终选中的value
@@ -16110,18 +16137,18 @@ const Xm = /* @__PURE__ */ re(Dm, [["render", Ym], ["__scopeId", "data-v-8214601
16110
16137
  isChildren: Boolean
16111
16138
  },
16112
16139
  components: {
16113
- paraExplainSet: ce(() => import("./index-nfGgvJ6c.js")),
16114
- defaultSet: ce(() => import("./defaultSet-CSrAwAed.js")),
16115
- funcExprDialog: ce(() => import("./funcExprDialog-BvLhIXMc.js")),
16116
- setOption: ce(() => import("./setOption-De_W2mYo.js")),
16117
- setRelationOption: ce(() => import("./setRelationOption-T7I_aGCg.js")),
16118
- childrenFormSetting: ce(() => import("./index-C8xwtqhX.js")),
16119
- packageFilter: ce(() => import("./index-Cyx1icMl.js"))
16140
+ paraExplainSet: ce(() => import("./index-CUIhouJC.js")),
16141
+ defaultSet: ce(() => import("./defaultSet-CDKSk9KP.js")),
16142
+ funcExprDialog: ce(() => import("./funcExprDialog-D0XLPQSH.js")),
16143
+ setOption: ce(() => import("./setOption-BkG96uEh.js")),
16144
+ setRelationOption: ce(() => import("./setRelationOption-qY2qDlYa.js")),
16145
+ childrenFormSetting: ce(() => import("./index-D5nBJLFG.js")),
16146
+ packageFilter: ce(() => import("./index-CRLvxlkc.js"))
16120
16147
  },
16121
16148
  data() {
16122
16149
  return {
16123
- columnTypes: Zm,
16124
- columnTypeMap: Qm,
16150
+ columnTypes: $m,
16151
+ columnTypeMap: Zm,
16125
16152
  // 默认值类型
16126
16153
  defaultType: "1",
16127
16154
  exprDisplay: ""
@@ -16170,31 +16197,31 @@ const Xm = /* @__PURE__ */ re(Dm, [["render", Ym], ["__scopeId", "data-v-8214601
16170
16197
  }
16171
16198
  }
16172
16199
  }
16173
- }, eg = { class: "columnConfig" }, tg = { class: "columnConfig-item" }, ig = { class: "columnConfig-item-top w-flex-center w-flex-between" }, ng = {
16200
+ }, tg = { class: "columnConfig" }, ig = { class: "columnConfig-item" }, ng = { class: "columnConfig-item-top w-flex-center w-flex-between" }, lg = {
16174
16201
  key: 0,
16175
16202
  class: "w-color-purple w-font12"
16176
- }, lg = { class: "column-item-body" }, rg = { class: "columnConfig-item" }, og = { class: "column-item-body" }, sg = { class: "columnConfig-item" }, ag = { class: "columnConfig-item-top w-flex-center w-flex-between" }, ug = { class: "columnConfig-item-top-opt" }, dg = { class: "column-item-body" }, cg = { class: "columnConfig-item" }, fg = { class: "columnConfig-item-top w-flex-center" }, hg = { class: "w-padding-top2 w-padding-left4 w-cursor-pointer" }, pg = {
16203
+ }, rg = { class: "column-item-body" }, og = { class: "columnConfig-item" }, sg = { class: "column-item-body" }, ag = { class: "columnConfig-item" }, ug = { class: "columnConfig-item-top w-flex-center w-flex-between" }, dg = { class: "columnConfig-item-top-opt" }, cg = { class: "column-item-body" }, fg = { class: "columnConfig-item" }, hg = { class: "columnConfig-item-top w-flex-center" }, pg = { class: "w-padding-top2 w-padding-left4 w-cursor-pointer" }, mg = {
16177
16204
  class: "column-item-body w-flex-center",
16178
16205
  style: { height: "32px" }
16179
- }, mg = { class: "columnConfig-item" }, gg = {
16206
+ }, gg = { class: "columnConfig-item" }, vg = {
16180
16207
  class: "column-item-body w-flex-center",
16181
16208
  style: { height: "32px" }
16182
- }, vg = { class: "columnConfig-item" }, yg = {
16209
+ }, yg = { class: "columnConfig-item" }, bg = {
16183
16210
  class: "column-item-body w-flex-center",
16184
16211
  style: { height: "32px" }
16185
- }, bg = { class: "columnConfig-item" }, Cg = {
16212
+ }, Cg = { class: "columnConfig-item" }, wg = {
16186
16213
  class: "column-item-body w-flex-center",
16187
16214
  style: { height: "32px" }
16188
- }, wg = { class: "columnConfig-item" }, kg = {
16215
+ }, kg = { class: "columnConfig-item" }, xg = {
16189
16216
  class: "column-item-body w-flex-center",
16190
16217
  style: { height: "32px" }
16191
- }, xg = { class: "columnConfig-item" }, _g = {
16218
+ }, _g = { class: "columnConfig-item" }, Sg = {
16192
16219
  class: "column-item-body w-flex-center",
16193
16220
  style: { height: "32px" }
16194
- }, Sg = { key: 0 }, Ig = { key: 1 }, Dg = { class: "columnConfig-item" }, Tg = { class: "columnConfig-item" }, Lg = { class: "columnConfig-item" }, Fg = { class: "column-item-body w-flex-center" }, Og = { class: "columnConfig-item" };
16195
- function Pg(r, l, s, h, u, d) {
16221
+ }, Ig = { key: 0 }, Dg = { key: 1 }, Tg = { class: "columnConfig-item" }, Lg = { class: "columnConfig-item" }, Fg = { class: "columnConfig-item" }, Og = { class: "column-item-body w-flex-center" }, Pg = { class: "columnConfig-item" };
16222
+ function Bg(r, l, s, h, u, d) {
16196
16223
  const v = O("funcExprDialog"), k = O("setRelationOption"), x = O("el-input"), b = O("el-col"), D = O("BnSelect"), M = O("BnDrop"), J = O("defaultSet"), A = O("el-button"), Y = O("el-tooltip"), _e = O("el-popover"), he = O("BnCheck"), fe = O("el-option"), xe = O("el-select"), ae = O("setOption"), ge = O("childrenFormSetting"), De = O("paraExplainSet"), je = O("packageFilter"), Sn = O("el-row");
16197
- return w(), P("div", eg, [
16224
+ return w(), P("div", tg, [
16198
16225
  B(v, {
16199
16226
  ref: "funcExpr",
16200
16227
  modelValue: d.columnInfo,
@@ -16221,12 +16248,12 @@ function Pg(r, l, s, h, u, d) {
16221
16248
  default: F(() => {
16222
16249
  var be;
16223
16250
  return [
16224
- y("div", tg, [
16225
- y("div", ig, [
16251
+ y("div", ig, [
16252
+ y("div", ng, [
16226
16253
  l[16] || (l[16] = y("div", { class: "columnConfig-item-top-title" }, "标题", -1)),
16227
- d.columnInfo.behaviorType ? (w(), P("div", ng, K(d.columnInfo.behaviorType == 5 && ((be = d.columnInfo.extraInfo) == null ? void 0 : be.valueType) == "select" ? "下拉多选" : u.columnTypeMap[d.columnInfo.behaviorType]), 1)) : R("", !0)
16254
+ d.columnInfo.behaviorType ? (w(), P("div", lg, K(d.columnInfo.behaviorType == 5 && ((be = d.columnInfo.extraInfo) == null ? void 0 : be.valueType) == "select" ? "下拉多选" : u.columnTypeMap[d.columnInfo.behaviorType]), 1)) : R("", !0)
16228
16255
  ]),
16229
- y("div", lg, [
16256
+ y("div", rg, [
16230
16257
  B(x, {
16231
16258
  modelValue: d.columnInfo.name,
16232
16259
  "onUpdate:modelValue": l[1] || (l[1] = (ut) => d.columnInfo.name = ut),
@@ -16247,11 +16274,11 @@ function Pg(r, l, s, h, u, d) {
16247
16274
  span: 24 / s.row
16248
16275
  }, {
16249
16276
  default: F(() => [
16250
- y("div", rg, [
16277
+ y("div", og, [
16251
16278
  l[17] || (l[17] = y("div", { class: "columnConfig-item-top w-flex-center w-flex-between" }, [
16252
16279
  y("div", { class: "columnConfig-item-top-title" }, "类型")
16253
16280
  ], -1)),
16254
- y("div", og, [
16281
+ y("div", sg, [
16255
16282
  B(D, {
16256
16283
  modelValue: d.columnInfo.behaviorType,
16257
16284
  "onUpdate:modelValue": l[2] || (l[2] = (be) => d.columnInfo.behaviorType = be),
@@ -16272,10 +16299,10 @@ function Pg(r, l, s, h, u, d) {
16272
16299
  span: 24 / s.row
16273
16300
  }, {
16274
16301
  default: F(() => [
16275
- y("div", sg, [
16276
- y("div", ag, [
16302
+ y("div", ag, [
16303
+ y("div", ug, [
16277
16304
  l[18] || (l[18] = y("div", { class: "columnConfig-item-top-title" }, "默认值", -1)),
16278
- y("div", ug, [
16305
+ y("div", dg, [
16279
16306
  [1, 2].includes(d.columnInfo.behaviorType) ? (w(), H(M, {
16280
16307
  key: 0,
16281
16308
  modelValue: u.defaultType,
@@ -16288,7 +16315,7 @@ function Pg(r, l, s, h, u, d) {
16288
16315
  }, null, 8, ["modelValue", "onChange", "disabled"])) : R("", !0)
16289
16316
  ])
16290
16317
  ]),
16291
- y("div", dg, [
16318
+ y("div", cg, [
16292
16319
  u.defaultType == 1 ? (w(), H(J, {
16293
16320
  key: 0,
16294
16321
  modelValue: d.columnInfo,
@@ -16339,10 +16366,10 @@ function Pg(r, l, s, h, u, d) {
16339
16366
  span: 24 / s.row
16340
16367
  }, {
16341
16368
  default: F(() => [
16342
- y("div", cg, [
16343
- y("div", fg, [
16369
+ y("div", fg, [
16370
+ y("div", hg, [
16344
16371
  l[21] || (l[21] = y("div", { class: "columnConfig-item-top-title" }, "创建时以默认值为准", -1)),
16345
- y("div", hg, [
16372
+ y("div", pg, [
16346
16373
  B(_e, {
16347
16374
  content: "勾选后,在创建工单时,当你通过订单号或ERP单号查询原单数据时,将不取原单数据而以设置的组件默认值填充。",
16348
16375
  width: "230",
@@ -16355,7 +16382,7 @@ function Pg(r, l, s, h, u, d) {
16355
16382
  })
16356
16383
  ])
16357
16384
  ]),
16358
- y("div", pg, [
16385
+ y("div", mg, [
16359
16386
  B(he, {
16360
16387
  modelValue: d.columnInfo.extraInfo.defaultCover,
16361
16388
  "onUpdate:modelValue": l[7] || (l[7] = (be) => d.columnInfo.extraInfo.defaultCover = be),
@@ -16380,14 +16407,14 @@ function Pg(r, l, s, h, u, d) {
16380
16407
  span: 24 / s.row
16381
16408
  }, {
16382
16409
  default: F(() => [
16383
- y("div", mg, [
16410
+ y("div", gg, [
16384
16411
  l[22] || (l[22] = y("div", { class: "columnConfig-item-top w-flex-center w-flex-between" }, [
16385
16412
  y("div", { class: "columnConfig-item-top-title" }, [
16386
16413
  Z("新建时 "),
16387
16414
  y("span", { class: "w-font12" }, "(不勾选则不可见)")
16388
16415
  ])
16389
16416
  ], -1)),
16390
- y("div", gg, [
16417
+ y("div", vg, [
16391
16418
  B(he, {
16392
16419
  modelValue: d.columnInfo.extraInfo.isAddable,
16393
16420
  "onUpdate:modelValue": l[9] || (l[9] = (be) => d.columnInfo.extraInfo.isAddable = be),
@@ -16412,14 +16439,14 @@ function Pg(r, l, s, h, u, d) {
16412
16439
  span: 24 / s.row
16413
16440
  }, {
16414
16441
  default: F(() => [
16415
- y("div", vg, [
16442
+ y("div", yg, [
16416
16443
  l[23] || (l[23] = y("div", { class: "columnConfig-item-top w-flex-center w-flex-between" }, [
16417
16444
  y("div", { class: "columnConfig-item-top-title" }, [
16418
16445
  Z("编辑时 "),
16419
16446
  y("span", { class: "w-font12" }, "(不勾选则不可见)")
16420
16447
  ])
16421
16448
  ], -1)),
16422
- y("div", yg, [
16449
+ y("div", bg, [
16423
16450
  B(he, {
16424
16451
  modelValue: d.columnInfo.extraInfo.isEditable,
16425
16452
  "onUpdate:modelValue": l[11] || (l[11] = (be) => d.columnInfo.extraInfo.isEditable = be),
@@ -16444,14 +16471,14 @@ function Pg(r, l, s, h, u, d) {
16444
16471
  span: 24 / s.row
16445
16472
  }, {
16446
16473
  default: F(() => [
16447
- y("div", bg, [
16474
+ y("div", Cg, [
16448
16475
  l[24] || (l[24] = y("div", { class: "columnConfig-item-top w-flex-center w-flex-between" }, [
16449
16476
  y("div", { class: "columnConfig-item-top-title" }, [
16450
16477
  Z("校验 "),
16451
16478
  y("span", { class: "w-font12" }, "(对值进行校验)")
16452
16479
  ])
16453
16480
  ], -1)),
16454
- y("div", Cg, [
16481
+ y("div", wg, [
16455
16482
  B(he, {
16456
16483
  modelValue: d.columnInfo.extraInfo.valueEmptyCheck,
16457
16484
  "onUpdate:modelValue": l[13] || (l[13] = (be) => d.columnInfo.extraInfo.valueEmptyCheck = be),
@@ -16469,11 +16496,11 @@ function Pg(r, l, s, h, u, d) {
16469
16496
  span: 24 / s.row
16470
16497
  }, {
16471
16498
  default: F(() => [
16472
- y("div", wg, [
16499
+ y("div", kg, [
16473
16500
  l[25] || (l[25] = y("div", { class: "columnConfig-item-top w-flex-center w-flex-between" }, [
16474
16501
  y("div", { class: "columnConfig-item-top-title" }, "数据回填")
16475
16502
  ], -1)),
16476
- y("div", kg, [
16503
+ y("div", xg, [
16477
16504
  B(xe, {
16478
16505
  modelValue: d.columnInfo.extraInfo.multiplePackagesType,
16479
16506
  "onUpdate:modelValue": l[14] || (l[14] = (be) => d.columnInfo.extraInfo.multiplePackagesType = be),
@@ -16505,11 +16532,11 @@ function Pg(r, l, s, h, u, d) {
16505
16532
  span: 24 / s.row
16506
16533
  }, {
16507
16534
  default: F(() => [
16508
- y("div", xg, [
16535
+ y("div", _g, [
16509
16536
  l[27] || (l[27] = y("div", { class: "columnConfig-item-top w-flex-center w-flex-between" }, [
16510
16537
  y("div", { class: "columnConfig-item-top-title" }, "选项配置")
16511
16538
  ], -1)),
16512
- y("div", _g, [
16539
+ y("div", Sg, [
16513
16540
  B(A, {
16514
16541
  class: "w-default-wrap w-flex-center",
16515
16542
  onClick: l[15] || (l[15] = (be) => r.$refs.setRelationOption.open(d.columnInfo))
@@ -16517,10 +16544,10 @@ function Pg(r, l, s, h, u, d) {
16517
16544
  default: F(() => {
16518
16545
  var be, ut, z;
16519
16546
  return [
16520
- (z = (ut = (be = d.columnInfo) == null ? void 0 : be.moduleDefinition) == null ? void 0 : ut.optionList) != null && z.length ? (w(), P("span", Sg, [...l[26] || (l[26] = [
16547
+ (z = (ut = (be = d.columnInfo) == null ? void 0 : be.moduleDefinition) == null ? void 0 : ut.optionList) != null && z.length ? (w(), P("span", Ig, [...l[26] || (l[26] = [
16521
16548
  y("span", { class: "bnUIcon bnUIcon-smile w-color-green-min" }, null, -1),
16522
16549
  Z(" 已设置 ", -1)
16523
- ])])) : (w(), P("span", Ig, "点击设置"))
16550
+ ])])) : (w(), P("span", Dg, "点击设置"))
16524
16551
  ];
16525
16552
  }),
16526
16553
  _: 1
@@ -16535,7 +16562,7 @@ function Pg(r, l, s, h, u, d) {
16535
16562
  span: 24
16536
16563
  }, {
16537
16564
  default: F(() => [
16538
- y("div", Dg, [
16565
+ y("div", Tg, [
16539
16566
  B(ae, {
16540
16567
  columnData: d.columnInfo,
16541
16568
  extendPost: s.extendPost,
@@ -16551,7 +16578,7 @@ function Pg(r, l, s, h, u, d) {
16551
16578
  span: 24
16552
16579
  }, {
16553
16580
  default: F(() => [
16554
- y("div", Tg, [
16581
+ y("div", Lg, [
16555
16582
  B(ge, jl({ columnData: d.columnInfo }, r.$props), null, 16, ["columnData"])
16556
16583
  ])
16557
16584
  ]),
@@ -16562,14 +16589,14 @@ function Pg(r, l, s, h, u, d) {
16562
16589
  span: 24
16563
16590
  }, {
16564
16591
  default: F(() => [
16565
- y("div", Lg, [
16592
+ y("div", Fg, [
16566
16593
  l[28] || (l[28] = y("div", { class: "columnConfig-item-top w-flex-center w-flex-between" }, [
16567
16594
  y("div", { class: "columnConfig-item-top-title" }, [
16568
16595
  Z("填写说明 "),
16569
16596
  y("span", { class: "w-font12" }, "(展示在组件下方)")
16570
16597
  ])
16571
16598
  ], -1)),
16572
- y("div", Fg, [
16599
+ y("div", Og, [
16573
16600
  B(De, {
16574
16601
  columnData: d.columnInfo,
16575
16602
  extendPost: s.extendPost,
@@ -16585,7 +16612,7 @@ function Pg(r, l, s, h, u, d) {
16585
16612
  span: 24
16586
16613
  }, {
16587
16614
  default: F(() => [
16588
- y("div", Og, [
16615
+ y("div", Pg, [
16589
16616
  B(je, jl({ columnData: d.columnInfo }, r.$props), null, 16, ["columnData"])
16590
16617
  ])
16591
16618
  ]),
@@ -16597,7 +16624,7 @@ function Pg(r, l, s, h, u, d) {
16597
16624
  })
16598
16625
  ]);
16599
16626
  }
16600
- const Bg = /* @__PURE__ */ re($m, [["render", Pg], ["__scopeId", "data-v-48651ce6"]]), Mg = {
16627
+ const Mg = /* @__PURE__ */ re(eg, [["render", Bg], ["__scopeId", "data-v-48651ce6"]]), Ng = {
16601
16628
  name: "FuncExprDialog",
16602
16629
  props: {
16603
16630
  componentList: Array,
@@ -16683,8 +16710,8 @@ const Bg = /* @__PURE__ */ re($m, [["render", Pg], ["__scopeId", "data-v-48651ce
16683
16710
  });
16684
16711
  }
16685
16712
  }
16686
- }, Ng = { class: "w-flex-right" };
16687
- function Eg(r, l, s, h, u, d) {
16713
+ }, Eg = { class: "w-flex-right" };
16714
+ function Vg(r, l, s, h, u, d) {
16688
16715
  const v = O("BnColumnConfig"), k = O("el-scrollbar"), x = O("el-button"), b = O("el-dialog");
16689
16716
  return w(), H(b, {
16690
16717
  modelValue: u.visible,
@@ -16698,7 +16725,7 @@ function Eg(r, l, s, h, u, d) {
16698
16725
  "append-to-body": ""
16699
16726
  }, {
16700
16727
  footer: F(() => [
16701
- y("div", Ng, [
16728
+ y("div", Eg, [
16702
16729
  B(x, {
16703
16730
  onClick: l[1] || (l[1] = (D) => u.visible = !1)
16704
16731
  }, {
@@ -16734,10 +16761,10 @@ function Eg(r, l, s, h, u, d) {
16734
16761
  _: 1
16735
16762
  }, 8, ["modelValue", "title"]);
16736
16763
  }
16737
- const Ca = /* @__PURE__ */ re(Mg, [["render", Eg]]), Yb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16764
+ const Ca = /* @__PURE__ */ re(Ng, [["render", Vg]]), Xb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
16738
16765
  __proto__: null,
16739
16766
  default: Ca
16740
- }, Symbol.toStringTag, { value: "Module" })), Vg = {
16767
+ }, Symbol.toStringTag, { value: "Module" })), Ag = {
16741
16768
  name: "BnFilterOption",
16742
16769
  props: {
16743
16770
  postFunc: Function,
@@ -16812,16 +16839,16 @@ const Ca = /* @__PURE__ */ re(Mg, [["render", Eg]]), Yb = /* @__PURE__ */ Object
16812
16839
  this.$emit("chooseFilter", JSON.parse(r.value));
16813
16840
  }
16814
16841
  }
16815
- }, Ag = { class: "BnFilter" }, Rg = { class: "save-filter-condition-modal" }, Ug = {
16842
+ }, Rg = { class: "BnFilter" }, Ug = { class: "save-filter-condition-modal" }, zg = {
16816
16843
  slot: "footer",
16817
16844
  class: "w-flex-right"
16818
- }, zg = { class: "w-flex-center w-flex-wrap w-flex-gap5 BnFilter-plane" }, Hg = {
16845
+ }, Hg = { class: "w-flex-center w-flex-wrap w-flex-gap5 BnFilter-plane" }, Wg = {
16819
16846
  key: 0,
16820
16847
  class: "w-empty"
16821
16848
  };
16822
- function Wg(r, l, s, h, u, d) {
16849
+ function jg(r, l, s, h, u, d) {
16823
16850
  const v = O("el-input"), k = O("el-checkbox"), x = O("el-button"), b = O("el-dialog"), D = O("el-tag"), M = O("el-popover"), J = O("el-button-group"), A = jt("loading");
16824
- return w(), P("div", Ag, [
16851
+ return w(), P("div", Rg, [
16825
16852
  B(b, {
16826
16853
  title: "保存筛选条件",
16827
16854
  "custom-class": "w-dialog-border",
@@ -16832,7 +16859,7 @@ function Wg(r, l, s, h, u, d) {
16832
16859
  width: "540px"
16833
16860
  }, {
16834
16861
  default: F(() => [
16835
- y("div", Rg, [
16862
+ y("div", Ug, [
16836
16863
  l[5] || (l[5] = y("div", { class: "save-filter-condition-modal-label" }, "筛选条件名称", -1)),
16837
16864
  B(v, {
16838
16865
  ref: "input",
@@ -16853,7 +16880,7 @@ function Wg(r, l, s, h, u, d) {
16853
16880
  _: 1
16854
16881
  }, 8, ["modelValue"])
16855
16882
  ]),
16856
- y("div", Ug, [
16883
+ y("div", zg, [
16857
16884
  B(x, {
16858
16885
  onClick: l[2] || (l[2] = (Y) => u.show = !1)
16859
16886
  }, {
@@ -16862,7 +16889,7 @@ function Wg(r, l, s, h, u, d) {
16862
16889
  ])]),
16863
16890
  _: 1
16864
16891
  }),
16865
- Oe((w(), H(x, {
16892
+ Pe((w(), H(x, {
16866
16893
  type: "primary",
16867
16894
  disabled: u.postData.name == "",
16868
16895
  onClick: d.sureSave
@@ -16904,7 +16931,7 @@ function Wg(r, l, s, h, u, d) {
16904
16931
  }, 8, ["onClick"])
16905
16932
  ]),
16906
16933
  default: F(() => [
16907
- y("div", zg, [
16934
+ y("div", Hg, [
16908
16935
  (w(!0), P(oe, null, Ce(u.filterList, (Y) => {
16909
16936
  var _e, he;
16910
16937
  return w(), H(D, {
@@ -16923,7 +16950,7 @@ function Wg(r, l, s, h, u, d) {
16923
16950
  _: 2
16924
16951
  }, 1032, ["onClick", "closable", "onClose"]);
16925
16952
  }), 128)),
16926
- u.filterList.length == 0 ? (w(), P("div", Hg, "没有数据")) : R("", !0)
16953
+ u.filterList.length == 0 ? (w(), P("div", Wg, "没有数据")) : R("", !0)
16927
16954
  ])
16928
16955
  ]),
16929
16956
  _: 1
@@ -16933,7 +16960,7 @@ function Wg(r, l, s, h, u, d) {
16933
16960
  })
16934
16961
  ]);
16935
16962
  }
16936
- const jg = /* @__PURE__ */ re(Vg, [["render", Wg], ["__scopeId", "data-v-da6a93a8"]]), Kg = {
16963
+ const Kg = /* @__PURE__ */ re(Ag, [["render", jg], ["__scopeId", "data-v-da6a93a8"]]), Gg = {
16937
16964
  name: "BnImportOrder",
16938
16965
  props: {
16939
16966
  postFunc: Function,
@@ -17014,8 +17041,8 @@ const jg = /* @__PURE__ */ re(Vg, [["render", Wg], ["__scopeId", "data-v-da6a93a
17014
17041
  });
17015
17042
  }
17016
17043
  }
17017
- }, Gg = { class: "workOrderImport" }, qg = { class: "w-tip w-margin-bottom10" }, Jg = { class: "w-margin-bottom8" }, Yg = ["href"], Xg = { class: "w-margin-bottom8" }, Qg = { class: "w-flex-left w-margin-bottom10" }, Zg = { class: "w-margin-bottom8" }, $g = { class: "w-flex-center w-margin-bottom8" }, ev = { class: "w-margin-bottom8" }, tv = { class: "w-margin-bottom8" }, iv = { key: 0 }, nv = { key: 1 }, lv = { class: "workOrderImport-footer" };
17018
- function rv(r, l, s, h, u, d) {
17044
+ }, qg = { class: "workOrderImport" }, Jg = { class: "w-tip w-margin-bottom10" }, Yg = { class: "w-margin-bottom8" }, Xg = ["href"], Qg = { class: "w-margin-bottom8" }, Zg = { class: "w-flex-left w-margin-bottom10" }, $g = { class: "w-margin-bottom8" }, ev = { class: "w-flex-center w-margin-bottom8" }, tv = { class: "w-margin-bottom8" }, iv = { class: "w-margin-bottom8" }, nv = { key: 0 }, lv = { key: 1 }, rv = { class: "workOrderImport-footer" };
17045
+ function ov(r, l, s, h, u, d) {
17019
17046
  const v = O("BnRadio"), k = O("BnCheck"), x = O("el-popover"), b = O("el-upload"), D = O("el-button"), M = O("el-dialog"), J = jt("loading");
17020
17047
  return w(), H(M, {
17021
17048
  modelValue: u.importTaskShow,
@@ -17026,17 +17053,17 @@ function rv(r, l, s, h, u, d) {
17026
17053
  "destroy-on-close": ""
17027
17054
  }, {
17028
17055
  default: F(() => [
17029
- Oe((w(), P("div", Gg, [
17030
- y("div", qg, [
17031
- y("div", Jg, [
17056
+ Pe((w(), P("div", qg, [
17057
+ y("div", Jg, [
17058
+ y("div", Yg, [
17032
17059
  l[8] || (l[8] = y("span", { class: "w-tip-num" }, "1.", -1)),
17033
17060
  l[9] || (l[9] = Z("为了保证数据导入顺利,推荐您使用标准模板 ", -1)),
17034
17061
  y("a", {
17035
17062
  class: "w-color-blue",
17036
17063
  href: `/biztable/io/buildTemplate?tableCode=${s.postData.tableCode}`
17037
- }, "下载模板", 8, Yg)
17064
+ }, "下载模板", 8, Xg)
17038
17065
  ]),
17039
- y("div", Xg, [
17066
+ y("div", Qg, [
17040
17067
  l[10] || (l[10] = y("span", { class: "w-tip-num" }, "2.", -1)),
17041
17068
  Z("文件大小:数据不能超过 " + K(u.maxImportNum) + " 条 ", 1)
17042
17069
  ]),
@@ -17045,10 +17072,10 @@ function rv(r, l, s, h, u, d) {
17045
17072
  Z("文件格式:Excel(.xls)、Excel (.xlsx) ")
17046
17073
  ], -1))
17047
17074
  ]),
17048
- y("div", Qg, [
17075
+ y("div", Zg, [
17049
17076
  l[14] || (l[14] = y("div", { class: "w-margin-right10 w-line-height22" }, "选择导入方式", -1)),
17050
17077
  y("div", null, [
17051
- y("div", Zg, [
17078
+ y("div", $g, [
17052
17079
  B(v, {
17053
17080
  modelValue: u.importSetting.type,
17054
17081
  "onUpdate:modelValue": l[0] || (l[0] = (A) => u.importSetting.type = A),
@@ -17063,7 +17090,7 @@ function rv(r, l, s, h, u, d) {
17063
17090
  label: "导入更新"
17064
17091
  }, null, 8, ["modelValue"])
17065
17092
  ]),
17066
- y("div", $g, [
17093
+ y("div", ev, [
17067
17094
  B(k, {
17068
17095
  modelValue: u.importSetting.ext.mergeImport,
17069
17096
  "onUpdate:modelValue": l[2] || (l[2] = (A) => u.importSetting.ext.mergeImport = A),
@@ -17091,7 +17118,7 @@ function rv(r, l, s, h, u, d) {
17091
17118
  _: 1
17092
17119
  })
17093
17120
  ]),
17094
- y("div", ev, [
17121
+ y("div", tv, [
17095
17122
  B(k, {
17096
17123
  modelValue: u.importSetting.ext.checkMust,
17097
17124
  "onUpdate:modelValue": l[3] || (l[3] = (A) => u.importSetting.ext.checkMust = A),
@@ -17100,7 +17127,7 @@ function rv(r, l, s, h, u, d) {
17100
17127
  label: "导入时不做必填校验"
17101
17128
  }, null, 8, ["modelValue"])
17102
17129
  ]),
17103
- y("div", tv, [
17130
+ y("div", iv, [
17104
17131
  B(k, {
17105
17132
  modelValue: u.importSetting.ext.submitCheck,
17106
17133
  "onUpdate:modelValue": l[4] || (l[4] = (A) => u.importSetting.ext.submitCheck = A),
@@ -17122,14 +17149,14 @@ function rv(r, l, s, h, u, d) {
17122
17149
  "show-file-list": !1
17123
17150
  }, {
17124
17151
  default: F(() => [
17125
- u.fileData ? R("", !0) : (w(), P("div", iv, [...l[15] || (l[15] = [
17152
+ u.fileData ? R("", !0) : (w(), P("div", nv, [...l[15] || (l[15] = [
17126
17153
  Z(" 拖拽文件到这里上传,或", -1),
17127
17154
  y("span", { class: "w-color-blue w-margin-left5" }, [
17128
17155
  y("i", { class: "anwIcon aIcon-download" }),
17129
17156
  Z(" 文件上传")
17130
17157
  ], -1)
17131
17158
  ])])),
17132
- u.fileData ? (w(), P("div", nv, [
17159
+ u.fileData ? (w(), P("div", lv, [
17133
17160
  l[17] || (l[17] = y("div", null, [
17134
17161
  y("i", { class: "anwIcon aIcon-success w-color-green-min" }),
17135
17162
  Z("上传文件成功")
@@ -17146,7 +17173,7 @@ function rv(r, l, s, h, u, d) {
17146
17173
  ])), [
17147
17174
  [J, u.loading]
17148
17175
  ]),
17149
- y("div", lv, [
17176
+ y("div", rv, [
17150
17177
  B(D, {
17151
17178
  onClick: l[5] || (l[5] = (A) => u.importTaskShow = !1)
17152
17179
  }, {
@@ -17169,7 +17196,7 @@ function rv(r, l, s, h, u, d) {
17169
17196
  _: 1
17170
17197
  }, 8, ["modelValue"]);
17171
17198
  }
17172
- const ov = /* @__PURE__ */ re(Kg, [["render", rv], ["__scopeId", "data-v-2dc48845"]]), sv = {
17199
+ const sv = /* @__PURE__ */ re(Gg, [["render", ov], ["__scopeId", "data-v-2dc48845"]]), av = {
17173
17200
  name: "validatorCode",
17174
17201
  props: {
17175
17202
  postData: {
@@ -17194,12 +17221,12 @@ const ov = /* @__PURE__ */ re(Kg, [["render", rv], ["__scopeId", "data-v-2dc4884
17194
17221
  });
17195
17222
  }
17196
17223
  }
17197
- }, av = { class: "validator" }, uv = { class: "validator-code clearFix" }, dv = { class: "w-float-left validator-code-input" }, cv = { class: "w-float-left validator-code-img w-cursor-pointer" };
17198
- function fv(r, l, s, h, u, d) {
17224
+ }, uv = { class: "validator" }, dv = { class: "validator-code clearFix" }, cv = { class: "w-float-left validator-code-input" }, fv = { class: "w-float-left validator-code-img w-cursor-pointer" };
17225
+ function hv(r, l, s, h, u, d) {
17199
17226
  const v = O("el-input"), k = O("el-image"), x = jt("loading");
17200
- return w(), P("div", av, [
17201
- y("div", uv, [
17202
- y("div", dv, [
17227
+ return w(), P("div", uv, [
17228
+ y("div", dv, [
17229
+ y("div", cv, [
17203
17230
  B(v, {
17204
17231
  modelValue: u.codeNum,
17205
17232
  "onUpdate:modelValue": l[0] || (l[0] = (b) => u.codeNum = b),
@@ -17207,7 +17234,7 @@ function fv(r, l, s, h, u, d) {
17207
17234
  placeholder: "请输入验证码"
17208
17235
  }, null, 8, ["modelValue"])
17209
17236
  ]),
17210
- Oe((w(), P("div", cv, [
17237
+ Pe((w(), P("div", fv, [
17211
17238
  B(k, {
17212
17239
  src: u.codeImgUrl,
17213
17240
  title: "刷新验证码",
@@ -17235,9 +17262,9 @@ function fv(r, l, s, h, u, d) {
17235
17262
  ])
17236
17263
  ]);
17237
17264
  }
17238
- const hv = /* @__PURE__ */ re(sv, [["render", fv], ["__scopeId", "data-v-317f44ed"]]), pv = {
17265
+ const pv = /* @__PURE__ */ re(av, [["render", hv], ["__scopeId", "data-v-317f44ed"]]), mv = {
17239
17266
  name: "BnExportOrder",
17240
- components: { validatorCode: hv },
17267
+ components: { validatorCode: pv },
17241
17268
  props: {
17242
17269
  postFunc: Function,
17243
17270
  // 用户级别的唯一值,用于缓存某些操作
@@ -17357,17 +17384,17 @@ const hv = /* @__PURE__ */ re(sv, [["render", fv], ["__scopeId", "data-v-317f44e
17357
17384
  });
17358
17385
  }
17359
17386
  }
17360
- }, mv = { class: "exportOrder" }, gv = { class: "w-tip w-margin-bottom10" }, vv = { class: "w-color-red" }, yv = {
17387
+ }, gv = { class: "exportOrder" }, vv = { class: "w-tip w-margin-bottom10" }, yv = { class: "w-color-red" }, bv = {
17361
17388
  key: 0,
17362
17389
  class: "w-flex-center w-margin-bottom10"
17363
- }, bv = { class: "w-flex-center w-margin-bottom10" }, Cv = {
17390
+ }, Cv = { class: "w-flex-center w-margin-bottom10" }, wv = {
17364
17391
  key: 0,
17365
17392
  class: "exportOrder-tip"
17366
- }, wv = { class: "w-color-blue w-font16 w-font-weight" }, kv = {
17393
+ }, kv = { class: "w-color-blue w-font16 w-font-weight" }, xv = {
17367
17394
  key: 1,
17368
17395
  class: "exportOrder-tip"
17369
- }, xv = { class: "w-color-blue w-font16 w-font-weight" }, _v = { class: "w-flex-between w-flex-bottom w-margin-top10" }, Sv = { class: "" }, Iv = { class: "" }, Dv = { class: "exportOrder-columns" }, Tv = { class: "exportOrder-footer" };
17370
- function Lv(r, l, s, h, u, d) {
17396
+ }, _v = { class: "w-color-blue w-font16 w-font-weight" }, Sv = { class: "w-flex-between w-flex-bottom w-margin-top10" }, Iv = { class: "" }, Dv = { class: "" }, Tv = { class: "exportOrder-columns" }, Lv = { class: "exportOrder-footer" };
17397
+ function Fv(r, l, s, h, u, d) {
17371
17398
  const v = O("BnCheck"), k = O("el-input"), x = O("el-col"), b = O("el-row"), D = O("validator-code"), M = O("el-button"), J = O("el-dialog"), A = jt("loading");
17372
17399
  return w(), H(J, {
17373
17400
  modelValue: u.show,
@@ -17378,19 +17405,19 @@ function Lv(r, l, s, h, u, d) {
17378
17405
  "destroy-on-close": ""
17379
17406
  }, {
17380
17407
  default: F(() => [
17381
- Oe((w(), P("div", mv, [
17382
- y("div", gv, [
17408
+ Pe((w(), P("div", gv, [
17409
+ y("div", vv, [
17383
17410
  y("div", null, [
17384
17411
  l[8] || (l[8] = y("span", { class: "w-tip-num" }, "1.", -1)),
17385
17412
  l[9] || (l[9] = Z("单次最多导出 ", -1)),
17386
- y("span", vv, K(u.maxImportNum), 1),
17413
+ y("span", yv, K(u.maxImportNum), 1),
17387
17414
  l[10] || (l[10] = Z(" 条数据,超出的数据将不导出;导出格式为 ", -1)),
17388
17415
  l[11] || (l[11] = y("span", { class: "w-color-orange" }, ".Excel", -1)),
17389
17416
  l[12] || (l[12] = Z(" 文件 ", -1))
17390
17417
  ])
17391
17418
  ]),
17392
17419
  y("div", null, [
17393
- u.hasMultiRow ? (w(), P("div", yv, [
17420
+ u.hasMultiRow ? (w(), P("div", bv, [
17394
17421
  B(v, {
17395
17422
  modelValue: u.postParams.ext.splitSubformToMultiRow,
17396
17423
  "onUpdate:modelValue": l[0] || (l[0] = (Y) => u.postParams.ext.splitSubformToMultiRow = Y),
@@ -17399,7 +17426,7 @@ function Lv(r, l, s, h, u, d) {
17399
17426
  label: "多选联动组件导出时拆分成多行数据"
17400
17427
  }, null, 8, ["modelValue"])
17401
17428
  ])) : R("", !0),
17402
- y("div", bv, [
17429
+ y("div", Cv, [
17403
17430
  B(v, {
17404
17431
  modelValue: u.postParams.ext.exportImgData,
17405
17432
  "onUpdate:modelValue": l[1] || (l[1] = (Y) => u.postParams.ext.exportImgData = Y),
@@ -17410,24 +17437,24 @@ function Lv(r, l, s, h, u, d) {
17410
17437
  l[13] || (l[13] = y("div", { class: "w-color-orange" }, "(不勾选则导出附件链接)", -1))
17411
17438
  ])
17412
17439
  ]),
17413
- s.postData.all ? (w(), P("div", Cv, [
17440
+ s.postData.all ? (w(), P("div", wv, [
17414
17441
  l[14] || (l[14] = Z("已全选 ", -1)),
17415
- y("span", wv, K(s.postData.allLength), 1),
17442
+ y("span", kv, K(s.postData.allLength), 1),
17416
17443
  l[15] || (l[15] = Z(" 条数据,请选择导出字段", -1))
17417
- ])) : s.postData.ids.length > 0 ? (w(), P("div", kv, [
17444
+ ])) : s.postData.ids.length > 0 ? (w(), P("div", xv, [
17418
17445
  l[16] || (l[16] = Z("已选择 ", -1)),
17419
- y("span", xv, K(s.postData.ids.length), 1),
17446
+ y("span", _v, K(s.postData.ids.length), 1),
17420
17447
  l[17] || (l[17] = Z("条数据,请选择导出字段", -1))
17421
17448
  ])) : R("", !0),
17422
- y("div", _v, [
17423
- y("div", Sv, [
17449
+ y("div", Sv, [
17450
+ y("div", Iv, [
17424
17451
  B(k, {
17425
17452
  modelValue: u.searchText,
17426
17453
  "onUpdate:modelValue": l[2] || (l[2] = (Y) => u.searchText = Y),
17427
17454
  placeholder: "搜索字段"
17428
17455
  }, null, 8, ["modelValue"])
17429
17456
  ]),
17430
- y("div", Iv, [
17457
+ y("div", Dv, [
17431
17458
  y("span", null, K(u.postParams.columns.length), 1),
17432
17459
  Z("/" + K(u.watchComponents.length) + " ", 1),
17433
17460
  y("span", {
@@ -17441,7 +17468,7 @@ function Lv(r, l, s, h, u, d) {
17441
17468
  }, " 取消选中")) : R("", !0)
17442
17469
  ])
17443
17470
  ]),
17444
- y("div", Dv, [
17471
+ y("div", Tv, [
17445
17472
  B(b, { gutter: 20 }, {
17446
17473
  default: F(() => [
17447
17474
  (w(!0), P(oe, null, Ce(u.watchComponents, (Y) => (w(), P(oe, null, [
@@ -17475,7 +17502,7 @@ function Lv(r, l, s, h, u, d) {
17475
17502
  ])), [
17476
17503
  [A, u.loading]
17477
17504
  ]),
17478
- y("div", Tv, [
17505
+ y("div", Lv, [
17479
17506
  B(M, {
17480
17507
  onClick: l[6] || (l[6] = (Y) => u.show = !1),
17481
17508
  loading: u.loading
@@ -17500,7 +17527,7 @@ function Lv(r, l, s, h, u, d) {
17500
17527
  _: 1
17501
17528
  }, 8, ["modelValue"]);
17502
17529
  }
17503
- const Fv = /* @__PURE__ */ re(pv, [["render", Lv], ["__scopeId", "data-v-4f5bea24"]]), Ov = {
17530
+ const Ov = /* @__PURE__ */ re(mv, [["render", Fv], ["__scopeId", "data-v-4f5bea24"]]), Pv = {
17504
17531
  name: "shareUrlInp",
17505
17532
  props: {
17506
17533
  url: String
@@ -17517,11 +17544,11 @@ const Fv = /* @__PURE__ */ re(pv, [["render", Lv], ["__scopeId", "data-v-4f5bea2
17517
17544
  });
17518
17545
  }
17519
17546
  }
17520
- }, Pv = { class: "shareUrlInp" }, Bv = { class: "shareUrlInp-url" }, Mv = ["href"], Nv = { ref: "canvasRef" };
17521
- function Ev(r, l, s, h, u, d) {
17547
+ }, Bv = { class: "shareUrlInp" }, Mv = { class: "shareUrlInp-url" }, Nv = ["href"], Ev = { ref: "canvasRef" };
17548
+ function Vv(r, l, s, h, u, d) {
17522
17549
  const v = O("el-text"), k = O("el-popover");
17523
- return w(), P("div", Pv, [
17524
- y("div", Bv, K(s.url), 1),
17550
+ return w(), P("div", Bv, [
17551
+ y("div", Mv, K(s.url), 1),
17525
17552
  y("div", null, [
17526
17553
  B(v, {
17527
17554
  class: "w-cursor-pointer",
@@ -17539,7 +17566,7 @@ function Ev(r, l, s, h, u, d) {
17539
17566
  class: "w-cursor-pointer w-color-blue",
17540
17567
  href: s.url,
17541
17568
  target: "_blank"
17542
- }, "打开", 8, Mv)
17569
+ }, "打开", 8, Nv)
17543
17570
  ]),
17544
17571
  y("div", null, [
17545
17572
  B(k, {
@@ -17551,16 +17578,16 @@ function Ev(r, l, s, h, u, d) {
17551
17578
  y("span", { class: "bnUIcon bnUIcon-qc w-font26" }, null, -1)
17552
17579
  ])]),
17553
17580
  default: F(() => [
17554
- y("canvas", Nv, null, 512)
17581
+ y("canvas", Ev, null, 512)
17555
17582
  ]),
17556
17583
  _: 1
17557
17584
  }, 8, ["onShow"])
17558
17585
  ])
17559
17586
  ]);
17560
17587
  }
17561
- const Vv = /* @__PURE__ */ re(Ov, [["render", Ev], ["__scopeId", "data-v-d602affc"]]), Av = {
17588
+ const Av = /* @__PURE__ */ re(Pv, [["render", Vv], ["__scopeId", "data-v-d602affc"]]), Rv = {
17562
17589
  name: "BnOrderShare",
17563
- components: { shareUrlInp: Vv },
17590
+ components: { shareUrlInp: Av },
17564
17591
  props: {
17565
17592
  // 工单表ID
17566
17593
  tableId: {
@@ -17732,8 +17759,8 @@ const Vv = /* @__PURE__ */ re(Ov, [["render", Ev], ["__scopeId", "data-v-d602aff
17732
17759
  }) : this.getPlateUrl(!0);
17733
17760
  }
17734
17761
  }
17735
- }, Rv = { class: "orderShare" }, Uv = { class: "orderShare-left" }, zv = { class: "orderShare-tip" }, Hv = { key: 0 }, Wv = { key: 1 }, jv = { key: 2 }, Kv = { class: "w-flex-center" }, Gv = { class: "w-flex-center" }, qv = { class: "w-flex-center" }, Jv = { class: "w-flex-center" }, Yv = { class: "w-flex-center" }, Xv = { class: "w-color-red" }, Qv = { class: "orderShare-right" }, Zv = { key: 0 }, $v = { key: 1 };
17736
- function ey(r, l, s, h, u, d) {
17762
+ }, Uv = { class: "orderShare" }, zv = { class: "orderShare-left" }, Hv = { class: "orderShare-tip" }, Wv = { key: 0 }, jv = { key: 1 }, Kv = { key: 2 }, Gv = { class: "w-flex-center" }, qv = { class: "w-flex-center" }, Jv = { class: "w-flex-center" }, Yv = { class: "w-flex-center" }, Xv = { class: "w-flex-center" }, Qv = { class: "w-color-red" }, Zv = { class: "orderShare-right" }, $v = { key: 0 }, ey = { key: 1 };
17763
+ function ty(r, l, s, h, u, d) {
17737
17764
  const v = O("el-radio"), k = O("el-radio-group"), x = O("el-form-item"), b = O("el-segmented"), D = O("BnSelect"), M = O("el-countdown"), J = O("el-col"), A = O("el-form"), Y = O("shareUrlInp"), _e = O("el-dialog"), he = jt("loading");
17738
17765
  return w(), H(_e, {
17739
17766
  modelValue: u.show,
@@ -17744,8 +17771,8 @@ function ey(r, l, s, h, u, d) {
17744
17771
  "destroy-on-close": ""
17745
17772
  }, {
17746
17773
  default: F(() => [
17747
- Oe((w(), P("div", Rv, [
17748
- y("div", Uv, [
17774
+ Pe((w(), P("div", Uv, [
17775
+ y("div", zv, [
17749
17776
  B(A, {
17750
17777
  "label-position": "left",
17751
17778
  "label-width": "70"
@@ -17787,9 +17814,9 @@ function ey(r, l, s, h, u, d) {
17787
17814
  ]),
17788
17815
  _: 1
17789
17816
  }),
17790
- y("div", zv, [
17817
+ y("div", Hv, [
17791
17818
  l[14] || (l[14] = y("span", { class: "bnUIcon bnUIcon-partner w-color-orange" }, null, -1)),
17792
- u.postData.type == 1 ? (w(), P("span", Hv, [...l[11] || (l[11] = [
17819
+ u.postData.type == 1 ? (w(), P("span", Wv, [...l[11] || (l[11] = [
17793
17820
  Z(" 若你没有可用的淘宝店铺可前往平台市场 ", -1),
17794
17821
  y("a", {
17795
17822
  class: "w-color-blue",
@@ -17797,7 +17824,7 @@ function ey(r, l, s, h, u, d) {
17797
17824
  target: "_blank"
17798
17825
  }, "去订购", -1)
17799
17826
  ])])) : R("", !0),
17800
- u.postData.type == 3 ? (w(), P("span", Wv, [...l[12] || (l[12] = [
17827
+ u.postData.type == 3 ? (w(), P("span", jv, [...l[12] || (l[12] = [
17801
17828
  Z(" 若你没有可用的京东POP店铺可前往平台市场 ", -1),
17802
17829
  y("a", {
17803
17830
  class: "w-color-blue",
@@ -17805,7 +17832,7 @@ function ey(r, l, s, h, u, d) {
17805
17832
  target: "_blank"
17806
17833
  }, "去订购", -1)
17807
17834
  ])])) : R("", !0),
17808
- u.postData.type != 1 && u.postData.type != 3 ? (w(), P("span", jv, [...l[13] || (l[13] = [
17835
+ u.postData.type != 1 && u.postData.type != 3 ? (w(), P("span", Kv, [...l[13] || (l[13] = [
17809
17836
  Z(" 抖音(极速配置版)、京东自营生成的平台链接可以我们的班牛服务大厅统一管理 ", -1),
17810
17837
  y("a", {
17811
17838
  class: "w-color-blue",
@@ -17831,7 +17858,7 @@ function ey(r, l, s, h, u, d) {
17831
17858
  label: "手淘"
17832
17859
  }, {
17833
17860
  default: F(() => [
17834
- y("div", Kv, [
17861
+ y("div", Gv, [
17835
17862
  l[15] || (l[15] = y("span", { class: "bnUIcon bnUIcon-tb w-color-orange w-font24 w-margin-right5" }, null, -1)),
17836
17863
  B(D, {
17837
17864
  modelValue: u.postData.seller,
@@ -17854,7 +17881,7 @@ function ey(r, l, s, h, u, d) {
17854
17881
  label: "抖音"
17855
17882
  }, {
17856
17883
  default: F(() => [
17857
- y("div", Gv, [
17884
+ y("div", qv, [
17858
17885
  l[16] || (l[16] = y("span", { class: "bnUIcon bnUIcon-dy w-color-black3 w-font24 w-margin-right5" }, null, -1)),
17859
17886
  B(D, {
17860
17887
  modelValue: u.postData.seller,
@@ -17878,7 +17905,7 @@ function ey(r, l, s, h, u, d) {
17878
17905
  label: "京东POP"
17879
17906
  }, {
17880
17907
  default: F(() => [
17881
- y("div", qv, [
17908
+ y("div", Jv, [
17882
17909
  l[17] || (l[17] = y("span", {
17883
17910
  class: "bnUIcon bnUIcon-jd w-font24 w-margin-right5",
17884
17911
  style: { color: "red" }
@@ -17905,7 +17932,7 @@ function ey(r, l, s, h, u, d) {
17905
17932
  label: "京东自营"
17906
17933
  }, {
17907
17934
  default: F(() => [
17908
- y("div", Jv, [
17935
+ y("div", Yv, [
17909
17936
  l[18] || (l[18] = y("span", {
17910
17937
  class: "bnUIcon bnUIcon-jd w-margin-right5 w-font24",
17911
17938
  style: { color: "red" }
@@ -17936,9 +17963,9 @@ function ey(r, l, s, h, u, d) {
17936
17963
  value: this.url.endDate
17937
17964
  }, {
17938
17965
  title: F(() => [
17939
- y("div", Yv, [
17966
+ y("div", Xv, [
17940
17967
  l[19] || (l[19] = Z(" 短链到期时间:", -1)),
17941
- y("span", Xv, K(d.formatDate(u.url.endDate)), 1),
17968
+ y("span", Qv, K(d.formatDate(u.url.endDate)), 1),
17942
17969
  y("span", {
17943
17970
  class: "w-color-blue w-margin-left5 w-cursor-pointer",
17944
17971
  onClick: l[6] || (l[6] = (...fe) => d.updateShortUrl && d.updateShortUrl(...fe))
@@ -17957,7 +17984,7 @@ function ey(r, l, s, h, u, d) {
17957
17984
  _: 1
17958
17985
  })
17959
17986
  ]),
17960
- y("div", Qv, [
17987
+ y("div", Zv, [
17961
17988
  l[22] || (l[22] = y("div", { class: "w-padding-bottom10" }, "网页端", -1)),
17962
17989
  B(Y, {
17963
17990
  url: u.url.pc
@@ -17967,13 +17994,13 @@ function ey(r, l, s, h, u, d) {
17967
17994
  url: u.url.mb
17968
17995
  }, null, 8, ["url"]),
17969
17996
  u.postData.seller ? (w(), P(oe, { key: 0 }, [
17970
- u.url.long ? (w(), P("div", Zv, [
17997
+ u.url.long ? (w(), P("div", $v, [
17971
17998
  l[20] || (l[20] = y("div", { class: "w-padding-tb10" }, "平台长连接", -1)),
17972
17999
  B(Y, {
17973
18000
  url: u.url.long
17974
18001
  }, null, 8, ["url"])
17975
18002
  ])) : R("", !0),
17976
- u.url.short ? (w(), P("div", $v, [
18003
+ u.url.short ? (w(), P("div", ey, [
17977
18004
  l[21] || (l[21] = y("div", { class: "w-padding-tb10" }, "平台短链接", -1)),
17978
18005
  B(Y, {
17979
18006
  url: u.url.short
@@ -17988,7 +18015,7 @@ function ey(r, l, s, h, u, d) {
17988
18015
  _: 1
17989
18016
  }, 8, ["modelValue"]);
17990
18017
  }
17991
- const ty = /* @__PURE__ */ re(Av, [["render", ey], ["__scopeId", "data-v-cc5c9505"]]), iy = {
18018
+ const iy = /* @__PURE__ */ re(Rv, [["render", ty], ["__scopeId", "data-v-cc5c9505"]]), ny = {
17992
18019
  name: "WorksheetCopy",
17993
18020
  data() {
17994
18021
  return {
@@ -18038,8 +18065,8 @@ const ty = /* @__PURE__ */ re(Av, [["render", ey], ["__scopeId", "data-v-cc5c950
18038
18065
  }
18039
18066
  }
18040
18067
  };
18041
- function ny(r, l, s, h, u, d) {
18042
- return Oe((w(), P("div", {
18068
+ function ly(r, l, s, h, u, d) {
18069
+ return Pe((w(), P("div", {
18043
18070
  class: "worksheetCopy",
18044
18071
  style: kt(u.style),
18045
18072
  onMouseover: l[0] || (l[0] = (...v) => d.onMouseEvent && d.onMouseEvent(...v)),
@@ -18049,9 +18076,9 @@ function ny(r, l, s, h, u, d) {
18049
18076
  [at, u.visiable || u.isMouseIn]
18050
18077
  ]);
18051
18078
  }
18052
- const ly = /* @__PURE__ */ re(iy, [["render", ny], ["__scopeId", "data-v-f14719c4"]]), ry = {
18079
+ const ry = /* @__PURE__ */ re(ny, [["render", ly], ["__scopeId", "data-v-f14719c4"]]), oy = {
18053
18080
  name: "showChildTable",
18054
- components: { tableCellCopy: ly },
18081
+ components: { tableCellCopy: ry },
18055
18082
  props: {
18056
18083
  columns: Array,
18057
18084
  maxHeight: {
@@ -18078,7 +18105,7 @@ const ly = /* @__PURE__ */ re(iy, [["render", ny], ["__scopeId", "data-v-f14719c
18078
18105
  }
18079
18106
  }
18080
18107
  };
18081
- function oy(r, l, s, h, u, d) {
18108
+ function sy(r, l, s, h, u, d) {
18082
18109
  const v = O("tableCellCopy"), k = O("vxe-column"), x = O("BnFileView"), b = O("vxe-table");
18083
18110
  return w(), P(oe, null, [
18084
18111
  B(v, { ref: "childTableCopy" }, null, 512),
@@ -18128,7 +18155,7 @@ function oy(r, l, s, h, u, d) {
18128
18155
  }, 8, ["onCellMouseenter", "onCellMouseleave", "data", "max-height"])
18129
18156
  ], 64);
18130
18157
  }
18131
- const sy = /* @__PURE__ */ re(ry, [["render", oy]]), ay = {
18158
+ const ay = /* @__PURE__ */ re(oy, [["render", sy]]), uy = {
18132
18159
  name: "showTimeLine",
18133
18160
  props: {
18134
18161
  columns: Array,
@@ -18161,13 +18188,13 @@ const sy = /* @__PURE__ */ re(ry, [["render", oy]]), ay = {
18161
18188
  return r ? r.length > 50 : !1;
18162
18189
  }
18163
18190
  }
18164
- }, uy = { class: "showTimeLine" }, dy = { class: "showTimeLine-box-title" }, cy = { class: "showTimeLine-box-title" }, fy = { class: "showTimeLine-box-file" }, hy = { class: "showTimeLine-box-title" }, py = ["innerHTML"], my = {
18191
+ }, dy = { class: "showTimeLine" }, cy = { class: "showTimeLine-box-title" }, fy = { class: "showTimeLine-box-title" }, hy = { class: "showTimeLine-box-file" }, py = { class: "showTimeLine-box-title" }, my = ["innerHTML"], gy = {
18165
18192
  key: 0,
18166
18193
  class: "w-text-center"
18167
18194
  };
18168
- function gy(r, l, s, h, u, d) {
18195
+ function vy(r, l, s, h, u, d) {
18169
18196
  const v = O("el-popover"), k = O("el-col"), x = O("el-row"), b = O("BnFileView"), D = O("el-card"), M = O("el-timeline-item"), J = O("el-timeline"), A = O("el-button");
18170
- return w(), P("div", uy, [
18197
+ return w(), P("div", dy, [
18171
18198
  B(J, { style: { "max-width": "800px" } }, {
18172
18199
  default: F(() => [
18173
18200
  (w(!0), P(oe, null, Ce(d.displayData, (Y, _e) => (w(), H(M, {
@@ -18188,7 +18215,7 @@ function gy(r, l, s, h, u, d) {
18188
18215
  class: "showTimeLine-box"
18189
18216
  }, {
18190
18217
  default: F(() => [
18191
- y("div", dy, K(he.name) + ":", 1),
18218
+ y("div", cy, K(he.name) + ":", 1),
18192
18219
  B(v, {
18193
18220
  content: Y[he.columnCode],
18194
18221
  placement: "top-end",
@@ -18223,8 +18250,8 @@ function gy(r, l, s, h, u, d) {
18223
18250
  class: "showTimeLine-box"
18224
18251
  }, {
18225
18252
  default: F(() => [
18226
- y("div", cy, K(he.name) + ":", 1),
18227
- y("div", fy, [
18253
+ y("div", fy, K(he.name) + ":", 1),
18254
+ y("div", hy, [
18228
18255
  B(b, {
18229
18256
  "file-list": Y.inside[he.columnCode],
18230
18257
  "is-mini": !0,
@@ -18251,10 +18278,10 @@ function gy(r, l, s, h, u, d) {
18251
18278
  class: "showTimeLine-box"
18252
18279
  }, {
18253
18280
  default: F(() => [
18254
- y("div", hy, K(he.name) + ":", 1),
18281
+ y("div", py, K(he.name) + ":", 1),
18255
18282
  y("div", {
18256
18283
  innerHTML: Y[he.columnCode]
18257
- }, null, 8, py)
18284
+ }, null, 8, my)
18258
18285
  ]),
18259
18286
  _: 2
18260
18287
  }, 1024)) : R("", !0)
@@ -18271,7 +18298,7 @@ function gy(r, l, s, h, u, d) {
18271
18298
  ]),
18272
18299
  _: 1
18273
18300
  }),
18274
- s.tableData.length > 3 ? (w(), P("div", my, [
18301
+ s.tableData.length > 3 ? (w(), P("div", gy, [
18275
18302
  B(A, {
18276
18303
  type: "primary",
18277
18304
  onClick: d.toggleExpand,
@@ -18285,9 +18312,9 @@ function gy(r, l, s, h, u, d) {
18285
18312
  ])) : R("", !0)
18286
18313
  ]);
18287
18314
  }
18288
- const vy = /* @__PURE__ */ re(ay, [["render", gy], ["__scopeId", "data-v-11a3fde7"]]), yy = {
18315
+ const yy = /* @__PURE__ */ re(uy, [["render", vy], ["__scopeId", "data-v-11a3fde7"]]), by = {
18289
18316
  name: "showSubFormDetail",
18290
- components: { showChildTable: sy, showTimeLine: vy },
18317
+ components: { showChildTable: ay, showTimeLine: yy },
18291
18318
  props: {
18292
18319
  column: Object,
18293
18320
  row: Object,
@@ -18302,12 +18329,12 @@ const vy = /* @__PURE__ */ re(ay, [["render", gy], ["__scopeId", "data-v-11a3fde
18302
18329
  };
18303
18330
  },
18304
18331
  created() {
18305
- this.tableData = zp(this.column, this.row);
18332
+ this.tableData = Hp(this.column, this.row);
18306
18333
  }
18307
- }, by = { class: "showSubFormDetail" };
18308
- function Cy(r, l, s, h, u, d) {
18334
+ }, Cy = { class: "showSubFormDetail" };
18335
+ function wy(r, l, s, h, u, d) {
18309
18336
  const v = O("showTimeLine"), k = O("showChildTable");
18310
- return w(), P("div", by, [
18337
+ return w(), P("div", Cy, [
18311
18338
  s.column.columnCode == "serve_progress" || s.column.columnCode == "tracking_back" ? (w(), H(v, {
18312
18339
  key: 0,
18313
18340
  columns: s.column.moduleDefinition,
@@ -18320,7 +18347,7 @@ function Cy(r, l, s, h, u, d) {
18320
18347
  }, null, 8, ["columns", "tableData", "maxHeight"]))
18321
18348
  ]);
18322
18349
  }
18323
- const wy = /* @__PURE__ */ re(yy, [["render", Cy], ["__scopeId", "data-v-854a53bc"]]), ky = {
18350
+ const ky = /* @__PURE__ */ re(by, [["render", wy], ["__scopeId", "data-v-854a53bc"]]), xy = {
18324
18351
  name: "orderLogs",
18325
18352
  props: {
18326
18353
  tableInfo: {},
@@ -18350,10 +18377,10 @@ const wy = /* @__PURE__ */ re(yy, [["render", Cy], ["__scopeId", "data-v-854a53b
18350
18377
  return this.filterUsers.length > 0 ? this.taskLog.filter((r) => this.filterUsers.includes(String(r.ownerId))) : this.taskLog;
18351
18378
  }
18352
18379
  }
18353
- }, xy = { class: "w-padding-tb10" }, _y = ["title"];
18354
- function Sy(r, l, s, h, u, d) {
18380
+ }, _y = { class: "w-padding-tb10" }, Sy = ["title"];
18381
+ function Iy(r, l, s, h, u, d) {
18355
18382
  const v = O("BnEmptyTip"), k = O("el-card"), x = O("el-timeline-item"), b = O("el-timeline");
18356
- return w(), P("div", xy, [
18383
+ return w(), P("div", _y, [
18357
18384
  d.logList.length ? R("", !0) : (w(), H(v, { key: 0 })),
18358
18385
  B(b, null, {
18359
18386
  default: F(() => [
@@ -18369,7 +18396,7 @@ function Sy(r, l, s, h, u, d) {
18369
18396
  y("div", {
18370
18397
  class: "w-text-over-two w-color-black6 w-font13",
18371
18398
  title: D.content
18372
- }, K(D.content), 9, _y)
18399
+ }, K(D.content), 9, Sy)
18373
18400
  ]),
18374
18401
  _: 2
18375
18402
  }, 1024)
@@ -18381,7 +18408,7 @@ function Sy(r, l, s, h, u, d) {
18381
18408
  })
18382
18409
  ]);
18383
18410
  }
18384
- const Iy = /* @__PURE__ */ re(ky, [["render", Sy]]), Dy = {
18411
+ const Dy = /* @__PURE__ */ re(xy, [["render", Iy]]), Ty = {
18385
18412
  name: "searchLogByUser",
18386
18413
  props: {
18387
18414
  modelValue: {
@@ -18444,11 +18471,11 @@ const Iy = /* @__PURE__ */ re(ky, [["render", Sy]]), Dy = {
18444
18471
  this.val = [], this.$emit("update:modelValue", ye(this.val));
18445
18472
  }
18446
18473
  }
18447
- }, Ty = {
18474
+ }, Ly = {
18448
18475
  key: 0,
18449
18476
  class: "w-color-gray"
18450
- }, Ly = { class: "w-text-right w-padding-lr10 w-padding-tb4" };
18451
- function Fy(r, l, s, h, u, d) {
18477
+ }, Fy = { class: "w-text-right w-padding-lr10 w-padding-tb4" };
18478
+ function Oy(r, l, s, h, u, d) {
18452
18479
  const v = O("el-button"), k = O("BnDrop");
18453
18480
  return w(), H(k, {
18454
18481
  ref: "bnDrop",
@@ -18465,7 +18492,7 @@ function Fy(r, l, s, h, u, d) {
18465
18492
  pageProps: { pageNum: "pageNo", pageSize: "pageSize" }
18466
18493
  }, {
18467
18494
  "dropdown-bottom": F(() => [
18468
- y("div", Ly, [
18495
+ y("div", Fy, [
18469
18496
  u.val.length ? (w(), H(v, {
18470
18497
  key: 0,
18471
18498
  link: "",
@@ -18508,7 +18535,7 @@ function Fy(r, l, s, h, u, d) {
18508
18535
  y("span", { class: "bnUIcon bnUIcon-search" }),
18509
18536
  Z(" 筛选")
18510
18537
  ], -1)),
18511
- s.modelValue.length ? (w(), P("span", Ty, "(已选" + K(s.modelValue.length) + "人)", 1)) : R("", !0),
18538
+ s.modelValue.length ? (w(), P("span", Ly, "(已选" + K(s.modelValue.length) + "人)", 1)) : R("", !0),
18512
18539
  s.modelValue.length ? (w(), P("span", {
18513
18540
  key: 1,
18514
18541
  class: "bnUIcon bnUIcon-clear filter-btn-icon w-color-red w-margin-left4",
@@ -18522,9 +18549,9 @@ function Fy(r, l, s, h, u, d) {
18522
18549
  _: 3
18523
18550
  }, 8, ["postData", "postFunc", "options", "modelValue"]);
18524
18551
  }
18525
- const Oy = /* @__PURE__ */ re(Dy, [["render", Fy], ["__scopeId", "data-v-d541a9f6"]]), Py = {
18552
+ const Py = /* @__PURE__ */ re(Ty, [["render", Oy], ["__scopeId", "data-v-d541a9f6"]]), By = {
18526
18553
  name: "BnOrderDetail",
18527
- components: { showSubForm: wy, orderLogs: Iy, filterLogByUser: Oy },
18554
+ components: { showSubForm: ky, orderLogs: Dy, filterLogByUser: Py },
18528
18555
  props: {
18529
18556
  // 表信息
18530
18557
  tableInfo: Object,
@@ -18606,7 +18633,7 @@ const Oy = /* @__PURE__ */ re(Dy, [["render", Fy], ["__scopeId", "data-v-d541a9f
18606
18633
  * */
18607
18634
  async getTableInfo() {
18608
18635
  let r = await this.postFunc(`/biztable/definition/table?tableCode=${this.tableInfo.tableCode}&columns=1`, null, "get");
18609
- r.code || (this.components = Up(r.data.columns, r.data.appId, r.data.tableId));
18636
+ r.code || (this.components = zp(r.data.columns, r.data.appId, r.data.tableId));
18610
18637
  },
18611
18638
  /**
18612
18639
  * 查询工单详情
@@ -18641,29 +18668,29 @@ const Oy = /* @__PURE__ */ re(Dy, [["render", Fy], ["__scopeId", "data-v-d541a9f
18641
18668
  l.value = r, document.body.appendChild(l), l.select(), document.execCommand("copy"), document.body.removeChild(l), this.$message.success("复制成功");
18642
18669
  }
18643
18670
  }
18644
- }, By = { class: "BnOrderDetail-main-top" }, My = { class: "BnOrderDetail-main-top-btn w-flex-center" }, Ny = { class: "BnOrderDetail-main-body" }, Ey = { class: "BnOrderDetail-main-detail" }, Vy = {
18671
+ }, My = { class: "BnOrderDetail-main-top" }, Ny = { class: "BnOrderDetail-main-top-btn w-flex-center" }, Ey = { class: "BnOrderDetail-main-body" }, Vy = { class: "BnOrderDetail-main-detail" }, Ay = {
18645
18672
  key: 0,
18646
18673
  class: "BnOrderDetail-item"
18647
- }, Ay = { class: "BnOrderDetail-item-header" }, Ry = {
18674
+ }, Ry = { class: "BnOrderDetail-item-header" }, Uy = {
18648
18675
  key: 0,
18649
18676
  class: "w-margin-top4"
18650
- }, Uy = {
18677
+ }, zy = {
18651
18678
  key: 0,
18652
18679
  class: "BnOrderDetail-item-content"
18653
- }, zy = {
18680
+ }, Hy = {
18654
18681
  key: 0,
18655
18682
  class: "BnOrderDetail-item-content-text"
18656
- }, Hy = ["onClick"], Wy = {
18683
+ }, Wy = ["onClick"], jy = {
18657
18684
  key: 1,
18658
18685
  class: "BnOrderDetail-item-content-sub"
18659
- }, jy = {
18686
+ }, Ky = {
18660
18687
  key: 2,
18661
18688
  class: "BnOrderDetail-item-content-sub"
18662
- }, Ky = { class: "BnOrderDetail-main-other" }, Gy = {
18689
+ }, Gy = { class: "BnOrderDetail-main-other" }, qy = {
18663
18690
  class: "w-flex-center w-flex-between",
18664
18691
  style: { background: "#fff" }
18665
18692
  };
18666
- function qy(r, l, s, h, u, d) {
18693
+ function Jy(r, l, s, h, u, d) {
18667
18694
  const v = O("el-button"), k = O("el-tooltip"), x = O("BnEmptyTip"), b = O("BnFileView"), D = O("showSubForm"), M = O("BnOrderCard"), J = O("el-tab-pane"), A = O("el-tabs"), Y = O("filterLogByUser"), _e = O("el-affix"), he = O("orderLogs"), fe = O("el-backtop"), xe = jt("loading");
18668
18695
  return u.show ? (w(), P("div", {
18669
18696
  key: 0,
@@ -18676,13 +18703,13 @@ function qy(r, l, s, h, u, d) {
18676
18703
  onClick: l[6] || (l[6] = _n(() => {
18677
18704
  }, ["stop"]))
18678
18705
  }, [
18679
- y("div", By, [
18706
+ y("div", My, [
18680
18707
  xt(r.$slots, "top", {
18681
18708
  taskDetail: u.taskDetail,
18682
18709
  components: d.componentList,
18683
18710
  id: u.id
18684
18711
  }, void 0, !0),
18685
- y("div", My, [
18712
+ y("div", Ny, [
18686
18713
  (w(!0), P(oe, null, Ce(s.operateList, (ae) => (w(), H(v, {
18687
18714
  plain: "",
18688
18715
  size: "small",
@@ -18711,7 +18738,7 @@ function qy(r, l, s, h, u, d) {
18711
18738
  }, {
18712
18739
  default: F(() => [
18713
18740
  y("span", {
18714
- class: Pe(["bnUIcon", [u.showEmpty ? "bnUIcon-notLookEmpty w-color-red" : "bnUIcon-lookEmpty w-color-blue"]]),
18741
+ class: Oe(["bnUIcon", [u.showEmpty ? "bnUIcon-notLookEmpty w-color-red" : "bnUIcon-lookEmpty w-color-blue"]]),
18715
18742
  onClick: l[2] || (l[2] = (...ae) => d.toggleEmpty && d.toggleEmpty(...ae))
18716
18743
  }, null, 2)
18717
18744
  ]),
@@ -18723,42 +18750,42 @@ function qy(r, l, s, h, u, d) {
18723
18750
  })
18724
18751
  ])
18725
18752
  ]),
18726
- Oe((w(), P("div", Ny, [
18727
- y("div", Ey, [
18753
+ Pe((w(), P("div", Ey, [
18754
+ y("div", Vy, [
18728
18755
  u.taskDetail.id ? R("", !0) : (w(), H(x, { key: 0 })),
18729
18756
  (w(!0), P(oe, null, Ce(d.componentList, (ae, ge) => {
18730
18757
  var De;
18731
18758
  return w(), P(oe, { key: ge }, [
18732
- u.showEmpty || !d.isEmpty(u.taskDetail[ae.columnCode]) ? (w(), P("div", Vy, [
18733
- y("div", Ay, [
18759
+ u.showEmpty || !d.isEmpty(u.taskDetail[ae.columnCode]) ? (w(), P("div", Ay, [
18760
+ y("div", Ry, [
18734
18761
  Z(K(ae.name) + " ", 1),
18735
- (De = ae.style) != null && De.detailIcon ? (w(), P("div", Ry, [...l[8] || (l[8] = [
18762
+ (De = ae.style) != null && De.detailIcon ? (w(), P("div", Uy, [...l[8] || (l[8] = [
18736
18763
  y("img", {
18737
18764
  style: { width: "72px", height: "16px" },
18738
18765
  src: "https://banniu-work.oss-cn-zhangjiakou.aliyuncs.com/125_10030158_10c0871f0e3550f1297a850a1a9ecabd.jpg"
18739
18766
  }, null, -1)
18740
18767
  ])])) : R("", !0)
18741
18768
  ]),
18742
- d.isEmpty(u.taskDetail[ae.columnCode]) ? R("", !0) : (w(), P("div", Uy, [
18769
+ d.isEmpty(u.taskDetail[ae.columnCode]) ? R("", !0) : (w(), P("div", zy, [
18743
18770
  xt(r.$slots, "columnDetail_" + ae.columnCode, {
18744
18771
  item: ae,
18745
18772
  value: u.taskDetail[ae.columnCode],
18746
18773
  row: u.taskDetail
18747
18774
  }, () => [
18748
- ae.behaviorType != 13 && ae.behaviorType != 10 ? (w(), P("div", zy, [
18775
+ ae.behaviorType != 13 && ae.behaviorType != 10 ? (w(), P("div", Hy, [
18749
18776
  Z(K(u.taskDetail[ae.columnCode]) + " ", 1),
18750
18777
  y("span", {
18751
18778
  class: "w-color-blue w-cursor-pointer",
18752
18779
  onClick: (je) => d.copyVal(u.taskDetail[ae.columnCode])
18753
- }, "复制", 8, Hy)
18754
- ])) : ae.behaviorType == 10 ? (w(), P("div", Wy, [
18780
+ }, "复制", 8, Wy)
18781
+ ])) : ae.behaviorType == 10 ? (w(), P("div", jy, [
18755
18782
  B(b, {
18756
18783
  "file-list": u.taskDetail.inside[ae.columnCode],
18757
18784
  "is-mini": !0,
18758
18785
  "no-warp": !0,
18759
18786
  width: "50px"
18760
18787
  }, null, 8, ["file-list"])
18761
- ])) : ae.behaviorType == 13 ? (w(), P("div", jy, [
18788
+ ])) : ae.behaviorType == 13 ? (w(), P("div", Ky, [
18762
18789
  B(D, {
18763
18790
  column: ae,
18764
18791
  row: u.taskDetail,
@@ -18776,13 +18803,13 @@ function qy(r, l, s, h, u, d) {
18776
18803
  extendPost: { tid: u.taskDetail.tid, taskId: u.id, appId: s.tableInfo.appId, projectId: s.tableInfo.tableId }
18777
18804
  }, null, 8, ["postFunc", "extendPost"])) : R("", !0)
18778
18805
  ]),
18779
- y("div", Ky, [
18806
+ y("div", Gy, [
18780
18807
  B(_e, {
18781
18808
  target: ".BnOrderDetail-main-other",
18782
18809
  offset: 30
18783
18810
  }, {
18784
18811
  default: F(() => [
18785
- y("div", Gy, [
18812
+ y("div", qy, [
18786
18813
  B(A, {
18787
18814
  modelValue: u.defaultTab,
18788
18815
  "onUpdate:modelValue": l[4] || (l[4] = (ae) => u.defaultTab = ae),
@@ -18834,7 +18861,7 @@ function qy(r, l, s, h, u, d) {
18834
18861
  ])
18835
18862
  ])) : R("", !0);
18836
18863
  }
18837
- const Jy = /* @__PURE__ */ re(Py, [["render", qy], ["__scopeId", "data-v-27796a33"]]), kn = {
18864
+ const Yy = /* @__PURE__ */ re(By, [["render", Jy], ["__scopeId", "data-v-27796a33"]]), kn = {
18838
18865
  no: {
18839
18866
  url: "https://banniu-work.oss-cn-zhangjiakou.aliyuncs.com/125_110527787_41d59fbd8671cfd9a5d2449ccdbfa03f.png",
18840
18867
  tip: "呀~没有内容呢~",
@@ -18859,7 +18886,7 @@ const Jy = /* @__PURE__ */ re(Py, [["render", qy], ["__scopeId", "data-v-27796a3
18859
18886
  width: 0.8,
18860
18887
  height: 0.8
18861
18888
  }
18862
- }, Yy = {
18889
+ }, Xy = {
18863
18890
  name: "BnEmptyTip",
18864
18891
  props: {
18865
18892
  url: {
@@ -18897,19 +18924,19 @@ const Jy = /* @__PURE__ */ re(Py, [["render", qy], ["__scopeId", "data-v-27796a3
18897
18924
  };
18898
18925
  }
18899
18926
  }
18900
- }, Xy = { class: "BnEmptyTip" }, Qy = { class: "BnEmptyTip-box" }, Zy = { class: "BnEmptyTip-text" };
18901
- function $y(r, l, s, h, u, d) {
18902
- return w(), P("div", Xy, [
18903
- y("div", Qy, [
18927
+ }, Qy = { class: "BnEmptyTip" }, Zy = { class: "BnEmptyTip-box" }, $y = { class: "BnEmptyTip-text" };
18928
+ function eb(r, l, s, h, u, d) {
18929
+ return w(), P("div", Qy, [
18930
+ y("div", Zy, [
18904
18931
  y("div", {
18905
18932
  class: "BnEmptyTip-img",
18906
18933
  style: kt(d.boxStyle)
18907
18934
  }, null, 4),
18908
- y("div", Zy, K(d.displayTip), 1)
18935
+ y("div", $y, K(d.displayTip), 1)
18909
18936
  ])
18910
18937
  ]);
18911
18938
  }
18912
- const eb = /* @__PURE__ */ re(Yy, [["render", $y], ["__scopeId", "data-v-eba7ecc5"]]), tb = {
18939
+ const tb = /* @__PURE__ */ re(Xy, [["render", eb], ["__scopeId", "data-v-eba7ecc5"]]), ib = {
18913
18940
  name: "BnWebLog",
18914
18941
  data() {
18915
18942
  return {
@@ -18961,11 +18988,11 @@ const eb = /* @__PURE__ */ re(Yy, [["render", $y], ["__scopeId", "data-v-eba7ecc
18961
18988
  return `${r}:${r == 0 || r == 1 ? "成功" : "失败"}`;
18962
18989
  }
18963
18990
  }
18964
- }, ib = { style: { height: "calc(100vh - 158px)", "overflow-y": "auto", padding: "8px 20px 20px 20px" } }, nb = { class: "w-text-right" }, lb = { style: { height: "calc(100% - 80px)" } }, rb = { class: "w-text-right w-margin-top6" }, ob = { class: "BnWebLog" }, sb = { class: "w-flex-right" }, ab = { class: "BnWebLog-card-body" }, ub = { key: 0 }, db = { key: 1 }, cb = {
18991
+ }, nb = { style: { height: "calc(100vh - 158px)", "overflow-y": "auto", padding: "8px 20px 20px 20px" } }, lb = { class: "w-text-right" }, rb = { style: { height: "calc(100% - 80px)" } }, ob = { class: "w-text-right w-margin-top6" }, sb = { class: "BnWebLog" }, ab = { class: "w-flex-right" }, ub = { class: "BnWebLog-card-body" }, db = { key: 0 }, cb = { key: 1 }, fb = {
18965
18992
  key: 2,
18966
18993
  class: "w-text-over"
18967
- }, fb = { key: 3 }, hb = { key: 4 }, pb = { key: 5 }, mb = { key: 6 }, gb = { key: 7 }, vb = { key: 8 }, yb = { key: 9 }, bb = { key: 10 }, Cb = { key: 11 }, wb = { key: 12 };
18968
- function kb(r, l, s, h, u, d) {
18994
+ }, hb = { key: 3 }, pb = { key: 4 }, mb = { key: 5 }, gb = { key: 6 }, vb = { key: 7 }, yb = { key: 8 }, bb = { key: 9 }, Cb = { key: 10 }, wb = { key: 11 }, kb = { key: 12 };
18995
+ function xb(r, l, s, h, u, d) {
18969
18996
  const v = O("el-button"), k = O("vxe-column"), x = O("vxe-table"), b = O("el-pagination"), D = O("el-dialog"), M = O("el-card"), J = jt("loading");
18970
18997
  return w(), P("div", null, [
18971
18998
  B(D, {
@@ -18978,8 +19005,8 @@ function kb(r, l, s, h, u, d) {
18978
19005
  "destroy-on-close": ""
18979
19006
  }, {
18980
19007
  default: F(() => [
18981
- Oe((w(), P("div", ib, [
18982
- y("div", nb, [
19008
+ Pe((w(), P("div", nb, [
19009
+ y("div", lb, [
18983
19010
  B(v, {
18984
19011
  link: "",
18985
19012
  onClick: l[0] || (l[0] = (A) => d.copyText(u.dataList)),
@@ -18991,7 +19018,7 @@ function kb(r, l, s, h, u, d) {
18991
19018
  _: 1
18992
19019
  })
18993
19020
  ]),
18994
- y("div", lb, [
19021
+ y("div", rb, [
18995
19022
  B(x, {
18996
19023
  height: "100%",
18997
19024
  "row-id": "id",
@@ -19022,7 +19049,7 @@ function kb(r, l, s, h, u, d) {
19022
19049
  _: 1
19023
19050
  }, 8, ["loading", "data"])
19024
19051
  ]),
19025
- y("div", rb, [
19052
+ y("div", ob, [
19026
19053
  B(b, {
19027
19054
  "current-page": u.currentPage,
19028
19055
  "onUpdate:currentPage": l[1] || (l[1] = (A) => u.currentPage = A),
@@ -19039,10 +19066,10 @@ function kb(r, l, s, h, u, d) {
19039
19066
  ]),
19040
19067
  _: 1
19041
19068
  }, 8, ["modelValue"]),
19042
- Oe(y("div", ob, [
19069
+ Pe(y("div", sb, [
19043
19070
  B(M, { class: "BnWebLog-card" }, {
19044
19071
  default: F(() => [
19045
- y("div", sb, [
19072
+ y("div", ab, [
19046
19073
  B(v, {
19047
19074
  type: "primary",
19048
19075
  link: "",
@@ -19064,20 +19091,20 @@ function kb(r, l, s, h, u, d) {
19064
19091
  _: 1
19065
19092
  })
19066
19093
  ]),
19067
- y("div", ab, [
19068
- u.sessionInfo.userName ? (w(), P("div", ub, "用户名:" + K(u.sessionInfo.userName), 1)) : R("", !0),
19069
- u.sessionInfo.userId ? (w(), P("div", db, "用户id:" + K(u.sessionInfo.userId), 1)) : R("", !0),
19070
- u.sessionInfo.companyName ? (w(), P("div", cb, "公司名称:" + K(u.sessionInfo.companyName), 1)) : R("", !0),
19071
- u.sessionInfo.companyId ? (w(), P("div", fb, "公司id:" + K(u.sessionInfo.companyId), 1)) : R("", !0),
19072
- u.sessionInfo.tableCode ? (w(), P("div", hb, "表code:" + K(u.sessionInfo.tableCode), 1)) : R("", !0),
19073
- u.sessionInfo.appId ? (w(), P("div", pb, "小程序id:" + K(u.sessionInfo.appId), 1)) : R("", !0),
19074
- u.sessionInfo.tableId ? (w(), P("div", mb, "工作表id:" + K(u.sessionInfo.tableId), 1)) : R("", !0),
19075
- u.sessionInfo.taskId ? (w(), P("div", gb, "任务id:" + K(u.sessionInfo.taskId), 1)) : R("", !0),
19076
- u.sessionInfo.workflowId ? (w(), P("div", vb, "流程模板id:" + K(u.sessionInfo.workflowId), 1)) : R("", !0),
19077
- u.sessionInfo.instanceId ? (w(), P("div", yb, "流程实例id:" + K(u.sessionInfo.instanceId), 1)) : R("", !0),
19078
- u.sessionInfo.workFlowNodeId ? (w(), P("div", bb, "流程节点id:" + K(u.sessionInfo.workFlowNodeId), 1)) : R("", !0),
19079
- u.sessionInfo.processCode ? (w(), P("div", Cb, "流程节点code:" + K(u.sessionInfo.processCode), 1)) : R("", !0),
19080
- u.sessionInfo.url ? (w(), P("div", wb, "工作表i地址:" + K(u.sessionInfo.url), 1)) : R("", !0)
19094
+ y("div", ub, [
19095
+ u.sessionInfo.userName ? (w(), P("div", db, "用户名:" + K(u.sessionInfo.userName), 1)) : R("", !0),
19096
+ u.sessionInfo.userId ? (w(), P("div", cb, "用户id:" + K(u.sessionInfo.userId), 1)) : R("", !0),
19097
+ u.sessionInfo.companyName ? (w(), P("div", fb, "公司名称:" + K(u.sessionInfo.companyName), 1)) : R("", !0),
19098
+ u.sessionInfo.companyId ? (w(), P("div", hb, "公司id:" + K(u.sessionInfo.companyId), 1)) : R("", !0),
19099
+ u.sessionInfo.tableCode ? (w(), P("div", pb, "表code:" + K(u.sessionInfo.tableCode), 1)) : R("", !0),
19100
+ u.sessionInfo.appId ? (w(), P("div", mb, "小程序id:" + K(u.sessionInfo.appId), 1)) : R("", !0),
19101
+ u.sessionInfo.tableId ? (w(), P("div", gb, "工作表id:" + K(u.sessionInfo.tableId), 1)) : R("", !0),
19102
+ u.sessionInfo.taskId ? (w(), P("div", vb, "任务id:" + K(u.sessionInfo.taskId), 1)) : R("", !0),
19103
+ u.sessionInfo.workflowId ? (w(), P("div", yb, "流程模板id:" + K(u.sessionInfo.workflowId), 1)) : R("", !0),
19104
+ u.sessionInfo.instanceId ? (w(), P("div", bb, "流程实例id:" + K(u.sessionInfo.instanceId), 1)) : R("", !0),
19105
+ u.sessionInfo.workFlowNodeId ? (w(), P("div", Cb, "流程节点id:" + K(u.sessionInfo.workFlowNodeId), 1)) : R("", !0),
19106
+ u.sessionInfo.processCode ? (w(), P("div", wb, "流程节点code:" + K(u.sessionInfo.processCode), 1)) : R("", !0),
19107
+ u.sessionInfo.url ? (w(), P("div", kb, "工作表i地址:" + K(u.sessionInfo.url), 1)) : R("", !0)
19081
19108
  ])
19082
19109
  ]),
19083
19110
  _: 1
@@ -19087,71 +19114,71 @@ function kb(r, l, s, h, u, d) {
19087
19114
  ])
19088
19115
  ]);
19089
19116
  }
19090
- const xb = /* @__PURE__ */ re(tb, [["render", kb], ["__scopeId", "data-v-8d25baf6"]]), _b = ce(() => import("./index-ehOjwJjO.js")), Sb = ce(() => import("./index-C_FNeqja.js")), Ib = ce(() => import("./index-B0h8NHqi.js")), Db = ce(() => import("./index-DEuN45uW.js")), Tb = ce(() => import("./index-BnQuoTny.js")), Lb = ce(() => import("./index-Dmri3Xv6.js")), Fb = ce(() => import("./index-H9FynUja.js")), Ob = ce(() => import("./index-BY-KsFu8.js")), Pb = ce(() => import("./index-C8cpQJvf.js")), Bb = ce(() => import("./chooseIPaasData-si2EHcfN.js")), Mb = ce(() => import("./index-CjTQz8j2.js")), Nb = ce(() => import("./index-Cd4dIcnm.js")), Eb = ce(() => import("./index-DcpOoR78.js")), Vb = {
19117
+ const _b = /* @__PURE__ */ re(ib, [["render", xb], ["__scopeId", "data-v-8d25baf6"]]), Sb = ce(() => import("./index-B2pWQJjd.js")), Ib = ce(() => import("./index-BPOd67pI.js")), Db = ce(() => import("./index-2vZCuZSM.js")), Tb = ce(() => import("./index-BFBu9ahv.js")), Lb = ce(() => import("./index-ApMGbmhZ.js")), Fb = ce(() => import("./index-LbPLhYZu.js")), Ob = ce(() => import("./index-Cfz1QMUT.js")), Pb = ce(() => import("./index-Cu_4BnXL.js")), Bb = ce(() => import("./index-Db3E5bFt.js")), Mb = ce(() => import("./chooseIPaasData-CdqG_7a7.js")), Nb = ce(() => import("./index-B-WI5uaT.js")), Eb = ce(() => import("./index-DZb8OelX.js")), Vb = ce(() => import("./index-D6uuurY1.js")), Ab = {
19091
19118
  install: (r) => {
19092
- r.component("BnAddress", Id), r.component("BnMenus", jd), r.component("BnSelect", $d), r.component("BnVirtPopover", ic), r.component("BnAdvancedFilter", Uc), r.component("BnFilterView", qc), r.component("BnDatePicker", Xc), r.component("BnCheck", ef), r.component("BnOrderCard", Mf), r.component("BnDrop", Xf), r.component("BnFileView", Ch), r.component("BnInpNum", xh), r.component("BnRadio", Dh), r.component("BnRelation", Fh), r.component("BnCondition", jh), r.component("BnSmartForm", gm), r.component("BnBatchForm", xm), r.component("BnStringForm", _b), r.component("BnNumberForm", Sb), r.component("BnSelectForm", Ib), r.component("BnRadioForm", Db), r.component("BnCheckboxForm", Tb), r.component("BnDateForm", Lb), r.component("BnDateDualForm", Fb), r.component("BnFileForm", Ob), r.component("BnChildrenForm", Pb), r.component("BnChooseIPaasData", Bb), r.component("BnAddressForm", Mb), r.component("BnReceiveForm", Nb), r.component("BnRelationForm", Eb), r.component("BnFunExpr", Xm), r.component("BnColumnConfig", Bg), r.component("BnColumnConfigDialog", Ca), r.component("BnFilterOption", jg), r.component("BnImportOrder", ov), r.component("BnExportOrder", Fv), r.component("BnOrderShare", ty), r.component("BnOrderDetail", Jy), r.component("BnEmptyTip", eb), r.component("BnWebLog", xb);
19119
+ r.component("BnAddress", Id), r.component("BnMenus", Kd), r.component("BnSelect", ec), r.component("BnVirtPopover", nc), r.component("BnAdvancedFilter", zc), r.component("BnFilterView", Jc), r.component("BnDatePicker", Qc), r.component("BnCheck", tf), r.component("BnOrderCard", Nf), r.component("BnDrop", Qf), r.component("BnFileView", wh), r.component("BnInpNum", _h), r.component("BnRadio", Th), r.component("BnRelation", Oh), r.component("BnCondition", Kh), r.component("BnSmartForm", vm), r.component("BnBatchForm", _m), r.component("BnStringForm", Sb), r.component("BnNumberForm", Ib), r.component("BnSelectForm", Db), r.component("BnRadioForm", Tb), r.component("BnCheckboxForm", Lb), r.component("BnDateForm", Fb), r.component("BnDateDualForm", Ob), r.component("BnFileForm", Pb), r.component("BnChildrenForm", Bb), r.component("BnChooseIPaasData", Mb), r.component("BnAddressForm", Nb), r.component("BnReceiveForm", Eb), r.component("BnRelationForm", Vb), r.component("BnFunExpr", Qm), r.component("BnColumnConfig", Mg), r.component("BnColumnConfigDialog", Ca), r.component("BnFilterOption", Kg), r.component("BnImportOrder", sv), r.component("BnExportOrder", Ov), r.component("BnOrderShare", iy), r.component("BnOrderDetail", Yy), r.component("BnEmptyTip", tb), r.component("BnWebLog", _b);
19093
19120
  }
19094
19121
  };
19095
- typeof window < "u" && window.Vue && window.Vue.use(Vb);
19122
+ typeof window < "u" && window.Vue && window.Vue.use(Ab);
19096
19123
  export {
19097
- Jb as $,
19098
- qc as A,
19124
+ Yb as $,
19125
+ Nf as A,
19099
19126
  Id as B,
19100
- Xm as C,
19101
- ov as D,
19102
- xh as E,
19103
- jd as F,
19104
- Sb as G,
19105
- Mf as H,
19106
- Jy as I,
19107
- ty as J,
19108
- Dh as K,
19109
- Db as L,
19110
- Nb as M,
19111
- Fh as N,
19112
- Eb as O,
19113
- $d as P,
19114
- Ib as Q,
19115
- gm as R,
19116
- _b as S,
19117
- ic as T,
19118
- xb as U,
19119
- Vb as V,
19120
- Hb as W,
19121
- Up as X,
19122
- Wb as Y,
19123
- jb as Z,
19127
+ Yy as C,
19128
+ iy as D,
19129
+ Th as E,
19130
+ Tb as F,
19131
+ Eb as G,
19132
+ Oh as H,
19133
+ Vb as I,
19134
+ ec as J,
19135
+ Db as K,
19136
+ vm as L,
19137
+ Sb as M,
19138
+ nc as N,
19139
+ _b as O,
19140
+ Xb as P,
19141
+ Zm as Q,
19142
+ ql as R,
19143
+ $r as S,
19144
+ Wb as T,
19145
+ Up as U,
19146
+ zp as V,
19147
+ jb as W,
19148
+ Yr as X,
19149
+ Kb as Y,
19150
+ zb as Z,
19124
19151
  re as _,
19125
- Rp as a,
19152
+ Nb as a,
19126
19153
  va as a0,
19127
- zb as a1,
19128
- Gb as a2,
19129
- qb as a3,
19130
- zp as a4,
19131
- Yb as a5,
19132
- ql as b,
19133
- Qm as c,
19134
- Mb as d,
19135
- Uc as e,
19136
- xm as f,
19137
- $r as g,
19138
- ef as h,
19139
- Yr as i,
19140
- Tb as j,
19141
- Pb as k,
19142
- Bb as l,
19143
- Bg as m,
19144
- Ca as n,
19145
- jh as o,
19146
- Ub as p,
19147
- Fb as q,
19148
- Lb as r,
19149
- Xc as s,
19150
- Kb as t,
19151
- Xf as u,
19152
- eb as v,
19153
- Fv as w,
19154
- Ob as x,
19155
- Ch as y,
19156
- jg as z
19154
+ Hb as a1,
19155
+ qb as a2,
19156
+ Jb as a3,
19157
+ Gb as a4,
19158
+ Hp as a5,
19159
+ zc as b,
19160
+ _m as c,
19161
+ Ab as d,
19162
+ tf as e,
19163
+ Lb as f,
19164
+ Bb as g,
19165
+ Mb as h,
19166
+ Mg as i,
19167
+ Ca as j,
19168
+ Kh as k,
19169
+ Ob as l,
19170
+ Fb as m,
19171
+ Qc as n,
19172
+ Qf as o,
19173
+ tb as p,
19174
+ Ov as q,
19175
+ Pb as r,
19176
+ wh as s,
19177
+ Kg as t,
19178
+ Jc as u,
19179
+ Qm as v,
19180
+ sv as w,
19181
+ _h as x,
19182
+ Kd as y,
19183
+ Ib as z
19157
19184
  };