@bytenew/bn-bus-ui 1.1.440 → 1.1.441
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/README.md +637 -637
- package/common.scss +841 -841
- package/dist/{assocTableSearch-CnF-kNA7.js → assocTableSearch-D8Ci294n.js} +8 -8
- package/dist/assocTableSearch.css +1 -1
- package/dist/bn-bus-ui.es.js +14 -14
- package/dist/bn-bus-ui.umd.js +7 -7
- package/dist/{chooseIPaasData-C2YV2ILQ.js → chooseIPaasData-CrooXyTW.js} +28 -28
- package/dist/chooseIPaasData.css +1 -1
- package/dist/{defaultSet-DvUQPK6r.js → defaultSet-CYsMWcvX.js} +13 -13
- package/dist/defaultSet.css +1 -1
- package/dist/{formItemFooter-DSXy8237.js → formItemFooter-Df7zBn6M.js} +10 -10
- package/dist/formItemFooter.css +1 -1
- package/dist/{funcExprDialog-CU4KmWQe.js → funcExprDialog-BfD3QgPG.js} +9 -9
- package/dist/funcExprDialog.css +1 -1
- package/dist/{index-DYLslmRO.js → index--4bKSBV0.js} +6 -6
- package/dist/{index-ZSRKVdkt.js → index-5smoevq6.js} +4 -4
- package/dist/{index-BoV2IrxS.js → index-B-Ykor-n.js} +4 -4
- package/dist/{index-DcZkfujw.js → index-BP4QpadQ.js} +4 -4
- package/dist/{index-ePtsrfg4.js → index-Bbf59bn6.js} +7 -7
- package/dist/{index-A7EiZttF.js → index-BfE3Yobn.js} +3 -3
- package/dist/{index-kjSs8Bib.js → index-ByGj0xtB.js} +25 -25
- package/dist/{index-CKTxv1KM.js → index-C-b4365S.js} +4 -4
- package/dist/{index-D6oOy_Ig.js → index-C0lx0xnH.js} +9 -9
- package/dist/{index-D3b9GZCL.js → index-CebX5aQu.js} +5 -5
- package/dist/{index-Mmm3abAN.js → index-Cmz511L2.js} +8 -8
- package/dist/{index-wrtLdUPB.js → index-D50-6Ixm.js} +4 -4
- package/dist/{index-FTqgpn3t.js → index-DANae40I.js} +7 -7
- package/dist/{index-CG1uF4Zm.js → index-FTZc2Vec.js} +4 -4
- package/dist/{index-xq2oCwOC.js → index-IvmBCtZn.js} +4 -4
- package/dist/{index-aqFTtlLW.js → index-Zxd9RKF_.js} +7 -7
- package/dist/{index-BNtdAiN8.js → index-rCbv41Fa.js} +6 -6
- package/dist/index.css +1 -1
- package/dist/index2.css +1 -1
- package/dist/index3.css +1 -1
- package/dist/index4.css +1 -1
- package/dist/index5.css +1 -1
- package/dist/index6.css +1 -1
- package/dist/index7.css +1 -1
- package/dist/{install-CWRCEi7N.js → install-t4sfg5Qx.js} +148 -148
- package/dist/install.css +1 -1
- package/dist/{setOption-CFNNQ8UJ.js → setOption-DMg5b_GJ.js} +10 -10
- package/dist/setOption.css +1 -1
- package/dist/{setRelationOption-Cj5Qf3ZZ.js → setRelationOption-CCHl9pR5.js} +205 -205
- package/dist/setRelationOption.css +1 -1
- package/package.json +51 -51
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { debounce as V } from "lodash";
|
|
2
|
-
import { _ as x,
|
|
2
|
+
import { _ as x, p as z, i as $ } from "./install-t4sfg5Qx.js";
|
|
3
3
|
import { f as P } from "./fileFormData-D_Q1vylE.js";
|
|
4
|
-
import { resolveComponent as d,
|
|
5
|
-
import { a as j, f as R } from "./formItemFooter-
|
|
4
|
+
import { resolveComponent as d, createElementBlock as p, openBlock as i, createElementVNode as r, withDirectives as U, createCommentVNode as f, createVNode as h, withCtx as u, createTextVNode as y, toDisplayString as C, vShow as Y, resolveDirective as M, createBlock as _, Fragment as S, renderList as T } from "vue";
|
|
5
|
+
import { a as j, f as R } from "./formItemFooter-Df7zBn6M.js";
|
|
6
6
|
const H = {
|
|
7
7
|
name: "childFormFile",
|
|
8
8
|
props: {
|
|
@@ -121,10 +121,10 @@ const H = {
|
|
|
121
121
|
}
|
|
122
122
|
}, J = { class: "childFormFile" }, q = { class: "" }, K = { class: "childFormFile-tip" }, W = { key: 0 };
|
|
123
123
|
function X(o, e, t, m, c, n) {
|
|
124
|
-
const
|
|
124
|
+
const v = d("el-upload"), b = d("el-input"), g = d("el-progress"), w = d("BnFileView");
|
|
125
125
|
return i(), p("div", J, [
|
|
126
126
|
r("div", q, [
|
|
127
|
-
h(
|
|
127
|
+
h(v, {
|
|
128
128
|
class: "childFormFile-upload",
|
|
129
129
|
ref: "uploadInput",
|
|
130
130
|
drag: "",
|
|
@@ -144,7 +144,7 @@ function X(o, e, t, m, c, n) {
|
|
|
144
144
|
])]),
|
|
145
145
|
_: 1
|
|
146
146
|
}, 8, ["action", "before-upload", "data", "on-progress", "on-success"]),
|
|
147
|
-
h(
|
|
147
|
+
h(b, {
|
|
148
148
|
modelValue: c.pasteValue,
|
|
149
149
|
"onUpdate:modelValue": e[0] || (e[0] = (F) => c.pasteValue = F),
|
|
150
150
|
ref: "fileUploadInput",
|
|
@@ -169,7 +169,7 @@ function X(o, e, t, m, c, n) {
|
|
|
169
169
|
])) : f("", !0)
|
|
170
170
|
]);
|
|
171
171
|
}
|
|
172
|
-
const G = /* @__PURE__ */ x(H, [["render", X], ["__scopeId", "data-v-
|
|
172
|
+
const G = /* @__PURE__ */ x(H, [["render", X], ["__scopeId", "data-v-b5b06973"]]), Q = {
|
|
173
173
|
name: "searchInventory",
|
|
174
174
|
props: {
|
|
175
175
|
row: {},
|
|
@@ -232,9 +232,9 @@ const G = /* @__PURE__ */ x(H, [["render", X], ["__scopeId", "data-v-a1b3b6de"]]
|
|
|
232
232
|
}
|
|
233
233
|
}, Z = { class: "inventory" };
|
|
234
234
|
function ee(o, e, t, m, c, n) {
|
|
235
|
-
const
|
|
235
|
+
const v = d("vxe-column"), b = d("vxe-table"), g = M("loading");
|
|
236
236
|
return U((i(), p("div", Z, [
|
|
237
|
-
U((i(), _(
|
|
237
|
+
U((i(), _(b, {
|
|
238
238
|
ref: "assocTable",
|
|
239
239
|
border: "",
|
|
240
240
|
size: "small",
|
|
@@ -251,7 +251,7 @@ function ee(o, e, t, m, c, n) {
|
|
|
251
251
|
r("span", null, "未查到库存数据", -1)
|
|
252
252
|
])]),
|
|
253
253
|
default: u(() => [
|
|
254
|
-
(i(!0), p(S, null, T(c.headData, (w, F) => (i(), _(
|
|
254
|
+
(i(!0), p(S, null, T(c.headData, (w, F) => (i(), _(v, {
|
|
255
255
|
title: w,
|
|
256
256
|
field: w,
|
|
257
257
|
"min-width": "100",
|
|
@@ -269,7 +269,7 @@ function ee(o, e, t, m, c, n) {
|
|
|
269
269
|
[g, c.loading]
|
|
270
270
|
]);
|
|
271
271
|
}
|
|
272
|
-
const te = /* @__PURE__ */ x(Q, [["render", ee], ["__scopeId", "data-v-
|
|
272
|
+
const te = /* @__PURE__ */ x(Q, [["render", ee], ["__scopeId", "data-v-740d3d8f"]]), oe = {
|
|
273
273
|
name: "editLabel",
|
|
274
274
|
components: { childFormFile: G, searchInventory: te },
|
|
275
275
|
props: {
|
|
@@ -376,9 +376,9 @@ const te = /* @__PURE__ */ x(Q, [["render", ee], ["__scopeId", "data-v-7c5817ba"
|
|
|
376
376
|
}, me = {
|
|
377
377
|
key: 0,
|
|
378
378
|
class: "childFormBody-file-view"
|
|
379
|
-
}, pe = { class: "childFormBody-operate" }, fe = { class: "w-flex-center" }, ge = ["onClick"],
|
|
380
|
-
function
|
|
381
|
-
const
|
|
379
|
+
}, pe = { class: "childFormBody-operate" }, fe = { class: "w-flex-center" }, ge = ["onClick"], ve = ["onClick"];
|
|
380
|
+
function be(o, e, t, m, c, n) {
|
|
381
|
+
const v = d("vxe-column"), b = d("el-input"), g = d("BnInpNum"), w = d("BnSelect"), F = d("BnRelation"), k = d("el-date-picker"), D = d("child-form-file"), I = d("el-popover"), E = d("BnFileView"), A = d("searchInventory"), O = d("vxe-table");
|
|
382
382
|
return i(), p("div", le, [
|
|
383
383
|
h(O, {
|
|
384
384
|
border: "",
|
|
@@ -397,12 +397,12 @@ function ve(o, e, t, m, c, n) {
|
|
|
397
397
|
])
|
|
398
398
|
]),
|
|
399
399
|
default: u(() => [
|
|
400
|
-
h(
|
|
400
|
+
h(v, {
|
|
401
401
|
type: "seq",
|
|
402
402
|
width: "50"
|
|
403
403
|
}),
|
|
404
404
|
(i(!0), p(S, null, T(t.sourceData.moduleDefinition, (l, B) => (i(), p(S, { key: B }, [
|
|
405
|
-
n.isShow(l) ? (i(), _(
|
|
405
|
+
n.isShow(l) ? (i(), _(v, {
|
|
406
406
|
key: 0,
|
|
407
407
|
title: l.name,
|
|
408
408
|
params: l.extraInfo || {},
|
|
@@ -420,7 +420,7 @@ function ve(o, e, t, m, c, n) {
|
|
|
420
420
|
return [
|
|
421
421
|
r("div", ie, [
|
|
422
422
|
l.behaviorType == 1 ? (i(), p("div", se, [
|
|
423
|
-
h(
|
|
423
|
+
h(b, {
|
|
424
424
|
type: "textarea",
|
|
425
425
|
resize: "none",
|
|
426
426
|
rows: 1,
|
|
@@ -544,7 +544,7 @@ function ve(o, e, t, m, c, n) {
|
|
|
544
544
|
_: 2
|
|
545
545
|
}, 1032, ["title", "params"])) : f("", !0)
|
|
546
546
|
], 64))), 128)),
|
|
547
|
-
t.disabled ? f("", !0) : (i(), _(
|
|
547
|
+
t.disabled ? f("", !0) : (i(), _(v, {
|
|
548
548
|
key: 0,
|
|
549
549
|
fixed: "right",
|
|
550
550
|
width: "52"
|
|
@@ -567,7 +567,7 @@ function ve(o, e, t, m, c, n) {
|
|
|
567
567
|
r("span", {
|
|
568
568
|
class: "bnUIcon bnUIcon-delete w-color-red w-font-max w-cursor-pointer",
|
|
569
569
|
onClick: (B) => n.delItem(l.rowIndex)
|
|
570
|
-
}, null, 8,
|
|
570
|
+
}, null, 8, ve)
|
|
571
571
|
]),
|
|
572
572
|
_: 1
|
|
573
573
|
}))
|
|
@@ -576,7 +576,7 @@ function ve(o, e, t, m, c, n) {
|
|
|
576
576
|
}, 8, ["data"])
|
|
577
577
|
]);
|
|
578
578
|
}
|
|
579
|
-
const _e = /* @__PURE__ */ x(oe, [["render",
|
|
579
|
+
const _e = /* @__PURE__ */ x(oe, [["render", be], ["__scopeId", "data-v-396393e7"]]), we = {
|
|
580
580
|
name: "childrenForm",
|
|
581
581
|
components: { formItemFooter: R, formItemTop: j, childrenFormBody: _e },
|
|
582
582
|
props: {
|
|
@@ -624,9 +624,9 @@ const _e = /* @__PURE__ */ x(oe, [["render", ve], ["__scopeId", "data-v-60725962
|
|
|
624
624
|
}, ye = { class: "w-default-wrap childrenForm" }, Fe = { class: "childrenForm-behavior" }, Ie = { class: "w-flex-center w-margin-bottom6" };
|
|
625
625
|
function Ce(o, e, t, m, c, n) {
|
|
626
626
|
var k, D;
|
|
627
|
-
const
|
|
627
|
+
const v = d("formItemTop"), b = d("el-button"), g = d("el-popover"), w = d("childrenFormBody"), F = d("formItemFooter");
|
|
628
628
|
return i(), p("div", ye, [
|
|
629
|
-
h(
|
|
629
|
+
h(v, { column: t.column }, null, 8, ["column"]),
|
|
630
630
|
r("div", Fe, [
|
|
631
631
|
r("div", Ie, [
|
|
632
632
|
t.dataBack && t.dataBack.order == t.column.columnCode ? (i(), _(g, {
|
|
@@ -637,7 +637,7 @@ function Ce(o, e, t, m, c, n) {
|
|
|
637
637
|
"show-arrow": !1
|
|
638
638
|
}, {
|
|
639
639
|
reference: u(() => [
|
|
640
|
-
h(
|
|
640
|
+
h(b, {
|
|
641
641
|
link: "",
|
|
642
642
|
type: "primary",
|
|
643
643
|
style: { "padding-left": "0" },
|
|
@@ -666,7 +666,7 @@ function Ce(o, e, t, m, c, n) {
|
|
|
666
666
|
"show-arrow": !1
|
|
667
667
|
}, {
|
|
668
668
|
reference: u(() => [
|
|
669
|
-
h(
|
|
669
|
+
h(b, {
|
|
670
670
|
link: "",
|
|
671
671
|
type: "primary",
|
|
672
672
|
style: { "padding-left": "0" },
|
|
@@ -695,7 +695,7 @@ function Ce(o, e, t, m, c, n) {
|
|
|
695
695
|
"show-arrow": !1
|
|
696
696
|
}, {
|
|
697
697
|
reference: u(() => [
|
|
698
|
-
h(
|
|
698
|
+
h(b, {
|
|
699
699
|
link: "",
|
|
700
700
|
type: "primary",
|
|
701
701
|
style: { "padding-left": "0" },
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as d, f as s } from "./formItemFooter-
|
|
2
|
-
import { resolveComponent as o,
|
|
3
|
-
import { _ } from "./install-
|
|
1
|
+
import { a as d, f as s } from "./formItemFooter-Df7zBn6M.js";
|
|
2
|
+
import { resolveComponent as o, createElementBlock as u, openBlock as i, createVNode as n, createElementVNode as f } from "vue";
|
|
3
|
+
import { _ } from "./install-t4sfg5Qx.js";
|
|
4
4
|
const p = {
|
|
5
5
|
name: "dateDualForm",
|
|
6
6
|
props: {
|
|
@@ -24,7 +24,7 @@ const p = {
|
|
|
24
24
|
}, h = { class: "w-default-wrap" }, g = { class: "w-default-wrap" };
|
|
25
25
|
function V(I, t, e, b, v, m) {
|
|
26
26
|
const l = o("formItemTop"), a = o("BnDatePicker"), c = o("formItemFooter");
|
|
27
|
-
return
|
|
27
|
+
return i(), u("div", h, [
|
|
28
28
|
n(l, { column: e.column }, null, 8, ["column"]),
|
|
29
29
|
f("div", g, [
|
|
30
30
|
n(a, {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { isEmpty as O, cloneDeep as T } from "lodash";
|
|
2
|
-
import { _ as U,
|
|
3
|
-
import {
|
|
2
|
+
import { _ as U, c as F } from "./install-t4sfg5Qx.js";
|
|
3
|
+
import { defineAsyncComponent as w, resolveComponent as a, createElementBlock as s, openBlock as i, createVNode as d, createElementVNode as o, createCommentVNode as c, mergeProps as D, toDisplayString as f, withCtx as r, createTextVNode as m, normalizeClass as $, createBlock as V } from "vue";
|
|
4
4
|
const B = {
|
|
5
5
|
name: "childrenFormSetting",
|
|
6
6
|
components: {
|
|
7
|
-
columnConfigDialog:
|
|
8
|
-
assocTableSearch:
|
|
7
|
+
columnConfigDialog: w(() => import("./install-t4sfg5Qx.js").then((t) => t.aa)),
|
|
8
|
+
assocTableSearch: w(() => import("./assocTableSearch-D8Ci294n.js"))
|
|
9
9
|
// assocTable: defineAsyncComponent(() => import("./assocTable.vue")),
|
|
10
10
|
},
|
|
11
11
|
props: {
|
|
@@ -101,11 +101,11 @@ function Y(t, e, n, u, h, p) {
|
|
|
101
101
|
var g;
|
|
102
102
|
const v = a("columnConfigDialog"), y = a("assocTableSearch"), _ = a("el-button"), C = a("el-tooltip"), k = a("draggable"), x = a("el-scrollbar");
|
|
103
103
|
return i(), s("div", W, [
|
|
104
|
-
d(v,
|
|
104
|
+
d(v, D({ ref: "columnConfigDialog" }, t.$props, {
|
|
105
105
|
onSaveOver: p.editChildColumn,
|
|
106
106
|
"is-children": ""
|
|
107
107
|
}), null, 16, ["onSaveOver"]),
|
|
108
|
-
d(y,
|
|
108
|
+
d(y, D({ ref: "assocTableSearch" }, t.$props), null, 16),
|
|
109
109
|
o("div", N, [
|
|
110
110
|
o("div", A, [
|
|
111
111
|
e[3] || (e[3] = o("div", { class: "childrenSetOpt-top-title" }, "子组件设置", -1)),
|
|
@@ -157,7 +157,7 @@ function Y(t, e, n, u, h, p) {
|
|
|
157
157
|
tag: "div"
|
|
158
158
|
}, {
|
|
159
159
|
item: r(({ element: l, index: S }) => {
|
|
160
|
-
var
|
|
160
|
+
var b;
|
|
161
161
|
return [
|
|
162
162
|
o("div", {
|
|
163
163
|
class: $(["childrenSetOpt-list-item", [h.componentWidth > 400 ? "two" : "one"]])
|
|
@@ -170,7 +170,7 @@ function Y(t, e, n, u, h, p) {
|
|
|
170
170
|
class: "w-font14 w-color-black6 childrenSetOpt-list-item-text w-text-over-two",
|
|
171
171
|
title: l.name
|
|
172
172
|
}, [
|
|
173
|
-
((
|
|
173
|
+
((b = l.insideDataSourceInfo) == null ? void 0 : b.type) == "group" ? (i(), V(C, {
|
|
174
174
|
key: 0,
|
|
175
175
|
content: "来自关联表组件",
|
|
176
176
|
placement: "top"
|
|
@@ -215,7 +215,7 @@ function Y(t, e, n, u, h, p) {
|
|
|
215
215
|
!n.columnData.moduleDefinition || n.columnData.moduleDefinition.length == 0 ? (i(), s("div", X, "没有子组件 ")) : c("", !0)
|
|
216
216
|
]);
|
|
217
217
|
}
|
|
218
|
-
const oe = /* @__PURE__ */ U(B, [["render", Y], ["__scopeId", "data-v-
|
|
218
|
+
const oe = /* @__PURE__ */ U(B, [["render", Y], ["__scopeId", "data-v-070bd0d4"]]);
|
|
219
219
|
export {
|
|
220
220
|
oe as default
|
|
221
221
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { debounce as h } from "lodash";
|
|
2
|
-
import { f, a as _ } from "./formItemFooter-
|
|
3
|
-
import { B as p } from "./index-
|
|
4
|
-
import { resolveComponent as l,
|
|
5
|
-
import { _ as B } from "./install-
|
|
2
|
+
import { f, a as _ } from "./formItemFooter-Df7zBn6M.js";
|
|
3
|
+
import { B as p } from "./index-BfE3Yobn.js";
|
|
4
|
+
import { resolveComponent as l, createElementBlock as C, openBlock as F, createVNode as u, createElementVNode as s } from "vue";
|
|
5
|
+
import { _ as B } from "./install-t4sfg5Qx.js";
|
|
6
6
|
const b = {
|
|
7
7
|
name: "addressForm",
|
|
8
8
|
components: { BnAddressParse: p, formItemTop: _, formItemFooter: f },
|
|
@@ -47,7 +47,7 @@ const b = {
|
|
|
47
47
|
}, w = { class: "w-default-wrap" }, g = { class: "w-default-wrap w-margin-bottom10" }, v = { class: "w-default-wrap" };
|
|
48
48
|
function I(n, e, o, V, D, t) {
|
|
49
49
|
const c = l("formItemTop"), a = l("BnAddressParse"), d = l("BnAddress"), i = l("el-input"), r = l("formItemFooter");
|
|
50
|
-
return
|
|
50
|
+
return F(), C("div", w, [
|
|
51
51
|
u(c, { column: o.column }, null, 8, ["column"]),
|
|
52
52
|
u(a, {
|
|
53
53
|
onParse: t.autoParse,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { a as
|
|
2
|
-
import { _ as F,
|
|
1
|
+
import { a as I, f as b } from "./formItemFooter-Df7zBn6M.js";
|
|
2
|
+
import { _ as F, p as v } from "./install-t4sfg5Qx.js";
|
|
3
3
|
import { f as w } from "./fileFormData-D_Q1vylE.js";
|
|
4
|
-
import { resolveComponent as o,
|
|
4
|
+
import { resolveComponent as o, createElementBlock as y, openBlock as m, createBlock as N, createCommentVNode as x, createElementVNode as a, withDirectives as V, createVNode as i, withCtx as T, createTextVNode as B, toDisplayString as r, vShow as C } from "vue";
|
|
5
5
|
const D = {
|
|
6
6
|
name: "FileForm",
|
|
7
|
-
components: { formItemFooter:
|
|
7
|
+
components: { formItemFooter: b, formItemTop: I },
|
|
8
8
|
props: {
|
|
9
9
|
column: { type: Object, default: () => ({}) },
|
|
10
10
|
disabled: Boolean,
|
|
@@ -137,10 +137,10 @@ function S(t, e, s, u, l, n) {
|
|
|
137
137
|
"on-progress": n.handleUploadProgress,
|
|
138
138
|
"on-success": n.fileSuccess
|
|
139
139
|
}, {
|
|
140
|
-
default:
|
|
140
|
+
default: T(() => [...e[1] || (e[1] = [
|
|
141
141
|
a("div", { class: "fileForm-btn" }, [
|
|
142
142
|
a("span", { class: "bnUIcon bnUIcon-upload" }),
|
|
143
|
-
|
|
143
|
+
B(" 选择或拖拽上传文件 ")
|
|
144
144
|
], -1)
|
|
145
145
|
])]),
|
|
146
146
|
_: 1
|
|
@@ -155,7 +155,7 @@ function S(t, e, s, u, l, n) {
|
|
|
155
155
|
}, null, 8, ["modelValue", "disabled"]),
|
|
156
156
|
a("span", L, "最多可上传" + r(l.uploadFileNumber) + "个文件,单个文件不超过" + r(l.showLimit) + "M", 1)
|
|
157
157
|
]),
|
|
158
|
-
|
|
158
|
+
V(i(h, {
|
|
159
159
|
style: { width: "100%", "max-width": "444px" },
|
|
160
160
|
percentage: l.uploadProgress,
|
|
161
161
|
class: "fileForm-progress"
|
|
@@ -172,7 +172,7 @@ function S(t, e, s, u, l, n) {
|
|
|
172
172
|
i(g, { column: s.column }, null, 8, ["column"])
|
|
173
173
|
]);
|
|
174
174
|
}
|
|
175
|
-
const A = /* @__PURE__ */ F(D, [["render", S], ["__scopeId", "data-v-
|
|
175
|
+
const A = /* @__PURE__ */ F(D, [["render", S], ["__scopeId", "data-v-c1addc1f"]]);
|
|
176
176
|
export {
|
|
177
177
|
A as default
|
|
178
178
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { debounce as v } from "lodash";
|
|
2
|
-
import { f, a as b } from "./formItemFooter-
|
|
3
|
-
import { B as w } from "./index-
|
|
4
|
-
import { resolveComponent as t,
|
|
5
|
-
import { _ as y } from "./install-
|
|
2
|
+
import { f, a as b } from "./formItemFooter-Df7zBn6M.js";
|
|
3
|
+
import { B as w } from "./index-BfE3Yobn.js";
|
|
4
|
+
import { resolveComponent as t, createElementBlock as B, openBlock as s, createBlock as F, createCommentVNode as _, createVNode as a, createElementVNode as d } from "vue";
|
|
5
|
+
import { _ as y } from "./install-t4sfg5Qx.js";
|
|
6
6
|
const I = {
|
|
7
7
|
name: "addressForm",
|
|
8
8
|
components: { BnAddressParse: w, formItemTop: b, formItemFooter: f },
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { isEmpty as u } from "lodash";
|
|
2
|
-
import { resolveComponent as m, resolveDirective as f, withDirectives as h,
|
|
3
|
-
import { _ as v } from "./install-
|
|
2
|
+
import { resolveComponent as m, resolveDirective as f, withDirectives as h, createElementBlock as i, openBlock as n, createElementVNode as a, Fragment as g, renderList as _, normalizeClass as y, toDisplayString as F, createVNode as k } from "vue";
|
|
3
|
+
import { _ as v } from "./install-t4sfg5Qx.js";
|
|
4
4
|
const x = {
|
|
5
5
|
name: "packageFilter",
|
|
6
6
|
computed: {
|
|
@@ -66,15 +66,15 @@ const x = {
|
|
|
66
66
|
};
|
|
67
67
|
function b(t, o, c, L, l, s) {
|
|
68
68
|
const r = m("BnSelect"), d = f("loading");
|
|
69
|
-
return h((
|
|
69
|
+
return h((n(), i("div", B, [
|
|
70
70
|
o[0] || (o[0] = a("div", { class: "packageFilter-top w-flex-center" }, [
|
|
71
71
|
a("div", { class: "packageFilter-top-title" }, "数据过滤"),
|
|
72
72
|
a("div", { class: "w-margin-left8" }, [
|
|
73
73
|
a("span", { class: "w-font12 w-color-orange" }, "(选择包裹时,不会展示符合下方条件的ERP单据)")
|
|
74
74
|
])
|
|
75
75
|
], -1)),
|
|
76
|
-
l.lazyLoad ? (
|
|
77
|
-
(
|
|
76
|
+
l.lazyLoad ? (n(), i("div", w, [
|
|
77
|
+
(n(!0), i(g, null, _(s.filterColumns, (e) => (n(), i("div", {
|
|
78
78
|
class: y(["packageFilter-list-item", [l.componentWidth > 400 ? "two" : "one"]])
|
|
79
79
|
}, [
|
|
80
80
|
a("div", {
|
|
@@ -98,12 +98,12 @@ function b(t, o, c, L, l, s) {
|
|
|
98
98
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "onChange", "options", "pathUrl", "post-data", "postFunc"])
|
|
99
99
|
])
|
|
100
100
|
], 2))), 256))
|
|
101
|
-
], 512)) : (
|
|
101
|
+
], 512)) : (n(), i("div", P, " 数据加载中... "))
|
|
102
102
|
])), [
|
|
103
103
|
[d, !l.lazyLoad]
|
|
104
104
|
]);
|
|
105
105
|
}
|
|
106
|
-
const W = /* @__PURE__ */ v(x, [["render", b], ["__scopeId", "data-v-
|
|
106
|
+
const W = /* @__PURE__ */ v(x, [["render", b], ["__scopeId", "data-v-8f100509"]]);
|
|
107
107
|
export {
|
|
108
108
|
W as default
|
|
109
109
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as m, f as s } from "./formItemFooter-
|
|
2
|
-
import { resolveComponent as n,
|
|
3
|
-
import { _ as h } from "./install-
|
|
1
|
+
import { a as m, f as s } from "./formItemFooter-Df7zBn6M.js";
|
|
2
|
+
import { resolveComponent as n, createElementBlock as d, openBlock as f, createVNode as l, createElementVNode as p } from "vue";
|
|
3
|
+
import { _ as h } from "./install-t4sfg5Qx.js";
|
|
4
4
|
const _ = {
|
|
5
5
|
name: "relationForm",
|
|
6
6
|
components: { formItemFooter: s, formItemTop: m },
|
|
@@ -37,7 +37,7 @@ const _ = {
|
|
|
37
37
|
}, b = { class: "w-default-wrap" }, F = { class: "w-default-wrap" };
|
|
38
38
|
function v(o, t, e, V, g, r) {
|
|
39
39
|
const a = n("formItemTop"), i = n("BnCascader"), c = n("formItemFooter");
|
|
40
|
-
return
|
|
40
|
+
return f(), d("div", b, [
|
|
41
41
|
l(a, { column: e.column }, null, 8, ["column"]),
|
|
42
42
|
p("div", F, [
|
|
43
43
|
l(i, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { f as i, a as d } from "./formItemFooter-
|
|
1
|
+
import { f as i, a as d } from "./formItemFooter-Df7zBn6M.js";
|
|
2
2
|
import { debounce as f } from "lodash";
|
|
3
|
-
import { resolveComponent as m,
|
|
4
|
-
import { _ as I } from "./install-
|
|
3
|
+
import { resolveComponent as m, createElementBlock as p, openBlock as h, createVNode as u, createElementVNode as _ } from "vue";
|
|
4
|
+
import { _ as I } from "./install-t4sfg5Qx.js";
|
|
5
5
|
const B = {
|
|
6
6
|
name: "numberForm",
|
|
7
7
|
components: { formItemTop: d, formItemFooter: i },
|
|
@@ -44,7 +44,7 @@ const B = {
|
|
|
44
44
|
function v(n, e, o, w, x, t) {
|
|
45
45
|
var l;
|
|
46
46
|
const c = m("formItemTop"), r = m("BnInpNum"), s = m("formItemFooter");
|
|
47
|
-
return
|
|
47
|
+
return h(), p("div", b, [
|
|
48
48
|
u(c, { column: o.column }, null, 8, ["column"]),
|
|
49
49
|
_("div", F, [
|
|
50
50
|
u(r, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as f, f as _ } from "./formItemFooter-
|
|
2
|
-
import { resolveComponent as n,
|
|
3
|
-
import { _ as g } from "./install-
|
|
1
|
+
import { a as f, f as _ } from "./formItemFooter-Df7zBn6M.js";
|
|
2
|
+
import { resolveComponent as n, createElementBlock as o, openBlock as t, createVNode as a, createElementVNode as p, createCommentVNode as h, Fragment as v, renderList as F } from "vue";
|
|
3
|
+
import { _ as g } from "./install-t4sfg5Qx.js";
|
|
4
4
|
const V = {
|
|
5
5
|
name: "radioForm",
|
|
6
6
|
components: { formItemFooter: _, formItemTop: f },
|
|
@@ -24,10 +24,10 @@ const V = {
|
|
|
24
24
|
};
|
|
25
25
|
function x(B, l, e, C, k, m) {
|
|
26
26
|
const r = n("formItemTop"), c = n("BnRadio"), d = n("formItemFooter");
|
|
27
|
-
return
|
|
27
|
+
return t(), o("div", w, [
|
|
28
28
|
a(r, { column: e.column }, null, 8, ["column"]),
|
|
29
29
|
p("div", I, [
|
|
30
|
-
(
|
|
30
|
+
(t(!0), o(v, null, F(e.column.moduleDefinition, (i, u) => (t(), o("div", {
|
|
31
31
|
class: "radioForm-item",
|
|
32
32
|
key: u
|
|
33
33
|
}, [
|
|
@@ -40,12 +40,12 @@ function x(B, l, e, C, k, m) {
|
|
|
40
40
|
onChange: m.changeVal
|
|
41
41
|
}, null, 8, ["modelValue", "disabled", "trueData", "onChange"])
|
|
42
42
|
]))), 128)),
|
|
43
|
-
e.column.moduleDefinition.length == 0 ? (
|
|
43
|
+
e.column.moduleDefinition.length == 0 ? (t(), o("div", b, " 无数据 ")) : h("", !0)
|
|
44
44
|
]),
|
|
45
45
|
a(d, { column: e.column }, null, 8, ["column"])
|
|
46
46
|
]);
|
|
47
47
|
}
|
|
48
|
-
const T = /* @__PURE__ */ g(V, [["render", x], ["__scopeId", "data-v-
|
|
48
|
+
const T = /* @__PURE__ */ g(V, [["render", x], ["__scopeId", "data-v-f95d5d49"]]);
|
|
49
49
|
export {
|
|
50
50
|
T as default
|
|
51
51
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { debounce as F } from "lodash";
|
|
2
|
-
import { f as E, a as Q } from "./formItemFooter-
|
|
3
|
-
import { resolveComponent as u,
|
|
4
|
-
import { _ as N } from "./install-
|
|
2
|
+
import { f as E, a as Q } from "./formItemFooter-Df7zBn6M.js";
|
|
3
|
+
import { resolveComponent as u, createElementBlock as v, openBlock as r, createVNode as i, createElementVNode as b, createBlock as d, createCommentVNode as C, withCtx as U, createTextVNode as R, toDisplayString as D } from "vue";
|
|
4
|
+
import { _ as N } from "./install-t4sfg5Qx.js";
|
|
5
5
|
const T = {
|
|
6
6
|
name: "stringForm",
|
|
7
7
|
components: { formItemTop: Q, formItemFooter: E },
|
|
@@ -163,12 +163,12 @@ function z(e, l, t, m, s, o) {
|
|
|
163
163
|
style: { "padding-left": "0" },
|
|
164
164
|
onClick: l[3] || (l[3] = (a) => e.$emit("operate", this.column, "choosePackage"))
|
|
165
165
|
}, {
|
|
166
|
-
default:
|
|
167
|
-
|
|
166
|
+
default: U(() => [
|
|
167
|
+
R("选择" + D(t.column.name || ""), 1)
|
|
168
168
|
]),
|
|
169
169
|
_: 1
|
|
170
170
|
})
|
|
171
|
-
])) :
|
|
171
|
+
])) : C("", !0)
|
|
172
172
|
]),
|
|
173
173
|
i(_, {
|
|
174
174
|
column: t.column,
|
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.radioForm-empty[data-v-
|
|
1
|
+
.radioForm-empty[data-v-f95d5d49]{width:330px;line-height:32px;text-align:center;font-size:12px;color:#999}.radioForm-item[data-v-f95d5d49]{display:inline-block;line-height:32px;height:32px;min-width:200px;margin-right:16px}.radioForm-item .radio-box-label[data-v-f95d5d49]{width:100%;box-sizing:border-box;height:32px}.radioForm .radioForm-4[data-v-f95d5d49]{width:calc(25% - 16px);min-width:auto}.radioForm-evaluate[data-v-f95d5d49]{min-width:150px}
|
package/dist/index2.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.checkboxForm-title[data-v-
|
|
1
|
+
.checkboxForm-title[data-v-300cef1d]{line-height:24px!important;margin-bottom:8px;font-size:14px;color:#666}.checkboxForm-tips[data-v-300cef1d]{line-height:32px;font-size:12px}.checkboxForm-item[data-v-300cef1d]{display:inline-block;width:calc(33% - 16px);line-height:32px;height:32px;min-width:200px;margin-right:16px;vertical-align:middle}.checkboxForm-empty[data-v-300cef1d]{width:330px;line-height:32px;text-align:center;font-size:12px;color:#999}
|
package/dist/index3.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.fileForm-btn[data-v-
|
|
1
|
+
.fileForm-btn[data-v-c1addc1f]{width:257px;height:20px;padding:5px 16px;border:1px solid rgba(0,0,0,.15);box-sizing:content-box;border-radius:2px;color:#666}.fileForm[data-v-c1addc1f] .fileForm-upload .el-upload{display:inline-block}.fileForm[data-v-c1addc1f] .fileForm-upload .el-upload-dragger{border:none;width:auto;height:auto;border-radius:0;padding:0}.fileForm-list[data-v-c1addc1f]{position:relative}.fileForm[data-v-c1addc1f] .fileForm-input{width:145px;display:inline-block}.fileForm[data-v-c1addc1f] .fileForm-input .el-input__wrapper{border:1px dashed rgba(0,0,0,.15)}.fileForm-tip[data-v-c1addc1f]{margin-left:8px;display:inline-block;font-size:12px;line-height:32px;color:#00000040}.fileForm-progress[data-v-c1addc1f]{width:100%;max-width:444px;margin-top:8px}
|
package/dist/index4.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.childFormFile-btn[data-v-
|
|
1
|
+
.childFormFile-btn[data-v-b5b06973]{width:257px;height:20px;padding:5px 16px;border:1px solid rgba(0,0,0,.15);box-sizing:content-box;border-radius:2px;color:#666}.childFormFile[data-v-b5b06973] .childFormFile-upload .el-upload{display:inline-block}.childFormFile[data-v-b5b06973] .childFormFile-upload .el-upload-dragger{border:none;width:auto;height:auto;border-radius:0;padding:0}.childFormFile-list[data-v-b5b06973]{position:relative}.childFormFile[data-v-b5b06973] .childFormFile-input{width:145px;display:inline-block}.childFormFile[data-v-b5b06973] .childFormFile-input .el-input__wrapper{border:1px dashed rgba(0,0,0,.15)}.childFormFile-tip[data-v-b5b06973]{margin-left:8px;display:inline-block;font-size:12px;line-height:32px;color:#00000040}.childFormFile-progress[data-v-b5b06973]{width:100%;max-width:444px;margin-top:8px}.inventory[data-v-740d3d8f]{min-height:46px;padding:10px;border:1px solid #eee}.childFormBody-file[data-v-396393e7]{order:1;display:flex;align-items:center}.childFormBody-file-icon[data-v-396393e7]{font-size:22px}.childFormBody-file-view[data-v-396393e7]{width:calc(100% - 20px);overflow:hidden}.childFormBody-td[data-v-396393e7]{flex-grow:1}.childFormBody-operate[data-v-396393e7]{display:flex;align-items:center}
|
package/dist/index5.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.paraExplainSet[data-v-
|
|
1
|
+
.paraExplainSet[data-v-972cc4de]{width:100%}.paraExplainSet-upload[data-v-972cc4de]{width:40px;height:40px}.paraExplainSet-upload-btn[data-v-972cc4de]{width:40px;height:40px;border:1px solid rgba(0,0,0,.12);box-shadow:0 0 12px #0000001f}.paraExplainSet-image-wrapper[data-v-972cc4de]{position:relative;width:40px;height:40px}.paraExplainSet-image-wrapper:hover .paraExplainSet-image-delete[data-v-972cc4de]{opacity:1}.paraExplainSet-image-delete[data-v-972cc4de]{position:absolute;top:-6px;right:-6px;width:18px;height:18px;border-radius:50%;background-color:#0009;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s;z-index:10}.paraExplainSet-image-delete[data-v-972cc4de]:hover{background-color:#000c}.paraExplainSet-image-delete .el-icon-close[data-v-972cc4de]{color:#fff;font-size:12px}
|
package/dist/index6.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.childrenSetOpt-top[data-v-
|
|
1
|
+
.childrenSetOpt-top[data-v-070bd0d4]{height:32px;font-size:14px}.childrenSetOpt-top-title[data-v-070bd0d4]{font-weight:500}.childrenSetOpt-list[data-v-070bd0d4]{margin-top:10px;padding-right:10px}.childrenSetOpt-list .el-scrollbar__view>div[data-v-070bd0d4]{display:flex;flex-wrap:wrap;gap:10px}.childrenSetOpt-list-item[data-v-070bd0d4]{position:relative;cursor:pointer;background:#ebeef5;border-radius:6px;padding:10px}.childrenSetOpt-list-item.two[data-v-070bd0d4]{width:calc(50% - 5px)}.childrenSetOpt-list-item.one[data-v-070bd0d4]{width:100%}.childrenSetOpt-list-item[data-v-070bd0d4]:hover{background:#e4e7ed;box-shadow:0 0 6px #0000001f}.childrenSetOpt-list-item-content[data-v-070bd0d4]{flex:1;min-width:0;overflow:hidden}.childrenSetOpt-list-item-text[data-v-070bd0d4]{flex:1;min-width:0}.childrenSetOpt-list-item-memo[data-v-070bd0d4]{font-size:12px;padding:12px 0 4px 22px}.childrenSetOpt-list-item-drag[data-v-070bd0d4]{padding-right:8px;flex-shrink:0}
|
package/dist/index7.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.packageFilter-top[data-v-
|
|
1
|
+
.packageFilter-top[data-v-8f100509]{height:32px;font-size:14px}.packageFilter-top-title[data-v-8f100509]{font-weight:500}.packageFilter-list[data-v-8f100509]{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px;max-height:300px;overflow-y:auto}.packageFilter-list-item[data-v-8f100509]{position:relative;cursor:pointer;background:#ebeef5;border-radius:6px;padding:10px}.packageFilter-list-item.two[data-v-8f100509]{width:calc(50% - 5px)}.packageFilter-list-item.one[data-v-8f100509]{width:100%}.packageFilter-list-item[data-v-8f100509]:hover{background:#e4e7ed;box-shadow:0 0 6px #0000001f}
|