bm-admin-ui 1.2.31-alpha → 1.2.32-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/form-create/index.js +68 -38
- package/es/components/form-designer/index.js +1 -1
- package/lib/components/form-create/index.js +68 -38
- package/lib/components/form-designer/index.js +1 -1
- package/package.json +1 -1
- package/theme-chalk/form-create.css +1 -1
- package/theme-chalk/index.css +1 -1
|
@@ -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"
|
|
@@ -18995,6 +18995,9 @@ const _sfc_main$7 = defineComponent({
|
|
|
18995
18995
|
{
|
|
18996
18996
|
style: {
|
|
18997
18997
|
color: "#9393A3"
|
|
18998
|
+
},
|
|
18999
|
+
class: {
|
|
19000
|
+
"bm-fc-placeholder": true
|
|
18998
19001
|
}
|
|
18999
19002
|
},
|
|
19000
19003
|
["\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"]
|
|
@@ -19100,6 +19103,9 @@ const _sfc_main$7 = defineComponent({
|
|
|
19100
19103
|
{
|
|
19101
19104
|
style: {
|
|
19102
19105
|
color: "#9393A3"
|
|
19106
|
+
},
|
|
19107
|
+
class: {
|
|
19108
|
+
"bm-fc-placeholder": !row[childField]
|
|
19103
19109
|
}
|
|
19104
19110
|
},
|
|
19105
19111
|
[row[childField] || "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"]
|
|
@@ -19684,9 +19690,9 @@ const _sfc_main$7 = defineComponent({
|
|
|
19684
19690
|
}
|
|
19685
19691
|
return (_ctx, _cache) => {
|
|
19686
19692
|
return openBlock(), createElementBlock("div", _hoisted_1$5, [
|
|
19687
|
-
createElementVNode("div", _hoisted_2$
|
|
19693
|
+
createElementVNode("div", _hoisted_2$5, [
|
|
19688
19694
|
createTextVNode(toDisplayString(__props.rule.title.title) + " ", 1),
|
|
19689
|
-
createElementVNode("span", _hoisted_3$
|
|
19695
|
+
createElementVNode("span", _hoisted_3$4, toDisplayString(unref(countText)), 1),
|
|
19690
19696
|
createCommentVNode(" \u5546\u54C1\u4E2D\u5FC3\u5B9A\u5236 \u6309\u94AE "),
|
|
19691
19697
|
unref(isProductCenter) ? (openBlock(), createElementBlock("div", _hoisted_4$3, [
|
|
19692
19698
|
!__props.hidden ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
@@ -19917,14 +19923,28 @@ const _sfc_main$7 = defineComponent({
|
|
|
19917
19923
|
var TableWidget = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__file", "table-widget.vue"]]);
|
|
19918
19924
|
|
|
19919
19925
|
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
|
|
19926
|
+
const _hoisted_2$4 = { key: 0 };
|
|
19927
|
+
const _hoisted_3$3 = /* @__PURE__ */ createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u7D20\u6750\u7C7B\u578B\uFF1A", -1);
|
|
19928
|
+
const _hoisted_4$2 = {
|
|
19929
|
+
key: 1,
|
|
19930
|
+
class: "bm-fc-placeholder"
|
|
19931
|
+
};
|
|
19932
|
+
const _hoisted_5$2 = /* @__PURE__ */ createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u5C3A\u5BF8\uFF1A", -1);
|
|
19933
|
+
const _hoisted_6$2 = {
|
|
19934
|
+
key: 1,
|
|
19935
|
+
class: "bm-fc-placeholder"
|
|
19936
|
+
};
|
|
19937
|
+
const _hoisted_7$2 = /* @__PURE__ */ createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u5C01\u9762\u56FE\uFF1A", -1);
|
|
19938
|
+
const _hoisted_8$1 = ["src"];
|
|
19939
|
+
const _hoisted_9$1 = {
|
|
19940
|
+
key: 1,
|
|
19941
|
+
class: "bm-fc-placeholder"
|
|
19942
|
+
};
|
|
19943
|
+
const _hoisted_10$1 = /* @__PURE__ */ createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u6A21\u677F\u7ED3\u6784\u56FE\uFF1A", -1);
|
|
19944
|
+
const _hoisted_11$2 = {
|
|
19945
|
+
key: 1,
|
|
19946
|
+
class: "bm-fc-placeholder"
|
|
19947
|
+
};
|
|
19928
19948
|
const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
19929
19949
|
__name: "material-temp",
|
|
19930
19950
|
props: [
|
|
@@ -20258,7 +20278,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20258
20278
|
}),
|
|
20259
20279
|
createVNode(unref(Col), { flex: 1 }, {
|
|
20260
20280
|
default: withCtx(() => [
|
|
20261
|
-
pane.tempSelected.templateName ? (openBlock(), createElementBlock("div", _hoisted_2$
|
|
20281
|
+
pane.tempSelected.templateName ? (openBlock(), createElementBlock("div", _hoisted_2$4, [
|
|
20262
20282
|
createTextVNode(toDisplayString(pane.tempSelected.templateName) + " ", 1),
|
|
20263
20283
|
createVNode(unref(Button), {
|
|
20264
20284
|
type: "link",
|
|
@@ -20296,7 +20316,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20296
20316
|
default: withCtx(() => [
|
|
20297
20317
|
createVNode(unref(Col), null, {
|
|
20298
20318
|
default: withCtx(() => [
|
|
20299
|
-
_hoisted_3$
|
|
20319
|
+
_hoisted_3$3
|
|
20300
20320
|
]),
|
|
20301
20321
|
_: 1
|
|
20302
20322
|
}),
|
|
@@ -20305,7 +20325,9 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20305
20325
|
flex: 1
|
|
20306
20326
|
}, {
|
|
20307
20327
|
default: withCtx(() => [
|
|
20308
|
-
|
|
20328
|
+
pane.tempSelected.materialCategoryNameShow ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
20329
|
+
createTextVNode(toDisplayString(pane.tempSelected.materialCategoryNameShow), 1)
|
|
20330
|
+
], 64)) : (openBlock(), createElementBlock("span", _hoisted_4$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20309
20331
|
]),
|
|
20310
20332
|
_: 2
|
|
20311
20333
|
}, 1024)
|
|
@@ -20321,7 +20343,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20321
20343
|
default: withCtx(() => [
|
|
20322
20344
|
createVNode(unref(Col), null, {
|
|
20323
20345
|
default: withCtx(() => [
|
|
20324
|
-
|
|
20346
|
+
_hoisted_5$2
|
|
20325
20347
|
]),
|
|
20326
20348
|
_: 1
|
|
20327
20349
|
}),
|
|
@@ -20330,9 +20352,13 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20330
20352
|
flex: 1
|
|
20331
20353
|
}, {
|
|
20332
20354
|
default: withCtx(() => [
|
|
20333
|
-
|
|
20355
|
+
measrueDicts.value.find(
|
|
20334
20356
|
(dict) => dict.dictId + "" === pane.tempSelected.measure + ""
|
|
20335
|
-
)?.dictName
|
|
20357
|
+
)?.dictName ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
20358
|
+
createTextVNode(toDisplayString(measrueDicts.value.find(
|
|
20359
|
+
(dict) => dict.dictId + "" === pane.tempSelected.measure + ""
|
|
20360
|
+
)?.dictName), 1)
|
|
20361
|
+
], 64)) : (openBlock(), createElementBlock("span", _hoisted_6$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20336
20362
|
]),
|
|
20337
20363
|
_: 2
|
|
20338
20364
|
}, 1024)
|
|
@@ -20348,7 +20374,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20348
20374
|
default: withCtx(() => [
|
|
20349
20375
|
createVNode(unref(Col), null, {
|
|
20350
20376
|
default: withCtx(() => [
|
|
20351
|
-
|
|
20377
|
+
_hoisted_7$2
|
|
20352
20378
|
]),
|
|
20353
20379
|
_: 1
|
|
20354
20380
|
}),
|
|
@@ -20361,7 +20387,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20361
20387
|
key: 0,
|
|
20362
20388
|
class: "bm-fc-form-item__cover",
|
|
20363
20389
|
src: pane.tempSelected.coverPlanPath
|
|
20364
|
-
}, null, 8,
|
|
20390
|
+
}, null, 8, _hoisted_8$1)) : (openBlock(), createElementBlock("span", _hoisted_9$1, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20365
20391
|
]),
|
|
20366
20392
|
_: 2
|
|
20367
20393
|
}, 1024)
|
|
@@ -20377,7 +20403,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20377
20403
|
default: withCtx(() => [
|
|
20378
20404
|
createVNode(unref(Col), null, {
|
|
20379
20405
|
default: withCtx(() => [
|
|
20380
|
-
|
|
20406
|
+
_hoisted_10$1
|
|
20381
20407
|
]),
|
|
20382
20408
|
_: 1
|
|
20383
20409
|
}),
|
|
@@ -20391,7 +20417,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
|
|
|
20391
20417
|
class: "bm-fc-form-item__temp-content",
|
|
20392
20418
|
content: getTempContentWithName(pane.tempSelected),
|
|
20393
20419
|
preview: true
|
|
20394
|
-
}, null, 8, ["content"])) : (openBlock(), createElementBlock("span",
|
|
20420
|
+
}, null, 8, ["content"])) : (openBlock(), createElementBlock("span", _hoisted_11$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20395
20421
|
]),
|
|
20396
20422
|
_: 2
|
|
20397
20423
|
}, 1024)
|
|
@@ -20551,7 +20577,11 @@ var materialTemp = {
|
|
|
20551
20577
|
};
|
|
20552
20578
|
|
|
20553
20579
|
const _hoisted_1$3 = { class: "bm-fc-form-item-label" };
|
|
20554
|
-
const _hoisted_2$
|
|
20580
|
+
const _hoisted_2$3 = ["src"];
|
|
20581
|
+
const _hoisted_3$2 = {
|
|
20582
|
+
key: 1,
|
|
20583
|
+
class: "bm-fc-placeholder"
|
|
20584
|
+
};
|
|
20555
20585
|
const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
20556
20586
|
__name: "product-info",
|
|
20557
20587
|
props: [
|
|
@@ -20712,14 +20742,12 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
20712
20742
|
key: 0,
|
|
20713
20743
|
class: "bm-fc-form-item__img",
|
|
20714
20744
|
src: __props.extraConfig.common.previewImg(getValue(field.value))
|
|
20715
|
-
}, null, 8, _hoisted_2$
|
|
20745
|
+
}, null, 8, _hoisted_2$3)) : field.value === "\u5546\u54C1\u5355\u4F4D" ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
20716
20746
|
createTextVNode(toDisplayString(unitMap[getValue(field.value)] || getValue(field.value)), 1)
|
|
20717
20747
|
], 64)) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
20718
20748
|
createTextVNode(toDisplayString(getValue(field.value)), 1)
|
|
20719
20749
|
], 64))
|
|
20720
|
-
], 64)) : (openBlock(), createElementBlock(
|
|
20721
|
-
createTextVNode("\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6")
|
|
20722
|
-
], 64))
|
|
20750
|
+
], 64)) : (openBlock(), createElementBlock("span", _hoisted_3$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20723
20751
|
]),
|
|
20724
20752
|
_: 2
|
|
20725
20753
|
}, 1024)
|
|
@@ -20809,6 +20837,10 @@ var product = {
|
|
|
20809
20837
|
};
|
|
20810
20838
|
|
|
20811
20839
|
const _hoisted_1$2 = { class: "bm-fc-form-item-label" };
|
|
20840
|
+
const _hoisted_2$2 = {
|
|
20841
|
+
key: 1,
|
|
20842
|
+
class: "bm-fc-placeholder"
|
|
20843
|
+
};
|
|
20812
20844
|
const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
20813
20845
|
__name: "shop-widget",
|
|
20814
20846
|
props: [
|
|
@@ -20982,9 +21014,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
20982
21014
|
default: withCtx(() => [
|
|
20983
21015
|
getValue(field2.value) ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
20984
21016
|
createTextVNode(toDisplayString(getValue(field2.value)), 1)
|
|
20985
|
-
], 64)) : (openBlock(), createElementBlock(
|
|
20986
|
-
createTextVNode("\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6")
|
|
20987
|
-
], 64))
|
|
21017
|
+
], 64)) : (openBlock(), createElementBlock("span", _hoisted_2$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20988
21018
|
]),
|
|
20989
21019
|
_: 2
|
|
20990
21020
|
}, 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"],
|
|
@@ -1076,8 +1076,8 @@ var people = {
|
|
|
1076
1076
|
};
|
|
1077
1077
|
|
|
1078
1078
|
const _hoisted_1$7 = ["onClick"];
|
|
1079
|
-
const _hoisted_2$
|
|
1080
|
-
const _hoisted_3$
|
|
1079
|
+
const _hoisted_2$7 = ["onClick"];
|
|
1080
|
+
const _hoisted_3$6 = { class: "box" };
|
|
1081
1081
|
const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
1082
1082
|
__name: "temp-content",
|
|
1083
1083
|
props: ["content", "preview"],
|
|
@@ -1136,7 +1136,7 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
1136
1136
|
class: "bm-fc-rect-wrapper",
|
|
1137
1137
|
onClick: vue.withModifiers(triggerPreview, ["self"])
|
|
1138
1138
|
}, [
|
|
1139
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
1139
|
+
vue.createElementVNode("div", _hoisted_3$6, [
|
|
1140
1140
|
vue.createElementVNode("div", {
|
|
1141
1141
|
class: "bm-fc-rect-outer",
|
|
1142
1142
|
style: vue.normalizeStyle(
|
|
@@ -1152,7 +1152,7 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
1152
1152
|
}), 128))
|
|
1153
1153
|
], 4)
|
|
1154
1154
|
])
|
|
1155
|
-
], 8, _hoisted_2$
|
|
1155
|
+
], 8, _hoisted_2$7)) : vue.createCommentVNode("v-if", true)
|
|
1156
1156
|
], 4);
|
|
1157
1157
|
};
|
|
1158
1158
|
}
|
|
@@ -1160,8 +1160,8 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
1160
1160
|
var TempContent = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__file", "temp-content.vue"]]);
|
|
1161
1161
|
|
|
1162
1162
|
const _hoisted_1$6 = { class: "bm-fc-select-material-temp__content__item-info" };
|
|
1163
|
-
const _hoisted_2$
|
|
1164
|
-
const _hoisted_3$
|
|
1163
|
+
const _hoisted_2$6 = { class: "bm-fc-select-material-temp__content__item-info__cover" };
|
|
1164
|
+
const _hoisted_3$5 = ["src"];
|
|
1165
1165
|
const _hoisted_4$4 = ["onClick"];
|
|
1166
1166
|
const _hoisted_5$4 = {
|
|
1167
1167
|
key: 1,
|
|
@@ -1361,13 +1361,13 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
1361
1361
|
}, {
|
|
1362
1362
|
default: vue.withCtx(() => [
|
|
1363
1363
|
vue.createElementVNode("div", _hoisted_1$6, [
|
|
1364
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
1364
|
+
vue.createElementVNode("div", _hoisted_2$6, [
|
|
1365
1365
|
item.coverPlanUrl ? (vue.openBlock(), vue.createElementBlock("img", {
|
|
1366
1366
|
key: 0,
|
|
1367
1367
|
class: "bm-fc-select-material-temp__content__item-info__cover__img",
|
|
1368
1368
|
src: item.coverPlanUrl,
|
|
1369
1369
|
alt: ""
|
|
1370
|
-
}, null, 8, _hoisted_3$
|
|
1370
|
+
}, null, 8, _hoisted_3$5)) : (vue.openBlock(), vue.createBlock(TempContent, {
|
|
1371
1371
|
key: 1,
|
|
1372
1372
|
content: item.htmlContent
|
|
1373
1373
|
}, null, 8, ["content"]))
|
|
@@ -18810,8 +18810,8 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
18810
18810
|
var ShopInput = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__file", "shop-input-in-table.vue"]]);
|
|
18811
18811
|
|
|
18812
18812
|
const _hoisted_1$5 = { class: "bm-dc-table-widget" };
|
|
18813
|
-
const _hoisted_2$
|
|
18814
|
-
const _hoisted_3$
|
|
18813
|
+
const _hoisted_2$5 = { class: "bm-dc-table-widget__title" };
|
|
18814
|
+
const _hoisted_3$4 = { class: "bm-dc-table-widget__title-samll" };
|
|
18815
18815
|
const _hoisted_4$3 = {
|
|
18816
18816
|
key: 0,
|
|
18817
18817
|
class: "bm-dc-table-widget__top-bar"
|
|
@@ -19009,6 +19009,9 @@ const _sfc_main$7 = vue.defineComponent({
|
|
|
19009
19009
|
{
|
|
19010
19010
|
style: {
|
|
19011
19011
|
color: "#9393A3"
|
|
19012
|
+
},
|
|
19013
|
+
class: {
|
|
19014
|
+
"bm-fc-placeholder": true
|
|
19012
19015
|
}
|
|
19013
19016
|
},
|
|
19014
19017
|
["\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"]
|
|
@@ -19114,6 +19117,9 @@ const _sfc_main$7 = vue.defineComponent({
|
|
|
19114
19117
|
{
|
|
19115
19118
|
style: {
|
|
19116
19119
|
color: "#9393A3"
|
|
19120
|
+
},
|
|
19121
|
+
class: {
|
|
19122
|
+
"bm-fc-placeholder": !row[childField]
|
|
19117
19123
|
}
|
|
19118
19124
|
},
|
|
19119
19125
|
[row[childField] || "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"]
|
|
@@ -19698,9 +19704,9 @@ const _sfc_main$7 = vue.defineComponent({
|
|
|
19698
19704
|
}
|
|
19699
19705
|
return (_ctx, _cache) => {
|
|
19700
19706
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$5, [
|
|
19701
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
19707
|
+
vue.createElementVNode("div", _hoisted_2$5, [
|
|
19702
19708
|
vue.createTextVNode(vue.toDisplayString(__props.rule.title.title) + " ", 1),
|
|
19703
|
-
vue.createElementVNode("span", _hoisted_3$
|
|
19709
|
+
vue.createElementVNode("span", _hoisted_3$4, vue.toDisplayString(vue.unref(countText)), 1),
|
|
19704
19710
|
vue.createCommentVNode(" \u5546\u54C1\u4E2D\u5FC3\u5B9A\u5236 \u6309\u94AE "),
|
|
19705
19711
|
vue.unref(isProductCenter) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$3, [
|
|
19706
19712
|
!__props.hidden ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
@@ -19931,14 +19937,28 @@ const _sfc_main$7 = vue.defineComponent({
|
|
|
19931
19937
|
var TableWidget = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__file", "table-widget.vue"]]);
|
|
19932
19938
|
|
|
19933
19939
|
const _hoisted_1$4 = /* @__PURE__ */ vue.createElementVNode("span", { class: "bm-fc-form-item-label is-required" }, "\u7D20\u6750\u6A21\u677F\uFF1A", -1);
|
|
19934
|
-
const _hoisted_2$
|
|
19935
|
-
const _hoisted_3$
|
|
19936
|
-
const _hoisted_4$2 =
|
|
19937
|
-
|
|
19938
|
-
|
|
19939
|
-
|
|
19940
|
-
const
|
|
19941
|
-
const
|
|
19940
|
+
const _hoisted_2$4 = { key: 0 };
|
|
19941
|
+
const _hoisted_3$3 = /* @__PURE__ */ vue.createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u7D20\u6750\u7C7B\u578B\uFF1A", -1);
|
|
19942
|
+
const _hoisted_4$2 = {
|
|
19943
|
+
key: 1,
|
|
19944
|
+
class: "bm-fc-placeholder"
|
|
19945
|
+
};
|
|
19946
|
+
const _hoisted_5$2 = /* @__PURE__ */ vue.createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u5C3A\u5BF8\uFF1A", -1);
|
|
19947
|
+
const _hoisted_6$2 = {
|
|
19948
|
+
key: 1,
|
|
19949
|
+
class: "bm-fc-placeholder"
|
|
19950
|
+
};
|
|
19951
|
+
const _hoisted_7$2 = /* @__PURE__ */ vue.createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u5C01\u9762\u56FE\uFF1A", -1);
|
|
19952
|
+
const _hoisted_8$1 = ["src"];
|
|
19953
|
+
const _hoisted_9$1 = {
|
|
19954
|
+
key: 1,
|
|
19955
|
+
class: "bm-fc-placeholder"
|
|
19956
|
+
};
|
|
19957
|
+
const _hoisted_10$1 = /* @__PURE__ */ vue.createElementVNode("span", { class: "bm-fc-form-item-label" }, "\u6A21\u677F\u7ED3\u6784\u56FE\uFF1A", -1);
|
|
19958
|
+
const _hoisted_11$2 = {
|
|
19959
|
+
key: 1,
|
|
19960
|
+
class: "bm-fc-placeholder"
|
|
19961
|
+
};
|
|
19942
19962
|
const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
19943
19963
|
__name: "material-temp",
|
|
19944
19964
|
props: [
|
|
@@ -20272,7 +20292,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20272
20292
|
}),
|
|
20273
20293
|
vue.createVNode(vue.unref(antDesignVue.Col), { flex: 1 }, {
|
|
20274
20294
|
default: vue.withCtx(() => [
|
|
20275
|
-
pane.tempSelected.templateName ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
20295
|
+
pane.tempSelected.templateName ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$4, [
|
|
20276
20296
|
vue.createTextVNode(vue.toDisplayString(pane.tempSelected.templateName) + " ", 1),
|
|
20277
20297
|
vue.createVNode(vue.unref(antDesignVue.Button), {
|
|
20278
20298
|
type: "link",
|
|
@@ -20310,7 +20330,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20310
20330
|
default: vue.withCtx(() => [
|
|
20311
20331
|
vue.createVNode(vue.unref(antDesignVue.Col), null, {
|
|
20312
20332
|
default: vue.withCtx(() => [
|
|
20313
|
-
_hoisted_3$
|
|
20333
|
+
_hoisted_3$3
|
|
20314
20334
|
]),
|
|
20315
20335
|
_: 1
|
|
20316
20336
|
}),
|
|
@@ -20319,7 +20339,9 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20319
20339
|
flex: 1
|
|
20320
20340
|
}, {
|
|
20321
20341
|
default: vue.withCtx(() => [
|
|
20322
|
-
vue.
|
|
20342
|
+
pane.tempSelected.materialCategoryNameShow ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
20343
|
+
vue.createTextVNode(vue.toDisplayString(pane.tempSelected.materialCategoryNameShow), 1)
|
|
20344
|
+
], 64)) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_4$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20323
20345
|
]),
|
|
20324
20346
|
_: 2
|
|
20325
20347
|
}, 1024)
|
|
@@ -20335,7 +20357,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20335
20357
|
default: vue.withCtx(() => [
|
|
20336
20358
|
vue.createVNode(vue.unref(antDesignVue.Col), null, {
|
|
20337
20359
|
default: vue.withCtx(() => [
|
|
20338
|
-
|
|
20360
|
+
_hoisted_5$2
|
|
20339
20361
|
]),
|
|
20340
20362
|
_: 1
|
|
20341
20363
|
}),
|
|
@@ -20344,9 +20366,13 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20344
20366
|
flex: 1
|
|
20345
20367
|
}, {
|
|
20346
20368
|
default: vue.withCtx(() => [
|
|
20347
|
-
|
|
20369
|
+
measrueDicts.value.find(
|
|
20348
20370
|
(dict) => dict.dictId + "" === pane.tempSelected.measure + ""
|
|
20349
|
-
)?.dictName
|
|
20371
|
+
)?.dictName ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
20372
|
+
vue.createTextVNode(vue.toDisplayString(measrueDicts.value.find(
|
|
20373
|
+
(dict) => dict.dictId + "" === pane.tempSelected.measure + ""
|
|
20374
|
+
)?.dictName), 1)
|
|
20375
|
+
], 64)) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_6$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20350
20376
|
]),
|
|
20351
20377
|
_: 2
|
|
20352
20378
|
}, 1024)
|
|
@@ -20362,7 +20388,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20362
20388
|
default: vue.withCtx(() => [
|
|
20363
20389
|
vue.createVNode(vue.unref(antDesignVue.Col), null, {
|
|
20364
20390
|
default: vue.withCtx(() => [
|
|
20365
|
-
|
|
20391
|
+
_hoisted_7$2
|
|
20366
20392
|
]),
|
|
20367
20393
|
_: 1
|
|
20368
20394
|
}),
|
|
@@ -20375,7 +20401,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20375
20401
|
key: 0,
|
|
20376
20402
|
class: "bm-fc-form-item__cover",
|
|
20377
20403
|
src: pane.tempSelected.coverPlanPath
|
|
20378
|
-
}, null, 8,
|
|
20404
|
+
}, null, 8, _hoisted_8$1)) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_9$1, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20379
20405
|
]),
|
|
20380
20406
|
_: 2
|
|
20381
20407
|
}, 1024)
|
|
@@ -20391,7 +20417,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20391
20417
|
default: vue.withCtx(() => [
|
|
20392
20418
|
vue.createVNode(vue.unref(antDesignVue.Col), null, {
|
|
20393
20419
|
default: vue.withCtx(() => [
|
|
20394
|
-
|
|
20420
|
+
_hoisted_10$1
|
|
20395
20421
|
]),
|
|
20396
20422
|
_: 1
|
|
20397
20423
|
}),
|
|
@@ -20405,7 +20431,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20405
20431
|
class: "bm-fc-form-item__temp-content",
|
|
20406
20432
|
content: getTempContentWithName(pane.tempSelected),
|
|
20407
20433
|
preview: true
|
|
20408
|
-
}, null, 8, ["content"])) : (vue.openBlock(), vue.createElementBlock("span",
|
|
20434
|
+
}, null, 8, ["content"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_11$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20409
20435
|
]),
|
|
20410
20436
|
_: 2
|
|
20411
20437
|
}, 1024)
|
|
@@ -20565,7 +20591,11 @@ var materialTemp = {
|
|
|
20565
20591
|
};
|
|
20566
20592
|
|
|
20567
20593
|
const _hoisted_1$3 = { class: "bm-fc-form-item-label" };
|
|
20568
|
-
const _hoisted_2$
|
|
20594
|
+
const _hoisted_2$3 = ["src"];
|
|
20595
|
+
const _hoisted_3$2 = {
|
|
20596
|
+
key: 1,
|
|
20597
|
+
class: "bm-fc-placeholder"
|
|
20598
|
+
};
|
|
20569
20599
|
const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
20570
20600
|
__name: "product-info",
|
|
20571
20601
|
props: [
|
|
@@ -20726,14 +20756,12 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20726
20756
|
key: 0,
|
|
20727
20757
|
class: "bm-fc-form-item__img",
|
|
20728
20758
|
src: __props.extraConfig.common.previewImg(getValue(field.value))
|
|
20729
|
-
}, null, 8, _hoisted_2$
|
|
20759
|
+
}, null, 8, _hoisted_2$3)) : field.value === "\u5546\u54C1\u5355\u4F4D" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
20730
20760
|
vue.createTextVNode(vue.toDisplayString(unitMap[getValue(field.value)] || getValue(field.value)), 1)
|
|
20731
20761
|
], 64)) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
|
|
20732
20762
|
vue.createTextVNode(vue.toDisplayString(getValue(field.value)), 1)
|
|
20733
20763
|
], 64))
|
|
20734
|
-
], 64)) : (vue.openBlock(), vue.createElementBlock(
|
|
20735
|
-
vue.createTextVNode("\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6")
|
|
20736
|
-
], 64))
|
|
20764
|
+
], 64)) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
20737
20765
|
]),
|
|
20738
20766
|
_: 2
|
|
20739
20767
|
}, 1024)
|
|
@@ -20823,6 +20851,10 @@ var product = {
|
|
|
20823
20851
|
};
|
|
20824
20852
|
|
|
20825
20853
|
const _hoisted_1$2 = { class: "bm-fc-form-item-label" };
|
|
20854
|
+
const _hoisted_2$2 = {
|
|
20855
|
+
key: 1,
|
|
20856
|
+
class: "bm-fc-placeholder"
|
|
20857
|
+
};
|
|
20826
20858
|
const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
20827
20859
|
__name: "shop-widget",
|
|
20828
20860
|
props: [
|
|
@@ -20996,9 +21028,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
20996
21028
|
default: vue.withCtx(() => [
|
|
20997
21029
|
getValue(field2.value) ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
20998
21030
|
vue.createTextVNode(vue.toDisplayString(getValue(field2.value)), 1)
|
|
20999
|
-
], 64)) : (vue.openBlock(), vue.createElementBlock(
|
|
21000
|
-
vue.createTextVNode("\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6")
|
|
21001
|
-
], 64))
|
|
21031
|
+
], 64)) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$2, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6"))
|
|
21002
21032
|
]),
|
|
21003
21033
|
_: 2
|
|
21004
21034
|
}, 1024)
|
|
@@ -2802,7 +2802,7 @@ var materialTemp = {
|
|
|
2802
2802
|
const _hoisted_1$7 = /* @__PURE__ */ vue.createElementVNode("div", { class: "bm-product-info-item__title" }, "\u5546\u54C1\u7F16\u53F7", -1);
|
|
2803
2803
|
const _hoisted_2$5 = { class: "bm-product-info-item__content" };
|
|
2804
2804
|
const _hoisted_3$4 = { class: "bm-product-info-item__title" };
|
|
2805
|
-
const _hoisted_4$2 = /* @__PURE__ */ vue.createElementVNode("div", { class: "bm-product-info-item__content" }, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6", -1);
|
|
2805
|
+
const _hoisted_4$2 = /* @__PURE__ */ vue.createElementVNode("div", { class: "bm-product-info-item__content bm-fc-placeholder" }, "\u7CFB\u7EDF\u81EA\u52A8\u83B7\u53D6", -1);
|
|
2806
2806
|
const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
2807
2807
|
__name: "product-info",
|
|
2808
2808
|
props: ["formCreateInject"],
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.bm-fc-material-temp__add{display:inline-block;width:24px;height:24px;background:#fafafa;border-radius:2px;border:1px solid #e8e8e8;text-align:center;color:#bcbcc6}.bm-fc-module-widget{width:100%;margin:24px 0}.bm-fc-module-widget+.bm-fc-module-widget{margin-top:0}.bm-fc-head-line{width:100%;margin-bottom:24px;font-weight:700}.bm-fc-form-item-label{display:inline-block;line-height:32px;width:127px;text-align:right}.bm-fc-form-item-label.is-required::before{display:inline-block;margin-right:4px;color:#ff4d4f;font-size:14px;font-family:SimSun,sans-serif;line-height:1;content:'*'}.bm-fc-form-item{line-height:32px;color:#
|
|
1
|
+
.bm-fc-material-temp__add{display:inline-block;width:24px;height:24px;background:#fafafa;border-radius:2px;border:1px solid #e8e8e8;text-align:center;color:#bcbcc6}.bm-fc-module-widget{width:100%;margin:24px 0}.bm-fc-module-widget+.bm-fc-module-widget{margin-top:0}.bm-fc-head-line{width:100%;margin-bottom:24px;font-weight:700}.bm-fc-form-item-label{display:inline-block;line-height:32px;width:127px;text-align:right}.bm-fc-form-item-label.is-required::before{display:inline-block;margin-right:4px;color:#ff4d4f;font-size:14px;font-family:SimSun,sans-serif;line-height:1;content:'*'}.bm-fc-form-item{line-height:32px;color:#505259}.bm-fc-form-item__cover,.bm-fc-form-item__img{width:170px;height:170px;-o-object-position:center;object-position:center;-o-object-fit:contain;object-fit:contain}.bm-fc-form-item__temp-content{width:170px;height:170px!important}.bm-fc-placeholder{color:#9393a3}.bm-fc-row-widget{margin-bottom:24px}.bm-fc-row-widget .ant-form-item{margin-bottom:0}.bm-dc-table-widget__title{line-height:32px;font-size:16px;font-weight:700;overflow:hidden}.bm-dc-table-widget__title-samll{font-size:14px;font-weight:initial}.bm-dc-table-widget__top-bar{float:right}.bm-dc-table-widget__top-bar .ant-btn+.ant-btn{margin-left:8px}.bm-dc-table-widget__table{margin-top:16px}.bm-dc-table-widget .vxe-header--column.is-required .vxe-cell--title::before{display:inline-block;margin-right:4px;color:#ff4d4f;font-size:14px;font-family:SimSun,sans-serif;line-height:1;content:'*'}.bm-fc-select-material-temp__sider{width:225px;height:612px;padding:20px 24px;background-color:#fff;border-right:1px solid rgba(0,0,0,.06);overflow:auto}.bm-fc-select-material-temp__content{padding:24px;background-color:#fff}.bm-fc-select-material-temp__content__input{width:432px}.bm-fc-select-material-temp__content__btn{margin-left:8px}.bm-fc-select-material-temp__content__item-info{padding:10px}.bm-fc-select-material-temp__content__item-info__cover{width:170px;height:170px}.bm-fc-select-material-temp__content__item-info__cover__img{width:100%;height:100%;-o-object-position:center;object-position:center;-o-object-fit:contain;object-fit:contain}.bm-fc-select-material-temp__content__item-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.bm-fc-select-material-temp__content__item-name:hover{color:#2f4eed}.bm-fc-select-material-temp__content__circle{vertical-align:-.125em;display:inline-block;width:14px;height:14px;border:1px solid #e8e8e8;border-radius:50%}.bm-fc-select-material-temp__content__check-icon{color:#2f4eed}.bm-fc-select-material-temp__content__item-time{color:#9393a3;font-size:12px}.bm-fc-select-material-temp__content__name{margin-left:4px}.bm-fc-rect-outer{position:relative;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.bm-fc-rect-outer .mask-hover{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.5);z-index:1000;display:flex;justify-content:center;align-items:center;color:#fff;cursor:pointer;opacity:0;transition:all ease-in-out .25s}.bm-fc-rect-outer .mask-hover:hover{opacity:1}.bm-fc-rect-outer .bm-fc-rect{position:absolute;border:1px solid #2f4eed;background-repeat:no-repeat;background-size:cover;background-position:center;font-size:12px;line-height:13px}.bm-fc-rect-outer .bm-fc-rect.is-ele{border:unset}.bm-fc-rect-outer .bm-fc-rect-wrapper{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.25);z-index:1000;cursor:pointer}.bm-fc-rect-outer .bm-fc-rect-wrapper .bm-fc-rect{font-size:20px;line-height:32px}.bm-fc-rect-outer .bm-fc-rect-wrapper .box{cursor:default;height:100vh;width:100vh;margin:0 auto;background-color:#fff}.bm-form-basic-info__title{font-size:16px;font-weight:700;color:#242633}.bm-form-basic-info__shop{margin-left:4px;padding:4px 12px;color:#2f4eed;background:#e6f7ff;border-radius:2px;border:1px solid #91d5ff}.bm-form-basic-info__summary{font-size:12px;color:#9393a3;margin-top:15px}.bm-form-basic-info__summary.mt10{margin-top:10px}.bm-form-basic-info__status{float:right}.bm-form-basic-info__approval-status{float:right;margin-top:3px}.bm-fc-form-basic-info{margin-bottom:48px}
|