@bytenew/bn-bus-ui 1.1.404 → 1.1.406
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common.scss +152 -113
- package/dist/{assocTableSearch-C5SRwFuD.js → assocTableSearch-BQ6LQEXV.js} +1 -1
- package/dist/bn-bus-ui.es.js +1 -1
- package/dist/bn-bus-ui.umd.js +21 -21
- package/dist/{chooseIPaasData-CdqG_7a7.js → chooseIPaasData-CeaZne60.js} +1 -1
- package/dist/{defaultSet-CDKSk9KP.js → defaultSet-BdFAmD9N.js} +1 -1
- package/dist/{formItemFooter-Db_Qcxpg.js → formItemFooter-CO8tcZR0.js} +1 -1
- package/dist/{funcExprDialog-D0XLPQSH.js → funcExprDialog-Bh54AejE.js} +1 -1
- package/dist/{index-2vZCuZSM.js → index-0ZiGvvrd.js} +2 -2
- package/dist/{index-BFBu9ahv.js → index-B-eQJxPQ.js} +2 -2
- package/dist/{index-Cu_4BnXL.js → index-BEPDkT_Y.js} +2 -2
- package/dist/{index-Db3E5bFt.js → index-BoLYqzdJ.js} +2 -2
- package/dist/{index-ApMGbmhZ.js → index-BwGM0VB5.js} +2 -2
- package/dist/{index-CRLvxlkc.js → index-CEewXb2C.js} +1 -1
- package/dist/{index-Cfz1QMUT.js → index-CJZuAn6W.js} +2 -2
- package/dist/{index-B-WI5uaT.js → index-C_6yzcUK.js} +3 -3
- package/dist/{index-D5nBJLFG.js → index-D1_I6Ovo.js} +3 -3
- package/dist/{index-CUIhouJC.js → index-DJD23Fuf.js} +1 -1
- package/dist/{index-DZb8OelX.js → index-DVeDMyMn.js} +3 -3
- package/dist/{index-B2pWQJjd.js → index-DzQjaKyk.js} +2 -2
- package/dist/{index-D6uuurY1.js → index-DzqCpn6T.js} +2 -2
- package/dist/{index-LbPLhYZu.js → index-Yg5dIuIh.js} +2 -2
- package/dist/{index-CwedRs20.js → index-pxegJub-.js} +1 -1
- package/dist/{index-C-ZzKgG7.js → index-tBQPKJ7B.js} +2 -2
- package/dist/{index-BPOd67pI.js → index-xgMJAqFY.js} +2 -2
- package/dist/{install-DiBE5zhB.js → install-B43KfWoN.js} +757 -754
- package/dist/install.css +1 -1
- package/dist/{setOption-BkG96uEh.js → setOption-JwR97V4g.js} +1 -1
- package/dist/{setRelationOption-qY2qDlYa.js → setRelationOption-DLmyegvA.js} +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
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
|
|
2
|
-
import { isEmpty as
|
|
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 vt, 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
|
+
import { isEmpty as yt, 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;
|
|
5
5
|
for (const [h, u] of l)
|
|
@@ -182,6 +182,11 @@ const Id = /* @__PURE__ */ re(kd, [["render", Sd], ["__scopeId", "data-v-0e9cc2d
|
|
|
182
182
|
themeColor() {
|
|
183
183
|
return this.bnMenus.getThemeColor(this.themeIndex);
|
|
184
184
|
},
|
|
185
|
+
/** 选中时是否使用边框高亮(menu.border / menu.meta.border) */
|
|
186
|
+
useBorderActive() {
|
|
187
|
+
var r;
|
|
188
|
+
return !!(this.menu.border || (r = this.menu.meta) != null && r.border);
|
|
189
|
+
},
|
|
185
190
|
/**
|
|
186
191
|
* 选中态 CSS 变量,供样式中动态设置文字色与背景色
|
|
187
192
|
* @returns {Object} 未选中时返回空对象
|
|
@@ -197,12 +202,6 @@ const Id = /* @__PURE__ */ re(kd, [["render", Sd], ["__scopeId", "data-v-0e9cc2d
|
|
|
197
202
|
*/
|
|
198
203
|
rowPaddingStyle() {
|
|
199
204
|
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 } : {};
|
|
206
205
|
}
|
|
207
206
|
},
|
|
208
207
|
methods: {
|
|
@@ -211,43 +210,44 @@ const Id = /* @__PURE__ */ re(kd, [["render", Sd], ["__scopeId", "data-v-0e9cc2d
|
|
|
211
210
|
this.disableFold || this.bnMenus.toggleSubMenu(this.menu);
|
|
212
211
|
}
|
|
213
212
|
}
|
|
214
|
-
}, Td = { class: "
|
|
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 = {
|
|
213
|
+
}, Td = { class: "BnMenus-sub-title-inner" }, Ld = ["title"], Fd = { class: "BnMenus-item-folder" }, Od = { class: "BnMenus-sub-list" }, Pd = ["title"], Bd = { class: "BnMenus-item-text" }, Md = {
|
|
218
214
|
key: 1,
|
|
219
|
-
class: "
|
|
215
|
+
class: "BnMenus-item-stick bnUIcon bnUIcon-stick"
|
|
220
216
|
};
|
|
221
|
-
function
|
|
217
|
+
function Nd(r, l, s, h, u, d) {
|
|
222
218
|
var k, x, b, D;
|
|
223
219
|
const v = O("menu-item", !0);
|
|
224
220
|
return d.hasChildren ? (w(), P("div", {
|
|
225
221
|
key: 0,
|
|
226
|
-
class: Oe(["
|
|
222
|
+
class: Oe(["BnMenus-sub", { "is-open": d.opened }])
|
|
227
223
|
}, [
|
|
228
224
|
y("div", {
|
|
229
|
-
class: Oe(["
|
|
230
|
-
style:
|
|
225
|
+
class: Oe(["BnMenus-sub-title", { "is-disable-fold": d.disableFold }]),
|
|
226
|
+
style: vt(d.rowPaddingStyle),
|
|
231
227
|
onClick: l[0] || (l[0] = (...M) => d.toggleSubMenu && d.toggleSubMenu(...M))
|
|
232
228
|
}, [
|
|
233
229
|
y("div", Td, [
|
|
234
230
|
y("div", {
|
|
235
|
-
class: "
|
|
231
|
+
class: "BnMenus-item",
|
|
236
232
|
title: s.menu.title || ((k = s.menu.meta) == null ? void 0 : k.title)
|
|
237
233
|
}, [
|
|
238
234
|
d.menuIcon ? (w(), P("span", {
|
|
239
235
|
key: 0,
|
|
240
|
-
class: Oe(["
|
|
236
|
+
class: Oe(["BnMenus-item-icon", d.menuIcon])
|
|
241
237
|
}, null, 2)) : R("", !0),
|
|
242
238
|
y("span", Fd, K(s.menu.title || ((x = s.menu.meta) == null ? void 0 : x.title)), 1)
|
|
243
239
|
], 8, Ld),
|
|
244
|
-
d.disableFold ? (w(), P("span",
|
|
240
|
+
d.disableFold ? (w(), P("span", {
|
|
241
|
+
key: 0,
|
|
242
|
+
class: "BnMenus-sub-dot bnUIcon bnUIcon-circle w-font12",
|
|
243
|
+
style: vt({ color: d.themeColor })
|
|
244
|
+
}, null, 4)) : (w(), P("span", {
|
|
245
245
|
key: 1,
|
|
246
|
-
class: Oe(["
|
|
246
|
+
class: Oe(["BnMenus-sub-arrow bnUIcon bnUIcon-arrow2 w-font12", { "is-open": d.opened }])
|
|
247
247
|
}, null, 2))
|
|
248
248
|
])
|
|
249
249
|
], 6),
|
|
250
|
-
Pe(y("div",
|
|
250
|
+
Pe(y("div", Od, [
|
|
251
251
|
(w(!0), P(oe, null, Ce(s.menu.children, (M, J) => (w(), H(v, {
|
|
252
252
|
key: d.bnMenus.getMenuIndex(M) || J,
|
|
253
253
|
menu: M,
|
|
@@ -259,24 +259,27 @@ function Ed(r, l, s, h, u, d) {
|
|
|
259
259
|
])
|
|
260
260
|
], 2)) : (w(), P("div", {
|
|
261
261
|
key: 1,
|
|
262
|
-
class: Oe(["
|
|
263
|
-
|
|
262
|
+
class: Oe(["BnMenus-body-item", {
|
|
263
|
+
"is-active": d.active && !d.useBorderActive,
|
|
264
|
+
"is-active-border": d.active && d.useBorderActive
|
|
265
|
+
}]),
|
|
266
|
+
style: vt([d.rowPaddingStyle, d.activeStyle]),
|
|
264
267
|
onClick: l[1] || (l[1] = (M) => d.bnMenus.selectMenu(s.menu))
|
|
265
268
|
}, [
|
|
266
269
|
y("div", {
|
|
267
|
-
class: "
|
|
270
|
+
class: "BnMenus-item",
|
|
268
271
|
title: s.menu.title || ((b = s.menu.meta) == null ? void 0 : b.title)
|
|
269
272
|
}, [
|
|
270
273
|
d.menuIcon ? (w(), P("span", {
|
|
271
274
|
key: 0,
|
|
272
|
-
class: Oe(["
|
|
275
|
+
class: Oe(["BnMenus-item-icon", d.menuIcon])
|
|
273
276
|
}, null, 2)) : R("", !0),
|
|
274
|
-
y("span",
|
|
275
|
-
d.active ? (w(), P("span",
|
|
276
|
-
], 8,
|
|
277
|
+
y("span", Bd, K(s.menu.title || ((D = s.menu.meta) == null ? void 0 : D.title)), 1),
|
|
278
|
+
d.active ? (w(), P("span", Md)) : R("", !0)
|
|
279
|
+
], 8, Pd)
|
|
277
280
|
], 6));
|
|
278
281
|
}
|
|
279
|
-
const
|
|
282
|
+
const Ed = /* @__PURE__ */ re(Dd, [["render", Nd], ["__scopeId", "data-v-6544baca"]]), ia = [
|
|
280
283
|
"#1890ff",
|
|
281
284
|
// 蓝
|
|
282
285
|
"#4f46e5",
|
|
@@ -295,10 +298,10 @@ const Vd = /* @__PURE__ */ re(Dd, [["render", Ed], ["__scopeId", "data-v-4ec01b6
|
|
|
295
298
|
// 玫瑰红
|
|
296
299
|
"#009966"
|
|
297
300
|
// 玫瑰红
|
|
298
|
-
],
|
|
301
|
+
], Vd = {
|
|
299
302
|
name: "BnMenus",
|
|
300
303
|
components: {
|
|
301
|
-
MenuItem:
|
|
304
|
+
MenuItem: Ed
|
|
302
305
|
},
|
|
303
306
|
/**
|
|
304
307
|
* 向子组件 MenuItem 注入当前实例,供其调用菜单状态与方法
|
|
@@ -541,7 +544,7 @@ const Vd = /* @__PURE__ */ re(Dd, [["render", Ed], ["__scopeId", "data-v-4ec01b6
|
|
|
541
544
|
activeKeys() {
|
|
542
545
|
var l, s;
|
|
543
546
|
if (this.smart && ((l = this.$route) != null && l.name)) {
|
|
544
|
-
const h = this.menuMap.find((u) => u.name !== this.$route.name ? !1 : !
|
|
547
|
+
const h = this.menuMap.find((u) => u.name !== this.$route.name ? !1 : !yt(u.params) || !yt(u.query) ? ta(u.params, this.$route.params) && ta(u.query, this.$route.query) : !0);
|
|
545
548
|
return h ? [this.getMenuIndex(h)] : [];
|
|
546
549
|
}
|
|
547
550
|
if (Array.isArray(this.activeNav))
|
|
@@ -556,34 +559,34 @@ const Vd = /* @__PURE__ */ re(Dd, [["render", Ed], ["__scopeId", "data-v-4ec01b6
|
|
|
556
559
|
return this.flatTree(this.menuList);
|
|
557
560
|
}
|
|
558
561
|
}
|
|
559
|
-
},
|
|
560
|
-
function
|
|
562
|
+
}, Ad = { class: "BnMenu-logo" }, Rd = { class: "BnMenu-logo-main" }, Ud = { class: "BnMenu-logo-title" }, zd = { class: "BnMenu-list" }, Hd = { class: "BnMenu-body" };
|
|
563
|
+
function Wd(r, l, s, h, u, d) {
|
|
561
564
|
const v = O("menu-item"), k = O("el-scrollbar");
|
|
562
565
|
return w(), P("div", {
|
|
563
|
-
class: Oe(["
|
|
566
|
+
class: Oe(["BnMenu", { "BnMenu--collapsed": d.isCollapsed }])
|
|
564
567
|
}, [
|
|
565
568
|
d.isCollapsed ? (w(), P("div", {
|
|
566
569
|
key: 0,
|
|
567
|
-
class: "
|
|
570
|
+
class: "BnMenu-edge-open bnUIcon bnUIcon-enlarge",
|
|
568
571
|
title: "展开",
|
|
569
572
|
onClick: l[0] || (l[0] = (...x) => d.toggleCollapse && d.toggleCollapse(...x))
|
|
570
573
|
})) : (w(), P(oe, { key: 1 }, [
|
|
571
|
-
y("div",
|
|
572
|
-
y("div",
|
|
574
|
+
y("div", Ad, [
|
|
575
|
+
y("div", Rd, [
|
|
573
576
|
xt(r.$slots, "menuLogo", { collapsed: d.isCollapsed }, () => [
|
|
574
|
-
y("div",
|
|
577
|
+
y("div", Ud, K(s.title), 1)
|
|
575
578
|
], !0)
|
|
576
579
|
]),
|
|
577
580
|
y("span", {
|
|
578
|
-
class: "
|
|
581
|
+
class: "BnMenu-logo-toggle bnUIcon bnUIcon-shrink",
|
|
579
582
|
title: "收起",
|
|
580
583
|
onClick: l[1] || (l[1] = (...x) => d.toggleCollapse && d.toggleCollapse(...x))
|
|
581
584
|
})
|
|
582
585
|
]),
|
|
583
|
-
y("div",
|
|
586
|
+
y("div", zd, [
|
|
584
587
|
B(k, { height: "100%" }, {
|
|
585
588
|
default: F(() => [
|
|
586
|
-
y("div",
|
|
589
|
+
y("div", Hd, [
|
|
587
590
|
(w(!0), P(oe, null, Ce(s.menuList, (x, b) => (w(), H(v, {
|
|
588
591
|
key: d.getMenuIndex(x) || b,
|
|
589
592
|
menu: x,
|
|
@@ -598,7 +601,7 @@ function jd(r, l, s, h, u, d) {
|
|
|
598
601
|
], 64))
|
|
599
602
|
], 2);
|
|
600
603
|
}
|
|
601
|
-
const
|
|
604
|
+
const jd = /* @__PURE__ */ re(Vd, [["render", Wd], ["__scopeId", "data-v-1fa2916c"]]), Kd = {
|
|
602
605
|
name: "BnSelect",
|
|
603
606
|
props: {
|
|
604
607
|
//最终选中的value
|
|
@@ -863,7 +866,7 @@ const Kd = /* @__PURE__ */ re(Ad, [["render", jd], ["__scopeId", "data-v-000cc4e
|
|
|
863
866
|
// select的value
|
|
864
867
|
val: {
|
|
865
868
|
get() {
|
|
866
|
-
return this.labelInValue &&
|
|
869
|
+
return this.labelInValue && yt(this.modelValue) ? null : this.multiple && !Array.isArray(this.modelValue) ? [] : this.modelValue;
|
|
867
870
|
},
|
|
868
871
|
set(r) {
|
|
869
872
|
if (this.labelInValue)
|
|
@@ -891,7 +894,7 @@ const Kd = /* @__PURE__ */ re(Ad, [["render", jd], ["__scopeId", "data-v-000cc4e
|
|
|
891
894
|
// 隐藏展示的下拉列表
|
|
892
895
|
temporaryOption: {
|
|
893
896
|
get() {
|
|
894
|
-
if (
|
|
897
|
+
if (yt(this.modelValue))
|
|
895
898
|
return [];
|
|
896
899
|
if (this.labelInValue)
|
|
897
900
|
return (Array.isArray(this.modelValue) ? this.modelValue : [this.modelValue]).filter((l) => !this.optionList.some(
|
|
@@ -905,8 +908,8 @@ const Kd = /* @__PURE__ */ re(Ad, [["render", jd], ["__scopeId", "data-v-000cc4e
|
|
|
905
908
|
}
|
|
906
909
|
}
|
|
907
910
|
}
|
|
908
|
-
},
|
|
909
|
-
function
|
|
911
|
+
}, 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: "" };
|
|
912
|
+
function Zd(r, l, s, h, u, d) {
|
|
910
913
|
const v = O("el-option"), k = O("BnCheck"), x = O("el-select");
|
|
911
914
|
return w(), H(x, {
|
|
912
915
|
modelValue: d.val,
|
|
@@ -945,10 +948,10 @@ function $d(r, l, s, h, u, d) {
|
|
|
945
948
|
disabled: b.disabled,
|
|
946
949
|
value: s.labelInValue ? b : b[s.optionProps.value]
|
|
947
950
|
}, null, 8, ["label", "disabled", "value"]))), 128)),
|
|
948
|
-
Pe(y("div",
|
|
951
|
+
Pe(y("div", Gd, "加载中", 512), [
|
|
949
952
|
[at, u.loading]
|
|
950
953
|
]),
|
|
951
|
-
Pe(y("div",
|
|
954
|
+
Pe(y("div", qd, "未搜索到数据 ", 512), [
|
|
952
955
|
[at, !u.loading && d.optionList.length == 0]
|
|
953
956
|
])
|
|
954
957
|
]),
|
|
@@ -957,7 +960,7 @@ function $d(r, l, s, h, u, d) {
|
|
|
957
960
|
s.multiple && s.checkedAll ? {
|
|
958
961
|
name: "footer",
|
|
959
962
|
fn: F(() => [
|
|
960
|
-
y("div",
|
|
963
|
+
y("div", Jd, [
|
|
961
964
|
B(k, {
|
|
962
965
|
"true-data": 999,
|
|
963
966
|
"is-checked": d.isCheckedAll,
|
|
@@ -966,9 +969,9 @@ function $d(r, l, s, h, u, d) {
|
|
|
966
969
|
default: F(() => {
|
|
967
970
|
var b, D;
|
|
968
971
|
return [
|
|
969
|
-
y("div",
|
|
970
|
-
y("span",
|
|
971
|
-
y("span",
|
|
972
|
+
y("div", Yd, [
|
|
973
|
+
y("span", Xd, K(!d.val || ((b = d.val) == null ? void 0 : b.length) == 0 ? "全选" : `已选${(D = d.val) == null ? void 0 : D.length}项`), 1),
|
|
974
|
+
y("span", Qd, "已加载" + K(d.optionList.length) + "/" + K(u.total) + "项", 1)
|
|
972
975
|
])
|
|
973
976
|
];
|
|
974
977
|
}),
|
|
@@ -980,7 +983,7 @@ function $d(r, l, s, h, u, d) {
|
|
|
980
983
|
} : void 0
|
|
981
984
|
]), 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"]);
|
|
982
985
|
}
|
|
983
|
-
const
|
|
986
|
+
const $d = /* @__PURE__ */ re(Kd, [["render", Zd], ["__scopeId", "data-v-5c2fd41d"]]), ec = {
|
|
984
987
|
name: "BnVirtPopover",
|
|
985
988
|
props: {
|
|
986
989
|
// popover的宽度,支持数字或字符串(如'200px')
|
|
@@ -1095,7 +1098,7 @@ const ec = /* @__PURE__ */ re(Gd, [["render", $d], ["__scopeId", "data-v-5c2fd41
|
|
|
1095
1098
|
}
|
|
1096
1099
|
}
|
|
1097
1100
|
};
|
|
1098
|
-
function
|
|
1101
|
+
function tc(r, l, s, h, u, d) {
|
|
1099
1102
|
return w(), H(Cd, {
|
|
1100
1103
|
appear: "",
|
|
1101
1104
|
name: s.popoverPosition == "bottom" ? "el-zoom-in-top" : "el-zoom-in-bottom"
|
|
@@ -1104,13 +1107,13 @@ function ic(r, l, s, h, u, d) {
|
|
|
1104
1107
|
Pe(y("div", {
|
|
1105
1108
|
class: Oe(["virtualPopover", u.popoverClass]),
|
|
1106
1109
|
ref: "customPopover",
|
|
1107
|
-
style:
|
|
1110
|
+
style: vt(u.popoverStyle),
|
|
1108
1111
|
onMouseover: l[1] || (l[1] = (...v) => d.onMouseEvent && d.onMouseEvent(...v)),
|
|
1109
1112
|
onMouseleave: l[2] || (l[2] = (...v) => d.onMouseEvent && d.onMouseEvent(...v))
|
|
1110
1113
|
}, [
|
|
1111
1114
|
y("div", {
|
|
1112
1115
|
class: Oe(u.arrowClass),
|
|
1113
|
-
style:
|
|
1116
|
+
style: vt(u.arrowStyle)
|
|
1114
1117
|
}, null, 6),
|
|
1115
1118
|
y("div", {
|
|
1116
1119
|
class: "virtualPopover-modal",
|
|
@@ -1126,7 +1129,7 @@ function ic(r, l, s, h, u, d) {
|
|
|
1126
1129
|
_: 3
|
|
1127
1130
|
}, 8, ["name"]);
|
|
1128
1131
|
}
|
|
1129
|
-
const
|
|
1132
|
+
const ic = /* @__PURE__ */ re(ec, [["render", tc], ["__scopeId", "data-v-3c22e617"]]), nc = {
|
|
1130
1133
|
1: "等于",
|
|
1131
1134
|
2: "不等于",
|
|
1132
1135
|
3: "包含",
|
|
@@ -1146,7 +1149,7 @@ const nc = /* @__PURE__ */ re(tc, [["render", ic], ["__scopeId", "data-v-3c22e61
|
|
|
1146
1149
|
17: "小于",
|
|
1147
1150
|
18: "大于等于",
|
|
1148
1151
|
19: "小于等于"
|
|
1149
|
-
},
|
|
1152
|
+
}, lc = {
|
|
1150
1153
|
1: [
|
|
1151
1154
|
{ title: "等于", id: "1" },
|
|
1152
1155
|
{ title: "不等于", id: "2" },
|
|
@@ -1297,7 +1300,7 @@ const nc = /* @__PURE__ */ re(tc, [["render", ic], ["__scopeId", "data-v-3c22e61
|
|
|
1297
1300
|
{ title: "为空", id: "9" },
|
|
1298
1301
|
{ title: "不为空", id: "10" }
|
|
1299
1302
|
]
|
|
1300
|
-
},
|
|
1303
|
+
}, rc = {
|
|
1301
1304
|
inheritAttrs: !1,
|
|
1302
1305
|
name: "stringVal",
|
|
1303
1306
|
props: {
|
|
@@ -1408,7 +1411,7 @@ const nc = /* @__PURE__ */ re(tc, [["render", ic], ["__scopeId", "data-v-3c22e61
|
|
|
1408
1411
|
}
|
|
1409
1412
|
}
|
|
1410
1413
|
};
|
|
1411
|
-
function
|
|
1414
|
+
function oc(r, l, s, h, u, d) {
|
|
1412
1415
|
const v = O("el-autocomplete"), k = O("el-input");
|
|
1413
1416
|
return d.isUrlType ? (w(), H(v, {
|
|
1414
1417
|
key: 0,
|
|
@@ -1440,7 +1443,7 @@ function sc(r, l, s, h, u, d) {
|
|
|
1440
1443
|
"show-word-limit": ""
|
|
1441
1444
|
}, null, 8, ["placeholder", "rows", "disabled", "modelValue"]));
|
|
1442
1445
|
}
|
|
1443
|
-
const
|
|
1446
|
+
const sc = /* @__PURE__ */ re(rc, [["render", oc], ["__scopeId", "data-v-e4af26fd"]]), ac = {
|
|
1444
1447
|
inheritAttrs: !1,
|
|
1445
1448
|
name: "numVal",
|
|
1446
1449
|
props: {
|
|
@@ -1466,7 +1469,7 @@ const ac = /* @__PURE__ */ re(oc, [["render", sc], ["__scopeId", "data-v-e4af26f
|
|
|
1466
1469
|
}
|
|
1467
1470
|
}
|
|
1468
1471
|
};
|
|
1469
|
-
function
|
|
1472
|
+
function uc(r, l, s, h, u, d) {
|
|
1470
1473
|
const v = O("BnInpNum");
|
|
1471
1474
|
return w(), H(v, {
|
|
1472
1475
|
modelValue: d.val[s.optionProps.value],
|
|
@@ -1475,7 +1478,7 @@ function dc(r, l, s, h, u, d) {
|
|
|
1475
1478
|
onChange: l[1] || (l[1] = (k) => d.change("number"))
|
|
1476
1479
|
}, null, 8, ["modelValue", "disabled"]);
|
|
1477
1480
|
}
|
|
1478
|
-
const
|
|
1481
|
+
const dc = /* @__PURE__ */ re(ac, [["render", uc], ["__scopeId", "data-v-a84bd230"]]), cc = {
|
|
1479
1482
|
name: "numRegVal",
|
|
1480
1483
|
props: {
|
|
1481
1484
|
modelValue: Object,
|
|
@@ -1501,11 +1504,11 @@ const cc = /* @__PURE__ */ re(uc, [["render", dc], ["__scopeId", "data-v-a84bd23
|
|
|
1501
1504
|
}
|
|
1502
1505
|
}
|
|
1503
1506
|
}
|
|
1504
|
-
},
|
|
1505
|
-
function
|
|
1507
|
+
}, fc = { class: "w-default-wrap numReg clearFix" }, hc = { class: "numReg-item" }, pc = { class: "numReg-item" };
|
|
1508
|
+
function mc(r, l, s, h, u, d) {
|
|
1506
1509
|
const v = O("BnInpNum");
|
|
1507
|
-
return w(), P("div",
|
|
1508
|
-
y("div",
|
|
1510
|
+
return w(), P("div", fc, [
|
|
1511
|
+
y("div", hc, [
|
|
1509
1512
|
B(v, {
|
|
1510
1513
|
class: "numReg-item-input",
|
|
1511
1514
|
onChange: l[0] || (l[0] = (k) => {
|
|
@@ -1520,7 +1523,7 @@ function gc(r, l, s, h, u, d) {
|
|
|
1520
1523
|
}, null, 8, ["precision", "disabled", "modelValue"])
|
|
1521
1524
|
]),
|
|
1522
1525
|
l[4] || (l[4] = y("div", { class: "numReg-text" }, " 至 ", -1)),
|
|
1523
|
-
y("div",
|
|
1526
|
+
y("div", pc, [
|
|
1524
1527
|
B(v, {
|
|
1525
1528
|
class: "numReg-item-input",
|
|
1526
1529
|
onChange: l[2] || (l[2] = (k) => {
|
|
@@ -1536,7 +1539,7 @@ function gc(r, l, s, h, u, d) {
|
|
|
1536
1539
|
])
|
|
1537
1540
|
]);
|
|
1538
1541
|
}
|
|
1539
|
-
const
|
|
1542
|
+
const gc = /* @__PURE__ */ re(cc, [["render", mc], ["__scopeId", "data-v-688728f8"]]), vc = {
|
|
1540
1543
|
name: "selectVal",
|
|
1541
1544
|
props: {
|
|
1542
1545
|
modelValue: Object,
|
|
@@ -1583,7 +1586,7 @@ const vc = /* @__PURE__ */ re(fc, [["render", gc], ["__scopeId", "data-v-688728f
|
|
|
1583
1586
|
}
|
|
1584
1587
|
}
|
|
1585
1588
|
};
|
|
1586
|
-
function
|
|
1589
|
+
function yc(r, l, s, h, u, d) {
|
|
1587
1590
|
const v = O("BnSelect");
|
|
1588
1591
|
return w(), H(v, {
|
|
1589
1592
|
modelValue: d.val[s.optionProps.value],
|
|
@@ -1603,7 +1606,7 @@ function bc(r, l, s, h, u, d) {
|
|
|
1603
1606
|
placeholder: "请选择"
|
|
1604
1607
|
}, null, 8, ["modelValue", "optionProps", "options", "postFunc", "postData", "pathUrl", "valueProps", "multiple", "disabled"]);
|
|
1605
1608
|
}
|
|
1606
|
-
const
|
|
1609
|
+
const bc = /* @__PURE__ */ re(vc, [["render", yc]]), Cc = {
|
|
1607
1610
|
name: "dateVal",
|
|
1608
1611
|
props: {
|
|
1609
1612
|
modelValue: Object,
|
|
@@ -1634,7 +1637,7 @@ const Cc = /* @__PURE__ */ re(yc, [["render", bc]]), wc = {
|
|
|
1634
1637
|
}
|
|
1635
1638
|
}
|
|
1636
1639
|
};
|
|
1637
|
-
function
|
|
1640
|
+
function wc(r, l, s, h, u, d) {
|
|
1638
1641
|
const v = O("el-date-picker");
|
|
1639
1642
|
return w(), H(v, {
|
|
1640
1643
|
style: { width: "100%" },
|
|
@@ -1649,7 +1652,7 @@ function kc(r, l, s, h, u, d) {
|
|
|
1649
1652
|
align: "right"
|
|
1650
1653
|
}, null, 8, ["modelValue", "disabled", "format", "value-format"]);
|
|
1651
1654
|
}
|
|
1652
|
-
const
|
|
1655
|
+
const kc = /* @__PURE__ */ re(Cc, [["render", wc]]), xc = {
|
|
1653
1656
|
name: "dateRegVal",
|
|
1654
1657
|
props: {
|
|
1655
1658
|
modelValue: Object,
|
|
@@ -1680,7 +1683,7 @@ const xc = /* @__PURE__ */ re(wc, [["render", kc]]), _c = {
|
|
|
1680
1683
|
}
|
|
1681
1684
|
}
|
|
1682
1685
|
};
|
|
1683
|
-
function
|
|
1686
|
+
function _c(r, l, s, h, u, d) {
|
|
1684
1687
|
const v = O("BnDatePicker");
|
|
1685
1688
|
return w(), H(v, {
|
|
1686
1689
|
modelValue: d.val[s.optionProps.value],
|
|
@@ -1694,7 +1697,7 @@ function Sc(r, l, s, h, u, d) {
|
|
|
1694
1697
|
align: "right"
|
|
1695
1698
|
}, null, 8, ["modelValue", "disabled"]);
|
|
1696
1699
|
}
|
|
1697
|
-
const
|
|
1700
|
+
const Sc = /* @__PURE__ */ re(xc, [["render", _c]]), Ic = {
|
|
1698
1701
|
name: "relationVal",
|
|
1699
1702
|
props: {
|
|
1700
1703
|
modelValue: Object,
|
|
@@ -1741,7 +1744,7 @@ const Ic = /* @__PURE__ */ re(_c, [["render", Sc]]), Dc = {
|
|
|
1741
1744
|
}
|
|
1742
1745
|
}
|
|
1743
1746
|
};
|
|
1744
|
-
function
|
|
1747
|
+
function Dc(r, l, s, h, u, d) {
|
|
1745
1748
|
const v = O("BnRelation");
|
|
1746
1749
|
return w(), H(v, {
|
|
1747
1750
|
onChange: d.change,
|
|
@@ -1758,7 +1761,7 @@ function Tc(r, l, s, h, u, d) {
|
|
|
1758
1761
|
pathUrl: s.pathUrl
|
|
1759
1762
|
}, null, 8, ["onChange", "options", "props", "modelValue", "multiple", "disabled", "postFunc", "postData", "pathUrl"]);
|
|
1760
1763
|
}
|
|
1761
|
-
const
|
|
1764
|
+
const Tc = /* @__PURE__ */ re(Ic, [["render", Dc]]), Lc = {
|
|
1762
1765
|
name: "selectColumnVal",
|
|
1763
1766
|
props: {
|
|
1764
1767
|
modelValue: Object,
|
|
@@ -1806,7 +1809,7 @@ const Lc = /* @__PURE__ */ re(Dc, [["render", Tc]]), Fc = {
|
|
|
1806
1809
|
}
|
|
1807
1810
|
}
|
|
1808
1811
|
};
|
|
1809
|
-
function
|
|
1812
|
+
function Fc(r, l, s, h, u, d) {
|
|
1810
1813
|
const v = O("BnSelect");
|
|
1811
1814
|
return w(), H(v, {
|
|
1812
1815
|
modelValue: d.val[s.optionProps.value],
|
|
@@ -1821,7 +1824,7 @@ function Oc(r, l, s, h, u, d) {
|
|
|
1821
1824
|
placeholder: "请选择"
|
|
1822
1825
|
}, null, 8, ["modelValue", "optionProps", "options", "disabled", "valueProps"]);
|
|
1823
1826
|
}
|
|
1824
|
-
const
|
|
1827
|
+
const Oc = /* @__PURE__ */ re(Lc, [["render", Fc]]), Pc = {
|
|
1825
1828
|
name: "BnCondVal",
|
|
1826
1829
|
props: {
|
|
1827
1830
|
modelValue: Object,
|
|
@@ -1831,14 +1834,14 @@ const Pc = /* @__PURE__ */ re(Fc, [["render", Oc]]), Bc = {
|
|
|
1831
1834
|
postFunc: Function
|
|
1832
1835
|
},
|
|
1833
1836
|
components: {
|
|
1834
|
-
stringVal:
|
|
1835
|
-
numVal:
|
|
1836
|
-
numRegVal:
|
|
1837
|
-
selectVal:
|
|
1838
|
-
dateVal:
|
|
1839
|
-
dateRegVal:
|
|
1840
|
-
relationVal:
|
|
1841
|
-
selectColumnVal:
|
|
1837
|
+
stringVal: sc,
|
|
1838
|
+
numVal: dc,
|
|
1839
|
+
numRegVal: gc,
|
|
1840
|
+
selectVal: bc,
|
|
1841
|
+
dateVal: kc,
|
|
1842
|
+
dateRegVal: Sc,
|
|
1843
|
+
relationVal: Tc,
|
|
1844
|
+
selectColumnVal: Oc
|
|
1842
1845
|
},
|
|
1843
1846
|
methods: {
|
|
1844
1847
|
/**
|
|
@@ -1900,7 +1903,7 @@ const Pc = /* @__PURE__ */ re(Fc, [["render", Oc]]), Bc = {
|
|
|
1900
1903
|
}
|
|
1901
1904
|
}
|
|
1902
1905
|
};
|
|
1903
|
-
function
|
|
1906
|
+
function Bc(r, l, s, h, u, d) {
|
|
1904
1907
|
return w(), H(Zr(d.checkFilter()), {
|
|
1905
1908
|
modelValue: d.val,
|
|
1906
1909
|
"onUpdate:modelValue": l[0] || (l[0] = (v) => d.val = v),
|
|
@@ -1912,7 +1915,7 @@ function Mc(r, l, s, h, u, d) {
|
|
|
1912
1915
|
postData: s.columnInfo.postData
|
|
1913
1916
|
}, null, 8, ["modelValue", "optionProps", "columnInfo", "postFunc", "otherColumns", "pathUrl", "postData"]);
|
|
1914
1917
|
}
|
|
1915
|
-
const ha = /* @__PURE__ */ re(
|
|
1918
|
+
const ha = /* @__PURE__ */ re(Pc, [["render", Bc]]), Mc = {
|
|
1916
1919
|
name: "BnAdvancedFilter",
|
|
1917
1920
|
components: { BnCondVal: ha },
|
|
1918
1921
|
props: {
|
|
@@ -1975,7 +1978,7 @@ const ha = /* @__PURE__ */ re(Bc, [["render", Mc]]), Nc = {
|
|
|
1975
1978
|
data() {
|
|
1976
1979
|
return {
|
|
1977
1980
|
//计算条件列表
|
|
1978
|
-
searchList:
|
|
1981
|
+
searchList: lc,
|
|
1979
1982
|
//多行文本获取焦点
|
|
1980
1983
|
openInput: !1
|
|
1981
1984
|
};
|
|
@@ -2115,11 +2118,11 @@ const ha = /* @__PURE__ */ re(Bc, [["render", Mc]]), Nc = {
|
|
|
2115
2118
|
});
|
|
2116
2119
|
}
|
|
2117
2120
|
}
|
|
2118
|
-
},
|
|
2119
|
-
function
|
|
2121
|
+
}, Nc = { class: "bnAdvance clearFix" }, Ec = { class: "bnAdvance-setting" }, Vc = ["title"], Ac = { class: "bnAdvance-condition" };
|
|
2122
|
+
function Rc(r, l, s, h, u, d) {
|
|
2120
2123
|
const v = O("BnDrop"), k = O("BnCondVal");
|
|
2121
|
-
return w(), P("div",
|
|
2122
|
-
y("div",
|
|
2124
|
+
return w(), P("div", Nc, [
|
|
2125
|
+
y("div", Ec, [
|
|
2123
2126
|
y("div", {
|
|
2124
2127
|
class: Oe(["bnAdvance-setting-left", { "bnAdvance-setting-left-min": s.allowDel }])
|
|
2125
2128
|
}, [
|
|
@@ -2136,7 +2139,7 @@ function Uc(r, l, s, h, u, d) {
|
|
|
2136
2139
|
key: 0,
|
|
2137
2140
|
class: "bnAdvance-setting-column",
|
|
2138
2141
|
title: d.ruleVal[s.optionProps.name]
|
|
2139
|
-
}, K(d.ruleVal[s.optionProps.name]), 9,
|
|
2142
|
+
}, K(d.ruleVal[s.optionProps.name]), 9, Vc))
|
|
2140
2143
|
], !0),
|
|
2141
2144
|
s.allowSearchType ? (w(), H(v, {
|
|
2142
2145
|
key: 0,
|
|
@@ -2156,7 +2159,7 @@ function Uc(r, l, s, h, u, d) {
|
|
|
2156
2159
|
y("span", { class: "bnUIcon bnUIcon-delete" }, null, -1)
|
|
2157
2160
|
])])) : R("", !0)
|
|
2158
2161
|
]),
|
|
2159
|
-
y("div",
|
|
2162
|
+
y("div", Ac, [
|
|
2160
2163
|
B(k, {
|
|
2161
2164
|
modelValue: d.ruleVal,
|
|
2162
2165
|
"onUpdate:modelValue": l[3] || (l[3] = (x) => d.ruleVal = x),
|
|
@@ -2168,7 +2171,7 @@ function Uc(r, l, s, h, u, d) {
|
|
|
2168
2171
|
])
|
|
2169
2172
|
]);
|
|
2170
2173
|
}
|
|
2171
|
-
const
|
|
2174
|
+
const Uc = /* @__PURE__ */ re(Mc, [["render", Rc], ["__scopeId", "data-v-24032be0"]]), zc = {
|
|
2172
2175
|
name: "BnFilterView",
|
|
2173
2176
|
props: {
|
|
2174
2177
|
conditions: {
|
|
@@ -2196,7 +2199,7 @@ const zc = /* @__PURE__ */ re(Nc, [["render", Uc], ["__scopeId", "data-v-24032be
|
|
|
2196
2199
|
},
|
|
2197
2200
|
// 获取条件操作符文案
|
|
2198
2201
|
getSearchTypeLabel(r) {
|
|
2199
|
-
return
|
|
2202
|
+
return nc[r.searchType] || "";
|
|
2200
2203
|
},
|
|
2201
2204
|
// 格式化筛选条件的值用于展示
|
|
2202
2205
|
formatValue(r) {
|
|
@@ -2208,21 +2211,21 @@ const zc = /* @__PURE__ */ re(Nc, [["render", Uc], ["__scopeId", "data-v-24032be
|
|
|
2208
2211
|
return l && s ? `${r.name}: ${l}-${s}` : l ? `${r.name}: ${l}` : s ? `${r.name}: ${s}` : r.name;
|
|
2209
2212
|
}
|
|
2210
2213
|
}
|
|
2211
|
-
},
|
|
2212
|
-
function
|
|
2213
|
-
return w(), P("div",
|
|
2214
|
+
}, Hc = { class: "search-view" }, Wc = { class: "search-view-tags" }, jc = { class: "search-tag-text" }, Kc = ["onClick"];
|
|
2215
|
+
function Gc(r, l, s, h, u, d) {
|
|
2216
|
+
return w(), P("div", Hc, [
|
|
2214
2217
|
l[2] || (l[2] = y("span", { class: "search-view-label" }, "筛选条件:", -1)),
|
|
2215
|
-
y("div",
|
|
2218
|
+
y("div", Wc, [
|
|
2216
2219
|
(w(!0), P(oe, null, Ce(s.conditions, (v, k) => (w(), P("div", {
|
|
2217
2220
|
key: k,
|
|
2218
2221
|
class: "search-tag"
|
|
2219
2222
|
}, [
|
|
2220
|
-
y("span",
|
|
2223
|
+
y("span", jc, K(d.formatDisplay(v)), 1),
|
|
2221
2224
|
s.notDelCodes.includes(v.columnCode) ? R("", !0) : (w(), P("span", {
|
|
2222
2225
|
key: 0,
|
|
2223
2226
|
class: "search-tag-close",
|
|
2224
2227
|
onClick: (x) => d.handleClose(k)
|
|
2225
|
-
}, "×", 8,
|
|
2228
|
+
}, "×", 8, Kc))
|
|
2226
2229
|
]))), 128))
|
|
2227
2230
|
]),
|
|
2228
2231
|
y("span", {
|
|
@@ -2235,7 +2238,7 @@ function qc(r, l, s, h, u, d) {
|
|
|
2235
2238
|
}, "展开")
|
|
2236
2239
|
]);
|
|
2237
2240
|
}
|
|
2238
|
-
const
|
|
2241
|
+
const qc = /* @__PURE__ */ re(zc, [["render", Gc], ["__scopeId", "data-v-e3bfa7fe"]]), Jc = {
|
|
2239
2242
|
name: "BnDatePicker",
|
|
2240
2243
|
props: {
|
|
2241
2244
|
// 时间选择器类型 日期:daterange 日期+时间:datetimerange 年:year 月:month 日:date 周:week
|
|
@@ -2380,7 +2383,7 @@ const Jc = /* @__PURE__ */ re(Hc, [["render", qc], ["__scopeId", "data-v-e3bfa7f
|
|
|
2380
2383
|
}
|
|
2381
2384
|
}
|
|
2382
2385
|
};
|
|
2383
|
-
function
|
|
2386
|
+
function Yc(r, l, s, h, u, d) {
|
|
2384
2387
|
const v = O("el-date-picker");
|
|
2385
2388
|
return w(), H(v, {
|
|
2386
2389
|
style: { width: "100%" },
|
|
@@ -2405,7 +2408,7 @@ function Xc(r, l, s, h, u, d) {
|
|
|
2405
2408
|
onFocus: d.focus
|
|
2406
2409
|
}, 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"]);
|
|
2407
2410
|
}
|
|
2408
|
-
const
|
|
2411
|
+
const Xc = /* @__PURE__ */ re(Jc, [["render", Yc]]), Qc = {
|
|
2409
2412
|
name: "BnCheck",
|
|
2410
2413
|
props: {
|
|
2411
2414
|
modelValue: [Boolean, String, Number, Array],
|
|
@@ -2505,8 +2508,8 @@ const Qc = /* @__PURE__ */ re(Yc, [["render", Xc]]), Zc = {
|
|
|
2505
2508
|
});
|
|
2506
2509
|
}
|
|
2507
2510
|
}
|
|
2508
|
-
},
|
|
2509
|
-
function
|
|
2511
|
+
}, Zc = ["title"];
|
|
2512
|
+
function $c(r, l, s, h, u, d) {
|
|
2510
2513
|
return w(), P("div", {
|
|
2511
2514
|
class: Oe(["bnChecked", { disabled: s.disabled }]),
|
|
2512
2515
|
onClick: l[0] || (l[0] = (...v) => d.handleClick && d.handleClick(...v))
|
|
@@ -2520,13 +2523,13 @@ function ef(r, l, s, h, u, d) {
|
|
|
2520
2523
|
d.title ? (w(), P("span", {
|
|
2521
2524
|
key: 0,
|
|
2522
2525
|
class: "bnChecked-label",
|
|
2523
|
-
style:
|
|
2526
|
+
style: vt(s.labelStyle),
|
|
2524
2527
|
title: d.title
|
|
2525
|
-
}, K(d.title), 13,
|
|
2528
|
+
}, K(d.title), 13, Zc)) : R("", !0)
|
|
2526
2529
|
], !0)
|
|
2527
2530
|
], 2);
|
|
2528
2531
|
}
|
|
2529
|
-
const
|
|
2532
|
+
const ef = /* @__PURE__ */ re(Qc, [["render", $c], ["__scopeId", "data-v-1dc8f457"]]), pa = {
|
|
2530
2533
|
// 淘宝 sellerType为1 旗帜颜色 和 key值对应
|
|
2531
2534
|
1: [
|
|
2532
2535
|
{ value: "grey", className: "gray", key: "0" },
|
|
@@ -2682,7 +2685,7 @@ const tf = /* @__PURE__ */ re(Zc, [["render", ef], ["__scopeId", "data-v-1dc8f45
|
|
|
2682
2685
|
// 紫色
|
|
2683
2686
|
// {value: "yellow2", className: "yellow", key: '6'}, // 黄色
|
|
2684
2687
|
]
|
|
2685
|
-
},
|
|
2688
|
+
}, tf = {
|
|
2686
2689
|
name: "orderRemark",
|
|
2687
2690
|
props: {
|
|
2688
2691
|
// 接口请求外部转发
|
|
@@ -2739,8 +2742,8 @@ const tf = /* @__PURE__ */ re(Zc, [["render", ef], ["__scopeId", "data-v-1dc8f45
|
|
|
2739
2742
|
});
|
|
2740
2743
|
}
|
|
2741
2744
|
}
|
|
2742
|
-
},
|
|
2743
|
-
function
|
|
2745
|
+
}, 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" };
|
|
2746
|
+
function sf(r, l, s, h, u, d) {
|
|
2744
2747
|
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");
|
|
2745
2748
|
return w(), H(J, {
|
|
2746
2749
|
modelValue: u.show,
|
|
@@ -2752,10 +2755,10 @@ function af(r, l, s, h, u, d) {
|
|
|
2752
2755
|
"align-center": ""
|
|
2753
2756
|
}, {
|
|
2754
2757
|
footer: F(() => [
|
|
2755
|
-
y("div",
|
|
2756
|
-
y("span",
|
|
2758
|
+
y("div", lf, [
|
|
2759
|
+
y("span", rf, [
|
|
2757
2760
|
l[5] || (l[5] = Z("已输入 ", -1)),
|
|
2758
|
-
y("span",
|
|
2761
|
+
y("span", of, K(d.changeContent(u.postData.sellerMemo)), 1),
|
|
2759
2762
|
l[6] || (l[6] = Z("/1000", -1))
|
|
2760
2763
|
]),
|
|
2761
2764
|
B(M, {
|
|
@@ -2779,7 +2782,7 @@ function af(r, l, s, h, u, d) {
|
|
|
2779
2782
|
])
|
|
2780
2783
|
]),
|
|
2781
2784
|
default: F(() => [
|
|
2782
|
-
y("div",
|
|
2785
|
+
y("div", nf, [
|
|
2783
2786
|
B(D, {
|
|
2784
2787
|
model: u.postData,
|
|
2785
2788
|
"label-width": "auto"
|
|
@@ -2834,9 +2837,9 @@ function af(r, l, s, h, u, d) {
|
|
|
2834
2837
|
_: 1
|
|
2835
2838
|
}, 8, ["modelValue", "title"]);
|
|
2836
2839
|
}
|
|
2837
|
-
const
|
|
2840
|
+
const af = /* @__PURE__ */ re(tf, [["render", sf], ["__scopeId", "data-v-a61a7bee"]]), uf = {
|
|
2838
2841
|
name: "BnOrderCard",
|
|
2839
|
-
components: { orderRemark:
|
|
2842
|
+
components: { orderRemark: af },
|
|
2840
2843
|
props: {
|
|
2841
2844
|
// 接口请求外部转发
|
|
2842
2845
|
postFunc: Function,
|
|
@@ -2959,10 +2962,10 @@ const uf = /* @__PURE__ */ re(nf, [["render", af], ["__scopeId", "data-v-a61a7be
|
|
|
2959
2962
|
}
|
|
2960
2963
|
}
|
|
2961
2964
|
}
|
|
2962
|
-
},
|
|
2963
|
-
function
|
|
2965
|
+
}, 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" };
|
|
2966
|
+
function Bf(r, l, s, h, u, d) {
|
|
2964
2967
|
const v = O("orderRemark"), k = O("el-image"), x = O("el-table-column"), b = O("el-table"), D = O("el-card");
|
|
2965
|
-
return w(), P("div",
|
|
2968
|
+
return w(), P("div", df, [
|
|
2966
2969
|
B(v, {
|
|
2967
2970
|
ref: "orderRemark",
|
|
2968
2971
|
onOverRemark: d.overRemark,
|
|
@@ -2975,27 +2978,27 @@ function Mf(r, l, s, h, u, d) {
|
|
|
2975
2978
|
default: F(() => {
|
|
2976
2979
|
var M, J;
|
|
2977
2980
|
return [
|
|
2978
|
-
y("div",
|
|
2979
|
-
y("div",
|
|
2981
|
+
y("div", cf, [
|
|
2982
|
+
y("div", ff, [
|
|
2980
2983
|
l[3] || (l[3] = y("span", { class: "bnOrder-info-title" }, "订单号:", -1)),
|
|
2981
2984
|
y("span", {
|
|
2982
2985
|
class: "w-default-hover",
|
|
2983
2986
|
onClick: l[0] || (l[0] = (A) => d.openTid("tid"))
|
|
2984
2987
|
}, K(u.orderData.tid), 1)
|
|
2985
2988
|
]),
|
|
2986
|
-
y("div",
|
|
2989
|
+
y("div", hf, [
|
|
2987
2990
|
l[4] || (l[4] = y("span", { class: "bnOrder-info-title" }, "付款时间:", -1)),
|
|
2988
2991
|
y("span", null, K(u.orderData.CRMTRADE.payTime || "-"), 1)
|
|
2989
2992
|
])
|
|
2990
2993
|
]),
|
|
2991
|
-
y("div",
|
|
2992
|
-
y("div",
|
|
2994
|
+
y("div", pf, [
|
|
2995
|
+
y("div", mf, [
|
|
2993
2996
|
l[5] || (l[5] = y("span", { class: "bnOrder-info-title" }, "店铺:", -1)),
|
|
2994
|
-
y("span",
|
|
2997
|
+
y("span", gf, K(((J = (M = u.orderData) == null ? void 0 : M.CRMSELLER) == null ? void 0 : J.title) || "-"), 1)
|
|
2995
2998
|
]),
|
|
2996
|
-
y("div",
|
|
2999
|
+
y("div", vf, [
|
|
2997
3000
|
l[6] || (l[6] = y("span", { class: "bnOrder-info-title" }, "昵称:", -1)),
|
|
2998
|
-
y("span",
|
|
3001
|
+
y("span", yf, K(u.orderData.CRMTRADE.buyerNick.slice(0, 10)), 1),
|
|
2999
3002
|
u.decryptIs.includes("buyerNick") ? R("", !0) : (w(), P("span", {
|
|
3000
3003
|
key: 0,
|
|
3001
3004
|
class: "bnUIcon bnUIcon-openLock w-color-blue w-cursor-pointer",
|
|
@@ -3003,8 +3006,8 @@ function Mf(r, l, s, h, u, d) {
|
|
|
3003
3006
|
}))
|
|
3004
3007
|
])
|
|
3005
3008
|
]),
|
|
3006
|
-
y("div",
|
|
3007
|
-
y("div",
|
|
3009
|
+
y("div", bf, [
|
|
3010
|
+
y("div", Cf, [
|
|
3008
3011
|
l[7] || (l[7] = y("span", { class: "bnOrder-info-title" }, "收货地址:", -1)),
|
|
3009
3012
|
(w(), P(oe, null, Ce(["receiverAddress", "receiverName", "buyMobile"], (A, Y) => y("span", {
|
|
3010
3013
|
class: "w-margin-right8",
|
|
@@ -3015,7 +3018,7 @@ function Mf(r, l, s, h, u, d) {
|
|
|
3015
3018
|
key: 0,
|
|
3016
3019
|
class: "bnUIcon bnUIcon-openLock w-color-blue w-cursor-pointer",
|
|
3017
3020
|
onClick: (_e) => d.decryptData(A)
|
|
3018
|
-
}, null, 8,
|
|
3021
|
+
}, null, 8, wf))
|
|
3019
3022
|
])), 64))
|
|
3020
3023
|
])
|
|
3021
3024
|
]),
|
|
@@ -3027,8 +3030,8 @@ function Mf(r, l, s, h, u, d) {
|
|
|
3027
3030
|
default: F(() => [
|
|
3028
3031
|
B(x, { width: "560" }, {
|
|
3029
3032
|
default: F((A) => [
|
|
3030
|
-
y("div",
|
|
3031
|
-
y("div",
|
|
3033
|
+
y("div", kf, [
|
|
3034
|
+
y("div", xf, [
|
|
3032
3035
|
y("div", null, [
|
|
3033
3036
|
B(k, {
|
|
3034
3037
|
class: "bnOrder-good-img",
|
|
@@ -3040,12 +3043,12 @@ function Mf(r, l, s, h, u, d) {
|
|
|
3040
3043
|
fit: "cover"
|
|
3041
3044
|
}, null, 8, ["src", "preview-src-list"])
|
|
3042
3045
|
]),
|
|
3043
|
-
y("div",
|
|
3046
|
+
y("div", _f, [
|
|
3044
3047
|
y("div", {
|
|
3045
3048
|
class: "w-text-over-two w-color-black3 w-default-hover",
|
|
3046
3049
|
onClick: (Y) => d.openTid(A.row.sourceItemId)
|
|
3047
|
-
}, K(A.row.title), 9,
|
|
3048
|
-
y("div",
|
|
3050
|
+
}, K(A.row.title), 9, Sf),
|
|
3051
|
+
y("div", If, [
|
|
3049
3052
|
l[8] || (l[8] = y("span", { class: "w-color-gray" }, "商品属性:", -1)),
|
|
3050
3053
|
Z(K(A.row.skuPropName || "-") + " ", 1),
|
|
3051
3054
|
l[9] || (l[9] = y("span", { class: "w-color-gray w-margin-left8" }, "商家编码:", -1)),
|
|
@@ -3055,7 +3058,7 @@ function Mf(r, l, s, h, u, d) {
|
|
|
3055
3058
|
]),
|
|
3056
3059
|
y("div", null, [
|
|
3057
3060
|
l[10] || (l[10] = y("span", { class: "w-font12 w-margin-right2" }, "x", -1)),
|
|
3058
|
-
y("span",
|
|
3061
|
+
y("span", Df, K(A.row.num), 1)
|
|
3059
3062
|
])
|
|
3060
3063
|
])
|
|
3061
3064
|
]),
|
|
@@ -3063,8 +3066,8 @@ function Mf(r, l, s, h, u, d) {
|
|
|
3063
3066
|
}),
|
|
3064
3067
|
B(x, null, {
|
|
3065
3068
|
default: F((A) => [
|
|
3066
|
-
y("div",
|
|
3067
|
-
y("span",
|
|
3069
|
+
y("div", Tf, [
|
|
3070
|
+
y("span", Lf, "¥" + K(A.row.price), 1)
|
|
3068
3071
|
])
|
|
3069
3072
|
]),
|
|
3070
3073
|
_: 1
|
|
@@ -3072,14 +3075,14 @@ function Mf(r, l, s, h, u, d) {
|
|
|
3072
3075
|
]),
|
|
3073
3076
|
_: 1
|
|
3074
3077
|
}, 8, ["data"]),
|
|
3075
|
-
y("div",
|
|
3078
|
+
y("div", Ff, [
|
|
3076
3079
|
l[11] || (l[11] = y("div", { class: "bnOrder-info-item w-color-black8" }, "卖家备注:", -1)),
|
|
3077
|
-
y("div",
|
|
3080
|
+
y("div", Of, [
|
|
3078
3081
|
u.orderData.CRMTRADE.sellerFlag && d.sellerRemarksColor ? (w(), P("span", {
|
|
3079
3082
|
key: 0,
|
|
3080
3083
|
class: Oe(["bnUIcon bnUIcon-flag", [`flag-color-${d.sellerRemarksColor}`]])
|
|
3081
3084
|
}, null, 2)) : R("", !0),
|
|
3082
|
-
y("span",
|
|
3085
|
+
y("span", Pf, K(u.orderData.CRMTRADE.sellerMemo), 1),
|
|
3083
3086
|
y("span", {
|
|
3084
3087
|
class: "w-color-blue w-cursor-pointer w-font14",
|
|
3085
3088
|
onClick: l[2] || (l[2] = (...A) => d.orderRemark && d.orderRemark(...A))
|
|
@@ -3092,7 +3095,7 @@ function Mf(r, l, s, h, u, d) {
|
|
|
3092
3095
|
})) : R("", !0)
|
|
3093
3096
|
]);
|
|
3094
3097
|
}
|
|
3095
|
-
const
|
|
3098
|
+
const Mf = /* @__PURE__ */ re(uf, [["render", Bf], ["__scopeId", "data-v-88cfaf09"]]), Nf = {
|
|
3096
3099
|
name: "BnDrop",
|
|
3097
3100
|
props: {
|
|
3098
3101
|
//最终选中的value
|
|
@@ -3477,20 +3480,20 @@ const Nf = /* @__PURE__ */ re(df, [["render", Mf], ["__scopeId", "data-v-88cfaf0
|
|
|
3477
3480
|
return r.join(",");
|
|
3478
3481
|
}
|
|
3479
3482
|
}
|
|
3480
|
-
},
|
|
3483
|
+
}, Ef = {
|
|
3481
3484
|
key: 0,
|
|
3482
3485
|
class: "bnDrop-placeholder"
|
|
3483
|
-
},
|
|
3486
|
+
}, Vf = { key: 1 }, Af = ["title"], Rf = ["title"], Uf = { class: "bnUIcon bnUIcon-down bnDrop-select-down" }, zf = ["onClick"], Hf = ["title"], Wf = {
|
|
3484
3487
|
key: 0,
|
|
3485
3488
|
class: "bnDrop-body-list-empty"
|
|
3486
|
-
},
|
|
3489
|
+
}, jf = {
|
|
3487
3490
|
key: 1,
|
|
3488
3491
|
class: "bnDrop-body-list-empty"
|
|
3489
|
-
},
|
|
3492
|
+
}, Kf = {
|
|
3490
3493
|
key: 0,
|
|
3491
3494
|
class: "bnDrop-body-footer w-flex-center w-padding-lr10 w-padding-tb8 w-border-solid-top"
|
|
3492
|
-
},
|
|
3493
|
-
function
|
|
3495
|
+
}, Gf = { class: "w-flex-center w-flex-column-gap4 w-text-over" }, qf = { class: "w-margin-left4" }, Jf = { class: "" };
|
|
3496
|
+
function Yf(r, l, s, h, u, d) {
|
|
3494
3497
|
const v = O("el-input"), k = O("BnCheck"), x = O("el-scrollbar"), b = O("el-popover"), D = jt("loading");
|
|
3495
3498
|
return w(), H(b, {
|
|
3496
3499
|
ref: "popover",
|
|
@@ -3507,21 +3510,21 @@ function Xf(r, l, s, h, u, d) {
|
|
|
3507
3510
|
y("div", {
|
|
3508
3511
|
class: Oe(["bnDrop-select", { simple: !s.border, disabled: s.disabled }])
|
|
3509
3512
|
}, [
|
|
3510
|
-
s.multiple && s.modelValue.length == 0 || !s.multiple && (!s.labelInValue && s.modelValue === "" || s.labelInValue && !s.modelValue[s.optionProps.value]) ? (w(), P("span",
|
|
3513
|
+
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, [
|
|
3511
3514
|
s.multiple ? (w(), P("span", {
|
|
3512
3515
|
key: 1,
|
|
3513
3516
|
title: d.multipleTitle
|
|
3514
|
-
}, K(d.multipleTitle), 9,
|
|
3517
|
+
}, K(d.multipleTitle), 9, Rf)) : (w(), P("span", {
|
|
3515
3518
|
key: 0,
|
|
3516
3519
|
title: d.singleTitle
|
|
3517
|
-
}, K(d.singleTitle), 9,
|
|
3520
|
+
}, K(d.singleTitle), 9, Af)),
|
|
3518
3521
|
s.clearable ? (w(), P("span", {
|
|
3519
3522
|
key: 2,
|
|
3520
3523
|
class: "bnUIcon bnUIcon-clear bnDrop-select-clear",
|
|
3521
3524
|
onClick: l[0] || (l[0] = _n((...M) => d.clear && d.clear(...M), ["stop"]))
|
|
3522
3525
|
})) : R("", !0)
|
|
3523
3526
|
])),
|
|
3524
|
-
Pe(y("span",
|
|
3527
|
+
Pe(y("span", Uf, null, 512), [
|
|
3525
3528
|
[D, u.loading]
|
|
3526
3529
|
])
|
|
3527
3530
|
], 2)
|
|
@@ -3530,7 +3533,7 @@ function Xf(r, l, s, h, u, d) {
|
|
|
3530
3533
|
default: F(() => [
|
|
3531
3534
|
y("div", {
|
|
3532
3535
|
class: "bnDrop-body",
|
|
3533
|
-
style:
|
|
3536
|
+
style: vt({ width: s.width + "px" })
|
|
3534
3537
|
}, [
|
|
3535
3538
|
Pe(B(v, {
|
|
3536
3539
|
modelValue: u.queryValue,
|
|
@@ -3564,23 +3567,23 @@ function Xf(r, l, s, h, u, d) {
|
|
|
3564
3567
|
}, null, 8, ["modelValue", "true-data", "is-checked"])) : R("", !0),
|
|
3565
3568
|
y("span", {
|
|
3566
3569
|
title: M[s.optionProps.label]
|
|
3567
|
-
}, K(M[s.optionProps.label]), 9,
|
|
3568
|
-
], 8,
|
|
3569
|
-
d.optionList.length == 0 && !u.loading ? (w(), P("div",
|
|
3570
|
-
u.loading ? (w(), P("div",
|
|
3570
|
+
}, K(M[s.optionProps.label]), 9, Hf)
|
|
3571
|
+
], 8, zf))), 128)),
|
|
3572
|
+
d.optionList.length == 0 && !u.loading ? (w(), P("div", Wf, K(s.noDataText), 1)) : R("", !0),
|
|
3573
|
+
u.loading ? (w(), P("div", jf, "加载中")) : R("", !0)
|
|
3571
3574
|
]),
|
|
3572
3575
|
_: 1
|
|
3573
3576
|
}, 8, ["onEndReached"]),
|
|
3574
|
-
s.multiple && s.checkedAll ? (w(), P("div",
|
|
3577
|
+
s.multiple && s.checkedAll ? (w(), P("div", Kf, [
|
|
3575
3578
|
B(k, {
|
|
3576
3579
|
"true-data": 999,
|
|
3577
3580
|
"is-checked": d.isCheckedAll,
|
|
3578
3581
|
onClick: d.checkAll
|
|
3579
3582
|
}, {
|
|
3580
3583
|
default: F(() => [
|
|
3581
|
-
y("div",
|
|
3582
|
-
y("span",
|
|
3583
|
-
y("span",
|
|
3584
|
+
y("div", Gf, [
|
|
3585
|
+
y("span", qf, K(d.val.length == 0 ? "全选" : `已选${d.val.length - s.fixedFrontOptions.length}项`), 1),
|
|
3586
|
+
y("span", Jf, "已加载" + K(d.optionList.length) + "/" + K(u.total) + "项", 1)
|
|
3584
3587
|
])
|
|
3585
3588
|
]),
|
|
3586
3589
|
_: 1
|
|
@@ -3592,7 +3595,7 @@ function Xf(r, l, s, h, u, d) {
|
|
|
3592
3595
|
_: 3
|
|
3593
3596
|
}, 8, ["placement", "onShow", "disabled"]);
|
|
3594
3597
|
}
|
|
3595
|
-
const
|
|
3598
|
+
const Xf = /* @__PURE__ */ re(Nf, [["render", Yf], ["__scopeId", "data-v-8865344c"]]), Qf = {
|
|
3596
3599
|
data() {
|
|
3597
3600
|
return {
|
|
3598
3601
|
url: "",
|
|
@@ -3607,14 +3610,14 @@ const Qf = /* @__PURE__ */ re(Ef, [["render", Xf], ["__scopeId", "data-v-8865344
|
|
|
3607
3610
|
this.url = r, this.show = !0;
|
|
3608
3611
|
}
|
|
3609
3612
|
}
|
|
3610
|
-
},
|
|
3613
|
+
}, Zf = {
|
|
3611
3614
|
key: 0,
|
|
3612
3615
|
class: "videoPreview"
|
|
3613
|
-
},
|
|
3614
|
-
function
|
|
3616
|
+
}, $f = { class: "videoPreview-content" }, eh = ["src"];
|
|
3617
|
+
function th(r, l, s, h, u, d) {
|
|
3615
3618
|
return w(), H(wd, { to: "body" }, [
|
|
3616
|
-
u.show ? (w(), P("div",
|
|
3617
|
-
y("div",
|
|
3619
|
+
u.show ? (w(), P("div", Zf, [
|
|
3620
|
+
y("div", $f, [
|
|
3618
3621
|
y("span", {
|
|
3619
3622
|
class: "videoPreview-content-close",
|
|
3620
3623
|
onClick: l[0] || (l[0] = (v) => u.show = !1)
|
|
@@ -3627,12 +3630,12 @@ function ih(r, l, s, h, u, d) {
|
|
|
3627
3630
|
controls: "",
|
|
3628
3631
|
src: u.url,
|
|
3629
3632
|
autoplay: ""
|
|
3630
|
-
}, null, 8,
|
|
3633
|
+
}, null, 8, eh)
|
|
3631
3634
|
])
|
|
3632
3635
|
])) : R("", !0)
|
|
3633
3636
|
]);
|
|
3634
3637
|
}
|
|
3635
|
-
const
|
|
3638
|
+
const ih = /* @__PURE__ */ re(Qf, [["render", th], ["__scopeId", "data-v-b9506480"]]), nh = {
|
|
3636
3639
|
name: "FileDetail",
|
|
3637
3640
|
props: {
|
|
3638
3641
|
//附件
|
|
@@ -3674,32 +3677,32 @@ const nh = /* @__PURE__ */ re(Zf, [["render", ih], ["__scopeId", "data-v-b950648
|
|
|
3674
3677
|
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` : "";
|
|
3675
3678
|
}
|
|
3676
3679
|
}
|
|
3677
|
-
},
|
|
3680
|
+
}, lh = { class: "fileDetail" }, rh = { class: "fileDetail-info" }, oh = ["title"], sh = {
|
|
3678
3681
|
key: 0,
|
|
3679
3682
|
class: "fileDetail-info-title w-text-over"
|
|
3680
|
-
},
|
|
3683
|
+
}, ah = { class: "fileDetail-btn clearFix" }, uh = {
|
|
3681
3684
|
key: 0,
|
|
3682
3685
|
class: "fileDetail-btn-item"
|
|
3683
|
-
},
|
|
3684
|
-
function
|
|
3685
|
-
return w(), P("div",
|
|
3686
|
-
y("div",
|
|
3686
|
+
}, dh = ["href"];
|
|
3687
|
+
function ch(r, l, s, h, u, d) {
|
|
3688
|
+
return w(), P("div", lh, [
|
|
3689
|
+
y("div", rh, [
|
|
3687
3690
|
y("div", {
|
|
3688
3691
|
class: "fileDetail-info-title titleHover w-text-over",
|
|
3689
3692
|
onClick: l[0] || (l[0] = (v) => r.$emit("lookFile", s.file)),
|
|
3690
3693
|
title: s.file.title
|
|
3691
|
-
}, K(s.file.title), 9,
|
|
3692
|
-
s.showSize ? (w(), P("div",
|
|
3694
|
+
}, K(s.file.title), 9, oh),
|
|
3695
|
+
s.showSize ? (w(), P("div", sh, K(d.returnSizeText(s.file.size)), 1)) : R("", !0)
|
|
3693
3696
|
]),
|
|
3694
|
-
y("div",
|
|
3695
|
-
s.file.id != -1 ? (w(), P("div",
|
|
3697
|
+
y("div", ah, [
|
|
3698
|
+
s.file.id != -1 ? (w(), P("div", uh, [
|
|
3696
3699
|
y("a", {
|
|
3697
3700
|
class: "w-color-blue w-cursor-pointer",
|
|
3698
3701
|
href: d.getDownloadUrl(s.file),
|
|
3699
3702
|
target: "_blank"
|
|
3700
3703
|
}, [...l[2] || (l[2] = [
|
|
3701
3704
|
y("span", { class: "bnUIcon bnUIcon-download" }, null, -1)
|
|
3702
|
-
])], 8,
|
|
3705
|
+
])], 8, dh)
|
|
3703
3706
|
])) : R("", !0),
|
|
3704
3707
|
s.isDel && !s.disabled ? (w(), P("div", {
|
|
3705
3708
|
key: 1,
|
|
@@ -3711,9 +3714,9 @@ function fh(r, l, s, h, u, d) {
|
|
|
3711
3714
|
])
|
|
3712
3715
|
]);
|
|
3713
3716
|
}
|
|
3714
|
-
const
|
|
3717
|
+
const fh = /* @__PURE__ */ re(nh, [["render", ch], ["__scopeId", "data-v-1321e25b"]]), hh = {
|
|
3715
3718
|
name: "BnFileView",
|
|
3716
|
-
components: { videoPreview:
|
|
3719
|
+
components: { videoPreview: ih, fileDetail: fh },
|
|
3717
3720
|
props: {
|
|
3718
3721
|
//附件列表
|
|
3719
3722
|
fileList: {
|
|
@@ -3814,12 +3817,12 @@ const hh = /* @__PURE__ */ re(lh, [["render", fh], ["__scopeId", "data-v-1321e25
|
|
|
3814
3817
|
this.fileList.splice(r, 1), this.$emit("delFile", this.fileList);
|
|
3815
3818
|
}
|
|
3816
3819
|
}
|
|
3817
|
-
},
|
|
3818
|
-
function
|
|
3820
|
+
}, ph = { class: "bnFileView-body" }, mh = ["title", "onClick"], gh = { key: 0 }, vh = ["src"], yh = ["src"];
|
|
3821
|
+
function bh(r, l, s, h, u, d) {
|
|
3819
3822
|
const v = O("el-image"), k = O("videoPreview"), x = O("fileDetail"), b = O("el-popover");
|
|
3820
3823
|
return w(), P("div", {
|
|
3821
3824
|
class: "bnFileView",
|
|
3822
|
-
style:
|
|
3825
|
+
style: vt(d.viewStyle)
|
|
3823
3826
|
}, [
|
|
3824
3827
|
B(v, {
|
|
3825
3828
|
ref: "imageRef",
|
|
@@ -3831,11 +3834,11 @@ function Ch(r, l, s, h, u, d) {
|
|
|
3831
3834
|
fit: "cover"
|
|
3832
3835
|
}, null, 8, ["initial-index", "preview-teleported", "src", "preview-src-list"]),
|
|
3833
3836
|
B(k, { ref: "videoRef" }, null, 512),
|
|
3834
|
-
y("div",
|
|
3837
|
+
y("div", ph, [
|
|
3835
3838
|
(w(!0), P(oe, null, Ce(s.fileList, (D, M) => (w(), P("div", {
|
|
3836
3839
|
key: M,
|
|
3837
3840
|
class: Oe(["bnFileView-item", { "bnFileView-showDetail": !s.isMini }]),
|
|
3838
|
-
style:
|
|
3841
|
+
style: vt(d.warpStyle)
|
|
3839
3842
|
}, [
|
|
3840
3843
|
y("div", {
|
|
3841
3844
|
class: "bnFileView-item-img",
|
|
@@ -3852,16 +3855,16 @@ function Ch(r, l, s, h, u, d) {
|
|
|
3852
3855
|
}, {
|
|
3853
3856
|
reference: F(() => [
|
|
3854
3857
|
y("img", {
|
|
3855
|
-
style:
|
|
3858
|
+
style: vt(d.widthStyle),
|
|
3856
3859
|
src: d.getFileImg(D)
|
|
3857
|
-
}, null, 12,
|
|
3860
|
+
}, null, 12, yh)
|
|
3858
3861
|
]),
|
|
3859
3862
|
default: F(() => [
|
|
3860
|
-
u.pictureType.includes(D.type) && s.imagePreview ? (w(), P("div",
|
|
3863
|
+
u.pictureType.includes(D.type) && s.imagePreview ? (w(), P("div", gh, [
|
|
3861
3864
|
y("img", {
|
|
3862
3865
|
style: { width: "180px", height: "180px" },
|
|
3863
3866
|
src: d.getFileImg(D)
|
|
3864
|
-
}, null, 8,
|
|
3867
|
+
}, null, 8, vh)
|
|
3865
3868
|
])) : R("", !0),
|
|
3866
3869
|
s.isMini ? (w(), H(x, {
|
|
3867
3870
|
key: 1,
|
|
@@ -3877,10 +3880,10 @@ function Ch(r, l, s, h, u, d) {
|
|
|
3877
3880
|
]),
|
|
3878
3881
|
_: 2
|
|
3879
3882
|
}, 1032, ["disabled"])
|
|
3880
|
-
], 8,
|
|
3883
|
+
], 8, mh),
|
|
3881
3884
|
s.isMini ? R("", !0) : (w(), H(x, {
|
|
3882
3885
|
key: 0,
|
|
3883
|
-
style:
|
|
3886
|
+
style: vt(d.detailStyle),
|
|
3884
3887
|
file: D,
|
|
3885
3888
|
index: M,
|
|
3886
3889
|
onLookFile: d.lookFile,
|
|
@@ -3894,7 +3897,7 @@ function Ch(r, l, s, h, u, d) {
|
|
|
3894
3897
|
])
|
|
3895
3898
|
], 4);
|
|
3896
3899
|
}
|
|
3897
|
-
const
|
|
3900
|
+
const Ch = /* @__PURE__ */ re(hh, [["render", bh], ["__scopeId", "data-v-b63d3f0b"]]), wh = {
|
|
3898
3901
|
name: "BnInpNum",
|
|
3899
3902
|
props: {
|
|
3900
3903
|
modelValue: [String, Number],
|
|
@@ -3981,7 +3984,7 @@ const wh = /* @__PURE__ */ re(ph, [["render", Ch], ["__scopeId", "data-v-b63d3f0
|
|
|
3981
3984
|
}
|
|
3982
3985
|
}
|
|
3983
3986
|
};
|
|
3984
|
-
function
|
|
3987
|
+
function kh(r, l, s, h, u, d) {
|
|
3985
3988
|
const v = O("el-input");
|
|
3986
3989
|
return w(), H(v, {
|
|
3987
3990
|
placeholder: s.placeholder,
|
|
@@ -4005,7 +4008,7 @@ function xh(r, l, s, h, u, d) {
|
|
|
4005
4008
|
_: 3
|
|
4006
4009
|
}, 8, ["placeholder", "modelValue", "disabled", "clearable", "class", "onInput", "onChange", "onBlur", "size", "maxlength"]);
|
|
4007
4010
|
}
|
|
4008
|
-
const
|
|
4011
|
+
const xh = /* @__PURE__ */ re(wh, [["render", kh], ["__scopeId", "data-v-e1de6a24"]]), _h = {
|
|
4009
4012
|
name: "BnRadio",
|
|
4010
4013
|
props: {
|
|
4011
4014
|
modelValue: [Boolean, String, Number, Object],
|
|
@@ -4100,8 +4103,8 @@ const _h = /* @__PURE__ */ re(kh, [["render", xh], ["__scopeId", "data-v-e1de6a2
|
|
|
4100
4103
|
});
|
|
4101
4104
|
}
|
|
4102
4105
|
}
|
|
4103
|
-
},
|
|
4104
|
-
function
|
|
4106
|
+
}, Sh = ["title"];
|
|
4107
|
+
function Ih(r, l, s, h, u, d) {
|
|
4105
4108
|
return w(), P("div", {
|
|
4106
4109
|
class: Oe(["BnRadio", { disabled: s.disabled }]),
|
|
4107
4110
|
onClick: l[0] || (l[0] = (...v) => d.handleClick && d.handleClick(...v))
|
|
@@ -4113,13 +4116,13 @@ function Dh(r, l, s, h, u, d) {
|
|
|
4113
4116
|
d.title ? (w(), P("span", {
|
|
4114
4117
|
key: 0,
|
|
4115
4118
|
class: "BnRadio-label",
|
|
4116
|
-
style:
|
|
4119
|
+
style: vt(s.labelStyle),
|
|
4117
4120
|
title: d.title
|
|
4118
|
-
}, K(d.title), 13,
|
|
4121
|
+
}, K(d.title), 13, Sh)) : R("", !0)
|
|
4119
4122
|
], !0)
|
|
4120
4123
|
], 2);
|
|
4121
4124
|
}
|
|
4122
|
-
const
|
|
4125
|
+
const Dh = /* @__PURE__ */ re(_h, [["render", Ih], ["__scopeId", "data-v-cecdf48e"]]), Th = {
|
|
4123
4126
|
name: "bnRelation",
|
|
4124
4127
|
props: {
|
|
4125
4128
|
// value数据绑定
|
|
@@ -4209,7 +4212,7 @@ const Th = /* @__PURE__ */ re(Sh, [["render", Dh], ["__scopeId", "data-v-cecdf48
|
|
|
4209
4212
|
}
|
|
4210
4213
|
}
|
|
4211
4214
|
};
|
|
4212
|
-
function
|
|
4215
|
+
function Lh(r, l, s, h, u, d) {
|
|
4213
4216
|
const v = O("el-cascader");
|
|
4214
4217
|
return w(), H(v, {
|
|
4215
4218
|
size: s.size,
|
|
@@ -4229,7 +4232,7 @@ function Fh(r, l, s, h, u, d) {
|
|
|
4229
4232
|
"show-all-levels": s.showAllLevels
|
|
4230
4233
|
}, null, 8, ["size", "modelValue", "placeholder", "options", "props", "onVisibleChange", "filterable", "collapse-tags", "separator", "disabled", "clearable", "show-all-levels"]);
|
|
4231
4234
|
}
|
|
4232
|
-
const
|
|
4235
|
+
const Fh = /* @__PURE__ */ re(Th, [["render", Lh]]), Oh = {
|
|
4233
4236
|
1: [
|
|
4234
4237
|
{ title: "等于", id: "1" },
|
|
4235
4238
|
{ title: "不等于", id: "2" },
|
|
@@ -4396,7 +4399,7 @@ const Oh = /* @__PURE__ */ re(Lh, [["render", Fh]]), Ph = {
|
|
|
4396
4399
|
{ title: "为空", id: "9" },
|
|
4397
4400
|
{ title: "不为空", id: "10" }
|
|
4398
4401
|
]
|
|
4399
|
-
},
|
|
4402
|
+
}, Ph = {
|
|
4400
4403
|
//{id: '0', title: '自定义填写'},{id: '1', title: '其他组件'},{id: '2', title: '组件选项'}, {id: '3', title: '空值'},{id: '4', title: '其他步骤'},{ id: '5', title: '工作表属性' }
|
|
4401
4404
|
1: [{ id: "0", title: "自定义填写" }, { id: "1", title: "其他组件" }],
|
|
4402
4405
|
2: [{ id: "0", title: "自定义填写" }, { id: "1", title: "其他组件" }],
|
|
@@ -4414,7 +4417,7 @@ const Oh = /* @__PURE__ */ re(Lh, [["render", Fh]]), Ph = {
|
|
|
4414
4417
|
14: [{ id: "2", title: "组件选项" }],
|
|
4415
4418
|
15: [{ id: "2", title: "组件选项" }],
|
|
4416
4419
|
20: [{ id: "2", title: "组件选项" }]
|
|
4417
|
-
},
|
|
4420
|
+
}, Bh = {
|
|
4418
4421
|
7: [
|
|
4419
4422
|
{ id: "5", title: "指定时间" },
|
|
4420
4423
|
{ id: "0", title: "今天" },
|
|
@@ -4424,7 +4427,7 @@ const Oh = /* @__PURE__ */ re(Lh, [["render", Fh]]), Ph = {
|
|
|
4424
4427
|
{ id: "4", title: "未来x天" }
|
|
4425
4428
|
//部分支持 {id: '6', title: '过去x时'}, {id: '7', title: '未来x时'}, {id: '8', title: '过去x月'}, {id: '9', title: '未来x月'},
|
|
4426
4429
|
]
|
|
4427
|
-
},
|
|
4430
|
+
}, Mh = {
|
|
4428
4431
|
name: "BnCondition",
|
|
4429
4432
|
components: { BnCondVal: ha },
|
|
4430
4433
|
props: {
|
|
@@ -4550,11 +4553,11 @@ const Oh = /* @__PURE__ */ re(Lh, [["render", Fh]]), Ph = {
|
|
|
4550
4553
|
data() {
|
|
4551
4554
|
return {
|
|
4552
4555
|
//计算条件列表
|
|
4553
|
-
searchList:
|
|
4556
|
+
searchList: Oh,
|
|
4554
4557
|
//值类型列表
|
|
4555
|
-
valueTypeList:
|
|
4558
|
+
valueTypeList: Ph,
|
|
4556
4559
|
//子类型
|
|
4557
|
-
subTypeList:
|
|
4560
|
+
subTypeList: Bh
|
|
4558
4561
|
};
|
|
4559
4562
|
},
|
|
4560
4563
|
computed: {
|
|
@@ -4766,18 +4769,18 @@ const Oh = /* @__PURE__ */ re(Lh, [["render", Fh]]), Ph = {
|
|
|
4766
4769
|
});
|
|
4767
4770
|
}
|
|
4768
4771
|
}
|
|
4769
|
-
},
|
|
4772
|
+
}, Nh = { class: "bnCon clearFix" }, Eh = { class: "bnCon-setting" }, Vh = { class: "bnCon-setting-left" }, Ah = ["title"], Rh = { class: "bnCon-condition" }, Uh = {
|
|
4770
4773
|
key: 0,
|
|
4771
4774
|
class: "bnCon-condition-valType"
|
|
4772
|
-
},
|
|
4775
|
+
}, zh = {
|
|
4773
4776
|
key: 1,
|
|
4774
4777
|
class: "bnCon-condition-valType"
|
|
4775
|
-
},
|
|
4776
|
-
function
|
|
4778
|
+
}, Hh = { class: "bnCon-condition-valSet" };
|
|
4779
|
+
function Wh(r, l, s, h, u, d) {
|
|
4777
4780
|
const v = O("BnDrop"), k = O("el-option"), x = O("el-select"), b = O("BnCondVal");
|
|
4778
|
-
return w(), P("div",
|
|
4779
|
-
y("div",
|
|
4780
|
-
y("div",
|
|
4781
|
+
return w(), P("div", Nh, [
|
|
4782
|
+
y("div", Eh, [
|
|
4783
|
+
y("div", Vh, [
|
|
4781
4784
|
xt(r.$slots, "selectComponent", {}, () => [
|
|
4782
4785
|
s.allowSelectColumn ? (w(), H(v, {
|
|
4783
4786
|
key: 1,
|
|
@@ -4791,7 +4794,7 @@ function jh(r, l, s, h, u, d) {
|
|
|
4791
4794
|
key: 0,
|
|
4792
4795
|
class: "bnCon-setting-column",
|
|
4793
4796
|
title: d.ruleVal[s.optionProps.name]
|
|
4794
|
-
}, K(d.ruleVal[s.optionProps.name]), 9,
|
|
4797
|
+
}, K(d.ruleVal[s.optionProps.name]), 9, Ah))
|
|
4795
4798
|
], !0),
|
|
4796
4799
|
B(v, {
|
|
4797
4800
|
onChange: d.searchChange,
|
|
@@ -4810,8 +4813,8 @@ function jh(r, l, s, h, u, d) {
|
|
|
4810
4813
|
y("span", { class: "bnUIcon bnUIcon-delete" }, null, -1)
|
|
4811
4814
|
])])) : R("", !0)
|
|
4812
4815
|
]),
|
|
4813
|
-
y("div",
|
|
4814
|
-
s.allowValueType ? (w(), P("div",
|
|
4816
|
+
y("div", Rh, [
|
|
4817
|
+
s.allowValueType ? (w(), P("div", Uh, [
|
|
4815
4818
|
B(x, {
|
|
4816
4819
|
modelValue: d.ruleVal[s.optionProps.valueType],
|
|
4817
4820
|
"onUpdate:modelValue": l[3] || (l[3] = (D) => d.ruleVal[s.optionProps.valueType] = D),
|
|
@@ -4829,7 +4832,7 @@ function jh(r, l, s, h, u, d) {
|
|
|
4829
4832
|
_: 1
|
|
4830
4833
|
}, 8, ["modelValue", "disabled", "onChange"])
|
|
4831
4834
|
])) : R("", !0),
|
|
4832
|
-
d.ruleVal.behaviorType == 7 && s.allowSubType ? (w(), P("div",
|
|
4835
|
+
d.ruleVal.behaviorType == 7 && s.allowSubType ? (w(), P("div", zh, [
|
|
4833
4836
|
B(x, {
|
|
4834
4837
|
modelValue: d.ruleVal[s.optionProps.subType],
|
|
4835
4838
|
"onUpdate:modelValue": l[4] || (l[4] = (D) => d.ruleVal[s.optionProps.subType] = D),
|
|
@@ -4847,7 +4850,7 @@ function jh(r, l, s, h, u, d) {
|
|
|
4847
4850
|
_: 1
|
|
4848
4851
|
}, 8, ["modelValue", "disabled", "onChange"])
|
|
4849
4852
|
])) : R("", !0),
|
|
4850
|
-
y("div",
|
|
4853
|
+
y("div", Hh, [
|
|
4851
4854
|
B(b, {
|
|
4852
4855
|
modelValue: d.ruleVal,
|
|
4853
4856
|
"onUpdate:modelValue": l[5] || (l[5] = (D) => d.ruleVal = D),
|
|
@@ -4863,7 +4866,7 @@ function jh(r, l, s, h, u, d) {
|
|
|
4863
4866
|
])
|
|
4864
4867
|
]);
|
|
4865
4868
|
}
|
|
4866
|
-
const
|
|
4869
|
+
const jh = /* @__PURE__ */ re(Mh, [["render", Wh], ["__scopeId", "data-v-acf59911"]]), Hl = {
|
|
4867
4870
|
1: "stringForm",
|
|
4868
4871
|
// 单行文本输入框
|
|
4869
4872
|
2: "numberForm",
|
|
@@ -4917,10 +4920,10 @@ const Kh = /* @__PURE__ */ re(Nh, [["render", jh], ["__scopeId", "data-v-acf5991
|
|
|
4917
4920
|
function ma(r, l) {
|
|
4918
4921
|
return r.behaviorType == 6 && l.value ? l.value.map((s) => s.code) : ye(l);
|
|
4919
4922
|
}
|
|
4920
|
-
function
|
|
4923
|
+
function Kh(r) {
|
|
4921
4924
|
return r.behaviorType == 6 && Array.isArray(r.value) ? r.value.length > 0 ? fa(r.value) : null : xn(r, "value.code") || xn(r, "value.id");
|
|
4922
4925
|
}
|
|
4923
|
-
function
|
|
4926
|
+
function Gh(r) {
|
|
4924
4927
|
var u;
|
|
4925
4928
|
let l = ye(Kl.defaultLink), s = ye(Kl.columnMapping), h = !1;
|
|
4926
4929
|
try {
|
|
@@ -4940,7 +4943,7 @@ function qh(r) {
|
|
|
4940
4943
|
if ([3, 4, 6].includes(v.behaviorType) && k && x && x != "[]") {
|
|
4941
4944
|
let b = JSON.parse(x);
|
|
4942
4945
|
if (!s.defaultColumn[k]) {
|
|
4943
|
-
let M = r.find((A) => A.columnCode == k), J = Array.isArray(M.value) && !
|
|
4946
|
+
let M = r.find((A) => A.columnCode == k), J = Array.isArray(M.value) && !yt(M.value) ? { code: fa(M.value), value: M.value } : xn(M, "value.code") ? M.value : {};
|
|
4944
4947
|
s.defaultColumn[k] = J;
|
|
4945
4948
|
}
|
|
4946
4949
|
s.column = Array.from(/* @__PURE__ */ new Set([k, ...s.column])), s.setColumn[k] || (s.setColumn[k] = {}), s.setColumn[k][v.columnCode] = b;
|
|
@@ -5052,7 +5055,7 @@ function ga(r, l) {
|
|
|
5052
5055
|
case 10:
|
|
5053
5056
|
//附件
|
|
5054
5057
|
case 7: {
|
|
5055
|
-
k &&
|
|
5058
|
+
k && yt(r.value[x][u.columnCode]) && (b = !0, v = r.name + " 的第" + (parseInt(x) + 1) + "条,没有给 " + u.name + " 填值");
|
|
5056
5059
|
break;
|
|
5057
5060
|
}
|
|
5058
5061
|
case 2: {
|
|
@@ -5068,20 +5071,20 @@ function ga(r, l) {
|
|
|
5068
5071
|
return v;
|
|
5069
5072
|
}
|
|
5070
5073
|
}
|
|
5071
|
-
function
|
|
5074
|
+
function qh(r) {
|
|
5072
5075
|
let l = window.atob(r.split(",")[1]), s = new ArrayBuffer(l.length), h = new Uint8Array(s);
|
|
5073
5076
|
for (let u = 0; u < l.length; u++)
|
|
5074
5077
|
h[u] = l.charCodeAt(u);
|
|
5075
5078
|
return new File([s], (/* @__PURE__ */ new Date()).getTime() + ".png");
|
|
5076
5079
|
}
|
|
5077
|
-
function
|
|
5080
|
+
function Ub(r, l) {
|
|
5078
5081
|
return new Promise((s) => {
|
|
5079
5082
|
if (r.clipboardData && r.clipboardData.items) {
|
|
5080
5083
|
let h = Array.prototype.filter.call(r.clipboardData.items, (u) => u.type.indexOf("image") >= 0);
|
|
5081
5084
|
Array.prototype.forEach.call(h, (u) => {
|
|
5082
5085
|
let d = u.getAsFile(), v = new FileReader();
|
|
5083
5086
|
v.onloadend = (k) => {
|
|
5084
|
-
let x = k.target.result, b =
|
|
5087
|
+
let x = k.target.result, b = qh(x), D = new FormData();
|
|
5085
5088
|
D.append("file", b), D.append("source", "task");
|
|
5086
5089
|
let M = new XMLHttpRequest();
|
|
5087
5090
|
M.open("POST", l), M.onload = () => {
|
|
@@ -5143,7 +5146,7 @@ function la(r, l, s) {
|
|
|
5143
5146
|
return console.log("isValueEqualErr:" + h), r === l;
|
|
5144
5147
|
}
|
|
5145
5148
|
}
|
|
5146
|
-
function
|
|
5149
|
+
function Jh(r, l) {
|
|
5147
5150
|
let s = r.moduleDefinition.filter((u) => {
|
|
5148
5151
|
var d;
|
|
5149
5152
|
return (d = u.insideDataSourceInfo) == null ? void 0 : d.fieldCode;
|
|
@@ -5156,29 +5159,29 @@ function Yh(r, l) {
|
|
|
5156
5159
|
}), d;
|
|
5157
5160
|
});
|
|
5158
5161
|
}
|
|
5159
|
-
const
|
|
5162
|
+
const Yh = {
|
|
5160
5163
|
name: "index",
|
|
5161
5164
|
props: {
|
|
5162
5165
|
log: Object,
|
|
5163
5166
|
animation: Boolean
|
|
5164
5167
|
}
|
|
5165
|
-
},
|
|
5166
|
-
function
|
|
5167
|
-
return w(), P("div",
|
|
5168
|
+
}, Xh = { class: "elfLog" }, Qh = { class: "elfLog-content" }, Zh = { class: "elfLog-content-time" }, $h = { class: "elfLog-content-warp" };
|
|
5169
|
+
function ep(r, l, s, h, u, d) {
|
|
5170
|
+
return w(), P("div", Xh, [
|
|
5168
5171
|
l[0] || (l[0] = y("div", { class: "elfLog-top" }, [
|
|
5169
5172
|
y("img", { src: "https://banniu-work.oss-cn-zhangjiakou.aliyuncs.com/125_10030158_26e18a1f306bad541a1713b86e6d1030.png" })
|
|
5170
5173
|
], -1)),
|
|
5171
|
-
y("div",
|
|
5172
|
-
y("div",
|
|
5173
|
-
y("div",
|
|
5174
|
+
y("div", Qh, [
|
|
5175
|
+
y("div", Zh, K(s.log.time), 1),
|
|
5176
|
+
y("div", $h, [
|
|
5174
5177
|
y("span", null, K(s.log.content), 1)
|
|
5175
5178
|
])
|
|
5176
5179
|
])
|
|
5177
5180
|
]);
|
|
5178
5181
|
}
|
|
5179
|
-
const
|
|
5182
|
+
const tp = /* @__PURE__ */ re(Yh, [["render", ep], ["__scopeId", "data-v-569615ca"]]), ip = {
|
|
5180
5183
|
name: "index",
|
|
5181
|
-
components: { elfLog:
|
|
5184
|
+
components: { elfLog: tp },
|
|
5182
5185
|
props: { logs: Array },
|
|
5183
5186
|
data() {
|
|
5184
5187
|
return {
|
|
@@ -5198,14 +5201,14 @@ const ip = /* @__PURE__ */ re(Xh, [["render", tp], ["__scopeId", "data-v-569615c
|
|
|
5198
5201
|
immediate: !0
|
|
5199
5202
|
}
|
|
5200
5203
|
}
|
|
5201
|
-
},
|
|
5202
|
-
function
|
|
5204
|
+
}, 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" };
|
|
5205
|
+
function sp(r, l, s, h, u, d) {
|
|
5203
5206
|
const v = O("elfLog"), k = O("el-scrollbar"), x = O("el-tooltip");
|
|
5204
|
-
return w(), P("div",
|
|
5207
|
+
return w(), P("div", np, [
|
|
5205
5208
|
l[3] || (l[3] = y("div", { class: "BnSmartElf-head" }, [
|
|
5206
5209
|
y("span", null, "建单助手")
|
|
5207
5210
|
], -1)),
|
|
5208
|
-
y("div",
|
|
5211
|
+
y("div", lp, [
|
|
5209
5212
|
B(k, {
|
|
5210
5213
|
height: "100%",
|
|
5211
5214
|
ref: "scrollbarRef"
|
|
@@ -5227,7 +5230,7 @@ function ap(r, l, s, h, u, d) {
|
|
|
5227
5230
|
onMouseleave: l[1] || (l[1] = (b) => u.close = !1),
|
|
5228
5231
|
onClick: l[2] || (l[2] = (b) => r.$emit("close"))
|
|
5229
5232
|
}, [
|
|
5230
|
-
Pe(y("img",
|
|
5233
|
+
Pe(y("img", rp, null, 512), [
|
|
5231
5234
|
[at, !u.close]
|
|
5232
5235
|
]),
|
|
5233
5236
|
B(x, {
|
|
@@ -5237,7 +5240,7 @@ function ap(r, l, s, h, u, d) {
|
|
|
5237
5240
|
"show-arrow": !1
|
|
5238
5241
|
}, {
|
|
5239
5242
|
default: F(() => [
|
|
5240
|
-
Pe(y("img",
|
|
5243
|
+
Pe(y("img", op, null, 512), [
|
|
5241
5244
|
[at, u.close]
|
|
5242
5245
|
])
|
|
5243
5246
|
]),
|
|
@@ -5246,7 +5249,7 @@ function ap(r, l, s, h, u, d) {
|
|
|
5246
5249
|
], 32)
|
|
5247
5250
|
]);
|
|
5248
5251
|
}
|
|
5249
|
-
const
|
|
5252
|
+
const ap = /* @__PURE__ */ re(ip, [["render", sp], ["__scopeId", "data-v-7c0c7c08"]]), up = {
|
|
5250
5253
|
name: "choosePackage",
|
|
5251
5254
|
props: {
|
|
5252
5255
|
orderList: Array,
|
|
@@ -5408,11 +5411,11 @@ const up = /* @__PURE__ */ re(np, [["render", ap], ["__scopeId", "data-v-7c0c7c0
|
|
|
5408
5411
|
return (s + h).toFixed(u);
|
|
5409
5412
|
}
|
|
5410
5413
|
}
|
|
5411
|
-
},
|
|
5414
|
+
}, dp = { class: "choosePackage" }, cp = {
|
|
5412
5415
|
key: 0,
|
|
5413
5416
|
class: "choosePackage-operate"
|
|
5414
|
-
},
|
|
5415
|
-
function
|
|
5417
|
+
}, 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" };
|
|
5418
|
+
function vp(r, l, s, h, u, d) {
|
|
5416
5419
|
const v = O("el-button"), k = O("vxe-column"), x = O("BnFileView"), b = O("vxe-table"), D = O("el-dialog");
|
|
5417
5420
|
return w(), H(D, {
|
|
5418
5421
|
modelValue: u.show,
|
|
@@ -5424,8 +5427,8 @@ function yp(r, l, s, h, u, d) {
|
|
|
5424
5427
|
style: { "margin-bottom": "0" }
|
|
5425
5428
|
}, {
|
|
5426
5429
|
footer: F(() => [
|
|
5427
|
-
y("div",
|
|
5428
|
-
y("span",
|
|
5430
|
+
y("div", mp, [
|
|
5431
|
+
y("span", gp, "已选择(" + K(u.selectData.length) + "/" + K(s.orderList.length) + ")条", 1),
|
|
5429
5432
|
B(v, {
|
|
5430
5433
|
onClick: l[2] || (l[2] = (M) => u.show = !1)
|
|
5431
5434
|
}, {
|
|
@@ -5446,8 +5449,8 @@ function yp(r, l, s, h, u, d) {
|
|
|
5446
5449
|
])
|
|
5447
5450
|
]),
|
|
5448
5451
|
default: F(() => [
|
|
5449
|
-
y("div",
|
|
5450
|
-
d.tableData.length > 0 ? (w(), P("div",
|
|
5452
|
+
y("div", dp, [
|
|
5453
|
+
d.tableData.length > 0 ? (w(), P("div", cp, [
|
|
5451
5454
|
u.expandAll ? (w(), H(v, {
|
|
5452
5455
|
key: 0,
|
|
5453
5456
|
onClick: l[0] || (l[0] = (M) => d.changeOpen(!1)),
|
|
@@ -5501,7 +5504,7 @@ function yp(r, l, s, h, u, d) {
|
|
|
5501
5504
|
visible: !1
|
|
5502
5505
|
}, {
|
|
5503
5506
|
content: F(({ row: M }) => [
|
|
5504
|
-
y("div",
|
|
5507
|
+
y("div", fp, [
|
|
5505
5508
|
B(b, {
|
|
5506
5509
|
size: "small",
|
|
5507
5510
|
"column-config": { resizable: !0 },
|
|
@@ -5521,7 +5524,7 @@ function yp(r, l, s, h, u, d) {
|
|
|
5521
5524
|
"show-overflow": "title"
|
|
5522
5525
|
}, {
|
|
5523
5526
|
default: F((Y) => [
|
|
5524
|
-
J.behaviorType != 10 ? (w(), P("span",
|
|
5527
|
+
J.behaviorType != 10 ? (w(), P("span", hp, K(d.getTitle(J, Y.row[J.columnCode])), 1)) : R("", !0),
|
|
5525
5528
|
J.behaviorType == 10 && Y.row[J.columnCode] ? (w(), H(x, {
|
|
5526
5529
|
key: 1,
|
|
5527
5530
|
"file-list": Y.row[J.columnCode],
|
|
@@ -5549,7 +5552,7 @@ function yp(r, l, s, h, u, d) {
|
|
|
5549
5552
|
"show-overflow": "title"
|
|
5550
5553
|
}, {
|
|
5551
5554
|
default: F((A) => [
|
|
5552
|
-
M.behaviorType != 10 ? (w(), P("span",
|
|
5555
|
+
M.behaviorType != 10 ? (w(), P("span", pp, K(d.getTitle(M, A.row[M.columnCode])), 1)) : R("", !0),
|
|
5553
5556
|
M.behaviorType == 10 && A.row[M.columnCode] ? (w(), H(x, {
|
|
5554
5557
|
key: 1,
|
|
5555
5558
|
"file-list": A.row[M.columnCode],
|
|
@@ -5567,7 +5570,7 @@ function yp(r, l, s, h, u, d) {
|
|
|
5567
5570
|
_: 1
|
|
5568
5571
|
}, 8, ["modelValue", "title"]);
|
|
5569
5572
|
}
|
|
5570
|
-
const
|
|
5573
|
+
const yp = /* @__PURE__ */ re(up, [["render", vp], ["__scopeId", "data-v-7ccc583a"]]), bp = {
|
|
5571
5574
|
name: "chooseChildOrder",
|
|
5572
5575
|
props: {
|
|
5573
5576
|
childOrders: Array,
|
|
@@ -5620,8 +5623,8 @@ const bp = /* @__PURE__ */ re(dp, [["render", yp], ["__scopeId", "data-v-7ccc583
|
|
|
5620
5623
|
this.$emit("setChildrenForm", r, "cover", this.dataBack.order), this.show = !1;
|
|
5621
5624
|
}
|
|
5622
5625
|
}
|
|
5623
|
-
},
|
|
5624
|
-
function
|
|
5626
|
+
}, Cp = { class: "chooseChildOrder" }, wp = { key: 0 }, kp = { class: "w-flex-right w-flex-center" }, xp = { class: "w-font13 w-color-gray w-margin-right8" };
|
|
5627
|
+
function _p(r, l, s, h, u, d) {
|
|
5625
5628
|
const v = O("vxe-column"), k = O("BnFileView"), x = O("vxe-table"), b = O("el-button"), D = O("el-dialog");
|
|
5626
5629
|
return w(), H(D, {
|
|
5627
5630
|
modelValue: u.show,
|
|
@@ -5633,8 +5636,8 @@ function Sp(r, l, s, h, u, d) {
|
|
|
5633
5636
|
style: { "margin-bottom": "0" }
|
|
5634
5637
|
}, {
|
|
5635
5638
|
footer: F(() => [
|
|
5636
|
-
y("div",
|
|
5637
|
-
y("span",
|
|
5639
|
+
y("div", kp, [
|
|
5640
|
+
y("span", xp, "已选择(" + K(u.selectData.length) + "/" + K(s.childOrders.length) + ")条", 1),
|
|
5638
5641
|
B(b, {
|
|
5639
5642
|
onClick: l[0] || (l[0] = (M) => u.show = !1)
|
|
5640
5643
|
}, {
|
|
@@ -5655,7 +5658,7 @@ function Sp(r, l, s, h, u, d) {
|
|
|
5655
5658
|
])
|
|
5656
5659
|
]),
|
|
5657
5660
|
default: F(() => [
|
|
5658
|
-
y("div",
|
|
5661
|
+
y("div", Cp, [
|
|
5659
5662
|
B(x, {
|
|
5660
5663
|
ref: "packageTable",
|
|
5661
5664
|
border: "",
|
|
@@ -5689,7 +5692,7 @@ function Sp(r, l, s, h, u, d) {
|
|
|
5689
5692
|
"show-footer-overflow": ""
|
|
5690
5693
|
}, {
|
|
5691
5694
|
default: F((A) => [
|
|
5692
|
-
M.behaviorType != 10 ? (w(), P("span",
|
|
5695
|
+
M.behaviorType != 10 ? (w(), P("span", wp, K(d.getTitle(M, A.row[M.columnCode])), 1)) : R("", !0),
|
|
5693
5696
|
M.behaviorType == 10 && A.row[M.columnCode] ? (w(), H(k, {
|
|
5694
5697
|
key: 1,
|
|
5695
5698
|
"file-list": A.row[M.columnCode],
|
|
@@ -5707,7 +5710,7 @@ function Sp(r, l, s, h, u, d) {
|
|
|
5707
5710
|
_: 1
|
|
5708
5711
|
}, 8, ["modelValue"]);
|
|
5709
5712
|
}
|
|
5710
|
-
const
|
|
5713
|
+
const Sp = /* @__PURE__ */ re(bp, [["render", _p], ["__scopeId", "data-v-d3be0803"]]), Ip = {
|
|
5711
5714
|
name: "chooseChildGood",
|
|
5712
5715
|
data() {
|
|
5713
5716
|
return {
|
|
@@ -5814,8 +5817,8 @@ const Ip = /* @__PURE__ */ re(Cp, [["render", Sp], ["__scopeId", "data-v-d3be080
|
|
|
5814
5817
|
this.$emit("setChildGood", l, r), this.show = !1;
|
|
5815
5818
|
}
|
|
5816
5819
|
}
|
|
5817
|
-
},
|
|
5818
|
-
function
|
|
5820
|
+
}, 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" };
|
|
5821
|
+
function Op(r, l, s, h, u, d) {
|
|
5819
5822
|
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");
|
|
5820
5823
|
return w(), H(M, {
|
|
5821
5824
|
modelValue: u.show,
|
|
@@ -5827,8 +5830,8 @@ function Pp(r, l, s, h, u, d) {
|
|
|
5827
5830
|
style: { "margin-bottom": "0" }
|
|
5828
5831
|
}, {
|
|
5829
5832
|
footer: F(() => [
|
|
5830
|
-
y("div",
|
|
5831
|
-
y("span",
|
|
5833
|
+
y("div", Lp, [
|
|
5834
|
+
y("span", Fp, "已选择(" + K(u.selectData.length) + "/" + K(u.childOrderList.length) + ")条", 1),
|
|
5832
5835
|
B(b, {
|
|
5833
5836
|
onClick: l[0] || (l[0] = (A) => u.show = !1)
|
|
5834
5837
|
}, {
|
|
@@ -5884,8 +5887,8 @@ function Pp(r, l, s, h, u, d) {
|
|
|
5884
5887
|
])
|
|
5885
5888
|
]),
|
|
5886
5889
|
default: F(() => [
|
|
5887
|
-
y("div",
|
|
5888
|
-
y("div",
|
|
5890
|
+
y("div", Dp, [
|
|
5891
|
+
y("div", Tp, [
|
|
5889
5892
|
l[5] || (l[5] = y("div", { class: "w-margin-bottom5 w-color-gray" }, " 主商品信息", -1)),
|
|
5890
5893
|
B(x, {
|
|
5891
5894
|
border: "",
|
|
@@ -5994,7 +5997,7 @@ function Pp(r, l, s, h, u, d) {
|
|
|
5994
5997
|
_: 1
|
|
5995
5998
|
}, 8, ["modelValue", "title"]);
|
|
5996
5999
|
}
|
|
5997
|
-
const
|
|
6000
|
+
const Pp = /* @__PURE__ */ re(Ip, [["render", Op], ["__scopeId", "data-v-918e611f"]]), Bp = {
|
|
5998
6001
|
name: "WorksheetCopy",
|
|
5999
6002
|
data() {
|
|
6000
6003
|
return {
|
|
@@ -6044,10 +6047,10 @@ const Bp = /* @__PURE__ */ re(Dp, [["render", Pp], ["__scopeId", "data-v-918e611
|
|
|
6044
6047
|
}
|
|
6045
6048
|
}
|
|
6046
6049
|
};
|
|
6047
|
-
function
|
|
6050
|
+
function Mp(r, l, s, h, u, d) {
|
|
6048
6051
|
return Pe((w(), P("div", {
|
|
6049
6052
|
class: "worksheetCopy",
|
|
6050
|
-
style:
|
|
6053
|
+
style: vt(u.style),
|
|
6051
6054
|
onMouseover: l[0] || (l[0] = (...v) => d.onMouseEvent && d.onMouseEvent(...v)),
|
|
6052
6055
|
onMouseleave: l[1] || (l[1] = (...v) => d.onMouseEvent && d.onMouseEvent(...v)),
|
|
6053
6056
|
onClick: l[2] || (l[2] = _n((...v) => d.copyText && d.copyText(...v), ["stop"]))
|
|
@@ -6055,24 +6058,24 @@ function Np(r, l, s, h, u, d) {
|
|
|
6055
6058
|
[at, u.visiable || u.isMouseIn]
|
|
6056
6059
|
]);
|
|
6057
6060
|
}
|
|
6058
|
-
const
|
|
6061
|
+
const Np = /* @__PURE__ */ re(Bp, [["render", Mp], ["__scopeId", "data-v-ea01cce7"]]), rl = {
|
|
6059
6062
|
// API基础URL
|
|
6060
6063
|
apiBaseUrl: ""
|
|
6061
6064
|
// 其他配置项可以在这里添加
|
|
6062
6065
|
};
|
|
6063
|
-
function
|
|
6066
|
+
function zb(r) {
|
|
6064
6067
|
r.apiBaseUrl !== void 0 && (rl.apiBaseUrl = r.apiBaseUrl), Object.keys(r).forEach((l) => {
|
|
6065
6068
|
r[l] !== void 0 && (rl[l] = r[l]);
|
|
6066
6069
|
});
|
|
6067
6070
|
}
|
|
6068
|
-
function
|
|
6071
|
+
function Hb() {
|
|
6069
6072
|
return rl;
|
|
6070
6073
|
}
|
|
6071
6074
|
function ql() {
|
|
6072
6075
|
var r;
|
|
6073
6076
|
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"), "");
|
|
6074
6077
|
}
|
|
6075
|
-
const
|
|
6078
|
+
const Ep = {
|
|
6076
6079
|
1: [
|
|
6077
6080
|
{ title: "等于", id: "1" },
|
|
6078
6081
|
{ title: "不等于", id: "2" },
|
|
@@ -6300,7 +6303,7 @@ const Vp = {
|
|
|
6300
6303
|
{title: '为空', id: '9'},
|
|
6301
6304
|
{title: '不为空', id: '10'}
|
|
6302
6305
|
],*/
|
|
6303
|
-
},
|
|
6306
|
+
}, Vp = {
|
|
6304
6307
|
1: "0",
|
|
6305
6308
|
2: "0",
|
|
6306
6309
|
3: "2",
|
|
@@ -6316,7 +6319,7 @@ const Vp = {
|
|
|
6316
6319
|
13: "2",
|
|
6317
6320
|
14: "2",
|
|
6318
6321
|
15: "2"
|
|
6319
|
-
},
|
|
6322
|
+
}, Ap = {
|
|
6320
6323
|
1: [
|
|
6321
6324
|
{ title: "等于", id: "1" },
|
|
6322
6325
|
{ title: "不等于", id: "2" },
|
|
@@ -6470,7 +6473,7 @@ const Vp = {
|
|
|
6470
6473
|
{ title: "班牛助手(服务大厅)", code: "857", id: "857" },
|
|
6471
6474
|
{ title: "班牛助手(API)", code: "110430206", id: "110430206" }
|
|
6472
6475
|
];
|
|
6473
|
-
function
|
|
6476
|
+
function Wb(r, l, s = "id", h = "title", u = ",") {
|
|
6474
6477
|
if (!(r != null && r.length)) return "";
|
|
6475
6478
|
if (!l) return r.join(u);
|
|
6476
6479
|
const d = /* @__PURE__ */ new Map();
|
|
@@ -6493,7 +6496,7 @@ function jb(r, l, s = "id", h = "title", u = ",") {
|
|
|
6493
6496
|
}
|
|
6494
6497
|
return v;
|
|
6495
6498
|
}
|
|
6496
|
-
function
|
|
6499
|
+
function jb(r, l) {
|
|
6497
6500
|
let s;
|
|
6498
6501
|
if (document.selection)
|
|
6499
6502
|
r.focus(), s = document.selection.createRange(), s.text = l, r.focus();
|
|
@@ -6513,12 +6516,12 @@ function Xr(r) {
|
|
|
6513
6516
|
behaviorType: r.behaviorType,
|
|
6514
6517
|
columnCode: r.columnCode,
|
|
6515
6518
|
name: r.name,
|
|
6516
|
-
valueType:
|
|
6519
|
+
valueType: Vp[r.behaviorType],
|
|
6517
6520
|
extraInfo: r.extraInfo || {},
|
|
6518
6521
|
moduleDefinition: r.moduleDefinition || [],
|
|
6519
6522
|
insideDataSourceInfo: r.insideDataSourceInfo,
|
|
6520
6523
|
outDataSourceInfo: r.outDataSourceInfo || [],
|
|
6521
|
-
matchType: (s =
|
|
6524
|
+
matchType: (s = Ep[r.behaviorType][0]) == null ? void 0 : s.id,
|
|
6522
6525
|
parentCode: r.parent ? r.parent.columnCode : "",
|
|
6523
6526
|
parentId: r.parent ? r.parent.id : "",
|
|
6524
6527
|
parentBehaviorType: r.parent ? r.parent.behaviorType : ""
|
|
@@ -6579,7 +6582,7 @@ function Xr(r) {
|
|
|
6579
6582
|
}
|
|
6580
6583
|
return l;
|
|
6581
6584
|
}
|
|
6582
|
-
function
|
|
6585
|
+
function Kb(r, l, s) {
|
|
6583
6586
|
let h = [];
|
|
6584
6587
|
return r.forEach((u) => {
|
|
6585
6588
|
if ([13, 14, 15].includes(u.behaviorType))
|
|
@@ -6630,7 +6633,7 @@ function Gl(r, l) {
|
|
|
6630
6633
|
insideDataSourceInfo: r.insideDataSourceInfo,
|
|
6631
6634
|
outDataSourceInfo: r.outDataSourceInfo || []
|
|
6632
6635
|
};
|
|
6633
|
-
if (l == "queryShow" && (s.searchType = (h =
|
|
6636
|
+
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)))
|
|
6634
6637
|
return null;
|
|
6635
6638
|
switch (s.behaviorType) {
|
|
6636
6639
|
case 1:
|
|
@@ -6697,7 +6700,7 @@ function Gl(r, l) {
|
|
|
6697
6700
|
}
|
|
6698
6701
|
return s;
|
|
6699
6702
|
}
|
|
6700
|
-
function
|
|
6703
|
+
function Rp(r, l, s) {
|
|
6701
6704
|
let h = [];
|
|
6702
6705
|
return r.forEach((u) => {
|
|
6703
6706
|
if ([13, 14, 15].includes(u.behaviorType) && u.extraInfo.queryShow == 1 && u.moduleDefinition.length > 0)
|
|
@@ -6717,7 +6720,7 @@ function Up(r, l, s) {
|
|
|
6717
6720
|
}
|
|
6718
6721
|
}), h;
|
|
6719
6722
|
}
|
|
6720
|
-
function
|
|
6723
|
+
function Up(r, l, s, h = "listShow") {
|
|
6721
6724
|
let u = [];
|
|
6722
6725
|
return r.forEach((d) => {
|
|
6723
6726
|
let v = Gl({ ...d, appId: l, tableId: s }, h);
|
|
@@ -6833,14 +6836,14 @@ function ya(r, l, s) {
|
|
|
6833
6836
|
}
|
|
6834
6837
|
return h;
|
|
6835
6838
|
}
|
|
6836
|
-
function
|
|
6839
|
+
function Gb(r, l, s, h) {
|
|
6837
6840
|
let u = [], d = h && h.id ? "isEditable" : "isAddable";
|
|
6838
6841
|
return r.forEach((v) => {
|
|
6839
6842
|
let k = ya({ ...v, appId: l, tableId: s }, h, d);
|
|
6840
6843
|
k && u.push(k);
|
|
6841
6844
|
}), u;
|
|
6842
6845
|
}
|
|
6843
|
-
function
|
|
6846
|
+
function zp(r, l) {
|
|
6844
6847
|
let s = ye(l.inside[r.columnCode]), h = ye(l[r.columnCode]), u = r.moduleDefinition.filter((d) => d.behaviorType == 10);
|
|
6845
6848
|
return u.length > 0 && h.forEach((d, v) => {
|
|
6846
6849
|
d.inside = {}, u.forEach((k) => {
|
|
@@ -6848,7 +6851,7 @@ function Hp(r, l) {
|
|
|
6848
6851
|
});
|
|
6849
6852
|
}), h;
|
|
6850
6853
|
}
|
|
6851
|
-
function
|
|
6854
|
+
function qb(r, l) {
|
|
6852
6855
|
let s = [];
|
|
6853
6856
|
try {
|
|
6854
6857
|
r.forEach((h) => {
|
|
@@ -6866,11 +6869,11 @@ function Jb(r, l) {
|
|
|
6866
6869
|
}
|
|
6867
6870
|
return s;
|
|
6868
6871
|
}
|
|
6869
|
-
function
|
|
6872
|
+
function Hp(r = /* @__PURE__ */ new Date()) {
|
|
6870
6873
|
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());
|
|
6871
6874
|
return `${h}-${u}-${d} ${v}:${k}:${x}`;
|
|
6872
6875
|
}
|
|
6873
|
-
const
|
|
6876
|
+
const Jb = (r) => {
|
|
6874
6877
|
var l, s, h, u;
|
|
6875
6878
|
try {
|
|
6876
6879
|
let d = JSON.parse(localStorage.getItem("webLog") || "false") || [], v = JSON.parse(localStorage.getItem("sessionInfo") || "false") || {};
|
|
@@ -6904,15 +6907,15 @@ const Yb = (r) => {
|
|
|
6904
6907
|
d = [{
|
|
6905
6908
|
url: r.config.url,
|
|
6906
6909
|
code: r.data ? r.data.code : null,
|
|
6907
|
-
time:
|
|
6910
|
+
time: Hp(r.headers.date),
|
|
6908
6911
|
traceId: r.headers["trace-id"] || "未返回"
|
|
6909
6912
|
}, ...d].slice(0, 50), localStorage.setItem("webLog", JSON.stringify(d));
|
|
6910
6913
|
} catch {
|
|
6911
6914
|
console.log(`一条日志未能成功捕捉:${JSON.stringify(r)}`);
|
|
6912
6915
|
}
|
|
6913
|
-
},
|
|
6916
|
+
}, Wp = {
|
|
6914
6917
|
name: "chooseAssocTable",
|
|
6915
|
-
components: { chooseChildGood:
|
|
6918
|
+
components: { chooseChildGood: Pp, tableCellCopy: Np },
|
|
6916
6919
|
props: {
|
|
6917
6920
|
// 接口请求外部转发
|
|
6918
6921
|
postFunc: Function,
|
|
@@ -6963,7 +6966,7 @@ const Yb = (r) => {
|
|
|
6963
6966
|
r.moduleDefinition.forEach((h) => {
|
|
6964
6967
|
var u, d;
|
|
6965
6968
|
(u = h.insideDataSourceInfo) != null && u.fieldCode && s.push({ ...h, columnCode: (d = h.insideDataSourceInfo) == null ? void 0 : d.fieldCode });
|
|
6966
|
-
}), this.searchColumns =
|
|
6969
|
+
}), this.searchColumns = Rp(s, this.extendPost.appId, this.extendPost.projectId);
|
|
6967
6970
|
} catch (s) {
|
|
6968
6971
|
console.log("格式化关联表筛选组件" + s);
|
|
6969
6972
|
}
|
|
@@ -7139,8 +7142,8 @@ const Yb = (r) => {
|
|
|
7139
7142
|
}, 200), this.show = !1;
|
|
7140
7143
|
}
|
|
7141
7144
|
}
|
|
7142
|
-
},
|
|
7143
|
-
function
|
|
7145
|
+
}, 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" };
|
|
7146
|
+
function $p(r, l, s, h, u, d) {
|
|
7144
7147
|
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");
|
|
7145
7148
|
return w(), H(xe, {
|
|
7146
7149
|
modelValue: u.show,
|
|
@@ -7152,8 +7155,8 @@ function em(r, l, s, h, u, d) {
|
|
|
7152
7155
|
style: { "margin-bottom": "0" }
|
|
7153
7156
|
}, {
|
|
7154
7157
|
footer: F(() => [
|
|
7155
|
-
y("div",
|
|
7156
|
-
y("span",
|
|
7158
|
+
y("div", Qp, [
|
|
7159
|
+
y("span", Zp, "已选择(" + K(u.selectData.length) + "/" + K(u.orderList.length) + ")条", 1),
|
|
7157
7160
|
B(he, {
|
|
7158
7161
|
class: "w-margin-right8",
|
|
7159
7162
|
background: "",
|
|
@@ -7225,8 +7228,8 @@ function em(r, l, s, h, u, d) {
|
|
|
7225
7228
|
ref: "chooseChildGood",
|
|
7226
7229
|
onSetChildGood: d.setChildGood
|
|
7227
7230
|
}, null, 8, ["onSetChildGood"]),
|
|
7228
|
-
y("div",
|
|
7229
|
-
y("div",
|
|
7231
|
+
y("div", jp, [
|
|
7232
|
+
y("div", Kp, [
|
|
7230
7233
|
(w(!0), P(oe, null, Ce(u.searchPost.conditions, (ge, De) => (w(), P("div", {
|
|
7231
7234
|
key: De,
|
|
7232
7235
|
class: "chooseAssocTable-search-item"
|
|
@@ -7244,8 +7247,8 @@ function em(r, l, s, h, u, d) {
|
|
|
7244
7247
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "column-data", "onDel", "postFunc", "pathUrl", "postData"])
|
|
7245
7248
|
]))), 128))
|
|
7246
7249
|
]),
|
|
7247
|
-
y("div",
|
|
7248
|
-
y("div",
|
|
7250
|
+
y("div", Gp, [
|
|
7251
|
+
y("div", qp, [
|
|
7249
7252
|
B(D, {
|
|
7250
7253
|
modelValue: u.searchPost.conditions,
|
|
7251
7254
|
"onUpdate:modelValue": l[1] || (l[1] = (ge) => u.searchPost.conditions = ge),
|
|
@@ -7279,7 +7282,7 @@ function em(r, l, s, h, u, d) {
|
|
|
7279
7282
|
_: 2
|
|
7280
7283
|
}, 1032, ["onClick", "onClose"]))), 256))
|
|
7281
7284
|
]),
|
|
7282
|
-
y("div",
|
|
7285
|
+
y("div", Jp, [
|
|
7283
7286
|
B(b, { onClick: d.saveSearch }, {
|
|
7284
7287
|
default: F(() => [...l[9] || (l[9] = [
|
|
7285
7288
|
Z("另存为常用查询", -1)
|
|
@@ -7332,7 +7335,7 @@ function em(r, l, s, h, u, d) {
|
|
|
7332
7335
|
fixed: "left"
|
|
7333
7336
|
}, {
|
|
7334
7337
|
default: F((ge) => [
|
|
7335
|
-
y("span",
|
|
7338
|
+
y("span", Yp, [
|
|
7336
7339
|
ge.row.combine == "是" ? (w(), H(A, {
|
|
7337
7340
|
key: 0,
|
|
7338
7341
|
content: "当确定是组合装(combine),允许点击该行选择子商品(spec_list)",
|
|
@@ -7345,7 +7348,7 @@ function em(r, l, s, h, u, d) {
|
|
|
7345
7348
|
], -1)
|
|
7346
7349
|
])]),
|
|
7347
7350
|
_: 1
|
|
7348
|
-
})) : (w(), P("span",
|
|
7351
|
+
})) : (w(), P("span", Xp))
|
|
7349
7352
|
])
|
|
7350
7353
|
]),
|
|
7351
7354
|
_: 1
|
|
@@ -7383,7 +7386,7 @@ function em(r, l, s, h, u, d) {
|
|
|
7383
7386
|
_: 1
|
|
7384
7387
|
}, 8, ["modelValue", "title"]);
|
|
7385
7388
|
}
|
|
7386
|
-
const
|
|
7389
|
+
const em = /* @__PURE__ */ re(Wp, [["render", $p], ["__scopeId", "data-v-4e8854b5"]]);
|
|
7387
7390
|
function pi(r, l) {
|
|
7388
7391
|
return r.some((s) => s == l);
|
|
7389
7392
|
}
|
|
@@ -7391,7 +7394,7 @@ function ra(r, l, s) {
|
|
|
7391
7394
|
let h = JSON.parse(JSON.stringify(Gr(r).componentMap)), u = [], d = [], v = [];
|
|
7392
7395
|
l.map((x) => {
|
|
7393
7396
|
if (x.status == 1 && (s && x.columnRules.showScene.includes(2) || !s && x.columnRules.showScene.includes(1))) {
|
|
7394
|
-
let b = Gr(x.columnRules.showColumns).ids, D = Gr(x.columnRules.conditions).ids, M =
|
|
7397
|
+
let b = Gr(x.columnRules.showColumns).ids, D = Gr(x.columnRules.conditions).ids, M = tm(x.columnRules.calculation, x.columnRules.conditions, h);
|
|
7395
7398
|
v = qr(v, D), M ? d = qr(d, b) : u = qr(u, b);
|
|
7396
7399
|
}
|
|
7397
7400
|
});
|
|
@@ -7413,7 +7416,7 @@ function Gr(r) {
|
|
|
7413
7416
|
l.ids.push(s.columnCode), l.componentMap[s.columnCode] = s;
|
|
7414
7417
|
}), l;
|
|
7415
7418
|
}
|
|
7416
|
-
function
|
|
7419
|
+
function tm(r, l, s) {
|
|
7417
7420
|
let h = -1;
|
|
7418
7421
|
for (let u in l) {
|
|
7419
7422
|
let d = l[u], v = s[d.columnCode];
|
|
@@ -7422,39 +7425,39 @@ function im(r, l, s) {
|
|
|
7422
7425
|
//单行文本 附件
|
|
7423
7426
|
case 1:
|
|
7424
7427
|
case 10: {
|
|
7425
|
-
h =
|
|
7428
|
+
h = im(v, d, u);
|
|
7426
7429
|
break;
|
|
7427
7430
|
}
|
|
7428
7431
|
//数值
|
|
7429
7432
|
case 2:
|
|
7430
7433
|
case 9: {
|
|
7431
|
-
h =
|
|
7434
|
+
h = nm(v, d, u);
|
|
7432
7435
|
break;
|
|
7433
7436
|
}
|
|
7434
7437
|
//单选、下拉
|
|
7435
7438
|
case 3:
|
|
7436
7439
|
case 4: {
|
|
7437
|
-
h =
|
|
7440
|
+
h = lm(v, d, u);
|
|
7438
7441
|
break;
|
|
7439
7442
|
}
|
|
7440
7443
|
//多选
|
|
7441
7444
|
case 5: {
|
|
7442
|
-
h =
|
|
7445
|
+
h = rm(v, d, u);
|
|
7443
7446
|
break;
|
|
7444
7447
|
}
|
|
7445
7448
|
//联动组件
|
|
7446
7449
|
case 6: {
|
|
7447
|
-
h =
|
|
7450
|
+
h = om(v, d, u);
|
|
7448
7451
|
break;
|
|
7449
7452
|
}
|
|
7450
7453
|
//日期组件
|
|
7451
7454
|
case 7: {
|
|
7452
|
-
h =
|
|
7455
|
+
h = sm(v, d, u);
|
|
7453
7456
|
break;
|
|
7454
7457
|
}
|
|
7455
7458
|
//日期区间组件
|
|
7456
7459
|
case 8: {
|
|
7457
|
-
h =
|
|
7460
|
+
h = am(v, d, u);
|
|
7458
7461
|
break;
|
|
7459
7462
|
}
|
|
7460
7463
|
}
|
|
@@ -7471,7 +7474,7 @@ function im(r, l, s) {
|
|
|
7471
7474
|
}
|
|
7472
7475
|
return h > -1;
|
|
7473
7476
|
}
|
|
7474
|
-
function
|
|
7477
|
+
function im(r, l, s) {
|
|
7475
7478
|
let h = s;
|
|
7476
7479
|
switch (l.matchType) {
|
|
7477
7480
|
case "1": {
|
|
@@ -7505,7 +7508,7 @@ function nm(r, l, s) {
|
|
|
7505
7508
|
}
|
|
7506
7509
|
return h;
|
|
7507
7510
|
}
|
|
7508
|
-
function
|
|
7511
|
+
function nm(r, l, s) {
|
|
7509
7512
|
let h = s, u = r.value != "" ? parseFloat(r.value) : "", d = l.matchType != "8" && l.value != "" ? parseFloat(l.value) : "";
|
|
7510
7513
|
switch (l.matchType) {
|
|
7511
7514
|
case "1": {
|
|
@@ -7551,7 +7554,7 @@ function lm(r, l, s) {
|
|
|
7551
7554
|
}
|
|
7552
7555
|
return h;
|
|
7553
7556
|
}
|
|
7554
|
-
function
|
|
7557
|
+
function lm(r, l, s) {
|
|
7555
7558
|
let h = s;
|
|
7556
7559
|
switch (l.matchType) {
|
|
7557
7560
|
case "1": {
|
|
@@ -7583,7 +7586,7 @@ function rm(r, l, s) {
|
|
|
7583
7586
|
}
|
|
7584
7587
|
return h;
|
|
7585
7588
|
}
|
|
7586
|
-
function
|
|
7589
|
+
function rm(r, l, s) {
|
|
7587
7590
|
let h = s, u = r.value.map((d) => d.id);
|
|
7588
7591
|
switch (l.matchType) {
|
|
7589
7592
|
case "1": {
|
|
@@ -7635,7 +7638,7 @@ function om(r, l, s) {
|
|
|
7635
7638
|
}
|
|
7636
7639
|
return h;
|
|
7637
7640
|
}
|
|
7638
|
-
function
|
|
7641
|
+
function om(r, l, s) {
|
|
7639
7642
|
let h = s, u = r.value.join(",");
|
|
7640
7643
|
switch (l.matchType) {
|
|
7641
7644
|
case "1": {
|
|
@@ -7691,7 +7694,7 @@ function Pi(r) {
|
|
|
7691
7694
|
let l = r;
|
|
7692
7695
|
return r.length > 0 && r.length == 10 && (l += "00:00:00"), l ? new Date(l) : "";
|
|
7693
7696
|
}
|
|
7694
|
-
function
|
|
7697
|
+
function sm(r, l, s) {
|
|
7695
7698
|
let h = s, u = Pi(r.value), d = typeof l.value != "object" ? Pi(l.value) : "";
|
|
7696
7699
|
switch (l.matchType) {
|
|
7697
7700
|
case "1": {
|
|
@@ -7734,7 +7737,7 @@ function am(r, l, s) {
|
|
|
7734
7737
|
}
|
|
7735
7738
|
return h;
|
|
7736
7739
|
}
|
|
7737
|
-
function
|
|
7740
|
+
function am(r, l, s) {
|
|
7738
7741
|
let h = s;
|
|
7739
7742
|
switch (l.matchType) {
|
|
7740
7743
|
case "8": {
|
|
@@ -7761,27 +7764,27 @@ function qr(r, l, s) {
|
|
|
7761
7764
|
return h = Array.from(/* @__PURE__ */ new Set([...r, ...l])), h;
|
|
7762
7765
|
}
|
|
7763
7766
|
const Jr = {
|
|
7764
|
-
stringForm: ce(() => import("./index-
|
|
7765
|
-
numberForm: ce(() => import("./index-
|
|
7766
|
-
selectForm: ce(() => import("./index-
|
|
7767
|
-
radioForm: ce(() => import("./index-
|
|
7768
|
-
checkboxForm: ce(() => import("./index-
|
|
7769
|
-
dateForm: ce(() => import("./index-
|
|
7770
|
-
dateDualForm: ce(() => import("./index-
|
|
7771
|
-
fileForm: ce(() => import("./index-
|
|
7772
|
-
childrenForm: ce(() => import("./index-
|
|
7773
|
-
addressForm: ce(() => import("./index-
|
|
7774
|
-
receiveForm: ce(() => import("./index-
|
|
7775
|
-
relationForm: ce(() => import("./index-
|
|
7776
|
-
scoreForm: ce(() => import("./index-
|
|
7777
|
-
},
|
|
7767
|
+
stringForm: ce(() => import("./index-DzQjaKyk.js")),
|
|
7768
|
+
numberForm: ce(() => import("./index-xgMJAqFY.js")),
|
|
7769
|
+
selectForm: ce(() => import("./index-0ZiGvvrd.js")),
|
|
7770
|
+
radioForm: ce(() => import("./index-B-eQJxPQ.js")),
|
|
7771
|
+
checkboxForm: ce(() => import("./index-BwGM0VB5.js")),
|
|
7772
|
+
dateForm: ce(() => import("./index-Yg5dIuIh.js")),
|
|
7773
|
+
dateDualForm: ce(() => import("./index-CJZuAn6W.js")),
|
|
7774
|
+
fileForm: ce(() => import("./index-BEPDkT_Y.js")),
|
|
7775
|
+
childrenForm: ce(() => import("./index-BoLYqzdJ.js")),
|
|
7776
|
+
addressForm: ce(() => import("./index-C_6yzcUK.js")),
|
|
7777
|
+
receiveForm: ce(() => import("./index-DVeDMyMn.js")),
|
|
7778
|
+
relationForm: ce(() => import("./index-DzqCpn6T.js")),
|
|
7779
|
+
scoreForm: ce(() => import("./index-tBQPKJ7B.js"))
|
|
7780
|
+
}, um = {
|
|
7778
7781
|
name: "BnSmartForm",
|
|
7779
7782
|
components: {
|
|
7780
|
-
BnSmartElf:
|
|
7781
|
-
choosePackage:
|
|
7782
|
-
chooseChildOrder:
|
|
7783
|
-
chooseAssocTable:
|
|
7784
|
-
chooseIPaasData: ce(() => import("./chooseIPaasData-
|
|
7783
|
+
BnSmartElf: ap,
|
|
7784
|
+
choosePackage: yp,
|
|
7785
|
+
chooseChildOrder: Sp,
|
|
7786
|
+
chooseAssocTable: em,
|
|
7787
|
+
chooseIPaasData: ce(() => import("./chooseIPaasData-CeaZne60.js"))
|
|
7785
7788
|
},
|
|
7786
7789
|
props: {
|
|
7787
7790
|
// 表单id 涉及编辑表单
|
|
@@ -7846,7 +7849,7 @@ const Jr = {
|
|
|
7846
7849
|
* 初始化表单数据、初始话表单规则
|
|
7847
7850
|
* */
|
|
7848
7851
|
init() {
|
|
7849
|
-
let { defaultLink: r, columnMapping: l, hasExprExec: s } =
|
|
7852
|
+
let { defaultLink: r, columnMapping: l, hasExprExec: s } = Gh(this.componentList);
|
|
7850
7853
|
this.defaultLink = ye(r), this.columnMapping = ye(l), this.hasExprExec = s, this.hasExprExec && !this.id && this.exprExecCalc(null, "新建初始化"), this.getPsychicRules(), this.getAssocTableRules(), this.getCheckedRules();
|
|
7851
7854
|
},
|
|
7852
7855
|
/**
|
|
@@ -7977,7 +7980,7 @@ const Jr = {
|
|
|
7977
7980
|
case 1:
|
|
7978
7981
|
//文本
|
|
7979
7982
|
case 2: {
|
|
7980
|
-
s.extraInfo.valueEmptyCheck == 1 && s.behaviorType == 1 &&
|
|
7983
|
+
s.extraInfo.valueEmptyCheck == 1 && s.behaviorType == 1 && yt(s.value) && (this.componentList[l].error = s.name + "的值不能为空"), s.extraInfo.valueEmptyCheck == 1 && s.behaviorType == 2 && (s.value === void 0 || s.value === null || s.value === "") && (this.componentList[l].error = s.name + "的值不能为空"), s.extraInfo.regular && (new RegExp(s.extraInfo.regular).test(s.value) || (this.componentList[l].error = s.extraInfo.paraExplain || "请输入符合要求的" + s.name));
|
|
7981
7984
|
break;
|
|
7982
7985
|
}
|
|
7983
7986
|
case 3:
|
|
@@ -8001,12 +8004,12 @@ const Jr = {
|
|
|
8001
8004
|
case 7:
|
|
8002
8005
|
//日期
|
|
8003
8006
|
case 11: {
|
|
8004
|
-
s.extraInfo.valueEmptyCheck == 1 &&
|
|
8007
|
+
s.extraInfo.valueEmptyCheck == 1 && yt(s.value) && (this.componentList[l].error = s.name + "的值不能为空");
|
|
8005
8008
|
break;
|
|
8006
8009
|
}
|
|
8007
8010
|
case 13: {
|
|
8008
8011
|
if (s.extraInfo.valueEmptyCheck == 1)
|
|
8009
|
-
if (
|
|
8012
|
+
if (yt(s.value))
|
|
8010
8013
|
this.componentList[l].error = s.name + "至少要有一条内容";
|
|
8011
8014
|
else {
|
|
8012
8015
|
let u = ga(s, this.id);
|
|
@@ -8019,7 +8022,7 @@ const Jr = {
|
|
|
8019
8022
|
case 15: {
|
|
8020
8023
|
if (s.extraInfo.valueEmptyCheck == 1) {
|
|
8021
8024
|
for (let u in s.value)
|
|
8022
|
-
if (
|
|
8025
|
+
if (yt(s.value[u])) {
|
|
8023
8026
|
this.componentList[l].error = `请输入完整的${s.name}`;
|
|
8024
8027
|
break;
|
|
8025
8028
|
}
|
|
@@ -8242,7 +8245,7 @@ const Jr = {
|
|
|
8242
8245
|
let v = d.data.inside, k = [], x = [];
|
|
8243
8246
|
this.componentList.forEach((b) => {
|
|
8244
8247
|
var D;
|
|
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 =
|
|
8248
|
+
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)));
|
|
8246
8249
|
}), k.length > 0 && (s += `后,修改了 ${k.join(",")} 的值`), x.length > 0 && (s += `,清空了 ${x.join(",")} 的值`);
|
|
8247
8250
|
} else
|
|
8248
8251
|
s += ",未拉取到数据";
|
|
@@ -8309,7 +8312,7 @@ const Jr = {
|
|
|
8309
8312
|
* */
|
|
8310
8313
|
columnMappingEvent(r, l) {
|
|
8311
8314
|
try {
|
|
8312
|
-
let s = `【${r.name}】${l}触发组件映射`, h = [], u =
|
|
8315
|
+
let s = `【${r.name}】${l}触发组件映射`, h = [], u = Kh(r);
|
|
8313
8316
|
this.componentList.forEach((d) => {
|
|
8314
8317
|
if ([3, 4, 6].includes(d.behaviorType) && this.columnMapping.setColumn[r.columnCode][d.columnCode]) {
|
|
8315
8318
|
let k = this.columnMapping.setColumn[r.columnCode][d.columnCode].find((x) => String(x.fromValue.code || x.fromValue.id) == String(u));
|
|
@@ -8409,16 +8412,16 @@ const Jr = {
|
|
|
8409
8412
|
}, ...this.extraInfo };
|
|
8410
8413
|
}
|
|
8411
8414
|
}
|
|
8412
|
-
},
|
|
8415
|
+
}, dm = { class: "BnSmartForm" }, cm = {
|
|
8413
8416
|
key: 2,
|
|
8414
8417
|
class: "BnSmartForm-head"
|
|
8415
|
-
},
|
|
8418
|
+
}, fm = { class: "BnSmartForm-body" }, hm = ["id"], pm = {
|
|
8416
8419
|
key: 3,
|
|
8417
8420
|
class: "BnSmartForm-elf"
|
|
8418
8421
|
};
|
|
8419
|
-
function
|
|
8422
|
+
function mm(r, l, s, h, u, d) {
|
|
8420
8423
|
const v = O("chooseAssocTable"), k = O("chooseIPaasData"), x = O("choosePackage"), b = O("chooseChildOrder"), D = O("el-progress"), M = O("el-scrollbar"), J = O("BnSmartElf");
|
|
8421
|
-
return w(), P("div",
|
|
8424
|
+
return w(), P("div", dm, [
|
|
8422
8425
|
B(v, {
|
|
8423
8426
|
ref: "chooseAssocTable",
|
|
8424
8427
|
componentList: d.componentList,
|
|
@@ -8449,7 +8452,7 @@ function gm(r, l, s, h, u, d) {
|
|
|
8449
8452
|
componentList: d.componentList,
|
|
8450
8453
|
dataBack: s.dataBack
|
|
8451
8454
|
}, null, 8, ["childOrders", "onSetChildrenForm", "componentList", "dataBack"])) : R("", !0),
|
|
8452
|
-
u.loading ? (w(), P("div",
|
|
8455
|
+
u.loading ? (w(), P("div", cm, [
|
|
8453
8456
|
B(D, {
|
|
8454
8457
|
percentage: 70,
|
|
8455
8458
|
indeterminate: !0,
|
|
@@ -8457,7 +8460,7 @@ function gm(r, l, s, h, u, d) {
|
|
|
8457
8460
|
striped: ""
|
|
8458
8461
|
})
|
|
8459
8462
|
])) : R("", !0),
|
|
8460
|
-
y("div",
|
|
8463
|
+
y("div", fm, [
|
|
8461
8464
|
B(M, {
|
|
8462
8465
|
ref: "formScroll",
|
|
8463
8466
|
height: "100%",
|
|
@@ -8484,13 +8487,13 @@ function gm(r, l, s, h, u, d) {
|
|
|
8484
8487
|
onOnInput: d.comInput,
|
|
8485
8488
|
onBlur: d.comBlur
|
|
8486
8489
|
}, null, 40, ["column", "postFunc", "taskId", "extraInfo", "defaultLink", "componentList", "dataBack", "disabled", "onOperate", "onOnChange", "onOnInput", "onBlur"]))
|
|
8487
|
-
], 10,
|
|
8490
|
+
], 10, hm)) : R("", !0)
|
|
8488
8491
|
], 64))), 256))
|
|
8489
8492
|
]),
|
|
8490
8493
|
_: 1
|
|
8491
8494
|
}, 512)
|
|
8492
8495
|
]),
|
|
8493
|
-
u.showElf ? (w(), P("div",
|
|
8496
|
+
u.showElf ? (w(), P("div", pm, [
|
|
8494
8497
|
B(J, {
|
|
8495
8498
|
logs: u.formLogs,
|
|
8496
8499
|
onClose: l[0] || (l[0] = (A) => u.showElf = !1)
|
|
@@ -8498,7 +8501,7 @@ function gm(r, l, s, h, u, d) {
|
|
|
8498
8501
|
])) : R("", !0)
|
|
8499
8502
|
]);
|
|
8500
8503
|
}
|
|
8501
|
-
const
|
|
8504
|
+
const gm = /* @__PURE__ */ re(um, [["render", mm], ["__scopeId", "data-v-b09ab715"]]), vm = {
|
|
8502
8505
|
name: "BnBatchForm",
|
|
8503
8506
|
props: {
|
|
8504
8507
|
// 表单id 涉及编辑表单
|
|
@@ -8588,7 +8591,7 @@ const vm = /* @__PURE__ */ re(dm, [["render", gm], ["__scopeId", "data-v-b09ab71
|
|
|
8588
8591
|
case 1:
|
|
8589
8592
|
//文本
|
|
8590
8593
|
case 2: {
|
|
8591
|
-
s.extraInfo.valueEmptyCheck == 1 && s.behaviorType == 1 &&
|
|
8594
|
+
s.extraInfo.valueEmptyCheck == 1 && s.behaviorType == 1 && yt(s.value) && (this.componentList[l].error = s.name + "的值不能为空"), s.extraInfo.valueEmptyCheck == 1 && s.behaviorType == 2 && (s.value === void 0 || s.value === null || s.value === "") && (this.componentList[l].error = s.name + "的值不能为空"), s.extraInfo.regular && (new RegExp(s.extraInfo.regular).test(s.value) || (this.componentList[l].error = s.extraInfo.paraExplain || "请输入符合要求的" + s.name));
|
|
8592
8595
|
break;
|
|
8593
8596
|
}
|
|
8594
8597
|
case 3:
|
|
@@ -8612,12 +8615,12 @@ const vm = /* @__PURE__ */ re(dm, [["render", gm], ["__scopeId", "data-v-b09ab71
|
|
|
8612
8615
|
case 7:
|
|
8613
8616
|
//日期
|
|
8614
8617
|
case 11: {
|
|
8615
|
-
s.extraInfo.valueEmptyCheck == 1 &&
|
|
8618
|
+
s.extraInfo.valueEmptyCheck == 1 && yt(s.value) && (this.componentList[l].error = s.name + "的值不能为空");
|
|
8616
8619
|
break;
|
|
8617
8620
|
}
|
|
8618
8621
|
case 13: {
|
|
8619
8622
|
if (s.extraInfo.valueEmptyCheck == 1)
|
|
8620
|
-
if (
|
|
8623
|
+
if (yt(s.value))
|
|
8621
8624
|
this.componentList[l].error = s.name + "至少要有一条内容";
|
|
8622
8625
|
else {
|
|
8623
8626
|
let u = ga(s, this.id);
|
|
@@ -8630,7 +8633,7 @@ const vm = /* @__PURE__ */ re(dm, [["render", gm], ["__scopeId", "data-v-b09ab71
|
|
|
8630
8633
|
case 15: {
|
|
8631
8634
|
if (s.extraInfo.valueEmptyCheck == 1) {
|
|
8632
8635
|
for (let u in s.value)
|
|
8633
|
-
if (
|
|
8636
|
+
if (yt(s.value[u])) {
|
|
8634
8637
|
this.componentList[l].error = `请输入完整的${s.name}`;
|
|
8635
8638
|
break;
|
|
8636
8639
|
}
|
|
@@ -8667,18 +8670,18 @@ const vm = /* @__PURE__ */ re(dm, [["render", gm], ["__scopeId", "data-v-b09ab71
|
|
|
8667
8670
|
* */
|
|
8668
8671
|
componentView(r) {
|
|
8669
8672
|
const l = {
|
|
8670
|
-
stringForm: ce(() => import("./index-
|
|
8671
|
-
numberForm: ce(() => import("./index-
|
|
8672
|
-
selectForm: ce(() => import("./index-
|
|
8673
|
-
radioForm: ce(() => import("./index-
|
|
8674
|
-
checkboxForm: ce(() => import("./index-
|
|
8675
|
-
dateForm: ce(() => import("./index-
|
|
8676
|
-
dateDualForm: ce(() => import("./index-
|
|
8677
|
-
fileForm: ce(() => import("./index-
|
|
8678
|
-
childrenForm: ce(() => import("./index-
|
|
8679
|
-
addressForm: ce(() => import("./index-
|
|
8680
|
-
receiveForm: ce(() => import("./index-
|
|
8681
|
-
relationForm: ce(() => import("./index-
|
|
8673
|
+
stringForm: ce(() => import("./index-DzQjaKyk.js")),
|
|
8674
|
+
numberForm: ce(() => import("./index-xgMJAqFY.js")),
|
|
8675
|
+
selectForm: ce(() => import("./index-0ZiGvvrd.js")),
|
|
8676
|
+
radioForm: ce(() => import("./index-B-eQJxPQ.js")),
|
|
8677
|
+
checkboxForm: ce(() => import("./index-BwGM0VB5.js")),
|
|
8678
|
+
dateForm: ce(() => import("./index-Yg5dIuIh.js")),
|
|
8679
|
+
dateDualForm: ce(() => import("./index-CJZuAn6W.js")),
|
|
8680
|
+
fileForm: ce(() => import("./index-BEPDkT_Y.js")),
|
|
8681
|
+
childrenForm: ce(() => import("./index-BoLYqzdJ.js")),
|
|
8682
|
+
addressForm: ce(() => import("./index-C_6yzcUK.js")),
|
|
8683
|
+
receiveForm: ce(() => import("./index-DVeDMyMn.js")),
|
|
8684
|
+
relationForm: ce(() => import("./index-DzqCpn6T.js"))
|
|
8682
8685
|
// showValForm: defineAsyncComponent(() => import('./showValForm/index.vue')),
|
|
8683
8686
|
};
|
|
8684
8687
|
let s = Hl[r.behaviorType] || null;
|
|
@@ -8707,10 +8710,10 @@ const vm = /* @__PURE__ */ re(dm, [["render", gm], ["__scopeId", "data-v-b09ab71
|
|
|
8707
8710
|
return this.$emit("update:modelValue", r), r;
|
|
8708
8711
|
}
|
|
8709
8712
|
}
|
|
8710
|
-
},
|
|
8711
|
-
function
|
|
8713
|
+
}, ym = { class: "BnBatchForm" }, bm = ["val"], Cm = ["id"], wm = ["onClick"];
|
|
8714
|
+
function km(r, l, s, h, u, d) {
|
|
8712
8715
|
const v = O("el-scrollbar");
|
|
8713
|
-
return w(), P("div",
|
|
8716
|
+
return w(), P("div", ym, [
|
|
8714
8717
|
y("div", {
|
|
8715
8718
|
class: "BnBatchForm-body",
|
|
8716
8719
|
val: d.value
|
|
@@ -8731,26 +8734,26 @@ function xm(r, l, s, h, u, d) {
|
|
|
8731
8734
|
onClick: (b) => d.componentList.splice(x, 1)
|
|
8732
8735
|
}, [...l[0] || (l[0] = [
|
|
8733
8736
|
y("span", { class: "bnUIcon bnUIcon-delete" }, null, -1)
|
|
8734
|
-
])], 8,
|
|
8737
|
+
])], 8, wm),
|
|
8735
8738
|
(w(), H(Zr(d.componentView(k)), {
|
|
8736
8739
|
column: k,
|
|
8737
8740
|
postFunc: s.postFunc,
|
|
8738
8741
|
onOnChange: d.comChange
|
|
8739
8742
|
}, null, 40, ["column", "postFunc", "onOnChange"]))
|
|
8740
|
-
], 8,
|
|
8743
|
+
], 8, Cm))), 128))
|
|
8741
8744
|
]),
|
|
8742
8745
|
_: 1
|
|
8743
8746
|
}, 512)
|
|
8744
|
-
], 8,
|
|
8747
|
+
], 8, bm)
|
|
8745
8748
|
]);
|
|
8746
8749
|
}
|
|
8747
|
-
const
|
|
8748
|
-
var oa = { exports: {} }, Wl = { exports: {} },
|
|
8750
|
+
const xm = /* @__PURE__ */ re(vm, [["render", km], ["__scopeId", "data-v-600466e3"]]);
|
|
8751
|
+
var oa = { exports: {} }, Wl = { exports: {} }, _m = Wl.exports, sa;
|
|
8749
8752
|
function ba() {
|
|
8750
8753
|
return sa || (sa = 1, (function(r, l) {
|
|
8751
8754
|
(function(s, h) {
|
|
8752
8755
|
r.exports = h();
|
|
8753
|
-
})(
|
|
8756
|
+
})(_m, (function() {
|
|
8754
8757
|
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*)/);
|
|
8755
8758
|
lt && (lt = Number(lt[1])), lt && lt >= 15 && (Y = !1, D = !0);
|
|
8756
8759
|
var Bi = De && (M || Y && (lt == null || lt < 12.11)), ti = u || x && b >= 9;
|
|
@@ -8785,11 +8788,11 @@ function ba() {
|
|
|
8785
8788
|
var o = I(e, t, n, i);
|
|
8786
8789
|
return o.setAttribute("role", "presentation"), o;
|
|
8787
8790
|
}
|
|
8788
|
-
var
|
|
8789
|
-
document.createRange ?
|
|
8791
|
+
var bt;
|
|
8792
|
+
document.createRange ? bt = function(e, t, n, i) {
|
|
8790
8793
|
var o = document.createRange();
|
|
8791
8794
|
return o.setEnd(i || e, n), o.setStart(e, t), o;
|
|
8792
|
-
} :
|
|
8795
|
+
} : bt = function(e, t, n) {
|
|
8793
8796
|
var i = document.body.createTextRange();
|
|
8794
8797
|
try {
|
|
8795
8798
|
i.moveToElementText(e.parentNode);
|
|
@@ -9013,8 +9016,8 @@ function ba() {
|
|
|
9013
9016
|
var Me = void 0;
|
|
9014
9017
|
for (Me = Fe + 1; Me < L && T[Me] == "%"; ++Me)
|
|
9015
9018
|
;
|
|
9016
|
-
for (var
|
|
9017
|
-
T[pt] =
|
|
9019
|
+
for (var kt = Fe && T[Fe - 1] == "!" || Me < L && T[Me] == "1" ? "1" : "N", pt = Fe; pt < Me; ++pt)
|
|
9020
|
+
T[pt] = kt;
|
|
9018
9021
|
Fe = Me - 1;
|
|
9019
9022
|
}
|
|
9020
9023
|
}
|
|
@@ -9102,7 +9105,7 @@ function ba() {
|
|
|
9102
9105
|
for (var n = e.curOp.cursorActivityHandlers || (e.curOp.cursorActivityHandlers = []), i = 0; i < t.length; ++i)
|
|
9103
9106
|
pe(n, t[i]) == -1 && n.push(t[i]);
|
|
9104
9107
|
}
|
|
9105
|
-
function
|
|
9108
|
+
function Ct(e, t) {
|
|
9106
9109
|
return oi(e, t).length > 0;
|
|
9107
9110
|
}
|
|
9108
9111
|
function Mt(e) {
|
|
@@ -9149,7 +9152,7 @@ function ba() {
|
|
|
9149
9152
|
function Ci(e) {
|
|
9150
9153
|
if (Ln != null)
|
|
9151
9154
|
return Ln;
|
|
9152
|
-
var t = ie(e, document.createTextNode("AخA")), n =
|
|
9155
|
+
var t = ie(e, document.createTextNode("AخA")), n = bt(t, 0, 1).getBoundingClientRect(), i = bt(t, 1, 2).getBoundingClientRect();
|
|
9153
9156
|
return z(e), !n || n.left == n.right ? !1 : Ln = i.right - n.right < 3;
|
|
9154
9157
|
}
|
|
9155
9158
|
var Ot = `
|
|
@@ -9185,7 +9188,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
9185
9188
|
function Zl(e) {
|
|
9186
9189
|
if (Et != null)
|
|
9187
9190
|
return Et;
|
|
9188
|
-
var t = ie(e, I("span", "x")), n = t.getBoundingClientRect(), i =
|
|
9191
|
+
var t = ie(e, I("span", "x")), n = t.getBoundingClientRect(), i = bt(t, 0, 1).getBoundingClientRect();
|
|
9189
9192
|
return Et = Math.abs(n.left - i.left) > 1;
|
|
9190
9193
|
}
|
|
9191
9194
|
var Xi = {}, Vt = {};
|
|
@@ -10011,11 +10014,11 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
10011
10014
|
}
|
|
10012
10015
|
if (p >= f)
|
|
10013
10016
|
break;
|
|
10014
|
-
for (var
|
|
10017
|
+
for (var kt = Math.min(f, T); ; ) {
|
|
10015
10018
|
if (C) {
|
|
10016
10019
|
var pt = p + C.length;
|
|
10017
10020
|
if (!G) {
|
|
10018
|
-
var ze = pt >
|
|
10021
|
+
var ze = pt > kt ? C.slice(0, kt - p) : C;
|
|
10019
10022
|
t.addToken(
|
|
10020
10023
|
t,
|
|
10021
10024
|
ze,
|
|
@@ -10026,8 +10029,8 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
10026
10029
|
Q
|
|
10027
10030
|
);
|
|
10028
10031
|
}
|
|
10029
|
-
if (pt >=
|
|
10030
|
-
C = C.slice(
|
|
10032
|
+
if (pt >= kt) {
|
|
10033
|
+
C = C.slice(kt - p), p = kt;
|
|
10031
10034
|
break;
|
|
10032
10035
|
}
|
|
10033
10036
|
p = pt, j = "";
|
|
@@ -10326,7 +10329,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
10326
10329
|
--c;
|
|
10327
10330
|
for (; o.coverStart + f < o.coverEnd && Ue(t.line.text.charAt(o.coverStart + f)); )
|
|
10328
10331
|
++f;
|
|
10329
|
-
if (x && b < 9 && c == 0 && f == o.coverEnd - o.coverStart ? m = a.parentNode.getBoundingClientRect() : m = eu(
|
|
10332
|
+
if (x && b < 9 && c == 0 && f == o.coverEnd - o.coverStart ? m = a.parentNode.getBoundingClientRect() : m = eu(bt(a, c, f).getClientRects(), i), m.left || m.right || c == 0)
|
|
10330
10333
|
break;
|
|
10331
10334
|
f = c, c = c - 1, p = "right";
|
|
10332
10335
|
}
|
|
@@ -10734,7 +10737,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
10734
10737
|
function Me(ze, mt) {
|
|
10735
10738
|
return wl(e, N(q, ze), "div", te, mt);
|
|
10736
10739
|
}
|
|
10737
|
-
function
|
|
10740
|
+
function kt(ze, mt, Ze) {
|
|
10738
10741
|
var We = Uo(e, te, null, ze), He = mt == "ltr" == (Ze == "after") ? "left" : "right", Ae = Ze == "after" ? We.begin : We.end - (/\s/.test(te.text.charAt(We.end - 1)) ? 2 : 1);
|
|
10739
10742
|
return Me(Ae, He)[He];
|
|
10740
10743
|
}
|
|
@@ -10746,7 +10749,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
10746
10749
|
C(hi, Ae.top, Gi - hi, Ae.bottom);
|
|
10747
10750
|
} else {
|
|
10748
10751
|
var qi, st, wn, Kr;
|
|
10749
|
-
He ? (qi = m && Cn && nt ? f : Ae.left, st = m ? p :
|
|
10752
|
+
He ? (qi = m && Cn && nt ? f : Ae.left, st = m ? p : kt(ze, Ze, "before"), wn = m ? f : kt(mt, Ze, "after"), Kr = m && Oi && ei ? p : gt.right) : (qi = m ? kt(ze, Ze, "before") : f, st = !m && Cn && nt ? p : Ae.right, wn = !m && Oi && ei ? f : gt.left, Kr = m ? kt(mt, Ze, "after") : p), C(qi, Ae.top, st - qi, Ae.bottom), Ae.bottom < gt.top && C(f, Ae.bottom, null, gt.top), C(wn, gt.top, Kr - wn, gt.bottom);
|
|
10750
10753
|
}
|
|
10751
10754
|
(!Fe || xl(Ae, Fe) < 0) && (Fe = Ae), xl(gt, Fe) < 0 && (Fe = gt), (!Xe || xl(Ae, Xe) < 0) && (Xe = Ae), xl(gt, Xe) < 0 && (Xe = gt);
|
|
10752
10755
|
}), { start: Fe, end: Xe };
|
|
@@ -11098,7 +11101,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
11098
11101
|
c[p].lines.length && Ne(c[p], "unhide");
|
|
11099
11102
|
n.wrapper.offsetHeight && (i.scrollTop = t.display.scroller.scrollTop), e.changeObjs && Ne(t, "changes", t, e.changeObjs), e.update && e.update.finish();
|
|
11100
11103
|
}
|
|
11101
|
-
function
|
|
11104
|
+
function wt(e, t) {
|
|
11102
11105
|
if (e.curOp)
|
|
11103
11106
|
return t();
|
|
11104
11107
|
ji(e);
|
|
@@ -11165,7 +11168,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
11165
11168
|
a.text.length <= e.options.maxHighlightLength && $l(e, a.text, i), a.stateAfter = i.line % 5 == 0 ? i.save() : null, i.nextLine();
|
|
11166
11169
|
if (+/* @__PURE__ */ new Date() > n)
|
|
11167
11170
|
return Wn(e, e.options.workDelay), !0;
|
|
11168
|
-
}), t.highlightFrontier = i.line, t.modeFrontier = Math.max(t.modeFrontier, i.line), o.length &&
|
|
11171
|
+
}), t.highlightFrontier = i.line, t.modeFrontier = Math.max(t.modeFrontier, i.line), o.length && wt(e, function() {
|
|
11169
11172
|
for (var a = 0; a < o.length; a++)
|
|
11170
11173
|
_i(e, o[a], "text");
|
|
11171
11174
|
});
|
|
@@ -11176,7 +11179,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
11176
11179
|
this.viewport = t, this.visible = Sl(i, e.doc, t), this.editorIsHidden = !i.wrapper.offsetWidth, this.wrapperHeight = i.wrapper.clientHeight, this.wrapperWidth = i.wrapper.clientWidth, this.oldDisplayWidth = Ai(e), this.force = n, this.dims = pr(e), this.events = [];
|
|
11177
11180
|
};
|
|
11178
11181
|
Dl.prototype.signal = function(e, t) {
|
|
11179
|
-
|
|
11182
|
+
Ct(e, t) && this.events.push(arguments);
|
|
11180
11183
|
}, Dl.prototype.finish = function() {
|
|
11181
11184
|
for (var e = 0; e < this.events.length; e++)
|
|
11182
11185
|
Ne.apply(null, this.events[e]);
|
|
@@ -11543,7 +11546,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
11543
11546
|
(e.doc.direction == "rtl" ? _t : ut)(e.display.lineDiv, "CodeMirror-rtl");
|
|
11544
11547
|
}
|
|
11545
11548
|
function Du(e) {
|
|
11546
|
-
|
|
11549
|
+
wt(e, function() {
|
|
11547
11550
|
ss(e), ft(e);
|
|
11548
11551
|
});
|
|
11549
11552
|
}
|
|
@@ -11709,7 +11712,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
11709
11712
|
Pl(e, t, n), Fu(e, e.sel, e.cm ? e.cm.curOp.id : NaN, n);
|
|
11710
11713
|
}
|
|
11711
11714
|
function Pl(e, t, n) {
|
|
11712
|
-
(
|
|
11715
|
+
(Ct(e, "beforeSelectionChange") || e.cm && Ct(e.cm, "beforeSelectionChange")) && (t = Bu(e, t, n));
|
|
11713
11716
|
var i = n && n.bias || (X(t.primary().head, e.sel.primary().head) < 0 ? -1 : 1);
|
|
11714
11717
|
ms(e, vs(e, t, i, !0)), !(n && n.scroll === !1) && e.cm && e.cm.getOption("readOnly") != "nocursor" && un(e.cm);
|
|
11715
11718
|
}
|
|
@@ -11783,7 +11786,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
11783
11786
|
if (e.cm.state.suppressEdits)
|
|
11784
11787
|
return;
|
|
11785
11788
|
}
|
|
11786
|
-
if (!((
|
|
11789
|
+
if (!((Ct(e, "beforeChange") || e.cm && Ct(e.cm, "beforeChange")) && (t = Cs(e, t, !0), !t))) {
|
|
11787
11790
|
var i = co && !n && Fa(e, t.from, t.to);
|
|
11788
11791
|
if (i)
|
|
11789
11792
|
for (var o = i.length - 1; o >= 0; --o)
|
|
@@ -11822,7 +11825,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
11822
11825
|
break;
|
|
11823
11826
|
var C = [];
|
|
11824
11827
|
Fl(c, p), p.push({ changes: C, generation: o.generation }), o.generation = a.generation || ++o.maxGeneration;
|
|
11825
|
-
for (var S =
|
|
11828
|
+
for (var S = Ct(e, "beforeChange") || e.cm && Ct(e.cm, "beforeChange"), L = function(U) {
|
|
11826
11829
|
var j = a.changes[U];
|
|
11827
11830
|
if (j.origin = t, S && !Cs(e, j, !1))
|
|
11828
11831
|
return f.length = 0, {};
|
|
@@ -11889,7 +11892,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
11889
11892
|
}), f && (e.curOp.updateMaxLine = !0)), xa(i, a.line), Wn(e, 400);
|
|
11890
11893
|
var m = t.text.length - (c.line - a.line) - 1;
|
|
11891
11894
|
t.full ? ft(e) : a.line == c.line && t.text.length == 1 && !rs(e.doc, t) ? _i(e, a.line, "text") : ft(e, a.line, c.line + 1, m);
|
|
11892
|
-
var C =
|
|
11895
|
+
var C = Ct(e, "changes"), S = Ct(e, "change");
|
|
11893
11896
|
if (S || C) {
|
|
11894
11897
|
var L = {
|
|
11895
11898
|
from: a,
|
|
@@ -12071,7 +12074,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
12071
12074
|
t[o] == this && t.splice(o--, 1);
|
|
12072
12075
|
t.length || (n.widgets = null);
|
|
12073
12076
|
var a = En(this);
|
|
12074
|
-
Tt(n, Math.max(0, n.height - a)), e && (
|
|
12077
|
+
Tt(n, Math.max(0, n.height - a)), e && (wt(e, function() {
|
|
12075
12078
|
Is(e, n, -a), _i(e, i, "widget");
|
|
12076
12079
|
}), qe(e, "lineWidgetCleared", e, this, i));
|
|
12077
12080
|
}
|
|
@@ -12079,7 +12082,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
12079
12082
|
var e = this, t = this.height, n = this.doc.cm, i = this.line;
|
|
12080
12083
|
this.height = null;
|
|
12081
12084
|
var o = En(this) - t;
|
|
12082
|
-
o && (xi(this.doc, i) || Tt(i, i.height + o), n &&
|
|
12085
|
+
o && (xi(this.doc, i) || Tt(i, i.height + o), n && wt(n, function() {
|
|
12083
12086
|
n.curOp.forceUpdate = !0, Is(n, i, o), qe(n, "lineWidgetChanged", n, e, g(i));
|
|
12084
12087
|
}));
|
|
12085
12088
|
}, Mt(Xn);
|
|
@@ -12103,7 +12106,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
12103
12106
|
Li.prototype.clear = function() {
|
|
12104
12107
|
if (!this.explicitlyCleared) {
|
|
12105
12108
|
var e = this.doc.cm, t = e && !e.curOp;
|
|
12106
|
-
if (t && ji(e),
|
|
12109
|
+
if (t && ji(e), Ct(this, "clear")) {
|
|
12107
12110
|
var n = this.find();
|
|
12108
12111
|
n && qe(this, "clear", n.from, n.to);
|
|
12109
12112
|
}
|
|
@@ -12130,7 +12133,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
12130
12133
|
return n && { from: n, to: i };
|
|
12131
12134
|
}, Li.prototype.changed = function() {
|
|
12132
12135
|
var e = this, t = this.find(-1, !0), n = this, i = this.doc.cm;
|
|
12133
|
-
!t || !i ||
|
|
12136
|
+
!t || !i || wt(i, function() {
|
|
12134
12137
|
var o = t.line, a = g(t.line), c = ur(i, a);
|
|
12135
12138
|
if (c && (Bo(c), i.curOp.selectionChanged = i.curOp.forceUpdate = !0), i.curOp.updateMaxLine = !0, !xi(n.doc, o) && n.height != null) {
|
|
12136
12139
|
var f = n.height;
|
|
@@ -12978,7 +12981,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
12978
12981
|
}
|
|
12979
12982
|
i.push(a);
|
|
12980
12983
|
}
|
|
12981
|
-
|
|
12984
|
+
wt(e, function() {
|
|
12982
12985
|
for (var f = i.length - 1; f >= 0; f--)
|
|
12983
12986
|
pn(e.doc, "", i[f].from, i[f].to, "+delete");
|
|
12984
12987
|
un(e);
|
|
@@ -13232,7 +13235,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
13232
13235
|
// Doesn't do anything on an empty line.
|
|
13233
13236
|
// Doesn't do anything with non-empty selections.
|
|
13234
13237
|
transposeChars: function(e) {
|
|
13235
|
-
return
|
|
13238
|
+
return wt(e, function() {
|
|
13236
13239
|
for (var t = e.listSelections(), n = [], i = 0; i < t.length; i++)
|
|
13237
13240
|
if (t[i].empty()) {
|
|
13238
13241
|
var o = t[i].head, a = ee(e.doc, o.line).text;
|
|
@@ -13260,7 +13263,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
13260
13263
|
});
|
|
13261
13264
|
},
|
|
13262
13265
|
newlineAndIndent: function(e) {
|
|
13263
|
-
return
|
|
13266
|
+
return wt(e, function() {
|
|
13264
13267
|
for (var t = e.listSelections(), n = t.length - 1; n >= 0; n--)
|
|
13265
13268
|
e.replaceRange(e.doc.lineSeparator(), t[n].anchor, t[n].head, "+input");
|
|
13266
13269
|
t = e.listSelections();
|
|
@@ -13485,7 +13488,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
13485
13488
|
function L(q) {
|
|
13486
13489
|
if (X(S, q) != 0)
|
|
13487
13490
|
if (S = q, i.unit == "rectangle") {
|
|
13488
|
-
for (var $ = [], le = e.options.tabSize, te = Te(ee(a, n.line).text, n.ch, le), me = Te(ee(a, q.line).text, q.ch, le), Fe = Math.min(te, me), Xe = Math.max(te, me), Me = Math.min(n.line, q.line),
|
|
13491
|
+
for (var $ = [], le = e.options.tabSize, te = Te(ee(a, n.line).text, n.ch, le), me = Te(ee(a, q.line).text, q.ch, le), Fe = Math.min(te, me), Xe = Math.max(te, me), Me = Math.min(n.line, q.line), kt = Math.min(e.lastLine(), Math.max(n.line, q.line)); Me <= kt; Me++) {
|
|
13489
13492
|
var pt = ee(a, Me).text, ze = Jt(pt, Fe, le);
|
|
13490
13493
|
Fe == Xe ? $.push(new Ie(N(Me, ze), N(Me, ze))) : pt.length > ze && $.push(new Ie(N(Me, ze), N(Me, Jt(pt, Xe, le))));
|
|
13491
13494
|
}
|
|
@@ -13563,7 +13566,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
13563
13566
|
return !1;
|
|
13564
13567
|
i && tt(t);
|
|
13565
13568
|
var c = e.display, f = c.lineDiv.getBoundingClientRect();
|
|
13566
|
-
if (a > f.bottom || !
|
|
13569
|
+
if (a > f.bottom || !Ct(e, n))
|
|
13567
13570
|
return dt(t);
|
|
13568
13571
|
a -= f.top - c.viewOffset;
|
|
13569
13572
|
for (var p = 0; p < e.display.gutterSpecs.length; ++p) {
|
|
@@ -13581,7 +13584,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
13581
13584
|
di(e.display, t) || ad(e, t) || Ee(e, t, "contextmenu") || ti || e.display.input.onContextMenu(t);
|
|
13582
13585
|
}
|
|
13583
13586
|
function ad(e, t) {
|
|
13584
|
-
return
|
|
13587
|
+
return Ct(e, "gutterContextMenu") ? Ks(e, t, "gutterContextMenu", !1) : !1;
|
|
13585
13588
|
}
|
|
13586
13589
|
function qs(e) {
|
|
13587
13590
|
e.display.wrapper.className = e.display.wrapper.className.replace(/\s*cm-s-\S+/g, "") + e.options.theme.replace(/(^|\s)\s*/g, " cm-s-"), Vn(e);
|
|
@@ -13876,7 +13879,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
13876
13879
|
function Ys(e, t) {
|
|
13877
13880
|
var n = e.clipboardData && e.clipboardData.getData("Text");
|
|
13878
13881
|
if (n)
|
|
13879
|
-
return e.preventDefault(), !t.isReadOnly() && !t.options.disableInput && t.hasFocus() &&
|
|
13882
|
+
return e.preventDefault(), !t.isReadOnly() && !t.options.disableInput && t.hasFocus() && wt(t, function() {
|
|
13880
13883
|
return zr(t, n, 0, null, "paste");
|
|
13881
13884
|
}), !0;
|
|
13882
13885
|
}
|
|
@@ -14198,7 +14201,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
14198
14201
|
}), this.curOp.forceUpdate = !0, Ne(this, "refresh", this);
|
|
14199
14202
|
}),
|
|
14200
14203
|
operation: function(i) {
|
|
14201
|
-
return
|
|
14204
|
+
return wt(this, i);
|
|
14202
14205
|
},
|
|
14203
14206
|
startOperation: function() {
|
|
14204
14207
|
return ji(this);
|
|
@@ -14384,7 +14387,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
14384
14387
|
}
|
|
14385
14388
|
var L = e.rangeCount && e.getRangeAt(0), T;
|
|
14386
14389
|
try {
|
|
14387
|
-
T =
|
|
14390
|
+
T = bt(p.node, p.offset, m.offset, m.node);
|
|
14388
14391
|
} catch {
|
|
14389
14392
|
}
|
|
14390
14393
|
T && (!u && t.state.focused ? (e.collapse(p.node, p.offset), T.collapsed || (e.removeAllRanges(), e.addRange(T))) : (e.removeAllRanges(), e.addRange(T)), L && e.anchorNode == null ? e.addRange(L) : u && this.startGracePeriod()), this.rememberSelection();
|
|
@@ -14419,7 +14422,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
14419
14422
|
var e = this, t = this;
|
|
14420
14423
|
this.selectionInEditor() ? setTimeout(function() {
|
|
14421
14424
|
return e.pollSelection();
|
|
14422
|
-
}, 20) :
|
|
14425
|
+
}, 20) : wt(this.cm, function() {
|
|
14423
14426
|
return t.cm.curOp.selectionChanged = !0;
|
|
14424
14427
|
});
|
|
14425
14428
|
function n() {
|
|
@@ -14439,7 +14442,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
14439
14442
|
if (!this.composing) {
|
|
14440
14443
|
this.rememberSelection();
|
|
14441
14444
|
var n = Ul(t, e.anchorNode, e.anchorOffset), i = Ul(t, e.focusNode, e.focusOffset);
|
|
14442
|
-
n && i &&
|
|
14445
|
+
n && i && wt(t, function() {
|
|
14443
14446
|
it(t.doc, Ii(n, i), It), (n.bad || i.bad) && (t.curOp.selectionChanged = !0);
|
|
14444
14447
|
});
|
|
14445
14448
|
}
|
|
@@ -14493,7 +14496,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
14493
14496
|
}, 80));
|
|
14494
14497
|
}, Le.prototype.updateFromDOM = function() {
|
|
14495
14498
|
var e = this;
|
|
14496
|
-
(this.cm.isReadOnly() || !this.pollContent()) &&
|
|
14499
|
+
(this.cm.isReadOnly() || !this.pollContent()) && wt(this.cm, function() {
|
|
14497
14500
|
return ft(e.cm);
|
|
14498
14501
|
});
|
|
14499
14502
|
}, Le.prototype.setUneditable = function(e) {
|
|
@@ -14744,7 +14747,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
14744
14747
|
}
|
|
14745
14748
|
for (var c = 0, f = Math.min(i.length, o.length); c < f && i.charCodeAt(c) == o.charCodeAt(c); )
|
|
14746
14749
|
++c;
|
|
14747
|
-
return
|
|
14750
|
+
return wt(t, function() {
|
|
14748
14751
|
zr(
|
|
14749
14752
|
t,
|
|
14750
14753
|
o.slice(c),
|
|
@@ -14864,7 +14867,7 @@ b`.split(/\n/).length != 3 ? function(e) {
|
|
|
14864
14867
|
})(Wl)), Wl.exports;
|
|
14865
14868
|
}
|
|
14866
14869
|
var aa;
|
|
14867
|
-
function
|
|
14870
|
+
function Sm() {
|
|
14868
14871
|
return aa || (aa = 1, (function(r, l) {
|
|
14869
14872
|
(function(s) {
|
|
14870
14873
|
s(ba());
|
|
@@ -15088,7 +15091,7 @@ function Im() {
|
|
|
15088
15091
|
for (var V = _; V; V = V.next) if (V.name == g) return !0;
|
|
15089
15092
|
return !1;
|
|
15090
15093
|
}
|
|
15091
|
-
function
|
|
15094
|
+
function bt(g) {
|
|
15092
15095
|
var _ = z.state;
|
|
15093
15096
|
if (z.marked = "def", !!b) {
|
|
15094
15097
|
if (_.context) {
|
|
@@ -15228,7 +15231,7 @@ function Im() {
|
|
|
15228
15231
|
}
|
|
15229
15232
|
function Jl(g) {
|
|
15230
15233
|
return function(_) {
|
|
15231
|
-
return _ == "." ? I(g ? sl : ol) : _ == "variable" && D ? I(
|
|
15234
|
+
return _ == "." ? I(g ? sl : ol) : _ == "variable" && D ? I(Ct, g ? Jt : Dt) : ie(g ? rt : pe);
|
|
15232
15235
|
};
|
|
15233
15236
|
}
|
|
15234
15237
|
function ol(g, _) {
|
|
@@ -15368,7 +15371,7 @@ function Im() {
|
|
|
15368
15371
|
return z.marked = "keyword", I(we);
|
|
15369
15372
|
if (_ == "?") return I(we, ve(":"), we);
|
|
15370
15373
|
}
|
|
15371
|
-
function
|
|
15374
|
+
function Ct(g, _) {
|
|
15372
15375
|
if (_ == "<") return I(de(">"), Ue(we, ">"), se, Ft);
|
|
15373
15376
|
}
|
|
15374
15377
|
function Mt() {
|
|
@@ -15384,13 +15387,13 @@ function Im() {
|
|
|
15384
15387
|
if (D && $e(_))
|
|
15385
15388
|
return z.marked = "keyword", I(dt);
|
|
15386
15389
|
if (g == "variable")
|
|
15387
|
-
return
|
|
15390
|
+
return bt(_), I();
|
|
15388
15391
|
if (g == "spread") return I(dt);
|
|
15389
15392
|
if (g == "[") return gi(Tn, "]");
|
|
15390
15393
|
if (g == "{") return gi(bi, "}");
|
|
15391
15394
|
}
|
|
15392
15395
|
function bi(g, _) {
|
|
15393
|
-
return g == "variable" && !z.stream.match(/^\s*:/, !1) ? (
|
|
15396
|
+
return g == "variable" && !z.stream.match(/^\s*:/, !1) ? (bt(_), I(Nt)) : (g == "variable" && (z.marked = "property"), g == "spread" ? I(dt) : g == "}" ? ie() : g == "[" ? I(pe, ve("]"), ve(":"), bi) : I(ve(":"), dt, Nt));
|
|
15394
15397
|
}
|
|
15395
15398
|
function Tn() {
|
|
15396
15399
|
return ie(dt, Nt);
|
|
@@ -15418,7 +15421,7 @@ function Im() {
|
|
|
15418
15421
|
if (_ == "*")
|
|
15419
15422
|
return z.marked = "keyword", I(Ot);
|
|
15420
15423
|
if (g == "variable")
|
|
15421
|
-
return
|
|
15424
|
+
return bt(_), I(Ot);
|
|
15422
15425
|
if (g == "(") return I(St, de(")"), Ue(Et, ")"), se, yi, Te, Ke);
|
|
15423
15426
|
if (D && _ == "<") return I(de(">"), Ue(Mt, ">"), se, Ot);
|
|
15424
15427
|
}
|
|
@@ -15426,7 +15429,7 @@ function Im() {
|
|
|
15426
15429
|
if (_ == "*")
|
|
15427
15430
|
return z.marked = "keyword", I(wi);
|
|
15428
15431
|
if (g == "variable")
|
|
15429
|
-
return
|
|
15432
|
+
return bt(_), I(wi);
|
|
15430
15433
|
if (g == "(") return I(St, de(")"), Ue(Et, ")"), se, yi, Ke);
|
|
15431
15434
|
if (D && _ == "<") return I(de(">"), Ue(Mt, ">"), se, wi);
|
|
15432
15435
|
}
|
|
@@ -15444,7 +15447,7 @@ function Im() {
|
|
|
15444
15447
|
}
|
|
15445
15448
|
function Xi(g, _) {
|
|
15446
15449
|
if (g == "variable")
|
|
15447
|
-
return
|
|
15450
|
+
return bt(_), I(Vt);
|
|
15448
15451
|
}
|
|
15449
15452
|
function Vt(g, _) {
|
|
15450
15453
|
if (_ == "<") return I(de(">"), Ue(Mt, ">"), se, Vt);
|
|
@@ -15486,7 +15489,7 @@ function Im() {
|
|
|
15486
15489
|
return g == "string" ? I() : g == "(" ? ie(pe) : g == "." ? ie(Dt) : ie($i, Xt, en);
|
|
15487
15490
|
}
|
|
15488
15491
|
function $i(g, _) {
|
|
15489
|
-
return g == "{" ? gi($i, "}") : (g == "variable" &&
|
|
15492
|
+
return g == "{" ? gi($i, "}") : (g == "variable" && bt(_), _ == "*" && (z.marked = "keyword"), I(Fn));
|
|
15490
15493
|
}
|
|
15491
15494
|
function Xt(g) {
|
|
15492
15495
|
if (g == ",") return I($i, Xt);
|
|
@@ -15566,9 +15569,9 @@ function Im() {
|
|
|
15566
15569
|
});
|
|
15567
15570
|
})()), oa.exports;
|
|
15568
15571
|
}
|
|
15569
|
-
|
|
15572
|
+
Sm();
|
|
15570
15573
|
var ua = { exports: {} }, da;
|
|
15571
|
-
function
|
|
15574
|
+
function Im() {
|
|
15572
15575
|
return da || (da = 1, (function(r, l) {
|
|
15573
15576
|
(function(s) {
|
|
15574
15577
|
s(ba());
|
|
@@ -15619,8 +15622,8 @@ function Dm() {
|
|
|
15619
15622
|
});
|
|
15620
15623
|
})()), ua.exports;
|
|
15621
15624
|
}
|
|
15622
|
-
|
|
15623
|
-
const
|
|
15625
|
+
Im();
|
|
15626
|
+
const Dm = {
|
|
15624
15627
|
name: "BnFunExpr",
|
|
15625
15628
|
props: {
|
|
15626
15629
|
// 组件列表:可供选择的组件列表,二维数组,【{类别,【组件、组件】},...】
|
|
@@ -15844,19 +15847,19 @@ const Tm = {
|
|
|
15844
15847
|
mounted() {
|
|
15845
15848
|
this.init();
|
|
15846
15849
|
}
|
|
15847
|
-
},
|
|
15850
|
+
}, 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 = {
|
|
15848
15851
|
key: 0,
|
|
15849
15852
|
class: "BnFunExpr-left-body-list"
|
|
15850
|
-
},
|
|
15853
|
+
}, Nm = ["onClick", "title"], Em = { key: 0 }, Vm = ["onClick", "onMouseenter"], Am = ["title"], Rm = ["title"], Um = {
|
|
15851
15854
|
key: 1,
|
|
15852
15855
|
class: "BnFunExpr-left-body-list"
|
|
15853
|
-
},
|
|
15854
|
-
function
|
|
15856
|
+
}, 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" };
|
|
15857
|
+
function Ym(r, l, s, h, u, d) {
|
|
15855
15858
|
const v = O("el-input"), k = O("Codemirror"), x = jt("loading");
|
|
15856
|
-
return Pe((w(), P("div",
|
|
15857
|
-
y("div",
|
|
15858
|
-
y("div",
|
|
15859
|
-
y("div",
|
|
15859
|
+
return Pe((w(), P("div", Tm, [
|
|
15860
|
+
y("div", Lm, [
|
|
15861
|
+
y("div", Fm, [
|
|
15862
|
+
y("div", Om, [
|
|
15860
15863
|
y("div", {
|
|
15861
15864
|
class: Oe(["BnFunExpr-left-top-btn", { active: u.listType == 1 }]),
|
|
15862
15865
|
onClick: l[0] || (l[0] = (b) => {
|
|
@@ -15870,7 +15873,7 @@ function Xm(r, l, s, h, u, d) {
|
|
|
15870
15873
|
})
|
|
15871
15874
|
}, " 字段 ", 2)
|
|
15872
15875
|
]),
|
|
15873
|
-
y("div",
|
|
15876
|
+
y("div", Pm, [
|
|
15874
15877
|
B(v, {
|
|
15875
15878
|
placeholder: "请输入关键字搜索",
|
|
15876
15879
|
modelValue: u.searchInput,
|
|
@@ -15878,8 +15881,8 @@ function Xm(r, l, s, h, u, d) {
|
|
|
15878
15881
|
}, null, 8, ["modelValue"])
|
|
15879
15882
|
])
|
|
15880
15883
|
]),
|
|
15881
|
-
y("div",
|
|
15882
|
-
u.listType == 1 ? (w(), P("div",
|
|
15884
|
+
y("div", Bm, [
|
|
15885
|
+
u.listType == 1 ? (w(), P("div", Mm, [
|
|
15883
15886
|
(w(!0), P(oe, null, Ce(u.functionList, (b, D) => (w(), P("div", { key: D }, [
|
|
15884
15887
|
y("div", {
|
|
15885
15888
|
class: "BnFunExpr-left-body-class",
|
|
@@ -15891,8 +15894,8 @@ function Xm(r, l, s, h, u, d) {
|
|
|
15891
15894
|
style: { color: "rgba(0,0,0,.5)", "margin-right": "5px" }
|
|
15892
15895
|
}, null, 2),
|
|
15893
15896
|
Z(" " + K(b.name), 1)
|
|
15894
|
-
], 8,
|
|
15895
|
-
b.children && b.children.length > 0 && u.openFunClass.indexOf(b.name) > -1 ? (w(), P("div",
|
|
15897
|
+
], 8, Nm),
|
|
15898
|
+
b.children && b.children.length > 0 && u.openFunClass.indexOf(b.name) > -1 ? (w(), P("div", Em, [
|
|
15896
15899
|
(w(!0), P(oe, null, Ce(b.children, (M, J) => (w(), P("div", {
|
|
15897
15900
|
class: "BnFunExpr-left-body-item-out",
|
|
15898
15901
|
key: J
|
|
@@ -15906,19 +15909,19 @@ function Xm(r, l, s, h, u, d) {
|
|
|
15906
15909
|
y("div", {
|
|
15907
15910
|
class: "BnFunExpr-left-body-item-top w-text-over",
|
|
15908
15911
|
title: M.name
|
|
15909
|
-
}, K(M.name), 9,
|
|
15912
|
+
}, K(M.name), 9, Am),
|
|
15910
15913
|
y("div", {
|
|
15911
15914
|
class: "BnFunExpr-left-body-item-text w-text-over",
|
|
15912
15915
|
title: M.usage
|
|
15913
|
-
}, K(M.usage), 9,
|
|
15914
|
-
], 40,
|
|
15916
|
+
}, K(M.usage), 9, Rm)
|
|
15917
|
+
], 40, Vm), [
|
|
15915
15918
|
[at, M.name.indexOf(u.searchInput) > -1 || M.usage.indexOf(u.searchInput) > -1]
|
|
15916
15919
|
])
|
|
15917
15920
|
]))), 128))
|
|
15918
15921
|
])) : R("", !0)
|
|
15919
15922
|
]))), 128))
|
|
15920
15923
|
])) : R("", !0),
|
|
15921
|
-
u.listType == 2 ? (w(), P("div",
|
|
15924
|
+
u.listType == 2 ? (w(), P("div", Um, [
|
|
15922
15925
|
(w(!0), P(oe, null, Ce(s.columnList, (b, D) => (w(), P("div", { key: D }, [
|
|
15923
15926
|
y("div", {
|
|
15924
15927
|
class: "BnFunExpr-left-body-class",
|
|
@@ -15930,8 +15933,8 @@ function Xm(r, l, s, h, u, d) {
|
|
|
15930
15933
|
style: { color: "rgba(0,0,0,.5)", "margin-right": "5px" }
|
|
15931
15934
|
}, null, 2),
|
|
15932
15935
|
Z(" " + K(b.name), 1)
|
|
15933
|
-
], 8,
|
|
15934
|
-
b.children && b.children.length > 0 && u.openColumnClass.indexOf(b.name) > -1 ? (w(), P("div",
|
|
15936
|
+
], 8, zm),
|
|
15937
|
+
b.children && b.children.length > 0 && u.openColumnClass.indexOf(b.name) > -1 ? (w(), P("div", Hm, [
|
|
15935
15938
|
(w(!0), P(oe, null, Ce(b.children, (M, J) => (w(), P("div", {
|
|
15936
15939
|
class: "BnFunExpr-left-body-item-out",
|
|
15937
15940
|
key: J
|
|
@@ -15943,8 +15946,8 @@ function Xm(r, l, s, h, u, d) {
|
|
|
15943
15946
|
y("div", {
|
|
15944
15947
|
class: "BnFunExpr-left-body-item-title w-text-over",
|
|
15945
15948
|
title: M.name
|
|
15946
|
-
}, K(M.name), 9,
|
|
15947
|
-
], 8,
|
|
15949
|
+
}, K(M.name), 9, jm)
|
|
15950
|
+
], 8, Wm), [
|
|
15948
15951
|
[at, M.name.indexOf(u.searchInput) > -1]
|
|
15949
15952
|
])
|
|
15950
15953
|
]))), 128))
|
|
@@ -15953,7 +15956,7 @@ function Xm(r, l, s, h, u, d) {
|
|
|
15953
15956
|
])) : R("", !0)
|
|
15954
15957
|
])
|
|
15955
15958
|
]),
|
|
15956
|
-
y("div",
|
|
15959
|
+
y("div", Km, [
|
|
15957
15960
|
l[5] || (l[5] = y("div", { class: "BnFunExpr-right-title" }, "结果 =", -1)),
|
|
15958
15961
|
y("div", {
|
|
15959
15962
|
class: "BnFunExpr-right-input",
|
|
@@ -15970,16 +15973,16 @@ function Xm(r, l, s, h, u, d) {
|
|
|
15970
15973
|
onBeforeChange: d.handleBeforeChange
|
|
15971
15974
|
}, null, 8, ["value", "options", "onBeforeChange"])) : R("", !0)
|
|
15972
15975
|
]),
|
|
15973
|
-
y("div",
|
|
15974
|
-
y("div",
|
|
15975
|
-
y("div",
|
|
15976
|
+
y("div", Gm, [
|
|
15977
|
+
y("div", qm, K(u.checkFun.name), 1),
|
|
15978
|
+
y("div", Jm, K(u.checkFun.desc), 1)
|
|
15976
15979
|
])
|
|
15977
15980
|
])
|
|
15978
15981
|
])), [
|
|
15979
15982
|
[x, u.loading]
|
|
15980
15983
|
]);
|
|
15981
15984
|
}
|
|
15982
|
-
const
|
|
15985
|
+
const Xm = /* @__PURE__ */ re(Dm, [["render", Ym], ["__scopeId", "data-v-82146017"]]), Qm = {
|
|
15983
15986
|
1: "单行文本",
|
|
15984
15987
|
2: "数值",
|
|
15985
15988
|
3: "单选",
|
|
@@ -15998,7 +16001,7 @@ const Qm = /* @__PURE__ */ re(Tm, [["render", Xm], ["__scopeId", "data-v-8214601
|
|
|
15998
16001
|
17: "关联查询",
|
|
15999
16002
|
18: "描述",
|
|
16000
16003
|
20: "多选联动"
|
|
16001
|
-
},
|
|
16004
|
+
}, Zm = [
|
|
16002
16005
|
{
|
|
16003
16006
|
title: "单行文本",
|
|
16004
16007
|
id: 1,
|
|
@@ -16092,7 +16095,7 @@ const Qm = /* @__PURE__ */ re(Tm, [["render", Xm], ["__scopeId", "data-v-8214601
|
|
|
16092
16095
|
moduleDefinition: [],
|
|
16093
16096
|
value: "",
|
|
16094
16097
|
defaultInfo: ""
|
|
16095
|
-
},
|
|
16098
|
+
}, $m = {
|
|
16096
16099
|
name: "BnColumnConfig",
|
|
16097
16100
|
props: {
|
|
16098
16101
|
//最终选中的value
|
|
@@ -16137,18 +16140,18 @@ const Qm = /* @__PURE__ */ re(Tm, [["render", Xm], ["__scopeId", "data-v-8214601
|
|
|
16137
16140
|
isChildren: Boolean
|
|
16138
16141
|
},
|
|
16139
16142
|
components: {
|
|
16140
|
-
paraExplainSet: ce(() => import("./index-
|
|
16141
|
-
defaultSet: ce(() => import("./defaultSet-
|
|
16142
|
-
funcExprDialog: ce(() => import("./funcExprDialog-
|
|
16143
|
-
setOption: ce(() => import("./setOption-
|
|
16144
|
-
setRelationOption: ce(() => import("./setRelationOption-
|
|
16145
|
-
childrenFormSetting: ce(() => import("./index-
|
|
16146
|
-
packageFilter: ce(() => import("./index-
|
|
16143
|
+
paraExplainSet: ce(() => import("./index-DJD23Fuf.js")),
|
|
16144
|
+
defaultSet: ce(() => import("./defaultSet-BdFAmD9N.js")),
|
|
16145
|
+
funcExprDialog: ce(() => import("./funcExprDialog-Bh54AejE.js")),
|
|
16146
|
+
setOption: ce(() => import("./setOption-JwR97V4g.js")),
|
|
16147
|
+
setRelationOption: ce(() => import("./setRelationOption-DLmyegvA.js")),
|
|
16148
|
+
childrenFormSetting: ce(() => import("./index-D1_I6Ovo.js")),
|
|
16149
|
+
packageFilter: ce(() => import("./index-CEewXb2C.js"))
|
|
16147
16150
|
},
|
|
16148
16151
|
data() {
|
|
16149
16152
|
return {
|
|
16150
|
-
columnTypes:
|
|
16151
|
-
columnTypeMap:
|
|
16153
|
+
columnTypes: Zm,
|
|
16154
|
+
columnTypeMap: Qm,
|
|
16152
16155
|
// 默认值类型
|
|
16153
16156
|
defaultType: "1",
|
|
16154
16157
|
exprDisplay: ""
|
|
@@ -16197,31 +16200,31 @@ const Qm = /* @__PURE__ */ re(Tm, [["render", Xm], ["__scopeId", "data-v-8214601
|
|
|
16197
16200
|
}
|
|
16198
16201
|
}
|
|
16199
16202
|
}
|
|
16200
|
-
},
|
|
16203
|
+
}, eg = { class: "columnConfig" }, tg = { class: "columnConfig-item" }, ig = { class: "columnConfig-item-top w-flex-center w-flex-between" }, ng = {
|
|
16201
16204
|
key: 0,
|
|
16202
16205
|
class: "w-color-purple w-font12"
|
|
16203
|
-
},
|
|
16206
|
+
}, 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 = {
|
|
16204
16207
|
class: "column-item-body w-flex-center",
|
|
16205
16208
|
style: { height: "32px" }
|
|
16206
|
-
},
|
|
16209
|
+
}, mg = { class: "columnConfig-item" }, gg = {
|
|
16207
16210
|
class: "column-item-body w-flex-center",
|
|
16208
16211
|
style: { height: "32px" }
|
|
16209
|
-
},
|
|
16212
|
+
}, vg = { class: "columnConfig-item" }, yg = {
|
|
16210
16213
|
class: "column-item-body w-flex-center",
|
|
16211
16214
|
style: { height: "32px" }
|
|
16212
|
-
},
|
|
16215
|
+
}, bg = { class: "columnConfig-item" }, Cg = {
|
|
16213
16216
|
class: "column-item-body w-flex-center",
|
|
16214
16217
|
style: { height: "32px" }
|
|
16215
|
-
},
|
|
16218
|
+
}, wg = { class: "columnConfig-item" }, kg = {
|
|
16216
16219
|
class: "column-item-body w-flex-center",
|
|
16217
16220
|
style: { height: "32px" }
|
|
16218
|
-
},
|
|
16221
|
+
}, xg = { class: "columnConfig-item" }, _g = {
|
|
16219
16222
|
class: "column-item-body w-flex-center",
|
|
16220
16223
|
style: { height: "32px" }
|
|
16221
|
-
},
|
|
16222
|
-
function
|
|
16224
|
+
}, 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" };
|
|
16225
|
+
function Pg(r, l, s, h, u, d) {
|
|
16223
16226
|
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");
|
|
16224
|
-
return w(), P("div",
|
|
16227
|
+
return w(), P("div", eg, [
|
|
16225
16228
|
B(v, {
|
|
16226
16229
|
ref: "funcExpr",
|
|
16227
16230
|
modelValue: d.columnInfo,
|
|
@@ -16248,12 +16251,12 @@ function Bg(r, l, s, h, u, d) {
|
|
|
16248
16251
|
default: F(() => {
|
|
16249
16252
|
var be;
|
|
16250
16253
|
return [
|
|
16251
|
-
y("div",
|
|
16252
|
-
y("div",
|
|
16254
|
+
y("div", tg, [
|
|
16255
|
+
y("div", ig, [
|
|
16253
16256
|
l[16] || (l[16] = y("div", { class: "columnConfig-item-top-title" }, "标题", -1)),
|
|
16254
|
-
d.columnInfo.behaviorType ? (w(), P("div",
|
|
16257
|
+
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)
|
|
16255
16258
|
]),
|
|
16256
|
-
y("div",
|
|
16259
|
+
y("div", lg, [
|
|
16257
16260
|
B(x, {
|
|
16258
16261
|
modelValue: d.columnInfo.name,
|
|
16259
16262
|
"onUpdate:modelValue": l[1] || (l[1] = (ut) => d.columnInfo.name = ut),
|
|
@@ -16274,11 +16277,11 @@ function Bg(r, l, s, h, u, d) {
|
|
|
16274
16277
|
span: 24 / s.row
|
|
16275
16278
|
}, {
|
|
16276
16279
|
default: F(() => [
|
|
16277
|
-
y("div",
|
|
16280
|
+
y("div", rg, [
|
|
16278
16281
|
l[17] || (l[17] = y("div", { class: "columnConfig-item-top w-flex-center w-flex-between" }, [
|
|
16279
16282
|
y("div", { class: "columnConfig-item-top-title" }, "类型")
|
|
16280
16283
|
], -1)),
|
|
16281
|
-
y("div",
|
|
16284
|
+
y("div", og, [
|
|
16282
16285
|
B(D, {
|
|
16283
16286
|
modelValue: d.columnInfo.behaviorType,
|
|
16284
16287
|
"onUpdate:modelValue": l[2] || (l[2] = (be) => d.columnInfo.behaviorType = be),
|
|
@@ -16299,10 +16302,10 @@ function Bg(r, l, s, h, u, d) {
|
|
|
16299
16302
|
span: 24 / s.row
|
|
16300
16303
|
}, {
|
|
16301
16304
|
default: F(() => [
|
|
16302
|
-
y("div",
|
|
16303
|
-
y("div",
|
|
16305
|
+
y("div", sg, [
|
|
16306
|
+
y("div", ag, [
|
|
16304
16307
|
l[18] || (l[18] = y("div", { class: "columnConfig-item-top-title" }, "默认值", -1)),
|
|
16305
|
-
y("div",
|
|
16308
|
+
y("div", ug, [
|
|
16306
16309
|
[1, 2].includes(d.columnInfo.behaviorType) ? (w(), H(M, {
|
|
16307
16310
|
key: 0,
|
|
16308
16311
|
modelValue: u.defaultType,
|
|
@@ -16315,7 +16318,7 @@ function Bg(r, l, s, h, u, d) {
|
|
|
16315
16318
|
}, null, 8, ["modelValue", "onChange", "disabled"])) : R("", !0)
|
|
16316
16319
|
])
|
|
16317
16320
|
]),
|
|
16318
|
-
y("div",
|
|
16321
|
+
y("div", dg, [
|
|
16319
16322
|
u.defaultType == 1 ? (w(), H(J, {
|
|
16320
16323
|
key: 0,
|
|
16321
16324
|
modelValue: d.columnInfo,
|
|
@@ -16366,10 +16369,10 @@ function Bg(r, l, s, h, u, d) {
|
|
|
16366
16369
|
span: 24 / s.row
|
|
16367
16370
|
}, {
|
|
16368
16371
|
default: F(() => [
|
|
16369
|
-
y("div",
|
|
16370
|
-
y("div",
|
|
16372
|
+
y("div", cg, [
|
|
16373
|
+
y("div", fg, [
|
|
16371
16374
|
l[21] || (l[21] = y("div", { class: "columnConfig-item-top-title" }, "创建时以默认值为准", -1)),
|
|
16372
|
-
y("div",
|
|
16375
|
+
y("div", hg, [
|
|
16373
16376
|
B(_e, {
|
|
16374
16377
|
content: "勾选后,在创建工单时,当你通过订单号或ERP单号查询原单数据时,将不取原单数据而以设置的组件默认值填充。",
|
|
16375
16378
|
width: "230",
|
|
@@ -16382,7 +16385,7 @@ function Bg(r, l, s, h, u, d) {
|
|
|
16382
16385
|
})
|
|
16383
16386
|
])
|
|
16384
16387
|
]),
|
|
16385
|
-
y("div",
|
|
16388
|
+
y("div", pg, [
|
|
16386
16389
|
B(he, {
|
|
16387
16390
|
modelValue: d.columnInfo.extraInfo.defaultCover,
|
|
16388
16391
|
"onUpdate:modelValue": l[7] || (l[7] = (be) => d.columnInfo.extraInfo.defaultCover = be),
|
|
@@ -16407,14 +16410,14 @@ function Bg(r, l, s, h, u, d) {
|
|
|
16407
16410
|
span: 24 / s.row
|
|
16408
16411
|
}, {
|
|
16409
16412
|
default: F(() => [
|
|
16410
|
-
y("div",
|
|
16413
|
+
y("div", mg, [
|
|
16411
16414
|
l[22] || (l[22] = y("div", { class: "columnConfig-item-top w-flex-center w-flex-between" }, [
|
|
16412
16415
|
y("div", { class: "columnConfig-item-top-title" }, [
|
|
16413
16416
|
Z("新建时 "),
|
|
16414
16417
|
y("span", { class: "w-font12" }, "(不勾选则不可见)")
|
|
16415
16418
|
])
|
|
16416
16419
|
], -1)),
|
|
16417
|
-
y("div",
|
|
16420
|
+
y("div", gg, [
|
|
16418
16421
|
B(he, {
|
|
16419
16422
|
modelValue: d.columnInfo.extraInfo.isAddable,
|
|
16420
16423
|
"onUpdate:modelValue": l[9] || (l[9] = (be) => d.columnInfo.extraInfo.isAddable = be),
|
|
@@ -16439,14 +16442,14 @@ function Bg(r, l, s, h, u, d) {
|
|
|
16439
16442
|
span: 24 / s.row
|
|
16440
16443
|
}, {
|
|
16441
16444
|
default: F(() => [
|
|
16442
|
-
y("div",
|
|
16445
|
+
y("div", vg, [
|
|
16443
16446
|
l[23] || (l[23] = y("div", { class: "columnConfig-item-top w-flex-center w-flex-between" }, [
|
|
16444
16447
|
y("div", { class: "columnConfig-item-top-title" }, [
|
|
16445
16448
|
Z("编辑时 "),
|
|
16446
16449
|
y("span", { class: "w-font12" }, "(不勾选则不可见)")
|
|
16447
16450
|
])
|
|
16448
16451
|
], -1)),
|
|
16449
|
-
y("div",
|
|
16452
|
+
y("div", yg, [
|
|
16450
16453
|
B(he, {
|
|
16451
16454
|
modelValue: d.columnInfo.extraInfo.isEditable,
|
|
16452
16455
|
"onUpdate:modelValue": l[11] || (l[11] = (be) => d.columnInfo.extraInfo.isEditable = be),
|
|
@@ -16471,14 +16474,14 @@ function Bg(r, l, s, h, u, d) {
|
|
|
16471
16474
|
span: 24 / s.row
|
|
16472
16475
|
}, {
|
|
16473
16476
|
default: F(() => [
|
|
16474
|
-
y("div",
|
|
16477
|
+
y("div", bg, [
|
|
16475
16478
|
l[24] || (l[24] = y("div", { class: "columnConfig-item-top w-flex-center w-flex-between" }, [
|
|
16476
16479
|
y("div", { class: "columnConfig-item-top-title" }, [
|
|
16477
16480
|
Z("校验 "),
|
|
16478
16481
|
y("span", { class: "w-font12" }, "(对值进行校验)")
|
|
16479
16482
|
])
|
|
16480
16483
|
], -1)),
|
|
16481
|
-
y("div",
|
|
16484
|
+
y("div", Cg, [
|
|
16482
16485
|
B(he, {
|
|
16483
16486
|
modelValue: d.columnInfo.extraInfo.valueEmptyCheck,
|
|
16484
16487
|
"onUpdate:modelValue": l[13] || (l[13] = (be) => d.columnInfo.extraInfo.valueEmptyCheck = be),
|
|
@@ -16496,11 +16499,11 @@ function Bg(r, l, s, h, u, d) {
|
|
|
16496
16499
|
span: 24 / s.row
|
|
16497
16500
|
}, {
|
|
16498
16501
|
default: F(() => [
|
|
16499
|
-
y("div",
|
|
16502
|
+
y("div", wg, [
|
|
16500
16503
|
l[25] || (l[25] = y("div", { class: "columnConfig-item-top w-flex-center w-flex-between" }, [
|
|
16501
16504
|
y("div", { class: "columnConfig-item-top-title" }, "数据回填")
|
|
16502
16505
|
], -1)),
|
|
16503
|
-
y("div",
|
|
16506
|
+
y("div", kg, [
|
|
16504
16507
|
B(xe, {
|
|
16505
16508
|
modelValue: d.columnInfo.extraInfo.multiplePackagesType,
|
|
16506
16509
|
"onUpdate:modelValue": l[14] || (l[14] = (be) => d.columnInfo.extraInfo.multiplePackagesType = be),
|
|
@@ -16532,11 +16535,11 @@ function Bg(r, l, s, h, u, d) {
|
|
|
16532
16535
|
span: 24 / s.row
|
|
16533
16536
|
}, {
|
|
16534
16537
|
default: F(() => [
|
|
16535
|
-
y("div",
|
|
16538
|
+
y("div", xg, [
|
|
16536
16539
|
l[27] || (l[27] = y("div", { class: "columnConfig-item-top w-flex-center w-flex-between" }, [
|
|
16537
16540
|
y("div", { class: "columnConfig-item-top-title" }, "选项配置")
|
|
16538
16541
|
], -1)),
|
|
16539
|
-
y("div",
|
|
16542
|
+
y("div", _g, [
|
|
16540
16543
|
B(A, {
|
|
16541
16544
|
class: "w-default-wrap w-flex-center",
|
|
16542
16545
|
onClick: l[15] || (l[15] = (be) => r.$refs.setRelationOption.open(d.columnInfo))
|
|
@@ -16544,10 +16547,10 @@ function Bg(r, l, s, h, u, d) {
|
|
|
16544
16547
|
default: F(() => {
|
|
16545
16548
|
var be, ut, z;
|
|
16546
16549
|
return [
|
|
16547
|
-
(z = (ut = (be = d.columnInfo) == null ? void 0 : be.moduleDefinition) == null ? void 0 : ut.optionList) != null && z.length ? (w(), P("span",
|
|
16550
|
+
(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] = [
|
|
16548
16551
|
y("span", { class: "bnUIcon bnUIcon-smile w-color-green-min" }, null, -1),
|
|
16549
16552
|
Z(" 已设置 ", -1)
|
|
16550
|
-
])])) : (w(), P("span",
|
|
16553
|
+
])])) : (w(), P("span", Ig, "点击设置"))
|
|
16551
16554
|
];
|
|
16552
16555
|
}),
|
|
16553
16556
|
_: 1
|
|
@@ -16562,7 +16565,7 @@ function Bg(r, l, s, h, u, d) {
|
|
|
16562
16565
|
span: 24
|
|
16563
16566
|
}, {
|
|
16564
16567
|
default: F(() => [
|
|
16565
|
-
y("div",
|
|
16568
|
+
y("div", Dg, [
|
|
16566
16569
|
B(ae, {
|
|
16567
16570
|
columnData: d.columnInfo,
|
|
16568
16571
|
extendPost: s.extendPost,
|
|
@@ -16578,7 +16581,7 @@ function Bg(r, l, s, h, u, d) {
|
|
|
16578
16581
|
span: 24
|
|
16579
16582
|
}, {
|
|
16580
16583
|
default: F(() => [
|
|
16581
|
-
y("div",
|
|
16584
|
+
y("div", Tg, [
|
|
16582
16585
|
B(ge, jl({ columnData: d.columnInfo }, r.$props), null, 16, ["columnData"])
|
|
16583
16586
|
])
|
|
16584
16587
|
]),
|
|
@@ -16589,14 +16592,14 @@ function Bg(r, l, s, h, u, d) {
|
|
|
16589
16592
|
span: 24
|
|
16590
16593
|
}, {
|
|
16591
16594
|
default: F(() => [
|
|
16592
|
-
y("div",
|
|
16595
|
+
y("div", Lg, [
|
|
16593
16596
|
l[28] || (l[28] = y("div", { class: "columnConfig-item-top w-flex-center w-flex-between" }, [
|
|
16594
16597
|
y("div", { class: "columnConfig-item-top-title" }, [
|
|
16595
16598
|
Z("填写说明 "),
|
|
16596
16599
|
y("span", { class: "w-font12" }, "(展示在组件下方)")
|
|
16597
16600
|
])
|
|
16598
16601
|
], -1)),
|
|
16599
|
-
y("div",
|
|
16602
|
+
y("div", Fg, [
|
|
16600
16603
|
B(De, {
|
|
16601
16604
|
columnData: d.columnInfo,
|
|
16602
16605
|
extendPost: s.extendPost,
|
|
@@ -16612,7 +16615,7 @@ function Bg(r, l, s, h, u, d) {
|
|
|
16612
16615
|
span: 24
|
|
16613
16616
|
}, {
|
|
16614
16617
|
default: F(() => [
|
|
16615
|
-
y("div",
|
|
16618
|
+
y("div", Og, [
|
|
16616
16619
|
B(je, jl({ columnData: d.columnInfo }, r.$props), null, 16, ["columnData"])
|
|
16617
16620
|
])
|
|
16618
16621
|
]),
|
|
@@ -16624,7 +16627,7 @@ function Bg(r, l, s, h, u, d) {
|
|
|
16624
16627
|
})
|
|
16625
16628
|
]);
|
|
16626
16629
|
}
|
|
16627
|
-
const
|
|
16630
|
+
const Bg = /* @__PURE__ */ re($m, [["render", Pg], ["__scopeId", "data-v-48651ce6"]]), Mg = {
|
|
16628
16631
|
name: "FuncExprDialog",
|
|
16629
16632
|
props: {
|
|
16630
16633
|
componentList: Array,
|
|
@@ -16710,8 +16713,8 @@ const Mg = /* @__PURE__ */ re(eg, [["render", Bg], ["__scopeId", "data-v-48651ce
|
|
|
16710
16713
|
});
|
|
16711
16714
|
}
|
|
16712
16715
|
}
|
|
16713
|
-
},
|
|
16714
|
-
function
|
|
16716
|
+
}, Ng = { class: "w-flex-right" };
|
|
16717
|
+
function Eg(r, l, s, h, u, d) {
|
|
16715
16718
|
const v = O("BnColumnConfig"), k = O("el-scrollbar"), x = O("el-button"), b = O("el-dialog");
|
|
16716
16719
|
return w(), H(b, {
|
|
16717
16720
|
modelValue: u.visible,
|
|
@@ -16725,7 +16728,7 @@ function Vg(r, l, s, h, u, d) {
|
|
|
16725
16728
|
"append-to-body": ""
|
|
16726
16729
|
}, {
|
|
16727
16730
|
footer: F(() => [
|
|
16728
|
-
y("div",
|
|
16731
|
+
y("div", Ng, [
|
|
16729
16732
|
B(x, {
|
|
16730
16733
|
onClick: l[1] || (l[1] = (D) => u.visible = !1)
|
|
16731
16734
|
}, {
|
|
@@ -16761,10 +16764,10 @@ function Vg(r, l, s, h, u, d) {
|
|
|
16761
16764
|
_: 1
|
|
16762
16765
|
}, 8, ["modelValue", "title"]);
|
|
16763
16766
|
}
|
|
16764
|
-
const Ca = /* @__PURE__ */ re(
|
|
16767
|
+
const Ca = /* @__PURE__ */ re(Mg, [["render", Eg]]), Yb = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
16765
16768
|
__proto__: null,
|
|
16766
16769
|
default: Ca
|
|
16767
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
16770
|
+
}, Symbol.toStringTag, { value: "Module" })), Vg = {
|
|
16768
16771
|
name: "BnFilterOption",
|
|
16769
16772
|
props: {
|
|
16770
16773
|
postFunc: Function,
|
|
@@ -16839,16 +16842,16 @@ const Ca = /* @__PURE__ */ re(Ng, [["render", Vg]]), Xb = /* @__PURE__ */ Object
|
|
|
16839
16842
|
this.$emit("chooseFilter", JSON.parse(r.value));
|
|
16840
16843
|
}
|
|
16841
16844
|
}
|
|
16842
|
-
},
|
|
16845
|
+
}, Ag = { class: "BnFilter" }, Rg = { class: "save-filter-condition-modal" }, Ug = {
|
|
16843
16846
|
slot: "footer",
|
|
16844
16847
|
class: "w-flex-right"
|
|
16845
|
-
},
|
|
16848
|
+
}, zg = { class: "w-flex-center w-flex-wrap w-flex-gap5 BnFilter-plane" }, Hg = {
|
|
16846
16849
|
key: 0,
|
|
16847
16850
|
class: "w-empty"
|
|
16848
16851
|
};
|
|
16849
|
-
function
|
|
16852
|
+
function Wg(r, l, s, h, u, d) {
|
|
16850
16853
|
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");
|
|
16851
|
-
return w(), P("div",
|
|
16854
|
+
return w(), P("div", Ag, [
|
|
16852
16855
|
B(b, {
|
|
16853
16856
|
title: "保存筛选条件",
|
|
16854
16857
|
"custom-class": "w-dialog-border",
|
|
@@ -16859,7 +16862,7 @@ function jg(r, l, s, h, u, d) {
|
|
|
16859
16862
|
width: "540px"
|
|
16860
16863
|
}, {
|
|
16861
16864
|
default: F(() => [
|
|
16862
|
-
y("div",
|
|
16865
|
+
y("div", Rg, [
|
|
16863
16866
|
l[5] || (l[5] = y("div", { class: "save-filter-condition-modal-label" }, "筛选条件名称", -1)),
|
|
16864
16867
|
B(v, {
|
|
16865
16868
|
ref: "input",
|
|
@@ -16880,7 +16883,7 @@ function jg(r, l, s, h, u, d) {
|
|
|
16880
16883
|
_: 1
|
|
16881
16884
|
}, 8, ["modelValue"])
|
|
16882
16885
|
]),
|
|
16883
|
-
y("div",
|
|
16886
|
+
y("div", Ug, [
|
|
16884
16887
|
B(x, {
|
|
16885
16888
|
onClick: l[2] || (l[2] = (Y) => u.show = !1)
|
|
16886
16889
|
}, {
|
|
@@ -16931,7 +16934,7 @@ function jg(r, l, s, h, u, d) {
|
|
|
16931
16934
|
}, 8, ["onClick"])
|
|
16932
16935
|
]),
|
|
16933
16936
|
default: F(() => [
|
|
16934
|
-
y("div",
|
|
16937
|
+
y("div", zg, [
|
|
16935
16938
|
(w(!0), P(oe, null, Ce(u.filterList, (Y) => {
|
|
16936
16939
|
var _e, he;
|
|
16937
16940
|
return w(), H(D, {
|
|
@@ -16950,7 +16953,7 @@ function jg(r, l, s, h, u, d) {
|
|
|
16950
16953
|
_: 2
|
|
16951
16954
|
}, 1032, ["onClick", "closable", "onClose"]);
|
|
16952
16955
|
}), 128)),
|
|
16953
|
-
u.filterList.length == 0 ? (w(), P("div",
|
|
16956
|
+
u.filterList.length == 0 ? (w(), P("div", Hg, "没有数据")) : R("", !0)
|
|
16954
16957
|
])
|
|
16955
16958
|
]),
|
|
16956
16959
|
_: 1
|
|
@@ -16960,7 +16963,7 @@ function jg(r, l, s, h, u, d) {
|
|
|
16960
16963
|
})
|
|
16961
16964
|
]);
|
|
16962
16965
|
}
|
|
16963
|
-
const
|
|
16966
|
+
const jg = /* @__PURE__ */ re(Vg, [["render", Wg], ["__scopeId", "data-v-da6a93a8"]]), Kg = {
|
|
16964
16967
|
name: "BnImportOrder",
|
|
16965
16968
|
props: {
|
|
16966
16969
|
postFunc: Function,
|
|
@@ -17041,8 +17044,8 @@ const Kg = /* @__PURE__ */ re(Ag, [["render", jg], ["__scopeId", "data-v-da6a93a
|
|
|
17041
17044
|
});
|
|
17042
17045
|
}
|
|
17043
17046
|
}
|
|
17044
|
-
},
|
|
17045
|
-
function
|
|
17047
|
+
}, 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" };
|
|
17048
|
+
function rv(r, l, s, h, u, d) {
|
|
17046
17049
|
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");
|
|
17047
17050
|
return w(), H(M, {
|
|
17048
17051
|
modelValue: u.importTaskShow,
|
|
@@ -17053,17 +17056,17 @@ function ov(r, l, s, h, u, d) {
|
|
|
17053
17056
|
"destroy-on-close": ""
|
|
17054
17057
|
}, {
|
|
17055
17058
|
default: F(() => [
|
|
17056
|
-
Pe((w(), P("div",
|
|
17057
|
-
y("div",
|
|
17058
|
-
y("div",
|
|
17059
|
+
Pe((w(), P("div", Gg, [
|
|
17060
|
+
y("div", qg, [
|
|
17061
|
+
y("div", Jg, [
|
|
17059
17062
|
l[8] || (l[8] = y("span", { class: "w-tip-num" }, "1.", -1)),
|
|
17060
17063
|
l[9] || (l[9] = Z("为了保证数据导入顺利,推荐您使用标准模板 ", -1)),
|
|
17061
17064
|
y("a", {
|
|
17062
17065
|
class: "w-color-blue",
|
|
17063
17066
|
href: `/biztable/io/buildTemplate?tableCode=${s.postData.tableCode}`
|
|
17064
|
-
}, "下载模板", 8,
|
|
17067
|
+
}, "下载模板", 8, Yg)
|
|
17065
17068
|
]),
|
|
17066
|
-
y("div",
|
|
17069
|
+
y("div", Xg, [
|
|
17067
17070
|
l[10] || (l[10] = y("span", { class: "w-tip-num" }, "2.", -1)),
|
|
17068
17071
|
Z("文件大小:数据不能超过 " + K(u.maxImportNum) + " 条 ", 1)
|
|
17069
17072
|
]),
|
|
@@ -17072,10 +17075,10 @@ function ov(r, l, s, h, u, d) {
|
|
|
17072
17075
|
Z("文件格式:Excel(.xls)、Excel (.xlsx) ")
|
|
17073
17076
|
], -1))
|
|
17074
17077
|
]),
|
|
17075
|
-
y("div",
|
|
17078
|
+
y("div", Qg, [
|
|
17076
17079
|
l[14] || (l[14] = y("div", { class: "w-margin-right10 w-line-height22" }, "选择导入方式", -1)),
|
|
17077
17080
|
y("div", null, [
|
|
17078
|
-
y("div",
|
|
17081
|
+
y("div", Zg, [
|
|
17079
17082
|
B(v, {
|
|
17080
17083
|
modelValue: u.importSetting.type,
|
|
17081
17084
|
"onUpdate:modelValue": l[0] || (l[0] = (A) => u.importSetting.type = A),
|
|
@@ -17090,7 +17093,7 @@ function ov(r, l, s, h, u, d) {
|
|
|
17090
17093
|
label: "导入更新"
|
|
17091
17094
|
}, null, 8, ["modelValue"])
|
|
17092
17095
|
]),
|
|
17093
|
-
y("div",
|
|
17096
|
+
y("div", $g, [
|
|
17094
17097
|
B(k, {
|
|
17095
17098
|
modelValue: u.importSetting.ext.mergeImport,
|
|
17096
17099
|
"onUpdate:modelValue": l[2] || (l[2] = (A) => u.importSetting.ext.mergeImport = A),
|
|
@@ -17118,7 +17121,7 @@ function ov(r, l, s, h, u, d) {
|
|
|
17118
17121
|
_: 1
|
|
17119
17122
|
})
|
|
17120
17123
|
]),
|
|
17121
|
-
y("div",
|
|
17124
|
+
y("div", ev, [
|
|
17122
17125
|
B(k, {
|
|
17123
17126
|
modelValue: u.importSetting.ext.checkMust,
|
|
17124
17127
|
"onUpdate:modelValue": l[3] || (l[3] = (A) => u.importSetting.ext.checkMust = A),
|
|
@@ -17127,7 +17130,7 @@ function ov(r, l, s, h, u, d) {
|
|
|
17127
17130
|
label: "导入时不做必填校验"
|
|
17128
17131
|
}, null, 8, ["modelValue"])
|
|
17129
17132
|
]),
|
|
17130
|
-
y("div",
|
|
17133
|
+
y("div", tv, [
|
|
17131
17134
|
B(k, {
|
|
17132
17135
|
modelValue: u.importSetting.ext.submitCheck,
|
|
17133
17136
|
"onUpdate:modelValue": l[4] || (l[4] = (A) => u.importSetting.ext.submitCheck = A),
|
|
@@ -17149,14 +17152,14 @@ function ov(r, l, s, h, u, d) {
|
|
|
17149
17152
|
"show-file-list": !1
|
|
17150
17153
|
}, {
|
|
17151
17154
|
default: F(() => [
|
|
17152
|
-
u.fileData ? R("", !0) : (w(), P("div",
|
|
17155
|
+
u.fileData ? R("", !0) : (w(), P("div", iv, [...l[15] || (l[15] = [
|
|
17153
17156
|
Z(" 拖拽文件到这里上传,或", -1),
|
|
17154
17157
|
y("span", { class: "w-color-blue w-margin-left5" }, [
|
|
17155
17158
|
y("i", { class: "anwIcon aIcon-download" }),
|
|
17156
17159
|
Z(" 文件上传")
|
|
17157
17160
|
], -1)
|
|
17158
17161
|
])])),
|
|
17159
|
-
u.fileData ? (w(), P("div",
|
|
17162
|
+
u.fileData ? (w(), P("div", nv, [
|
|
17160
17163
|
l[17] || (l[17] = y("div", null, [
|
|
17161
17164
|
y("i", { class: "anwIcon aIcon-success w-color-green-min" }),
|
|
17162
17165
|
Z("上传文件成功")
|
|
@@ -17173,7 +17176,7 @@ function ov(r, l, s, h, u, d) {
|
|
|
17173
17176
|
])), [
|
|
17174
17177
|
[J, u.loading]
|
|
17175
17178
|
]),
|
|
17176
|
-
y("div",
|
|
17179
|
+
y("div", lv, [
|
|
17177
17180
|
B(D, {
|
|
17178
17181
|
onClick: l[5] || (l[5] = (A) => u.importTaskShow = !1)
|
|
17179
17182
|
}, {
|
|
@@ -17196,7 +17199,7 @@ function ov(r, l, s, h, u, d) {
|
|
|
17196
17199
|
_: 1
|
|
17197
17200
|
}, 8, ["modelValue"]);
|
|
17198
17201
|
}
|
|
17199
|
-
const
|
|
17202
|
+
const ov = /* @__PURE__ */ re(Kg, [["render", rv], ["__scopeId", "data-v-2dc48845"]]), sv = {
|
|
17200
17203
|
name: "validatorCode",
|
|
17201
17204
|
props: {
|
|
17202
17205
|
postData: {
|
|
@@ -17221,12 +17224,12 @@ const sv = /* @__PURE__ */ re(Gg, [["render", ov], ["__scopeId", "data-v-2dc4884
|
|
|
17221
17224
|
});
|
|
17222
17225
|
}
|
|
17223
17226
|
}
|
|
17224
|
-
},
|
|
17225
|
-
function
|
|
17227
|
+
}, 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" };
|
|
17228
|
+
function fv(r, l, s, h, u, d) {
|
|
17226
17229
|
const v = O("el-input"), k = O("el-image"), x = jt("loading");
|
|
17227
|
-
return w(), P("div",
|
|
17228
|
-
y("div",
|
|
17229
|
-
y("div",
|
|
17230
|
+
return w(), P("div", av, [
|
|
17231
|
+
y("div", uv, [
|
|
17232
|
+
y("div", dv, [
|
|
17230
17233
|
B(v, {
|
|
17231
17234
|
modelValue: u.codeNum,
|
|
17232
17235
|
"onUpdate:modelValue": l[0] || (l[0] = (b) => u.codeNum = b),
|
|
@@ -17234,7 +17237,7 @@ function hv(r, l, s, h, u, d) {
|
|
|
17234
17237
|
placeholder: "请输入验证码"
|
|
17235
17238
|
}, null, 8, ["modelValue"])
|
|
17236
17239
|
]),
|
|
17237
|
-
Pe((w(), P("div",
|
|
17240
|
+
Pe((w(), P("div", cv, [
|
|
17238
17241
|
B(k, {
|
|
17239
17242
|
src: u.codeImgUrl,
|
|
17240
17243
|
title: "刷新验证码",
|
|
@@ -17262,9 +17265,9 @@ function hv(r, l, s, h, u, d) {
|
|
|
17262
17265
|
])
|
|
17263
17266
|
]);
|
|
17264
17267
|
}
|
|
17265
|
-
const
|
|
17268
|
+
const hv = /* @__PURE__ */ re(sv, [["render", fv], ["__scopeId", "data-v-317f44ed"]]), pv = {
|
|
17266
17269
|
name: "BnExportOrder",
|
|
17267
|
-
components: { validatorCode:
|
|
17270
|
+
components: { validatorCode: hv },
|
|
17268
17271
|
props: {
|
|
17269
17272
|
postFunc: Function,
|
|
17270
17273
|
// 用户级别的唯一值,用于缓存某些操作
|
|
@@ -17384,17 +17387,17 @@ const pv = /* @__PURE__ */ re(av, [["render", hv], ["__scopeId", "data-v-317f44e
|
|
|
17384
17387
|
});
|
|
17385
17388
|
}
|
|
17386
17389
|
}
|
|
17387
|
-
},
|
|
17390
|
+
}, mv = { class: "exportOrder" }, gv = { class: "w-tip w-margin-bottom10" }, vv = { class: "w-color-red" }, yv = {
|
|
17388
17391
|
key: 0,
|
|
17389
17392
|
class: "w-flex-center w-margin-bottom10"
|
|
17390
|
-
},
|
|
17393
|
+
}, bv = { class: "w-flex-center w-margin-bottom10" }, Cv = {
|
|
17391
17394
|
key: 0,
|
|
17392
17395
|
class: "exportOrder-tip"
|
|
17393
|
-
},
|
|
17396
|
+
}, wv = { class: "w-color-blue w-font16 w-font-weight" }, kv = {
|
|
17394
17397
|
key: 1,
|
|
17395
17398
|
class: "exportOrder-tip"
|
|
17396
|
-
},
|
|
17397
|
-
function
|
|
17399
|
+
}, 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" };
|
|
17400
|
+
function Lv(r, l, s, h, u, d) {
|
|
17398
17401
|
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");
|
|
17399
17402
|
return w(), H(J, {
|
|
17400
17403
|
modelValue: u.show,
|
|
@@ -17405,19 +17408,19 @@ function Fv(r, l, s, h, u, d) {
|
|
|
17405
17408
|
"destroy-on-close": ""
|
|
17406
17409
|
}, {
|
|
17407
17410
|
default: F(() => [
|
|
17408
|
-
Pe((w(), P("div",
|
|
17409
|
-
y("div",
|
|
17411
|
+
Pe((w(), P("div", mv, [
|
|
17412
|
+
y("div", gv, [
|
|
17410
17413
|
y("div", null, [
|
|
17411
17414
|
l[8] || (l[8] = y("span", { class: "w-tip-num" }, "1.", -1)),
|
|
17412
17415
|
l[9] || (l[9] = Z("单次最多导出 ", -1)),
|
|
17413
|
-
y("span",
|
|
17416
|
+
y("span", vv, K(u.maxImportNum), 1),
|
|
17414
17417
|
l[10] || (l[10] = Z(" 条数据,超出的数据将不导出;导出格式为 ", -1)),
|
|
17415
17418
|
l[11] || (l[11] = y("span", { class: "w-color-orange" }, ".Excel", -1)),
|
|
17416
17419
|
l[12] || (l[12] = Z(" 文件 ", -1))
|
|
17417
17420
|
])
|
|
17418
17421
|
]),
|
|
17419
17422
|
y("div", null, [
|
|
17420
|
-
u.hasMultiRow ? (w(), P("div",
|
|
17423
|
+
u.hasMultiRow ? (w(), P("div", yv, [
|
|
17421
17424
|
B(v, {
|
|
17422
17425
|
modelValue: u.postParams.ext.splitSubformToMultiRow,
|
|
17423
17426
|
"onUpdate:modelValue": l[0] || (l[0] = (Y) => u.postParams.ext.splitSubformToMultiRow = Y),
|
|
@@ -17426,7 +17429,7 @@ function Fv(r, l, s, h, u, d) {
|
|
|
17426
17429
|
label: "多选联动组件导出时拆分成多行数据"
|
|
17427
17430
|
}, null, 8, ["modelValue"])
|
|
17428
17431
|
])) : R("", !0),
|
|
17429
|
-
y("div",
|
|
17432
|
+
y("div", bv, [
|
|
17430
17433
|
B(v, {
|
|
17431
17434
|
modelValue: u.postParams.ext.exportImgData,
|
|
17432
17435
|
"onUpdate:modelValue": l[1] || (l[1] = (Y) => u.postParams.ext.exportImgData = Y),
|
|
@@ -17437,24 +17440,24 @@ function Fv(r, l, s, h, u, d) {
|
|
|
17437
17440
|
l[13] || (l[13] = y("div", { class: "w-color-orange" }, "(不勾选则导出附件链接)", -1))
|
|
17438
17441
|
])
|
|
17439
17442
|
]),
|
|
17440
|
-
s.postData.all ? (w(), P("div",
|
|
17443
|
+
s.postData.all ? (w(), P("div", Cv, [
|
|
17441
17444
|
l[14] || (l[14] = Z("已全选 ", -1)),
|
|
17442
|
-
y("span",
|
|
17445
|
+
y("span", wv, K(s.postData.allLength), 1),
|
|
17443
17446
|
l[15] || (l[15] = Z(" 条数据,请选择导出字段", -1))
|
|
17444
|
-
])) : s.postData.ids.length > 0 ? (w(), P("div",
|
|
17447
|
+
])) : s.postData.ids.length > 0 ? (w(), P("div", kv, [
|
|
17445
17448
|
l[16] || (l[16] = Z("已选择 ", -1)),
|
|
17446
|
-
y("span",
|
|
17449
|
+
y("span", xv, K(s.postData.ids.length), 1),
|
|
17447
17450
|
l[17] || (l[17] = Z("条数据,请选择导出字段", -1))
|
|
17448
17451
|
])) : R("", !0),
|
|
17449
|
-
y("div",
|
|
17450
|
-
y("div",
|
|
17452
|
+
y("div", _v, [
|
|
17453
|
+
y("div", Sv, [
|
|
17451
17454
|
B(k, {
|
|
17452
17455
|
modelValue: u.searchText,
|
|
17453
17456
|
"onUpdate:modelValue": l[2] || (l[2] = (Y) => u.searchText = Y),
|
|
17454
17457
|
placeholder: "搜索字段"
|
|
17455
17458
|
}, null, 8, ["modelValue"])
|
|
17456
17459
|
]),
|
|
17457
|
-
y("div",
|
|
17460
|
+
y("div", Iv, [
|
|
17458
17461
|
y("span", null, K(u.postParams.columns.length), 1),
|
|
17459
17462
|
Z("/" + K(u.watchComponents.length) + " ", 1),
|
|
17460
17463
|
y("span", {
|
|
@@ -17468,7 +17471,7 @@ function Fv(r, l, s, h, u, d) {
|
|
|
17468
17471
|
}, " 取消选中")) : R("", !0)
|
|
17469
17472
|
])
|
|
17470
17473
|
]),
|
|
17471
|
-
y("div",
|
|
17474
|
+
y("div", Dv, [
|
|
17472
17475
|
B(b, { gutter: 20 }, {
|
|
17473
17476
|
default: F(() => [
|
|
17474
17477
|
(w(!0), P(oe, null, Ce(u.watchComponents, (Y) => (w(), P(oe, null, [
|
|
@@ -17502,7 +17505,7 @@ function Fv(r, l, s, h, u, d) {
|
|
|
17502
17505
|
])), [
|
|
17503
17506
|
[A, u.loading]
|
|
17504
17507
|
]),
|
|
17505
|
-
y("div",
|
|
17508
|
+
y("div", Tv, [
|
|
17506
17509
|
B(M, {
|
|
17507
17510
|
onClick: l[6] || (l[6] = (Y) => u.show = !1),
|
|
17508
17511
|
loading: u.loading
|
|
@@ -17527,7 +17530,7 @@ function Fv(r, l, s, h, u, d) {
|
|
|
17527
17530
|
_: 1
|
|
17528
17531
|
}, 8, ["modelValue"]);
|
|
17529
17532
|
}
|
|
17530
|
-
const
|
|
17533
|
+
const Fv = /* @__PURE__ */ re(pv, [["render", Lv], ["__scopeId", "data-v-4f5bea24"]]), Ov = {
|
|
17531
17534
|
name: "shareUrlInp",
|
|
17532
17535
|
props: {
|
|
17533
17536
|
url: String
|
|
@@ -17544,11 +17547,11 @@ const Ov = /* @__PURE__ */ re(mv, [["render", Fv], ["__scopeId", "data-v-4f5bea2
|
|
|
17544
17547
|
});
|
|
17545
17548
|
}
|
|
17546
17549
|
}
|
|
17547
|
-
},
|
|
17548
|
-
function
|
|
17550
|
+
}, Pv = { class: "shareUrlInp" }, Bv = { class: "shareUrlInp-url" }, Mv = ["href"], Nv = { ref: "canvasRef" };
|
|
17551
|
+
function Ev(r, l, s, h, u, d) {
|
|
17549
17552
|
const v = O("el-text"), k = O("el-popover");
|
|
17550
|
-
return w(), P("div",
|
|
17551
|
-
y("div",
|
|
17553
|
+
return w(), P("div", Pv, [
|
|
17554
|
+
y("div", Bv, K(s.url), 1),
|
|
17552
17555
|
y("div", null, [
|
|
17553
17556
|
B(v, {
|
|
17554
17557
|
class: "w-cursor-pointer",
|
|
@@ -17566,7 +17569,7 @@ function Vv(r, l, s, h, u, d) {
|
|
|
17566
17569
|
class: "w-cursor-pointer w-color-blue",
|
|
17567
17570
|
href: s.url,
|
|
17568
17571
|
target: "_blank"
|
|
17569
|
-
}, "打开", 8,
|
|
17572
|
+
}, "打开", 8, Mv)
|
|
17570
17573
|
]),
|
|
17571
17574
|
y("div", null, [
|
|
17572
17575
|
B(k, {
|
|
@@ -17578,16 +17581,16 @@ function Vv(r, l, s, h, u, d) {
|
|
|
17578
17581
|
y("span", { class: "bnUIcon bnUIcon-qc w-font26" }, null, -1)
|
|
17579
17582
|
])]),
|
|
17580
17583
|
default: F(() => [
|
|
17581
|
-
y("canvas",
|
|
17584
|
+
y("canvas", Nv, null, 512)
|
|
17582
17585
|
]),
|
|
17583
17586
|
_: 1
|
|
17584
17587
|
}, 8, ["onShow"])
|
|
17585
17588
|
])
|
|
17586
17589
|
]);
|
|
17587
17590
|
}
|
|
17588
|
-
const
|
|
17591
|
+
const Vv = /* @__PURE__ */ re(Ov, [["render", Ev], ["__scopeId", "data-v-d602affc"]]), Av = {
|
|
17589
17592
|
name: "BnOrderShare",
|
|
17590
|
-
components: { shareUrlInp:
|
|
17593
|
+
components: { shareUrlInp: Vv },
|
|
17591
17594
|
props: {
|
|
17592
17595
|
// 工单表ID
|
|
17593
17596
|
tableId: {
|
|
@@ -17759,8 +17762,8 @@ const Av = /* @__PURE__ */ re(Pv, [["render", Vv], ["__scopeId", "data-v-d602aff
|
|
|
17759
17762
|
}) : this.getPlateUrl(!0);
|
|
17760
17763
|
}
|
|
17761
17764
|
}
|
|
17762
|
-
},
|
|
17763
|
-
function
|
|
17765
|
+
}, 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 };
|
|
17766
|
+
function ey(r, l, s, h, u, d) {
|
|
17764
17767
|
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");
|
|
17765
17768
|
return w(), H(_e, {
|
|
17766
17769
|
modelValue: u.show,
|
|
@@ -17771,8 +17774,8 @@ function ty(r, l, s, h, u, d) {
|
|
|
17771
17774
|
"destroy-on-close": ""
|
|
17772
17775
|
}, {
|
|
17773
17776
|
default: F(() => [
|
|
17774
|
-
Pe((w(), P("div",
|
|
17775
|
-
y("div",
|
|
17777
|
+
Pe((w(), P("div", Rv, [
|
|
17778
|
+
y("div", Uv, [
|
|
17776
17779
|
B(A, {
|
|
17777
17780
|
"label-position": "left",
|
|
17778
17781
|
"label-width": "70"
|
|
@@ -17814,9 +17817,9 @@ function ty(r, l, s, h, u, d) {
|
|
|
17814
17817
|
]),
|
|
17815
17818
|
_: 1
|
|
17816
17819
|
}),
|
|
17817
|
-
y("div",
|
|
17820
|
+
y("div", zv, [
|
|
17818
17821
|
l[14] || (l[14] = y("span", { class: "bnUIcon bnUIcon-partner w-color-orange" }, null, -1)),
|
|
17819
|
-
u.postData.type == 1 ? (w(), P("span",
|
|
17822
|
+
u.postData.type == 1 ? (w(), P("span", Hv, [...l[11] || (l[11] = [
|
|
17820
17823
|
Z(" 若你没有可用的淘宝店铺可前往平台市场 ", -1),
|
|
17821
17824
|
y("a", {
|
|
17822
17825
|
class: "w-color-blue",
|
|
@@ -17824,7 +17827,7 @@ function ty(r, l, s, h, u, d) {
|
|
|
17824
17827
|
target: "_blank"
|
|
17825
17828
|
}, "去订购", -1)
|
|
17826
17829
|
])])) : R("", !0),
|
|
17827
|
-
u.postData.type == 3 ? (w(), P("span",
|
|
17830
|
+
u.postData.type == 3 ? (w(), P("span", Wv, [...l[12] || (l[12] = [
|
|
17828
17831
|
Z(" 若你没有可用的京东POP店铺可前往平台市场 ", -1),
|
|
17829
17832
|
y("a", {
|
|
17830
17833
|
class: "w-color-blue",
|
|
@@ -17832,7 +17835,7 @@ function ty(r, l, s, h, u, d) {
|
|
|
17832
17835
|
target: "_blank"
|
|
17833
17836
|
}, "去订购", -1)
|
|
17834
17837
|
])])) : R("", !0),
|
|
17835
|
-
u.postData.type != 1 && u.postData.type != 3 ? (w(), P("span",
|
|
17838
|
+
u.postData.type != 1 && u.postData.type != 3 ? (w(), P("span", jv, [...l[13] || (l[13] = [
|
|
17836
17839
|
Z(" 抖音(极速配置版)、京东自营生成的平台链接可以我们的班牛服务大厅统一管理 ", -1),
|
|
17837
17840
|
y("a", {
|
|
17838
17841
|
class: "w-color-blue",
|
|
@@ -17858,7 +17861,7 @@ function ty(r, l, s, h, u, d) {
|
|
|
17858
17861
|
label: "手淘"
|
|
17859
17862
|
}, {
|
|
17860
17863
|
default: F(() => [
|
|
17861
|
-
y("div",
|
|
17864
|
+
y("div", Kv, [
|
|
17862
17865
|
l[15] || (l[15] = y("span", { class: "bnUIcon bnUIcon-tb w-color-orange w-font24 w-margin-right5" }, null, -1)),
|
|
17863
17866
|
B(D, {
|
|
17864
17867
|
modelValue: u.postData.seller,
|
|
@@ -17881,7 +17884,7 @@ function ty(r, l, s, h, u, d) {
|
|
|
17881
17884
|
label: "抖音"
|
|
17882
17885
|
}, {
|
|
17883
17886
|
default: F(() => [
|
|
17884
|
-
y("div",
|
|
17887
|
+
y("div", Gv, [
|
|
17885
17888
|
l[16] || (l[16] = y("span", { class: "bnUIcon bnUIcon-dy w-color-black3 w-font24 w-margin-right5" }, null, -1)),
|
|
17886
17889
|
B(D, {
|
|
17887
17890
|
modelValue: u.postData.seller,
|
|
@@ -17905,7 +17908,7 @@ function ty(r, l, s, h, u, d) {
|
|
|
17905
17908
|
label: "京东POP"
|
|
17906
17909
|
}, {
|
|
17907
17910
|
default: F(() => [
|
|
17908
|
-
y("div",
|
|
17911
|
+
y("div", qv, [
|
|
17909
17912
|
l[17] || (l[17] = y("span", {
|
|
17910
17913
|
class: "bnUIcon bnUIcon-jd w-font24 w-margin-right5",
|
|
17911
17914
|
style: { color: "red" }
|
|
@@ -17932,7 +17935,7 @@ function ty(r, l, s, h, u, d) {
|
|
|
17932
17935
|
label: "京东自营"
|
|
17933
17936
|
}, {
|
|
17934
17937
|
default: F(() => [
|
|
17935
|
-
y("div",
|
|
17938
|
+
y("div", Jv, [
|
|
17936
17939
|
l[18] || (l[18] = y("span", {
|
|
17937
17940
|
class: "bnUIcon bnUIcon-jd w-margin-right5 w-font24",
|
|
17938
17941
|
style: { color: "red" }
|
|
@@ -17963,9 +17966,9 @@ function ty(r, l, s, h, u, d) {
|
|
|
17963
17966
|
value: this.url.endDate
|
|
17964
17967
|
}, {
|
|
17965
17968
|
title: F(() => [
|
|
17966
|
-
y("div",
|
|
17969
|
+
y("div", Yv, [
|
|
17967
17970
|
l[19] || (l[19] = Z(" 短链到期时间:", -1)),
|
|
17968
|
-
y("span",
|
|
17971
|
+
y("span", Xv, K(d.formatDate(u.url.endDate)), 1),
|
|
17969
17972
|
y("span", {
|
|
17970
17973
|
class: "w-color-blue w-margin-left5 w-cursor-pointer",
|
|
17971
17974
|
onClick: l[6] || (l[6] = (...fe) => d.updateShortUrl && d.updateShortUrl(...fe))
|
|
@@ -17984,7 +17987,7 @@ function ty(r, l, s, h, u, d) {
|
|
|
17984
17987
|
_: 1
|
|
17985
17988
|
})
|
|
17986
17989
|
]),
|
|
17987
|
-
y("div",
|
|
17990
|
+
y("div", Qv, [
|
|
17988
17991
|
l[22] || (l[22] = y("div", { class: "w-padding-bottom10" }, "网页端", -1)),
|
|
17989
17992
|
B(Y, {
|
|
17990
17993
|
url: u.url.pc
|
|
@@ -17994,13 +17997,13 @@ function ty(r, l, s, h, u, d) {
|
|
|
17994
17997
|
url: u.url.mb
|
|
17995
17998
|
}, null, 8, ["url"]),
|
|
17996
17999
|
u.postData.seller ? (w(), P(oe, { key: 0 }, [
|
|
17997
|
-
u.url.long ? (w(), P("div",
|
|
18000
|
+
u.url.long ? (w(), P("div", Zv, [
|
|
17998
18001
|
l[20] || (l[20] = y("div", { class: "w-padding-tb10" }, "平台长连接", -1)),
|
|
17999
18002
|
B(Y, {
|
|
18000
18003
|
url: u.url.long
|
|
18001
18004
|
}, null, 8, ["url"])
|
|
18002
18005
|
])) : R("", !0),
|
|
18003
|
-
u.url.short ? (w(), P("div",
|
|
18006
|
+
u.url.short ? (w(), P("div", $v, [
|
|
18004
18007
|
l[21] || (l[21] = y("div", { class: "w-padding-tb10" }, "平台短链接", -1)),
|
|
18005
18008
|
B(Y, {
|
|
18006
18009
|
url: u.url.short
|
|
@@ -18015,7 +18018,7 @@ function ty(r, l, s, h, u, d) {
|
|
|
18015
18018
|
_: 1
|
|
18016
18019
|
}, 8, ["modelValue"]);
|
|
18017
18020
|
}
|
|
18018
|
-
const
|
|
18021
|
+
const ty = /* @__PURE__ */ re(Av, [["render", ey], ["__scopeId", "data-v-cc5c9505"]]), iy = {
|
|
18019
18022
|
name: "WorksheetCopy",
|
|
18020
18023
|
data() {
|
|
18021
18024
|
return {
|
|
@@ -18065,10 +18068,10 @@ const iy = /* @__PURE__ */ re(Rv, [["render", ty], ["__scopeId", "data-v-cc5c950
|
|
|
18065
18068
|
}
|
|
18066
18069
|
}
|
|
18067
18070
|
};
|
|
18068
|
-
function
|
|
18071
|
+
function ny(r, l, s, h, u, d) {
|
|
18069
18072
|
return Pe((w(), P("div", {
|
|
18070
18073
|
class: "worksheetCopy",
|
|
18071
|
-
style:
|
|
18074
|
+
style: vt(u.style),
|
|
18072
18075
|
onMouseover: l[0] || (l[0] = (...v) => d.onMouseEvent && d.onMouseEvent(...v)),
|
|
18073
18076
|
onMouseleave: l[1] || (l[1] = (...v) => d.onMouseEvent && d.onMouseEvent(...v)),
|
|
18074
18077
|
onClick: l[2] || (l[2] = _n((...v) => d.copyText && d.copyText(...v), ["stop"]))
|
|
@@ -18076,9 +18079,9 @@ function ly(r, l, s, h, u, d) {
|
|
|
18076
18079
|
[at, u.visiable || u.isMouseIn]
|
|
18077
18080
|
]);
|
|
18078
18081
|
}
|
|
18079
|
-
const
|
|
18082
|
+
const ly = /* @__PURE__ */ re(iy, [["render", ny], ["__scopeId", "data-v-f14719c4"]]), ry = {
|
|
18080
18083
|
name: "showChildTable",
|
|
18081
|
-
components: { tableCellCopy:
|
|
18084
|
+
components: { tableCellCopy: ly },
|
|
18082
18085
|
props: {
|
|
18083
18086
|
columns: Array,
|
|
18084
18087
|
maxHeight: {
|
|
@@ -18105,7 +18108,7 @@ const ry = /* @__PURE__ */ re(ny, [["render", ly], ["__scopeId", "data-v-f14719c
|
|
|
18105
18108
|
}
|
|
18106
18109
|
}
|
|
18107
18110
|
};
|
|
18108
|
-
function
|
|
18111
|
+
function oy(r, l, s, h, u, d) {
|
|
18109
18112
|
const v = O("tableCellCopy"), k = O("vxe-column"), x = O("BnFileView"), b = O("vxe-table");
|
|
18110
18113
|
return w(), P(oe, null, [
|
|
18111
18114
|
B(v, { ref: "childTableCopy" }, null, 512),
|
|
@@ -18155,7 +18158,7 @@ function sy(r, l, s, h, u, d) {
|
|
|
18155
18158
|
}, 8, ["onCellMouseenter", "onCellMouseleave", "data", "max-height"])
|
|
18156
18159
|
], 64);
|
|
18157
18160
|
}
|
|
18158
|
-
const
|
|
18161
|
+
const sy = /* @__PURE__ */ re(ry, [["render", oy]]), ay = {
|
|
18159
18162
|
name: "showTimeLine",
|
|
18160
18163
|
props: {
|
|
18161
18164
|
columns: Array,
|
|
@@ -18188,13 +18191,13 @@ const ay = /* @__PURE__ */ re(oy, [["render", sy]]), uy = {
|
|
|
18188
18191
|
return r ? r.length > 50 : !1;
|
|
18189
18192
|
}
|
|
18190
18193
|
}
|
|
18191
|
-
},
|
|
18194
|
+
}, 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 = {
|
|
18192
18195
|
key: 0,
|
|
18193
18196
|
class: "w-text-center"
|
|
18194
18197
|
};
|
|
18195
|
-
function
|
|
18198
|
+
function gy(r, l, s, h, u, d) {
|
|
18196
18199
|
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");
|
|
18197
|
-
return w(), P("div",
|
|
18200
|
+
return w(), P("div", uy, [
|
|
18198
18201
|
B(J, { style: { "max-width": "800px" } }, {
|
|
18199
18202
|
default: F(() => [
|
|
18200
18203
|
(w(!0), P(oe, null, Ce(d.displayData, (Y, _e) => (w(), H(M, {
|
|
@@ -18215,7 +18218,7 @@ function vy(r, l, s, h, u, d) {
|
|
|
18215
18218
|
class: "showTimeLine-box"
|
|
18216
18219
|
}, {
|
|
18217
18220
|
default: F(() => [
|
|
18218
|
-
y("div",
|
|
18221
|
+
y("div", dy, K(he.name) + ":", 1),
|
|
18219
18222
|
B(v, {
|
|
18220
18223
|
content: Y[he.columnCode],
|
|
18221
18224
|
placement: "top-end",
|
|
@@ -18250,8 +18253,8 @@ function vy(r, l, s, h, u, d) {
|
|
|
18250
18253
|
class: "showTimeLine-box"
|
|
18251
18254
|
}, {
|
|
18252
18255
|
default: F(() => [
|
|
18253
|
-
y("div",
|
|
18254
|
-
y("div",
|
|
18256
|
+
y("div", cy, K(he.name) + ":", 1),
|
|
18257
|
+
y("div", fy, [
|
|
18255
18258
|
B(b, {
|
|
18256
18259
|
"file-list": Y.inside[he.columnCode],
|
|
18257
18260
|
"is-mini": !0,
|
|
@@ -18278,10 +18281,10 @@ function vy(r, l, s, h, u, d) {
|
|
|
18278
18281
|
class: "showTimeLine-box"
|
|
18279
18282
|
}, {
|
|
18280
18283
|
default: F(() => [
|
|
18281
|
-
y("div",
|
|
18284
|
+
y("div", hy, K(he.name) + ":", 1),
|
|
18282
18285
|
y("div", {
|
|
18283
18286
|
innerHTML: Y[he.columnCode]
|
|
18284
|
-
}, null, 8,
|
|
18287
|
+
}, null, 8, py)
|
|
18285
18288
|
]),
|
|
18286
18289
|
_: 2
|
|
18287
18290
|
}, 1024)) : R("", !0)
|
|
@@ -18298,7 +18301,7 @@ function vy(r, l, s, h, u, d) {
|
|
|
18298
18301
|
]),
|
|
18299
18302
|
_: 1
|
|
18300
18303
|
}),
|
|
18301
|
-
s.tableData.length > 3 ? (w(), P("div",
|
|
18304
|
+
s.tableData.length > 3 ? (w(), P("div", my, [
|
|
18302
18305
|
B(A, {
|
|
18303
18306
|
type: "primary",
|
|
18304
18307
|
onClick: d.toggleExpand,
|
|
@@ -18312,9 +18315,9 @@ function vy(r, l, s, h, u, d) {
|
|
|
18312
18315
|
])) : R("", !0)
|
|
18313
18316
|
]);
|
|
18314
18317
|
}
|
|
18315
|
-
const
|
|
18318
|
+
const vy = /* @__PURE__ */ re(ay, [["render", gy], ["__scopeId", "data-v-11a3fde7"]]), yy = {
|
|
18316
18319
|
name: "showSubFormDetail",
|
|
18317
|
-
components: { showChildTable:
|
|
18320
|
+
components: { showChildTable: sy, showTimeLine: vy },
|
|
18318
18321
|
props: {
|
|
18319
18322
|
column: Object,
|
|
18320
18323
|
row: Object,
|
|
@@ -18329,12 +18332,12 @@ const yy = /* @__PURE__ */ re(uy, [["render", vy], ["__scopeId", "data-v-11a3fde
|
|
|
18329
18332
|
};
|
|
18330
18333
|
},
|
|
18331
18334
|
created() {
|
|
18332
|
-
this.tableData =
|
|
18335
|
+
this.tableData = zp(this.column, this.row);
|
|
18333
18336
|
}
|
|
18334
|
-
},
|
|
18335
|
-
function
|
|
18337
|
+
}, by = { class: "showSubFormDetail" };
|
|
18338
|
+
function Cy(r, l, s, h, u, d) {
|
|
18336
18339
|
const v = O("showTimeLine"), k = O("showChildTable");
|
|
18337
|
-
return w(), P("div",
|
|
18340
|
+
return w(), P("div", by, [
|
|
18338
18341
|
s.column.columnCode == "serve_progress" || s.column.columnCode == "tracking_back" ? (w(), H(v, {
|
|
18339
18342
|
key: 0,
|
|
18340
18343
|
columns: s.column.moduleDefinition,
|
|
@@ -18347,7 +18350,7 @@ function wy(r, l, s, h, u, d) {
|
|
|
18347
18350
|
}, null, 8, ["columns", "tableData", "maxHeight"]))
|
|
18348
18351
|
]);
|
|
18349
18352
|
}
|
|
18350
|
-
const
|
|
18353
|
+
const wy = /* @__PURE__ */ re(yy, [["render", Cy], ["__scopeId", "data-v-854a53bc"]]), ky = {
|
|
18351
18354
|
name: "orderLogs",
|
|
18352
18355
|
props: {
|
|
18353
18356
|
tableInfo: {},
|
|
@@ -18377,10 +18380,10 @@ const ky = /* @__PURE__ */ re(by, [["render", wy], ["__scopeId", "data-v-854a53b
|
|
|
18377
18380
|
return this.filterUsers.length > 0 ? this.taskLog.filter((r) => this.filterUsers.includes(String(r.ownerId))) : this.taskLog;
|
|
18378
18381
|
}
|
|
18379
18382
|
}
|
|
18380
|
-
},
|
|
18381
|
-
function
|
|
18383
|
+
}, xy = { class: "w-padding-tb10" }, _y = ["title"];
|
|
18384
|
+
function Sy(r, l, s, h, u, d) {
|
|
18382
18385
|
const v = O("BnEmptyTip"), k = O("el-card"), x = O("el-timeline-item"), b = O("el-timeline");
|
|
18383
|
-
return w(), P("div",
|
|
18386
|
+
return w(), P("div", xy, [
|
|
18384
18387
|
d.logList.length ? R("", !0) : (w(), H(v, { key: 0 })),
|
|
18385
18388
|
B(b, null, {
|
|
18386
18389
|
default: F(() => [
|
|
@@ -18396,7 +18399,7 @@ function Iy(r, l, s, h, u, d) {
|
|
|
18396
18399
|
y("div", {
|
|
18397
18400
|
class: "w-text-over-two w-color-black6 w-font13",
|
|
18398
18401
|
title: D.content
|
|
18399
|
-
}, K(D.content), 9,
|
|
18402
|
+
}, K(D.content), 9, _y)
|
|
18400
18403
|
]),
|
|
18401
18404
|
_: 2
|
|
18402
18405
|
}, 1024)
|
|
@@ -18408,7 +18411,7 @@ function Iy(r, l, s, h, u, d) {
|
|
|
18408
18411
|
})
|
|
18409
18412
|
]);
|
|
18410
18413
|
}
|
|
18411
|
-
const
|
|
18414
|
+
const Iy = /* @__PURE__ */ re(ky, [["render", Sy]]), Dy = {
|
|
18412
18415
|
name: "searchLogByUser",
|
|
18413
18416
|
props: {
|
|
18414
18417
|
modelValue: {
|
|
@@ -18471,11 +18474,11 @@ const Dy = /* @__PURE__ */ re(xy, [["render", Iy]]), Ty = {
|
|
|
18471
18474
|
this.val = [], this.$emit("update:modelValue", ye(this.val));
|
|
18472
18475
|
}
|
|
18473
18476
|
}
|
|
18474
|
-
},
|
|
18477
|
+
}, Ty = {
|
|
18475
18478
|
key: 0,
|
|
18476
18479
|
class: "w-color-gray"
|
|
18477
|
-
},
|
|
18478
|
-
function
|
|
18480
|
+
}, Ly = { class: "w-text-right w-padding-lr10 w-padding-tb4" };
|
|
18481
|
+
function Fy(r, l, s, h, u, d) {
|
|
18479
18482
|
const v = O("el-button"), k = O("BnDrop");
|
|
18480
18483
|
return w(), H(k, {
|
|
18481
18484
|
ref: "bnDrop",
|
|
@@ -18492,7 +18495,7 @@ function Oy(r, l, s, h, u, d) {
|
|
|
18492
18495
|
pageProps: { pageNum: "pageNo", pageSize: "pageSize" }
|
|
18493
18496
|
}, {
|
|
18494
18497
|
"dropdown-bottom": F(() => [
|
|
18495
|
-
y("div",
|
|
18498
|
+
y("div", Ly, [
|
|
18496
18499
|
u.val.length ? (w(), H(v, {
|
|
18497
18500
|
key: 0,
|
|
18498
18501
|
link: "",
|
|
@@ -18535,7 +18538,7 @@ function Oy(r, l, s, h, u, d) {
|
|
|
18535
18538
|
y("span", { class: "bnUIcon bnUIcon-search" }),
|
|
18536
18539
|
Z(" 筛选")
|
|
18537
18540
|
], -1)),
|
|
18538
|
-
s.modelValue.length ? (w(), P("span",
|
|
18541
|
+
s.modelValue.length ? (w(), P("span", Ty, "(已选" + K(s.modelValue.length) + "人)", 1)) : R("", !0),
|
|
18539
18542
|
s.modelValue.length ? (w(), P("span", {
|
|
18540
18543
|
key: 1,
|
|
18541
18544
|
class: "bnUIcon bnUIcon-clear filter-btn-icon w-color-red w-margin-left4",
|
|
@@ -18549,9 +18552,9 @@ function Oy(r, l, s, h, u, d) {
|
|
|
18549
18552
|
_: 3
|
|
18550
18553
|
}, 8, ["postData", "postFunc", "options", "modelValue"]);
|
|
18551
18554
|
}
|
|
18552
|
-
const
|
|
18555
|
+
const Oy = /* @__PURE__ */ re(Dy, [["render", Fy], ["__scopeId", "data-v-d541a9f6"]]), Py = {
|
|
18553
18556
|
name: "BnOrderDetail",
|
|
18554
|
-
components: { showSubForm:
|
|
18557
|
+
components: { showSubForm: wy, orderLogs: Iy, filterLogByUser: Oy },
|
|
18555
18558
|
props: {
|
|
18556
18559
|
// 表信息
|
|
18557
18560
|
tableInfo: Object,
|
|
@@ -18608,7 +18611,7 @@ const Py = /* @__PURE__ */ re(Ty, [["render", Oy], ["__scopeId", "data-v-d541a9f
|
|
|
18608
18611
|
};
|
|
18609
18612
|
},
|
|
18610
18613
|
methods: {
|
|
18611
|
-
isEmpty:
|
|
18614
|
+
isEmpty: yt,
|
|
18612
18615
|
/**
|
|
18613
18616
|
* 打开编辑弹框
|
|
18614
18617
|
* */
|
|
@@ -18633,7 +18636,7 @@ const Py = /* @__PURE__ */ re(Ty, [["render", Oy], ["__scopeId", "data-v-d541a9f
|
|
|
18633
18636
|
* */
|
|
18634
18637
|
async getTableInfo() {
|
|
18635
18638
|
let r = await this.postFunc(`/biztable/definition/table?tableCode=${this.tableInfo.tableCode}&columns=1`, null, "get");
|
|
18636
|
-
r.code || (this.components =
|
|
18639
|
+
r.code || (this.components = Up(r.data.columns, r.data.appId, r.data.tableId));
|
|
18637
18640
|
},
|
|
18638
18641
|
/**
|
|
18639
18642
|
* 查询工单详情
|
|
@@ -18668,29 +18671,29 @@ const Py = /* @__PURE__ */ re(Ty, [["render", Oy], ["__scopeId", "data-v-d541a9f
|
|
|
18668
18671
|
l.value = r, document.body.appendChild(l), l.select(), document.execCommand("copy"), document.body.removeChild(l), this.$message.success("复制成功");
|
|
18669
18672
|
}
|
|
18670
18673
|
}
|
|
18671
|
-
},
|
|
18674
|
+
}, 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 = {
|
|
18672
18675
|
key: 0,
|
|
18673
18676
|
class: "BnOrderDetail-item"
|
|
18674
|
-
},
|
|
18677
|
+
}, Ay = { class: "BnOrderDetail-item-header" }, Ry = {
|
|
18675
18678
|
key: 0,
|
|
18676
18679
|
class: "w-margin-top4"
|
|
18677
|
-
},
|
|
18680
|
+
}, Uy = {
|
|
18678
18681
|
key: 0,
|
|
18679
18682
|
class: "BnOrderDetail-item-content"
|
|
18680
|
-
},
|
|
18683
|
+
}, zy = {
|
|
18681
18684
|
key: 0,
|
|
18682
18685
|
class: "BnOrderDetail-item-content-text"
|
|
18683
|
-
},
|
|
18686
|
+
}, Hy = ["onClick"], Wy = {
|
|
18684
18687
|
key: 1,
|
|
18685
18688
|
class: "BnOrderDetail-item-content-sub"
|
|
18686
|
-
},
|
|
18689
|
+
}, jy = {
|
|
18687
18690
|
key: 2,
|
|
18688
18691
|
class: "BnOrderDetail-item-content-sub"
|
|
18689
|
-
},
|
|
18692
|
+
}, Ky = { class: "BnOrderDetail-main-other" }, Gy = {
|
|
18690
18693
|
class: "w-flex-center w-flex-between",
|
|
18691
18694
|
style: { background: "#fff" }
|
|
18692
18695
|
};
|
|
18693
|
-
function
|
|
18696
|
+
function qy(r, l, s, h, u, d) {
|
|
18694
18697
|
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");
|
|
18695
18698
|
return u.show ? (w(), P("div", {
|
|
18696
18699
|
key: 0,
|
|
@@ -18703,13 +18706,13 @@ function Jy(r, l, s, h, u, d) {
|
|
|
18703
18706
|
onClick: l[6] || (l[6] = _n(() => {
|
|
18704
18707
|
}, ["stop"]))
|
|
18705
18708
|
}, [
|
|
18706
|
-
y("div",
|
|
18709
|
+
y("div", By, [
|
|
18707
18710
|
xt(r.$slots, "top", {
|
|
18708
18711
|
taskDetail: u.taskDetail,
|
|
18709
18712
|
components: d.componentList,
|
|
18710
18713
|
id: u.id
|
|
18711
18714
|
}, void 0, !0),
|
|
18712
|
-
y("div",
|
|
18715
|
+
y("div", My, [
|
|
18713
18716
|
(w(!0), P(oe, null, Ce(s.operateList, (ae) => (w(), H(v, {
|
|
18714
18717
|
plain: "",
|
|
18715
18718
|
size: "small",
|
|
@@ -18750,42 +18753,42 @@ function Jy(r, l, s, h, u, d) {
|
|
|
18750
18753
|
})
|
|
18751
18754
|
])
|
|
18752
18755
|
]),
|
|
18753
|
-
Pe((w(), P("div",
|
|
18754
|
-
y("div",
|
|
18756
|
+
Pe((w(), P("div", Ny, [
|
|
18757
|
+
y("div", Ey, [
|
|
18755
18758
|
u.taskDetail.id ? R("", !0) : (w(), H(x, { key: 0 })),
|
|
18756
18759
|
(w(!0), P(oe, null, Ce(d.componentList, (ae, ge) => {
|
|
18757
18760
|
var De;
|
|
18758
18761
|
return w(), P(oe, { key: ge }, [
|
|
18759
|
-
u.showEmpty || !d.isEmpty(u.taskDetail[ae.columnCode]) ? (w(), P("div",
|
|
18760
|
-
y("div",
|
|
18762
|
+
u.showEmpty || !d.isEmpty(u.taskDetail[ae.columnCode]) ? (w(), P("div", Vy, [
|
|
18763
|
+
y("div", Ay, [
|
|
18761
18764
|
Z(K(ae.name) + " ", 1),
|
|
18762
|
-
(De = ae.style) != null && De.detailIcon ? (w(), P("div",
|
|
18765
|
+
(De = ae.style) != null && De.detailIcon ? (w(), P("div", Ry, [...l[8] || (l[8] = [
|
|
18763
18766
|
y("img", {
|
|
18764
18767
|
style: { width: "72px", height: "16px" },
|
|
18765
18768
|
src: "https://banniu-work.oss-cn-zhangjiakou.aliyuncs.com/125_10030158_10c0871f0e3550f1297a850a1a9ecabd.jpg"
|
|
18766
18769
|
}, null, -1)
|
|
18767
18770
|
])])) : R("", !0)
|
|
18768
18771
|
]),
|
|
18769
|
-
d.isEmpty(u.taskDetail[ae.columnCode]) ? R("", !0) : (w(), P("div",
|
|
18772
|
+
d.isEmpty(u.taskDetail[ae.columnCode]) ? R("", !0) : (w(), P("div", Uy, [
|
|
18770
18773
|
xt(r.$slots, "columnDetail_" + ae.columnCode, {
|
|
18771
18774
|
item: ae,
|
|
18772
18775
|
value: u.taskDetail[ae.columnCode],
|
|
18773
18776
|
row: u.taskDetail
|
|
18774
18777
|
}, () => [
|
|
18775
|
-
ae.behaviorType != 13 && ae.behaviorType != 10 ? (w(), P("div",
|
|
18778
|
+
ae.behaviorType != 13 && ae.behaviorType != 10 ? (w(), P("div", zy, [
|
|
18776
18779
|
Z(K(u.taskDetail[ae.columnCode]) + " ", 1),
|
|
18777
18780
|
y("span", {
|
|
18778
18781
|
class: "w-color-blue w-cursor-pointer",
|
|
18779
18782
|
onClick: (je) => d.copyVal(u.taskDetail[ae.columnCode])
|
|
18780
|
-
}, "复制", 8,
|
|
18781
|
-
])) : ae.behaviorType == 10 ? (w(), P("div",
|
|
18783
|
+
}, "复制", 8, Hy)
|
|
18784
|
+
])) : ae.behaviorType == 10 ? (w(), P("div", Wy, [
|
|
18782
18785
|
B(b, {
|
|
18783
18786
|
"file-list": u.taskDetail.inside[ae.columnCode],
|
|
18784
18787
|
"is-mini": !0,
|
|
18785
18788
|
"no-warp": !0,
|
|
18786
18789
|
width: "50px"
|
|
18787
18790
|
}, null, 8, ["file-list"])
|
|
18788
|
-
])) : ae.behaviorType == 13 ? (w(), P("div",
|
|
18791
|
+
])) : ae.behaviorType == 13 ? (w(), P("div", jy, [
|
|
18789
18792
|
B(D, {
|
|
18790
18793
|
column: ae,
|
|
18791
18794
|
row: u.taskDetail,
|
|
@@ -18803,13 +18806,13 @@ function Jy(r, l, s, h, u, d) {
|
|
|
18803
18806
|
extendPost: { tid: u.taskDetail.tid, taskId: u.id, appId: s.tableInfo.appId, projectId: s.tableInfo.tableId }
|
|
18804
18807
|
}, null, 8, ["postFunc", "extendPost"])) : R("", !0)
|
|
18805
18808
|
]),
|
|
18806
|
-
y("div",
|
|
18809
|
+
y("div", Ky, [
|
|
18807
18810
|
B(_e, {
|
|
18808
18811
|
target: ".BnOrderDetail-main-other",
|
|
18809
18812
|
offset: 30
|
|
18810
18813
|
}, {
|
|
18811
18814
|
default: F(() => [
|
|
18812
|
-
y("div",
|
|
18815
|
+
y("div", Gy, [
|
|
18813
18816
|
B(A, {
|
|
18814
18817
|
modelValue: u.defaultTab,
|
|
18815
18818
|
"onUpdate:modelValue": l[4] || (l[4] = (ae) => u.defaultTab = ae),
|
|
@@ -18861,7 +18864,7 @@ function Jy(r, l, s, h, u, d) {
|
|
|
18861
18864
|
])
|
|
18862
18865
|
])) : R("", !0);
|
|
18863
18866
|
}
|
|
18864
|
-
const
|
|
18867
|
+
const Jy = /* @__PURE__ */ re(Py, [["render", qy], ["__scopeId", "data-v-27796a33"]]), kn = {
|
|
18865
18868
|
no: {
|
|
18866
18869
|
url: "https://banniu-work.oss-cn-zhangjiakou.aliyuncs.com/125_110527787_41d59fbd8671cfd9a5d2449ccdbfa03f.png",
|
|
18867
18870
|
tip: "呀~没有内容呢~",
|
|
@@ -18886,7 +18889,7 @@ const Yy = /* @__PURE__ */ re(By, [["render", Jy], ["__scopeId", "data-v-27796a3
|
|
|
18886
18889
|
width: 0.8,
|
|
18887
18890
|
height: 0.8
|
|
18888
18891
|
}
|
|
18889
|
-
},
|
|
18892
|
+
}, Yy = {
|
|
18890
18893
|
name: "BnEmptyTip",
|
|
18891
18894
|
props: {
|
|
18892
18895
|
url: {
|
|
@@ -18924,19 +18927,19 @@ const Yy = /* @__PURE__ */ re(By, [["render", Jy], ["__scopeId", "data-v-27796a3
|
|
|
18924
18927
|
};
|
|
18925
18928
|
}
|
|
18926
18929
|
}
|
|
18927
|
-
},
|
|
18928
|
-
function
|
|
18929
|
-
return w(), P("div",
|
|
18930
|
-
y("div",
|
|
18930
|
+
}, Xy = { class: "BnEmptyTip" }, Qy = { class: "BnEmptyTip-box" }, Zy = { class: "BnEmptyTip-text" };
|
|
18931
|
+
function $y(r, l, s, h, u, d) {
|
|
18932
|
+
return w(), P("div", Xy, [
|
|
18933
|
+
y("div", Qy, [
|
|
18931
18934
|
y("div", {
|
|
18932
18935
|
class: "BnEmptyTip-img",
|
|
18933
|
-
style:
|
|
18936
|
+
style: vt(d.boxStyle)
|
|
18934
18937
|
}, null, 4),
|
|
18935
|
-
y("div",
|
|
18938
|
+
y("div", Zy, K(d.displayTip), 1)
|
|
18936
18939
|
])
|
|
18937
18940
|
]);
|
|
18938
18941
|
}
|
|
18939
|
-
const
|
|
18942
|
+
const eb = /* @__PURE__ */ re(Yy, [["render", $y], ["__scopeId", "data-v-eba7ecc5"]]), tb = {
|
|
18940
18943
|
name: "BnWebLog",
|
|
18941
18944
|
data() {
|
|
18942
18945
|
return {
|
|
@@ -18988,11 +18991,11 @@ const tb = /* @__PURE__ */ re(Xy, [["render", eb], ["__scopeId", "data-v-eba7ecc
|
|
|
18988
18991
|
return `${r}:${r == 0 || r == 1 ? "成功" : "失败"}`;
|
|
18989
18992
|
}
|
|
18990
18993
|
}
|
|
18991
|
-
},
|
|
18994
|
+
}, 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 = {
|
|
18992
18995
|
key: 2,
|
|
18993
18996
|
class: "w-text-over"
|
|
18994
|
-
},
|
|
18995
|
-
function
|
|
18997
|
+
}, 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 };
|
|
18998
|
+
function kb(r, l, s, h, u, d) {
|
|
18996
18999
|
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");
|
|
18997
19000
|
return w(), P("div", null, [
|
|
18998
19001
|
B(D, {
|
|
@@ -19005,8 +19008,8 @@ function xb(r, l, s, h, u, d) {
|
|
|
19005
19008
|
"destroy-on-close": ""
|
|
19006
19009
|
}, {
|
|
19007
19010
|
default: F(() => [
|
|
19008
|
-
Pe((w(), P("div",
|
|
19009
|
-
y("div",
|
|
19011
|
+
Pe((w(), P("div", ib, [
|
|
19012
|
+
y("div", nb, [
|
|
19010
19013
|
B(v, {
|
|
19011
19014
|
link: "",
|
|
19012
19015
|
onClick: l[0] || (l[0] = (A) => d.copyText(u.dataList)),
|
|
@@ -19018,7 +19021,7 @@ function xb(r, l, s, h, u, d) {
|
|
|
19018
19021
|
_: 1
|
|
19019
19022
|
})
|
|
19020
19023
|
]),
|
|
19021
|
-
y("div",
|
|
19024
|
+
y("div", lb, [
|
|
19022
19025
|
B(x, {
|
|
19023
19026
|
height: "100%",
|
|
19024
19027
|
"row-id": "id",
|
|
@@ -19049,7 +19052,7 @@ function xb(r, l, s, h, u, d) {
|
|
|
19049
19052
|
_: 1
|
|
19050
19053
|
}, 8, ["loading", "data"])
|
|
19051
19054
|
]),
|
|
19052
|
-
y("div",
|
|
19055
|
+
y("div", rb, [
|
|
19053
19056
|
B(b, {
|
|
19054
19057
|
"current-page": u.currentPage,
|
|
19055
19058
|
"onUpdate:currentPage": l[1] || (l[1] = (A) => u.currentPage = A),
|
|
@@ -19066,10 +19069,10 @@ function xb(r, l, s, h, u, d) {
|
|
|
19066
19069
|
]),
|
|
19067
19070
|
_: 1
|
|
19068
19071
|
}, 8, ["modelValue"]),
|
|
19069
|
-
Pe(y("div",
|
|
19072
|
+
Pe(y("div", ob, [
|
|
19070
19073
|
B(M, { class: "BnWebLog-card" }, {
|
|
19071
19074
|
default: F(() => [
|
|
19072
|
-
y("div",
|
|
19075
|
+
y("div", sb, [
|
|
19073
19076
|
B(v, {
|
|
19074
19077
|
type: "primary",
|
|
19075
19078
|
link: "",
|
|
@@ -19091,20 +19094,20 @@ function xb(r, l, s, h, u, d) {
|
|
|
19091
19094
|
_: 1
|
|
19092
19095
|
})
|
|
19093
19096
|
]),
|
|
19094
|
-
y("div",
|
|
19095
|
-
u.sessionInfo.userName ? (w(), P("div",
|
|
19096
|
-
u.sessionInfo.userId ? (w(), P("div",
|
|
19097
|
-
u.sessionInfo.companyName ? (w(), P("div",
|
|
19098
|
-
u.sessionInfo.companyId ? (w(), P("div",
|
|
19099
|
-
u.sessionInfo.tableCode ? (w(), P("div",
|
|
19100
|
-
u.sessionInfo.appId ? (w(), P("div",
|
|
19101
|
-
u.sessionInfo.tableId ? (w(), P("div",
|
|
19102
|
-
u.sessionInfo.taskId ? (w(), P("div",
|
|
19103
|
-
u.sessionInfo.workflowId ? (w(), P("div",
|
|
19104
|
-
u.sessionInfo.instanceId ? (w(), P("div",
|
|
19105
|
-
u.sessionInfo.workFlowNodeId ? (w(), P("div",
|
|
19106
|
-
u.sessionInfo.processCode ? (w(), P("div",
|
|
19107
|
-
u.sessionInfo.url ? (w(), P("div",
|
|
19097
|
+
y("div", ab, [
|
|
19098
|
+
u.sessionInfo.userName ? (w(), P("div", ub, "用户名:" + K(u.sessionInfo.userName), 1)) : R("", !0),
|
|
19099
|
+
u.sessionInfo.userId ? (w(), P("div", db, "用户id:" + K(u.sessionInfo.userId), 1)) : R("", !0),
|
|
19100
|
+
u.sessionInfo.companyName ? (w(), P("div", cb, "公司名称:" + K(u.sessionInfo.companyName), 1)) : R("", !0),
|
|
19101
|
+
u.sessionInfo.companyId ? (w(), P("div", fb, "公司id:" + K(u.sessionInfo.companyId), 1)) : R("", !0),
|
|
19102
|
+
u.sessionInfo.tableCode ? (w(), P("div", hb, "表code:" + K(u.sessionInfo.tableCode), 1)) : R("", !0),
|
|
19103
|
+
u.sessionInfo.appId ? (w(), P("div", pb, "小程序id:" + K(u.sessionInfo.appId), 1)) : R("", !0),
|
|
19104
|
+
u.sessionInfo.tableId ? (w(), P("div", mb, "工作表id:" + K(u.sessionInfo.tableId), 1)) : R("", !0),
|
|
19105
|
+
u.sessionInfo.taskId ? (w(), P("div", gb, "任务id:" + K(u.sessionInfo.taskId), 1)) : R("", !0),
|
|
19106
|
+
u.sessionInfo.workflowId ? (w(), P("div", vb, "流程模板id:" + K(u.sessionInfo.workflowId), 1)) : R("", !0),
|
|
19107
|
+
u.sessionInfo.instanceId ? (w(), P("div", yb, "流程实例id:" + K(u.sessionInfo.instanceId), 1)) : R("", !0),
|
|
19108
|
+
u.sessionInfo.workFlowNodeId ? (w(), P("div", bb, "流程节点id:" + K(u.sessionInfo.workFlowNodeId), 1)) : R("", !0),
|
|
19109
|
+
u.sessionInfo.processCode ? (w(), P("div", Cb, "流程节点code:" + K(u.sessionInfo.processCode), 1)) : R("", !0),
|
|
19110
|
+
u.sessionInfo.url ? (w(), P("div", wb, "工作表i地址:" + K(u.sessionInfo.url), 1)) : R("", !0)
|
|
19108
19111
|
])
|
|
19109
19112
|
]),
|
|
19110
19113
|
_: 1
|
|
@@ -19114,71 +19117,71 @@ function xb(r, l, s, h, u, d) {
|
|
|
19114
19117
|
])
|
|
19115
19118
|
]);
|
|
19116
19119
|
}
|
|
19117
|
-
const
|
|
19120
|
+
const xb = /* @__PURE__ */ re(tb, [["render", kb], ["__scopeId", "data-v-8d25baf6"]]), _b = ce(() => import("./index-DzQjaKyk.js")), Sb = ce(() => import("./index-xgMJAqFY.js")), Ib = ce(() => import("./index-0ZiGvvrd.js")), Db = ce(() => import("./index-B-eQJxPQ.js")), Tb = ce(() => import("./index-BwGM0VB5.js")), Lb = ce(() => import("./index-Yg5dIuIh.js")), Fb = ce(() => import("./index-CJZuAn6W.js")), Ob = ce(() => import("./index-BEPDkT_Y.js")), Pb = ce(() => import("./index-BoLYqzdJ.js")), Bb = ce(() => import("./chooseIPaasData-CeaZne60.js")), Mb = ce(() => import("./index-C_6yzcUK.js")), Nb = ce(() => import("./index-DVeDMyMn.js")), Eb = ce(() => import("./index-DzqCpn6T.js")), Vb = {
|
|
19118
19121
|
install: (r) => {
|
|
19119
|
-
r.component("BnAddress", Id), r.component("BnMenus",
|
|
19122
|
+
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);
|
|
19120
19123
|
}
|
|
19121
19124
|
};
|
|
19122
|
-
typeof window < "u" && window.Vue && window.Vue.use(
|
|
19125
|
+
typeof window < "u" && window.Vue && window.Vue.use(Vb);
|
|
19123
19126
|
export {
|
|
19124
|
-
|
|
19125
|
-
|
|
19127
|
+
Jb as $,
|
|
19128
|
+
Mf as A,
|
|
19126
19129
|
Id as B,
|
|
19127
|
-
|
|
19128
|
-
|
|
19129
|
-
|
|
19130
|
-
|
|
19131
|
-
|
|
19132
|
-
|
|
19133
|
-
|
|
19134
|
-
|
|
19135
|
-
|
|
19136
|
-
|
|
19137
|
-
|
|
19138
|
-
|
|
19139
|
-
|
|
19140
|
-
|
|
19141
|
-
|
|
19130
|
+
Jy as C,
|
|
19131
|
+
ty as D,
|
|
19132
|
+
Dh as E,
|
|
19133
|
+
Db as F,
|
|
19134
|
+
Nb as G,
|
|
19135
|
+
Fh as H,
|
|
19136
|
+
Eb as I,
|
|
19137
|
+
$d as J,
|
|
19138
|
+
Ib as K,
|
|
19139
|
+
gm as L,
|
|
19140
|
+
_b as M,
|
|
19141
|
+
ic as N,
|
|
19142
|
+
xb as O,
|
|
19143
|
+
Yb as P,
|
|
19144
|
+
Qm as Q,
|
|
19142
19145
|
ql as R,
|
|
19143
19146
|
$r as S,
|
|
19144
|
-
|
|
19145
|
-
|
|
19146
|
-
|
|
19147
|
-
|
|
19147
|
+
Hb as T,
|
|
19148
|
+
Rp as U,
|
|
19149
|
+
Up as V,
|
|
19150
|
+
Wb as W,
|
|
19148
19151
|
Yr as X,
|
|
19149
|
-
|
|
19150
|
-
|
|
19152
|
+
jb as Y,
|
|
19153
|
+
Ub as Z,
|
|
19151
19154
|
re as _,
|
|
19152
|
-
|
|
19155
|
+
Mb as a,
|
|
19153
19156
|
va as a0,
|
|
19154
|
-
|
|
19155
|
-
|
|
19156
|
-
|
|
19157
|
-
|
|
19158
|
-
|
|
19159
|
-
|
|
19160
|
-
|
|
19161
|
-
|
|
19162
|
-
|
|
19163
|
-
|
|
19164
|
-
|
|
19165
|
-
|
|
19166
|
-
|
|
19157
|
+
zb as a1,
|
|
19158
|
+
Gb as a2,
|
|
19159
|
+
qb as a3,
|
|
19160
|
+
Kb as a4,
|
|
19161
|
+
zp as a5,
|
|
19162
|
+
Uc as b,
|
|
19163
|
+
xm as c,
|
|
19164
|
+
Vb as d,
|
|
19165
|
+
ef as e,
|
|
19166
|
+
Tb as f,
|
|
19167
|
+
Pb as g,
|
|
19168
|
+
Bb as h,
|
|
19169
|
+
Bg as i,
|
|
19167
19170
|
Ca as j,
|
|
19168
|
-
|
|
19169
|
-
|
|
19170
|
-
|
|
19171
|
-
|
|
19172
|
-
|
|
19173
|
-
|
|
19174
|
-
|
|
19175
|
-
|
|
19176
|
-
|
|
19177
|
-
|
|
19178
|
-
|
|
19179
|
-
|
|
19180
|
-
|
|
19181
|
-
|
|
19182
|
-
|
|
19183
|
-
|
|
19171
|
+
jh as k,
|
|
19172
|
+
Fb as l,
|
|
19173
|
+
Lb as m,
|
|
19174
|
+
Xc as n,
|
|
19175
|
+
Xf as o,
|
|
19176
|
+
eb as p,
|
|
19177
|
+
Fv as q,
|
|
19178
|
+
Ob as r,
|
|
19179
|
+
Ch as s,
|
|
19180
|
+
jg as t,
|
|
19181
|
+
qc as u,
|
|
19182
|
+
Xm as v,
|
|
19183
|
+
ov as w,
|
|
19184
|
+
xh as x,
|
|
19185
|
+
jd as y,
|
|
19186
|
+
Sb as z
|
|
19184
19187
|
};
|