bm-admin-ui 1.2.31-alpha → 1.2.33-alpha
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/es/components/float-table/index.d.ts +2 -2
- package/es/components/float-table/src/float-table.vue.d.ts +2 -2
- package/es/components/form-create/index.js +133 -68
- package/es/components/form-designer/index.js +1 -1
- package/es/components/staffs-selector/index.d.ts +4 -4
- package/es/components/staffs-selector/src/departmentCmp.vue.d.ts +2 -2
- package/es/components/staffs-selector/src/multipleCmp.vue.d.ts +2 -2
- package/es/components/staffs-selector/src/staffs-selector.vue.d.ts +4 -4
- package/lib/components/float-table/index.d.ts +2 -2
- package/lib/components/float-table/src/float-table.vue.d.ts +2 -2
- package/lib/components/form-create/index.js +132 -67
- package/lib/components/form-designer/index.js +1 -1
- package/lib/components/staffs-selector/index.d.ts +4 -4
- package/lib/components/staffs-selector/src/departmentCmp.vue.d.ts +2 -2
- package/lib/components/staffs-selector/src/multipleCmp.vue.d.ts +2 -2
- package/lib/components/staffs-selector/src/staffs-selector.vue.d.ts +4 -4
- package/package.json +1 -1
- package/theme-chalk/attachment.css +1 -1
- package/theme-chalk/form-create.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/types/components/float-table/index.d.ts +2 -2
- package/types/components/float-table/src/float-table.vue.d.ts +2 -2
- package/types/components/staffs-selector/index.d.ts +4 -4
- package/types/components/staffs-selector/src/departmentCmp.vue.d.ts +2 -2
- package/types/components/staffs-selector/src/multipleCmp.vue.d.ts +2 -2
- package/types/components/staffs-selector/src/staffs-selector.vue.d.ts +4 -4
|
@@ -42,9 +42,9 @@ declare const BmFloatTable: import("bm-admin-ui/es/utils/with-install").SFCWithI
|
|
|
42
42
|
gridOptions: import("vue").ComputedRef<any>;
|
|
43
43
|
gridEvents: import("vue").ComputedRef<any>;
|
|
44
44
|
pager: import("vue").ComputedRef<any>;
|
|
45
|
-
simpleImage: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
45
|
+
simpleImage: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
|
-
}> | null | undefined) |
|
|
47
|
+
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
48
48
|
[key: string]: any;
|
|
49
49
|
}> | null | undefined)[]>;
|
|
50
50
|
floatRefsId: import("vue").Ref<{}>;
|
|
@@ -42,9 +42,9 @@ declare const _default: {
|
|
|
42
42
|
gridOptions: import("vue").ComputedRef<any>;
|
|
43
43
|
gridEvents: import("vue").ComputedRef<any>;
|
|
44
44
|
pager: import("vue").ComputedRef<any>;
|
|
45
|
-
simpleImage: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
45
|
+
simpleImage: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
|
-
}> | null | undefined) |
|
|
47
|
+
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
48
48
|
[key: string]: any;
|
|
49
49
|
}> | null | undefined)[]>;
|
|
50
50
|
floatRefsId: import("vue").Ref<{}>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { withInstall } from 'bm-admin-ui/es/utils/with-install';
|
|
2
2
|
import { h, defineComponent, computed, openBlock, createBlock, unref, withCtx, createElementBlock, Fragment, renderList, createTextVNode, toDisplayString, nextTick, ref, createVNode, normalizeStyle, withModifiers, createElementVNode, createCommentVNode, normalizeClass, reactive, watch, createSlots, inject, createStaticVNode, provide, resolveComponent } from 'vue';
|
|
3
|
-
import { Input, InputNumber, RadioGroup, Radio, Select, DatePicker, RangePicker, message, Modal, Layout, LayoutSider, Tree, LayoutContent, Button, Row, Col, Pagination, FormItemRest, Divider, Tabs, TabPane, Cascader } from 'ant-design-vue';
|
|
3
|
+
import { Input, InputNumber, RadioGroup, Radio, Select, DatePicker, RangePicker, message, Modal, Layout, LayoutSider, Tree, LayoutContent, Button, Row, Col, Pagination, FormItemRest, Divider, Image, Tabs, TabPane, Cascader } from 'ant-design-vue';
|
|
4
4
|
import dayjs from 'dayjs';
|
|
5
5
|
import Picture from 'bm-admin-ui/es/components/upload';
|
|
6
6
|
import BmStaffsSelector from 'bm-admin-ui/es/components/staffs-selector';
|
|
@@ -1062,8 +1062,8 @@ var people = {
|
|
|
1062
1062
|
};
|
|
1063
1063
|
|
|
1064
1064
|
const _hoisted_1$7 = ["onClick"];
|
|
1065
|
-
const _hoisted_2$
|
|
1066
|
-
const _hoisted_3$
|
|
1065
|
+
const _hoisted_2$7 = ["onClick"];
|
|
1066
|
+
const _hoisted_3$6 = { class: "box" };
|
|
1067
1067
|
const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
1068
1068
|
__name: "temp-content",
|
|
1069
1069
|
props: ["content", "preview"],
|
|
@@ -1122,7 +1122,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
1122
1122
|
class: "bm-fc-rect-wrapper",
|
|
1123
1123
|
onClick: withModifiers(triggerPreview, ["self"])
|
|
1124
1124
|
}, [
|
|
1125
|
-
createElementVNode("div", _hoisted_3$
|
|
1125
|
+
createElementVNode("div", _hoisted_3$6, [
|
|
1126
1126
|
createElementVNode("div", {
|
|
1127
1127
|
class: "bm-fc-rect-outer",
|
|
1128
1128
|
style: normalizeStyle(
|
|
@@ -1138,7 +1138,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
1138
1138
|
}), 128))
|
|
1139
1139
|
], 4)
|
|
1140
1140
|
])
|
|
1141
|
-
], 8, _hoisted_2$
|
|
1141
|
+
], 8, _hoisted_2$7)) : createCommentVNode("v-if", true)
|
|
1142
1142
|
], 4);
|
|
1143
1143
|
};
|
|
1144
1144
|
}
|
|
@@ -1146,8 +1146,8 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
1146
1146
|
var TempContent = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__file", "temp-content.vue"]]);
|
|
1147
1147
|
|
|
1148
1148
|
const _hoisted_1$6 = { class: "bm-fc-select-material-temp__content__item-info" };
|
|
1149
|
-
const _hoisted_2$
|
|
1150
|
-
const _hoisted_3$
|
|
1149
|
+
const _hoisted_2$6 = { class: "bm-fc-select-material-temp__content__item-info__cover" };
|
|
1150
|
+
const _hoisted_3$5 = ["src"];
|
|
1151
1151
|
const _hoisted_4$4 = ["onClick"];
|
|
1152
1152
|
const _hoisted_5$4 = {
|
|
1153
1153
|
key: 1,
|
|
@@ -1347,13 +1347,13 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
|
|
|
1347
1347
|
}, {
|
|
1348
1348
|
default: withCtx(() => [
|
|
1349
1349
|
createElementVNode("div", _hoisted_1$6, [
|
|
1350
|
-
createElementVNode("div", _hoisted_2$
|
|
1350
|
+
createElementVNode("div", _hoisted_2$6, [
|
|
1351
1351
|
item.coverPlanUrl ? (openBlock(), createElementBlock("img", {
|
|
1352
1352
|
key: 0,
|
|
1353
1353
|
class: "bm-fc-select-material-temp__content__item-info__cover__img",
|
|
1354
1354
|
src: item.coverPlanUrl,
|
|
1355
1355
|
alt: ""
|
|
1356
|
-
}, null, 8, _hoisted_3$
|
|
1356
|
+
}, null, 8, _hoisted_3$5)) : (openBlock(), createBlock(TempContent, {
|
|
1357
1357
|
key: 1,
|
|
1358
1358
|
content: item.htmlContent
|
|
1359
1359
|
}, null, 8, ["content"]))
|
|
@@ -18796,8 +18796,8 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
18796
18796
|
var ShopInput = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__file", "shop-input-in-table.vue"]]);
|
|
18797
18797
|
|
|
18798
18798
|
const _hoisted_1$5 = { class: "bm-dc-table-widget" };
|
|
18799
|
-
const _hoisted_2$
|
|
18800
|
-
const _hoisted_3$
|
|
18799
|
+
const _hoisted_2$5 = { class: "bm-dc-table-widget__title" };
|
|
18800
|
+
const _hoisted_3$4 = { class: "bm-dc-table-widget__title-samll" };
|
|
18801
18801
|
const _hoisted_4$3 = {
|
|
18802
18802
|
key: 0,
|
|
18803
18803
|
class: "bm-dc-table-widget__top-bar"
|
|
@@ -18868,7 +18868,8 @@ const _sfc_main$7 = defineComponent({
|
|
|
18868
18868
|
trigger: "cell",
|
|
18869
18869
|
checkMethod() {
|
|
18870
18870
|
return !props.disabled;
|
|
18871
|
-
}
|
|
18871
|
+
},
|
|
18872
|
+
...props.rule?.config?.checkboxConfig
|
|
18872
18873
|
}
|
|
18873
18874
|
}));
|
|
18874
18875
|
const xGrid = computed(() => bmFloatTableRef.value.xGrid || {});
|
|
@@ -18951,15 +18952,19 @@ const _sfc_main$7 = defineComponent({
|
|
|
18951
18952
|
if (deleteFeature.value && !props.hidden) {
|
|
18952
18953
|
columns.push({
|
|
18953
18954
|
type: "checkbox",
|
|
18954
|
-
width: "54px"
|
|
18955
|
+
width: isProductCenter.value ? "50px" : "54px",
|
|
18956
|
+
showOverflow: false,
|
|
18957
|
+
showHeaderOverflow: false
|
|
18955
18958
|
});
|
|
18956
18959
|
}
|
|
18957
|
-
if (
|
|
18960
|
+
if (isProductCenter.value) {
|
|
18958
18961
|
columns.push({
|
|
18959
18962
|
type: "seq",
|
|
18960
18963
|
title: "\u5E8F\u53F7",
|
|
18961
|
-
width: "
|
|
18962
|
-
align: "center"
|
|
18964
|
+
width: "60px",
|
|
18965
|
+
align: "center",
|
|
18966
|
+
showOverflow: false,
|
|
18967
|
+
showHeaderOverflow: false
|
|
18963
18968
|
});
|
|
18964
18969
|
}
|
|
18965
18970
|
childRules?.length && columns.push(
|
|
@@ -18977,24 +18982,39 @@ const _sfc_main$7 = defineComponent({
|
|
|
18977
18982
|
pre.push({
|
|
18978
18983
|
field: childField,
|
|
18979
18984
|
title,
|
|
18980
|
-
minWidth: "
|
|
18985
|
+
minWidth: "140px",
|
|
18981
18986
|
slots: {
|
|
18982
18987
|
default({ row }) {
|
|
18983
18988
|
if (row?.[childField]) {
|
|
18984
|
-
return h(
|
|
18985
|
-
|
|
18986
|
-
|
|
18987
|
-
|
|
18988
|
-
|
|
18989
|
-
|
|
18990
|
-
}
|
|
18991
|
-
|
|
18989
|
+
return h(
|
|
18990
|
+
"div",
|
|
18991
|
+
{
|
|
18992
|
+
class: {
|
|
18993
|
+
"bm-fc-table-img": true
|
|
18994
|
+
}
|
|
18995
|
+
},
|
|
18996
|
+
[
|
|
18997
|
+
h(Image, {
|
|
18998
|
+
src: props.extraConfig.common.previewImg(
|
|
18999
|
+
row[childField]
|
|
19000
|
+
),
|
|
19001
|
+
style: {
|
|
19002
|
+
width: "86px",
|
|
19003
|
+
height: "86px",
|
|
19004
|
+
padding: "8px"
|
|
19005
|
+
}
|
|
19006
|
+
})
|
|
19007
|
+
]
|
|
19008
|
+
);
|
|
18992
19009
|
}
|
|
18993
19010
|
return h(
|
|
18994
19011
|
"div",
|
|
18995
19012
|
{
|
|
18996
19013
|
style: {
|
|
18997
19014
|
color: "#9393A3"
|
|
19015
|
+
},
|
|
19016
|
+
class: {
|
|
19017
|
+
"bm-fc-placeholder": true
|
|
18998
19018
|
}
|
|
18999
19019
|
},
|
|
19000
19020
|
["\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"]
|
|
@@ -19013,11 +19033,13 @@ const _sfc_main$7 = defineComponent({
|
|
|
19013
19033
|
columns.push({
|
|
19014
19034
|
field: oper,
|
|
19015
19035
|
title: "\u64CD\u4F5C",
|
|
19016
|
-
minWidth: "140px",
|
|
19036
|
+
minWidth: isProductCenter.value ? "110px" : "140px",
|
|
19017
19037
|
fixed: "right",
|
|
19018
19038
|
slots: {
|
|
19019
19039
|
default: "floatHandle"
|
|
19020
|
-
}
|
|
19040
|
+
},
|
|
19041
|
+
showOverflow: false,
|
|
19042
|
+
showHeaderOverflow: false
|
|
19021
19043
|
});
|
|
19022
19044
|
handleAdd(value);
|
|
19023
19045
|
}
|
|
@@ -19070,7 +19092,7 @@ const _sfc_main$7 = defineComponent({
|
|
|
19070
19092
|
field,
|
|
19071
19093
|
title: getBaseTitle(),
|
|
19072
19094
|
headerClassName: rule.effect.required ? "is-required" : "",
|
|
19073
|
-
minWidth: "
|
|
19095
|
+
minWidth: "140px",
|
|
19074
19096
|
slots: {
|
|
19075
19097
|
default: rule.field
|
|
19076
19098
|
}
|
|
@@ -19082,24 +19104,40 @@ const _sfc_main$7 = defineComponent({
|
|
|
19082
19104
|
columns2.push({
|
|
19083
19105
|
field: childField,
|
|
19084
19106
|
title: `${item.label}-${mainName}`,
|
|
19085
|
-
minWidth: "
|
|
19107
|
+
minWidth: "140px",
|
|
19086
19108
|
slots: {
|
|
19087
19109
|
default({ row }) {
|
|
19088
19110
|
if (item.value === "\u5546\u54C1\u56FE\u7247" && row[childField]) {
|
|
19089
|
-
return h(
|
|
19090
|
-
|
|
19091
|
-
|
|
19092
|
-
|
|
19093
|
-
|
|
19094
|
-
|
|
19095
|
-
|
|
19096
|
-
|
|
19111
|
+
return h(
|
|
19112
|
+
"div",
|
|
19113
|
+
{
|
|
19114
|
+
style: {
|
|
19115
|
+
color: "#9393A3"
|
|
19116
|
+
},
|
|
19117
|
+
class: {
|
|
19118
|
+
"bm-fc-table-img": true
|
|
19119
|
+
}
|
|
19120
|
+
},
|
|
19121
|
+
[
|
|
19122
|
+
h(Image, {
|
|
19123
|
+
src: props.extraConfig.common.previewImg(row[childField]),
|
|
19124
|
+
style: {
|
|
19125
|
+
width: "86px",
|
|
19126
|
+
height: "86px",
|
|
19127
|
+
padding: "8px"
|
|
19128
|
+
}
|
|
19129
|
+
})
|
|
19130
|
+
]
|
|
19131
|
+
);
|
|
19097
19132
|
}
|
|
19098
19133
|
return h(
|
|
19099
19134
|
"div",
|
|
19100
19135
|
{
|
|
19101
19136
|
style: {
|
|
19102
19137
|
color: "#9393A3"
|
|
19138
|
+
},
|
|
19139
|
+
class: {
|
|
19140
|
+
"bm-fc-placeholder": !row[childField]
|
|
19103
19141
|
}
|
|
19104
19142
|
},
|
|
19105
19143
|
[row[childField] || "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"]
|
|
@@ -19131,7 +19169,7 @@ const _sfc_main$7 = defineComponent({
|
|
|
19131
19169
|
}
|
|
19132
19170
|
async function handleDelete(index, needConfirm = true) {
|
|
19133
19171
|
if (isProductCenter.value && needConfirm) {
|
|
19134
|
-
if (await utils.confirmModal("\u786E\u5B9A\u8981\u5220\u9664\u8BE5\u9879\uFF1F")) {
|
|
19172
|
+
if (await utils.confirmModal("\u786E\u5B9A\u8981\u5220\u9664\u8BE5\u9879\uFF1F", "\u5220\u9664")) {
|
|
19135
19173
|
data.splice(index, 1);
|
|
19136
19174
|
}
|
|
19137
19175
|
} else {
|
|
@@ -19144,7 +19182,10 @@ const _sfc_main$7 = defineComponent({
|
|
|
19144
19182
|
return;
|
|
19145
19183
|
}
|
|
19146
19184
|
if (isProductCenter.value) {
|
|
19147
|
-
if (await utils.confirmModal(
|
|
19185
|
+
if (await utils.confirmModal(
|
|
19186
|
+
`\u786E\u5B9A\u8981\u5220\u9664\u6240\u9009\u7684${selected?.length}\u6761\u6570\u636E\u4E48\uFF1F`,
|
|
19187
|
+
"\u6279\u91CF\u5220\u9664"
|
|
19188
|
+
)) {
|
|
19148
19189
|
selected.forEach((item) => {
|
|
19149
19190
|
const index = data.indexOf(item);
|
|
19150
19191
|
handleDelete(index, false);
|
|
@@ -19175,7 +19216,7 @@ const _sfc_main$7 = defineComponent({
|
|
|
19175
19216
|
(item) => fields.some((field) => ![null, void 0, ""].includes(item[field]))
|
|
19176
19217
|
);
|
|
19177
19218
|
if (isNotEmpty) {
|
|
19178
|
-
if (await utils.confirmModal("\u518D\u6B21\u6279\u5BFC\u4F1A\u8986\u76D6\u5DF2\u6709\u6570\u636E")) {
|
|
19219
|
+
if (await utils.confirmModal("\u518D\u6B21\u6279\u5BFC\u4F1A\u8986\u76D6\u5DF2\u6709\u6570\u636E", "\u6279\u91CF\u5BFC\u5165")) {
|
|
19179
19220
|
data.splice(0, data.length);
|
|
19180
19221
|
inputRef.value.click();
|
|
19181
19222
|
}
|
|
@@ -19684,9 +19725,9 @@ const _sfc_main$7 = defineComponent({
|
|
|
19684
19725
|
}
|
|
19685
19726
|
return (_ctx, _cache) => {
|
|
19686
19727
|
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
19687
|
-
createElementVNode("div", _hoisted_2$
|
|
19728
|
+
createElementVNode("div", _hoisted_2$5, [
|
|
19688
19729
|
createTextVNode(toDisplayString(__props.rule.title.title) + " ", 1),
|
|
19689
|
-
createElementVNode("span", _hoisted_3$
|
|
19730
|
+
createElementVNode("span", _hoisted_3$4, toDisplayString(unref(countText)), 1),
|
|
19690
19731
|
createCommentVNode(" \u5546\u54C1\u4E2D\u5FC3\u5B9A\u5236 \u6309\u94AE "),
|
|
19691
19732
|
unref(isProductCenter) ? (openBlock(), createElementBlock("div", _hoisted_4$3, [
|
|
19692
19733
|
!__props.hidden ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
@@ -19917,14 +19958,28 @@ const _sfc_main$7 = defineComponent({
|
|
|
19917
19958
|
var TableWidget = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__file", "table-widget.vue"]]);
|
|
19918
19959
|
|
|
19919
19960
|
const _hoisted_1$4 = /* @__PURE__ */ createElementVNode("span", { class: "bm-fc-form-item-label is-required" }, "\u7D20\u6750\u6A21\u677F\uFF1A", -1);
|
|
19920
|
-
const _hoisted_2$
|
|
19921
|
-
const _hoisted_3$
|
|
19922
|
-
const _hoisted_4$2 =
|
|
19923
|
-
|
|
19924
|
-
|
|
19925
|
-
|
|
19926
|
-
const
|
|
19927
|
-
const
|
|
19961
|
+
const _hoisted_2$4 = { key: 0 };
|
|
19962
|
+
const _hoisted_3$3 = /* @__PURE__ */ createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u7D20\u6750\u7C7B\u578B\uFF1A", -1);
|
|
19963
|
+
const _hoisted_4$2 = {
|
|
19964
|
+
key: 1,
|
|
19965
|
+
class: "bm-fc-placeholder"
|
|
19966
|
+
};
|
|
19967
|
+
const _hoisted_5$2 = /* @__PURE__ */ createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u5C3A\u5BF8\uFF1A", -1);
|
|
19968
|
+
const _hoisted_6$2 = {
|
|
19969
|
+
key: 1,
|
|
19970
|
+
class: "bm-fc-placeholder"
|
|
19971
|
+
};
|
|
19972
|
+
const _hoisted_7$2 = /* @__PURE__ */ createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u5C01\u9762\u56FE\uFF1A", -1);
|
|
19973
|
+
const _hoisted_8$1 = ["src"];
|
|
19974
|
+
const _hoisted_9$1 = {
|
|
19975
|
+
key: 1,
|
|
19976
|
+
class: "bm-fc-placeholder"
|
|
19977
|
+
};
|
|
19978
|
+
const _hoisted_10$1 = /* @__PURE__ */ createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u6A21\u677F\u7ED3\u6784\u56FE\uFF1A", -1);
|
|
19979
|
+
const _hoisted_11$2 = {
|
|
19980
|
+
key: 1,
|
|
19981
|
+
class: "bm-fc-placeholder"
|
|
19982
|
+
};
|
|
19928
19983
|
const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
19929
19984
|
__name: "material-temp",
|
|
19930
19985
|
props: [
|
|
@@ -20258,7 +20313,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20258
20313
|
}),
|
|
20259
20314
|
createVNode(unref(Col), { flex: 1 }, {
|
|
20260
20315
|
default: withCtx(() => [
|
|
20261
|
-
pane.tempSelected.templateName ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
20316
|
+
pane.tempSelected.templateName ? (openBlock(), createElementBlock("div", _hoisted_2$4, [
|
|
20262
20317
|
createTextVNode(toDisplayString(pane.tempSelected.templateName) + " ", 1),
|
|
20263
20318
|
createVNode(unref(Button), {
|
|
20264
20319
|
type: "link",
|
|
@@ -20296,7 +20351,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20296
20351
|
default: withCtx(() => [
|
|
20297
20352
|
createVNode(unref(Col), null, {
|
|
20298
20353
|
default: withCtx(() => [
|
|
20299
|
-
_hoisted_3$
|
|
20354
|
+
_hoisted_3$3
|
|
20300
20355
|
]),
|
|
20301
20356
|
_: 1
|
|
20302
20357
|
}),
|
|
@@ -20305,7 +20360,9 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20305
20360
|
flex: 1
|
|
20306
20361
|
}, {
|
|
20307
20362
|
default: withCtx(() => [
|
|
20308
|
-
|
|
20363
|
+
pane.tempSelected.materialCategoryNameShow ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
20364
|
+
createTextVNode(toDisplayString(pane.tempSelected.materialCategoryNameShow), 1)
|
|
20365
|
+
], 64)) : (openBlock(), createElementBlock("span", _hoisted_4$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20309
20366
|
]),
|
|
20310
20367
|
_: 2
|
|
20311
20368
|
}, 1024)
|
|
@@ -20321,7 +20378,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20321
20378
|
default: withCtx(() => [
|
|
20322
20379
|
createVNode(unref(Col), null, {
|
|
20323
20380
|
default: withCtx(() => [
|
|
20324
|
-
|
|
20381
|
+
_hoisted_5$2
|
|
20325
20382
|
]),
|
|
20326
20383
|
_: 1
|
|
20327
20384
|
}),
|
|
@@ -20330,9 +20387,13 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20330
20387
|
flex: 1
|
|
20331
20388
|
}, {
|
|
20332
20389
|
default: withCtx(() => [
|
|
20333
|
-
|
|
20390
|
+
measrueDicts.value.find(
|
|
20334
20391
|
(dict) => dict.dictId + "" === pane.tempSelected.measure + ""
|
|
20335
|
-
)?.dictName
|
|
20392
|
+
)?.dictName ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
20393
|
+
createTextVNode(toDisplayString(measrueDicts.value.find(
|
|
20394
|
+
(dict) => dict.dictId + "" === pane.tempSelected.measure + ""
|
|
20395
|
+
)?.dictName), 1)
|
|
20396
|
+
], 64)) : (openBlock(), createElementBlock("span", _hoisted_6$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20336
20397
|
]),
|
|
20337
20398
|
_: 2
|
|
20338
20399
|
}, 1024)
|
|
@@ -20348,7 +20409,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20348
20409
|
default: withCtx(() => [
|
|
20349
20410
|
createVNode(unref(Col), null, {
|
|
20350
20411
|
default: withCtx(() => [
|
|
20351
|
-
|
|
20412
|
+
_hoisted_7$2
|
|
20352
20413
|
]),
|
|
20353
20414
|
_: 1
|
|
20354
20415
|
}),
|
|
@@ -20361,7 +20422,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20361
20422
|
key: 0,
|
|
20362
20423
|
class: "bm-fc-form-item__cover",
|
|
20363
20424
|
src: pane.tempSelected.coverPlanPath
|
|
20364
|
-
}, null, 8,
|
|
20425
|
+
}, null, 8, _hoisted_8$1)) : (openBlock(), createElementBlock("span", _hoisted_9$1, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20365
20426
|
]),
|
|
20366
20427
|
_: 2
|
|
20367
20428
|
}, 1024)
|
|
@@ -20377,7 +20438,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20377
20438
|
default: withCtx(() => [
|
|
20378
20439
|
createVNode(unref(Col), null, {
|
|
20379
20440
|
default: withCtx(() => [
|
|
20380
|
-
|
|
20441
|
+
_hoisted_10$1
|
|
20381
20442
|
]),
|
|
20382
20443
|
_: 1
|
|
20383
20444
|
}),
|
|
@@ -20391,7 +20452,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20391
20452
|
class: "bm-fc-form-item__temp-content",
|
|
20392
20453
|
content: getTempContentWithName(pane.tempSelected),
|
|
20393
20454
|
preview: true
|
|
20394
|
-
}, null, 8, ["content"])) : (openBlock(), createElementBlock("span",
|
|
20455
|
+
}, null, 8, ["content"])) : (openBlock(), createElementBlock("span", _hoisted_11$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20395
20456
|
]),
|
|
20396
20457
|
_: 2
|
|
20397
20458
|
}, 1024)
|
|
@@ -20551,7 +20612,11 @@ var materialTemp = {
|
|
|
20551
20612
|
};
|
|
20552
20613
|
|
|
20553
20614
|
const _hoisted_1$3 = { class: "bm-fc-form-item-label" };
|
|
20554
|
-
const _hoisted_2$
|
|
20615
|
+
const _hoisted_2$3 = ["src"];
|
|
20616
|
+
const _hoisted_3$2 = {
|
|
20617
|
+
key: 1,
|
|
20618
|
+
class: "bm-fc-placeholder"
|
|
20619
|
+
};
|
|
20555
20620
|
const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
20556
20621
|
__name: "product-info",
|
|
20557
20622
|
props: [
|
|
@@ -20712,14 +20777,12 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
20712
20777
|
key: 0,
|
|
20713
20778
|
class: "bm-fc-form-item__img",
|
|
20714
20779
|
src: __props.extraConfig.common.previewImg(getValue(field.value))
|
|
20715
|
-
}, null, 8, _hoisted_2$
|
|
20780
|
+
}, null, 8, _hoisted_2$3)) : field.value === "\u5546\u54C1\u5355\u4F4D" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
20716
20781
|
createTextVNode(toDisplayString(unitMap[getValue(field.value)] || getValue(field.value)), 1)
|
|
20717
20782
|
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
20718
20783
|
createTextVNode(toDisplayString(getValue(field.value)), 1)
|
|
20719
20784
|
], 64))
|
|
20720
|
-
], 64)) : (openBlock(), createElementBlock(
|
|
20721
|
-
createTextVNode("\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6")
|
|
20722
|
-
], 64))
|
|
20785
|
+
], 64)) : (openBlock(), createElementBlock("span", _hoisted_3$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20723
20786
|
]),
|
|
20724
20787
|
_: 2
|
|
20725
20788
|
}, 1024)
|
|
@@ -20809,6 +20872,10 @@ var product = {
|
|
|
20809
20872
|
};
|
|
20810
20873
|
|
|
20811
20874
|
const _hoisted_1$2 = { class: "bm-fc-form-item-label" };
|
|
20875
|
+
const _hoisted_2$2 = {
|
|
20876
|
+
key: 1,
|
|
20877
|
+
class: "bm-fc-placeholder"
|
|
20878
|
+
};
|
|
20812
20879
|
const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
20813
20880
|
__name: "shop-widget",
|
|
20814
20881
|
props: [
|
|
@@ -20982,9 +21049,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
20982
21049
|
default: withCtx(() => [
|
|
20983
21050
|
getValue(field2.value) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
20984
21051
|
createTextVNode(toDisplayString(getValue(field2.value)), 1)
|
|
20985
|
-
], 64)) : (openBlock(), createElementBlock(
|
|
20986
|
-
createTextVNode("\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6")
|
|
20987
|
-
], 64))
|
|
21052
|
+
], 64)) : (openBlock(), createElementBlock("span", _hoisted_2$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20988
21053
|
]),
|
|
20989
21054
|
_: 2
|
|
20990
21055
|
}, 1024)
|
|
@@ -2792,7 +2792,7 @@ var materialTemp = {
|
|
|
2792
2792
|
const _hoisted_1$7 = /* @__PURE__ */ createElementVNode("div", { class: "bm-product-info-item__title" }, "\u5546\u54C1\u7F16\u53F7", -1);
|
|
2793
2793
|
const _hoisted_2$5 = { class: "bm-product-info-item__content" };
|
|
2794
2794
|
const _hoisted_3$4 = { class: "bm-product-info-item__title" };
|
|
2795
|
-
const _hoisted_4$2 = /* @__PURE__ */ createElementVNode("div", { class: "bm-product-info-item__content" }, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6", -1);
|
|
2795
|
+
const _hoisted_4$2 = /* @__PURE__ */ createElementVNode("div", { class: "bm-product-info-item__content bm-fc-placeholder" }, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6", -1);
|
|
2796
2796
|
const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
2797
2797
|
__name: "product-info",
|
|
2798
2798
|
props: ["formCreateInject"],
|
|
@@ -902,9 +902,9 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
902
902
|
searchVal: import("vue").Ref<string>;
|
|
903
903
|
selectAll: import("vue").Ref<boolean>;
|
|
904
904
|
indeterminate: import("vue").Ref<boolean>;
|
|
905
|
-
emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
905
|
+
emptyPic: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
906
906
|
[key: string]: any;
|
|
907
|
-
}> | null | undefined) |
|
|
907
|
+
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
908
908
|
[key: string]: any;
|
|
909
909
|
}> | null | undefined)[]>;
|
|
910
910
|
isFulfill: import("vue").Ref<boolean>;
|
|
@@ -977,9 +977,9 @@ declare const BmStaffsSelector: import("bm-admin-ui/es/utils/with-install").SFCW
|
|
|
977
977
|
searchVal: import("vue").Ref<string>;
|
|
978
978
|
selectAll: import("vue").Ref<boolean>;
|
|
979
979
|
indeterminate: import("vue").Ref<boolean>;
|
|
980
|
-
emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
980
|
+
emptyPic: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
981
981
|
[key: string]: any;
|
|
982
|
-
}> | null | undefined) |
|
|
982
|
+
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
983
983
|
[key: string]: any;
|
|
984
984
|
}> | null | undefined)[]>;
|
|
985
985
|
isFulfill: import("vue").Ref<boolean>;
|
|
@@ -20,9 +20,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
searchVal: import("vue").Ref<string>;
|
|
21
21
|
selectAll: import("vue").Ref<boolean>;
|
|
22
22
|
indeterminate: import("vue").Ref<boolean>;
|
|
23
|
-
emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
23
|
+
emptyPic: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
24
24
|
[key: string]: any;
|
|
25
|
-
}> | null | undefined) |
|
|
25
|
+
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
26
26
|
[key: string]: any;
|
|
27
27
|
}> | null | undefined)[]>;
|
|
28
28
|
isFulfill: import("vue").Ref<boolean>;
|
|
@@ -21,9 +21,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
21
|
searchVal: import("vue").Ref<string>;
|
|
22
22
|
selectAll: import("vue").Ref<boolean>;
|
|
23
23
|
indeterminate: import("vue").Ref<boolean>;
|
|
24
|
-
emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
24
|
+
emptyPic: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
25
25
|
[key: string]: any;
|
|
26
|
-
}> | null | undefined) |
|
|
26
|
+
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
27
27
|
[key: string]: any;
|
|
28
28
|
}> | null | undefined)[]>;
|
|
29
29
|
isFulfill: import("vue").Ref<boolean>;
|
|
@@ -902,9 +902,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
902
902
|
searchVal: import("vue").Ref<string>;
|
|
903
903
|
selectAll: import("vue").Ref<boolean>;
|
|
904
904
|
indeterminate: import("vue").Ref<boolean>;
|
|
905
|
-
emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
905
|
+
emptyPic: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
906
906
|
[key: string]: any;
|
|
907
|
-
}> | null | undefined) |
|
|
907
|
+
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
908
908
|
[key: string]: any;
|
|
909
909
|
}> | null | undefined)[]>;
|
|
910
910
|
isFulfill: import("vue").Ref<boolean>;
|
|
@@ -977,9 +977,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
977
977
|
searchVal: import("vue").Ref<string>;
|
|
978
978
|
selectAll: import("vue").Ref<boolean>;
|
|
979
979
|
indeterminate: import("vue").Ref<boolean>;
|
|
980
|
-
emptyPic: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
980
|
+
emptyPic: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
981
981
|
[key: string]: any;
|
|
982
|
-
}> | null | undefined) |
|
|
982
|
+
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
983
983
|
[key: string]: any;
|
|
984
984
|
}> | null | undefined)[]>;
|
|
985
985
|
isFulfill: import("vue").Ref<boolean>;
|
|
@@ -42,9 +42,9 @@ declare const BmFloatTable: import("bm-admin-ui/es/utils/with-install").SFCWithI
|
|
|
42
42
|
gridOptions: import("vue").ComputedRef<any>;
|
|
43
43
|
gridEvents: import("vue").ComputedRef<any>;
|
|
44
44
|
pager: import("vue").ComputedRef<any>;
|
|
45
|
-
simpleImage: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
45
|
+
simpleImage: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
|
-
}> | null | undefined) |
|
|
47
|
+
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
48
48
|
[key: string]: any;
|
|
49
49
|
}> | null | undefined)[]>;
|
|
50
50
|
floatRefsId: import("vue").Ref<{}>;
|
|
@@ -42,9 +42,9 @@ declare const _default: {
|
|
|
42
42
|
gridOptions: import("vue").ComputedRef<any>;
|
|
43
43
|
gridEvents: import("vue").ComputedRef<any>;
|
|
44
44
|
pager: import("vue").ComputedRef<any>;
|
|
45
|
-
simpleImage: import("vue").Ref<(string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
45
|
+
simpleImage: import("vue").Ref<JSX.Element | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
46
46
|
[key: string]: any;
|
|
47
|
-
}> | null | undefined) |
|
|
47
|
+
}> | null | undefined) | (string | number | boolean | void | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
48
48
|
[key: string]: any;
|
|
49
49
|
}> | null | undefined)[]>;
|
|
50
50
|
floatRefsId: import("vue").Ref<{}>;
|