ocpview-plus 1.3.7 → 1.3.9
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/dist/ocpviewplus.min.esm.js +532 -226
- package/dist/ocpviewplus.min.js +14 -14
- package/package.json +1 -1
- package/src/components/form/formcardbox2.vue +228 -0
- package/src/components/form/index.js +2 -1
- package/src/components/masterplate/billdetailform.vue +10 -8
- package/src/components/masterplate/contractappendix.vue +20 -14
|
@@ -453,7 +453,7 @@ common.initEview = function(ViewUI2) {
|
|
|
453
453
|
common.initAnchor(ViewUI2.Anchor);
|
|
454
454
|
};
|
|
455
455
|
const name = "ocpview-plus";
|
|
456
|
-
const version$2 = "1.3.
|
|
456
|
+
const version$2 = "1.3.8";
|
|
457
457
|
const title = "ocpviewPlus";
|
|
458
458
|
const description = "A high quality Service UI components Library with Vue.js";
|
|
459
459
|
const homepage = "";
|
|
@@ -4214,7 +4214,7 @@ var _export_sfc$1 = (sfc, props) => {
|
|
|
4214
4214
|
}
|
|
4215
4215
|
return target;
|
|
4216
4216
|
};
|
|
4217
|
-
const _sfc_main$
|
|
4217
|
+
const _sfc_main$1V = {
|
|
4218
4218
|
name: "ebutton",
|
|
4219
4219
|
data() {
|
|
4220
4220
|
return {
|
|
@@ -4357,7 +4357,7 @@ const _sfc_main$1U = {
|
|
|
4357
4357
|
}
|
|
4358
4358
|
}
|
|
4359
4359
|
};
|
|
4360
|
-
function _sfc_render$
|
|
4360
|
+
function _sfc_render$1D(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4361
4361
|
const _component_CommonIcon = resolveComponent("CommonIcon");
|
|
4362
4362
|
const _component_Span = resolveComponent("Span");
|
|
4363
4363
|
const _component_Col = resolveComponent("Col");
|
|
@@ -4422,8 +4422,8 @@ function _sfc_render$1C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4422
4422
|
])
|
|
4423
4423
|
], 36)) : createCommentVNode("", true);
|
|
4424
4424
|
}
|
|
4425
|
-
var Ebutton = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
4426
|
-
const _sfc_main$
|
|
4425
|
+
var Ebutton = /* @__PURE__ */ _export_sfc$1(_sfc_main$1V, [["render", _sfc_render$1D]]);
|
|
4426
|
+
const _sfc_main$1U = {
|
|
4427
4427
|
name: "Toolbar",
|
|
4428
4428
|
data() {
|
|
4429
4429
|
return {
|
|
@@ -4795,10 +4795,10 @@ const _sfc_main$1T = {
|
|
|
4795
4795
|
}
|
|
4796
4796
|
}
|
|
4797
4797
|
};
|
|
4798
|
-
const _hoisted_1$
|
|
4798
|
+
const _hoisted_1$18 = { key: 0 };
|
|
4799
4799
|
const _hoisted_2$N = { key: 0 };
|
|
4800
4800
|
const _hoisted_3$u = { href: "javascript:void(0)" };
|
|
4801
|
-
function _sfc_render$
|
|
4801
|
+
function _sfc_render$1C(_ctx, _cache, $props, $setup, $data, $options) {
|
|
4802
4802
|
const _component_Ebutton = resolveComponent("Ebutton");
|
|
4803
4803
|
const _component_Button = resolveComponent("Button");
|
|
4804
4804
|
const _component_Col = resolveComponent("Col");
|
|
@@ -4809,7 +4809,7 @@ function _sfc_render$1B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
4809
4809
|
const _component_Dropdown = resolveComponent("Dropdown");
|
|
4810
4810
|
return withDirectives((openBlock(), createElementBlock("div", null, [
|
|
4811
4811
|
$props.tooltype === "form" ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
4812
|
-
$data.visible ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
4812
|
+
$data.visible ? (openBlock(), createElementBlock("div", _hoisted_1$18, [
|
|
4813
4813
|
"horizontal" === $props.type ? (openBlock(), createBlock(_component_Row, {
|
|
4814
4814
|
key: 0,
|
|
4815
4815
|
type: "flex",
|
|
@@ -5041,7 +5041,7 @@ function _sfc_render$1B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5041
5041
|
[vShow, $data.btnShow]
|
|
5042
5042
|
]);
|
|
5043
5043
|
}
|
|
5044
|
-
var Toolbar$2 = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
5044
|
+
var Toolbar$2 = /* @__PURE__ */ _export_sfc$1(_sfc_main$1U, [["render", _sfc_render$1C]]);
|
|
5045
5045
|
var size = {
|
|
5046
5046
|
name: "size",
|
|
5047
5047
|
data() {
|
|
@@ -5119,7 +5119,7 @@ var size = {
|
|
|
5119
5119
|
}
|
|
5120
5120
|
}
|
|
5121
5121
|
};
|
|
5122
|
-
const _sfc_main$
|
|
5122
|
+
const _sfc_main$1T = {
|
|
5123
5123
|
mixins: [size],
|
|
5124
5124
|
data() {
|
|
5125
5125
|
return {
|
|
@@ -5293,9 +5293,9 @@ const _sfc_main$1S = {
|
|
|
5293
5293
|
}
|
|
5294
5294
|
}
|
|
5295
5295
|
};
|
|
5296
|
-
const _sfc_main$
|
|
5296
|
+
const _sfc_main$1S = {
|
|
5297
5297
|
name: "combobox",
|
|
5298
|
-
extends: _sfc_main$
|
|
5298
|
+
extends: _sfc_main$1T,
|
|
5299
5299
|
data() {
|
|
5300
5300
|
return {
|
|
5301
5301
|
myConfig: {
|
|
@@ -5483,7 +5483,7 @@ const _sfc_main$1R = {
|
|
|
5483
5483
|
}
|
|
5484
5484
|
}
|
|
5485
5485
|
};
|
|
5486
|
-
function _sfc_render$
|
|
5486
|
+
function _sfc_render$1B(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5487
5487
|
const _component_Option = resolveComponent("Option");
|
|
5488
5488
|
const _component_OptionGroup = resolveComponent("OptionGroup");
|
|
5489
5489
|
const _component_Select = resolveComponent("Select");
|
|
@@ -5568,7 +5568,7 @@ function _sfc_render$1A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5568
5568
|
[vShow, $data.myConfig.visible]
|
|
5569
5569
|
]);
|
|
5570
5570
|
}
|
|
5571
|
-
var ComboBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
5571
|
+
var ComboBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1S, [["render", _sfc_render$1B]]);
|
|
5572
5572
|
var comPro = {
|
|
5573
5573
|
name: "formpcompro",
|
|
5574
5574
|
data() {
|
|
@@ -5586,7 +5586,7 @@ var comPro = {
|
|
|
5586
5586
|
},
|
|
5587
5587
|
methods: {}
|
|
5588
5588
|
};
|
|
5589
|
-
const _sfc_main$
|
|
5589
|
+
const _sfc_main$1R = {
|
|
5590
5590
|
name: "baseform",
|
|
5591
5591
|
mixins: [comPro],
|
|
5592
5592
|
data() {
|
|
@@ -6251,8 +6251,8 @@ const _sfc_main$1Q = {
|
|
|
6251
6251
|
}
|
|
6252
6252
|
}
|
|
6253
6253
|
};
|
|
6254
|
-
const _sfc_main$
|
|
6255
|
-
extends: _sfc_main$
|
|
6254
|
+
const _sfc_main$1Q = {
|
|
6255
|
+
extends: _sfc_main$1R,
|
|
6256
6256
|
data() {
|
|
6257
6257
|
return {
|
|
6258
6258
|
editIndex: -1,
|
|
@@ -6370,13 +6370,13 @@ const _sfc_main$1P = {
|
|
|
6370
6370
|
}
|
|
6371
6371
|
}
|
|
6372
6372
|
};
|
|
6373
|
-
const _hoisted_1$
|
|
6373
|
+
const _hoisted_1$17 = {
|
|
6374
6374
|
key: 0,
|
|
6375
6375
|
style: { "color": "#348eed" }
|
|
6376
6376
|
};
|
|
6377
6377
|
const _hoisted_2$M = { key: 1 };
|
|
6378
6378
|
const _hoisted_3$t = ["onClick"];
|
|
6379
|
-
function _sfc_render$
|
|
6379
|
+
function _sfc_render$1A(_ctx, _cache, $props, $setup, $data, $options) {
|
|
6380
6380
|
const _component_ControlBox = resolveComponent("ControlBox");
|
|
6381
6381
|
const _component_ShowText = resolveComponent("ShowText");
|
|
6382
6382
|
const _component_FormItem = resolveComponent("FormItem");
|
|
@@ -6415,7 +6415,7 @@ function _sfc_render$1z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6415
6415
|
"show-message": false
|
|
6416
6416
|
}, {
|
|
6417
6417
|
label: withCtx(() => [
|
|
6418
|
-
item.required === true ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
6418
|
+
item.required === true ? (openBlock(), createElementBlock("span", _hoisted_1$17, toDisplayString(item.label), 1)) : (openBlock(), createElementBlock("span", _hoisted_2$M, toDisplayString(item.label), 1))
|
|
6419
6419
|
]),
|
|
6420
6420
|
default: withCtx(() => [
|
|
6421
6421
|
createElementVNode("div", {
|
|
@@ -6453,8 +6453,8 @@ function _sfc_render$1z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
6453
6453
|
}, 8, ["model", "rules", "label-width", "inline", "id", "onKeydown"])
|
|
6454
6454
|
], 4);
|
|
6455
6455
|
}
|
|
6456
|
-
var ExpandRow = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
6457
|
-
const _sfc_main$
|
|
6456
|
+
var ExpandRow = /* @__PURE__ */ _export_sfc$1(_sfc_main$1Q, [["render", _sfc_render$1A]]);
|
|
6457
|
+
const _sfc_main$1P = {
|
|
6458
6458
|
mixins: [size],
|
|
6459
6459
|
data() {
|
|
6460
6460
|
return {
|
|
@@ -7466,9 +7466,9 @@ const _sfc_main$1O = {
|
|
|
7466
7466
|
mounted() {
|
|
7467
7467
|
}
|
|
7468
7468
|
};
|
|
7469
|
-
const _sfc_main$
|
|
7469
|
+
const _sfc_main$1O = {
|
|
7470
7470
|
name: "viewgridbase",
|
|
7471
|
-
extends: _sfc_main$
|
|
7471
|
+
extends: _sfc_main$1P,
|
|
7472
7472
|
data() {
|
|
7473
7473
|
return {
|
|
7474
7474
|
myConfig: {
|
|
@@ -8698,13 +8698,13 @@ const _sfc_main$1N = {
|
|
|
8698
8698
|
}
|
|
8699
8699
|
}
|
|
8700
8700
|
};
|
|
8701
|
-
const _sfc_main$
|
|
8701
|
+
const _sfc_main$1N = {
|
|
8702
8702
|
name: "viewgrid",
|
|
8703
|
-
extends: _sfc_main$
|
|
8703
|
+
extends: _sfc_main$1O,
|
|
8704
8704
|
mounted() {
|
|
8705
8705
|
}
|
|
8706
8706
|
};
|
|
8707
|
-
const _hoisted_1$
|
|
8707
|
+
const _hoisted_1$16 = { ref: "head" };
|
|
8708
8708
|
const _hoisted_2$L = { key: 0 };
|
|
8709
8709
|
const _hoisted_3$s = { key: 0 };
|
|
8710
8710
|
const _hoisted_4$p = {
|
|
@@ -8727,7 +8727,7 @@ const _hoisted_10$2 = {
|
|
|
8727
8727
|
ref: "page",
|
|
8728
8728
|
style: { "background": "#eee", "padding-top": "5px" }
|
|
8729
8729
|
};
|
|
8730
|
-
function _sfc_render$
|
|
8730
|
+
function _sfc_render$1z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
8731
8731
|
const _component_ConditionBox = resolveComponent("ConditionBox");
|
|
8732
8732
|
const _component_Col = resolveComponent("Col");
|
|
8733
8733
|
const _component_Toolbar = resolveComponent("Toolbar");
|
|
@@ -8740,7 +8740,7 @@ function _sfc_render$1y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8740
8740
|
const _component_Card = resolveComponent("Card");
|
|
8741
8741
|
const _component_Button = resolveComponent("Button");
|
|
8742
8742
|
return openBlock(), createElementBlock("div", null, [
|
|
8743
|
-
createElementVNode("div", _hoisted_1$
|
|
8743
|
+
createElementVNode("div", _hoisted_1$16, [
|
|
8744
8744
|
_ctx.$slots.header ? (openBlock(), createElementBlock("div", {
|
|
8745
8745
|
key: 0,
|
|
8746
8746
|
style: normalizeStyle(_ctx.myConfig.headStyle)
|
|
@@ -9141,11 +9141,11 @@ function _sfc_render$1y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
9141
9141
|
], 64))
|
|
9142
9142
|
]);
|
|
9143
9143
|
}
|
|
9144
|
-
var ViewGrid = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
9144
|
+
var ViewGrid = /* @__PURE__ */ _export_sfc$1(_sfc_main$1N, [["render", _sfc_render$1z]]);
|
|
9145
9145
|
var editgridbase_vue_vue_type_style_index_0_lang = "";
|
|
9146
|
-
const _sfc_main$
|
|
9146
|
+
const _sfc_main$1M = {
|
|
9147
9147
|
name: "editgridbase",
|
|
9148
|
-
extends: _sfc_main$
|
|
9148
|
+
extends: _sfc_main$1P,
|
|
9149
9149
|
data() {
|
|
9150
9150
|
return {
|
|
9151
9151
|
myConfig: {
|
|
@@ -10172,9 +10172,9 @@ const _sfc_main$1L = {
|
|
|
10172
10172
|
}
|
|
10173
10173
|
}
|
|
10174
10174
|
};
|
|
10175
|
-
const _sfc_main$
|
|
10175
|
+
const _sfc_main$1L = {
|
|
10176
10176
|
name: "editgrid",
|
|
10177
|
-
extends: _sfc_main$
|
|
10177
|
+
extends: _sfc_main$1M,
|
|
10178
10178
|
mounted() {
|
|
10179
10179
|
if (this.$refs.card && this.$refs.card.$el) {
|
|
10180
10180
|
this.$refs.card.$el.onmouseleave = () => {
|
|
@@ -10182,7 +10182,7 @@ const _sfc_main$1K = {
|
|
|
10182
10182
|
}
|
|
10183
10183
|
}
|
|
10184
10184
|
};
|
|
10185
|
-
const _hoisted_1$
|
|
10185
|
+
const _hoisted_1$15 = ["id"];
|
|
10186
10186
|
const _hoisted_2$K = { key: 0 };
|
|
10187
10187
|
const _hoisted_3$r = ["onClick"];
|
|
10188
10188
|
const _hoisted_4$o = {
|
|
@@ -10190,7 +10190,7 @@ const _hoisted_4$o = {
|
|
|
10190
10190
|
ref: "page",
|
|
10191
10191
|
style: { "background": "#eee", "padding-top": "5px", "width": "100%" }
|
|
10192
10192
|
};
|
|
10193
|
-
function _sfc_render$
|
|
10193
|
+
function _sfc_render$1y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10194
10194
|
const _component_Button = resolveComponent("Button");
|
|
10195
10195
|
const _component_Col = resolveComponent("Col");
|
|
10196
10196
|
const _component_Row = resolveComponent("Row");
|
|
@@ -10355,12 +10355,12 @@ function _sfc_render$1x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10355
10355
|
]),
|
|
10356
10356
|
_: 1
|
|
10357
10357
|
}, 8, ["modelValue", "onOnOk"])) : createCommentVNode("", true)
|
|
10358
|
-
], 8, _hoisted_1$
|
|
10358
|
+
], 8, _hoisted_1$15);
|
|
10359
10359
|
}
|
|
10360
|
-
var EditGrid = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
10361
|
-
const _sfc_main$
|
|
10360
|
+
var EditGrid = /* @__PURE__ */ _export_sfc$1(_sfc_main$1L, [["render", _sfc_render$1y]]);
|
|
10361
|
+
const _sfc_main$1K = {
|
|
10362
10362
|
name: "editgridcard",
|
|
10363
|
-
extends: _sfc_main$
|
|
10363
|
+
extends: _sfc_main$1M,
|
|
10364
10364
|
data() {
|
|
10365
10365
|
return {
|
|
10366
10366
|
myConfig: {
|
|
@@ -10508,7 +10508,7 @@ const _sfc_main$1J = {
|
|
|
10508
10508
|
}
|
|
10509
10509
|
}
|
|
10510
10510
|
};
|
|
10511
|
-
const _hoisted_1$
|
|
10511
|
+
const _hoisted_1$14 = ["textContent"];
|
|
10512
10512
|
const _hoisted_2$J = { key: 1 };
|
|
10513
10513
|
const _hoisted_3$q = {
|
|
10514
10514
|
key: 4,
|
|
@@ -10520,7 +10520,7 @@ const _hoisted_5$k = {
|
|
|
10520
10520
|
ref: "page",
|
|
10521
10521
|
style: { "background": "#eee", "padding-top": "5px", "width": "100%" }
|
|
10522
10522
|
};
|
|
10523
|
-
function _sfc_render$
|
|
10523
|
+
function _sfc_render$1x(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10524
10524
|
const _component_Icon = resolveComponent("Icon");
|
|
10525
10525
|
const _component_ControlBox = resolveComponent("ControlBox");
|
|
10526
10526
|
const _component_ShowText = resolveComponent("ShowText");
|
|
@@ -10686,7 +10686,7 @@ function _sfc_render$1w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10686
10686
|
createElementVNode("span", {
|
|
10687
10687
|
class: normalizeClass($options.titleClass),
|
|
10688
10688
|
textContent: toDisplayString($data.myConfig.title)
|
|
10689
|
-
}, null, 10, _hoisted_1$
|
|
10689
|
+
}, null, 10, _hoisted_1$14),
|
|
10690
10690
|
$data.myConfig.hide ? (openBlock(), createBlock(_component_Icon, {
|
|
10691
10691
|
key: 0,
|
|
10692
10692
|
class: "efuture-title-icon",
|
|
@@ -10699,10 +10699,10 @@ function _sfc_render$1w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10699
10699
|
} : void 0
|
|
10700
10700
|
]), 1032, ["bordered", "dis-hover", "headClass", "extraClass"]);
|
|
10701
10701
|
}
|
|
10702
|
-
var EditGridCard = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
10703
|
-
const _sfc_main$
|
|
10702
|
+
var EditGridCard = /* @__PURE__ */ _export_sfc$1(_sfc_main$1K, [["render", _sfc_render$1x]]);
|
|
10703
|
+
const _sfc_main$1J = {
|
|
10704
10704
|
name: "textbox",
|
|
10705
|
-
extends: _sfc_main$
|
|
10705
|
+
extends: _sfc_main$1T,
|
|
10706
10706
|
components: {},
|
|
10707
10707
|
data() {
|
|
10708
10708
|
return {
|
|
@@ -10768,7 +10768,7 @@ const _sfc_main$1I = {
|
|
|
10768
10768
|
}
|
|
10769
10769
|
}
|
|
10770
10770
|
};
|
|
10771
|
-
function _sfc_render$
|
|
10771
|
+
function _sfc_render$1w(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10772
10772
|
const _component_Button = resolveComponent("Button");
|
|
10773
10773
|
const _component_Input = resolveComponent("Input");
|
|
10774
10774
|
return withDirectives((openBlock(), createElementBlock("div", null, [
|
|
@@ -10813,8 +10813,8 @@ function _sfc_render$1v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10813
10813
|
[vShow, $data.myConfig.visible]
|
|
10814
10814
|
]);
|
|
10815
10815
|
}
|
|
10816
|
-
var TextBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
10817
|
-
const _sfc_main$
|
|
10816
|
+
var TextBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1J, [["render", _sfc_render$1w]]);
|
|
10817
|
+
const _sfc_main$1I = {
|
|
10818
10818
|
name: "uploadbox",
|
|
10819
10819
|
data() {
|
|
10820
10820
|
return {
|
|
@@ -10954,7 +10954,7 @@ const _sfc_main$1H = {
|
|
|
10954
10954
|
}
|
|
10955
10955
|
}
|
|
10956
10956
|
};
|
|
10957
|
-
function _sfc_render$
|
|
10957
|
+
function _sfc_render$1v(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10958
10958
|
const _component_Upload = resolveComponent("Upload");
|
|
10959
10959
|
return openBlock(), createBlock(_component_Upload, {
|
|
10960
10960
|
ref: "upload",
|
|
@@ -10979,7 +10979,7 @@ function _sfc_render$1u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
10979
10979
|
_: 3
|
|
10980
10980
|
}, 8, ["default-file-list", "on-success", "format", "disabled", "max-size", "data", "on-format-error", "on-exceeded-size", "before-upload", "multiple", "class", "action"]);
|
|
10981
10981
|
}
|
|
10982
|
-
var UploadBox$1 = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
10982
|
+
var UploadBox$1 = /* @__PURE__ */ _export_sfc$1(_sfc_main$1I, [["render", _sfc_render$1v]]);
|
|
10983
10983
|
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
10984
10984
|
function getDefaultExportFromCjs(x10) {
|
|
10985
10985
|
return x10 && x10.__esModule && Object.prototype.hasOwnProperty.call(x10, "default") ? x10["default"] : x10;
|
|
@@ -24981,7 +24981,7 @@ const QuillEditor = defineComponent({
|
|
|
24981
24981
|
];
|
|
24982
24982
|
}
|
|
24983
24983
|
});
|
|
24984
|
-
const _sfc_main$
|
|
24984
|
+
const _sfc_main$1H = {
|
|
24985
24985
|
__name: "editor",
|
|
24986
24986
|
props: ["value", "myConfig", "toolbarOptions"],
|
|
24987
24987
|
emits: ["updateValue", "imgClick", "initQuill"],
|
|
@@ -25126,13 +25126,13 @@ const _sfc_main$1G = {
|
|
|
25126
25126
|
}
|
|
25127
25127
|
};
|
|
25128
25128
|
var richtextbox_vue_vue_type_style_index_0_lang = "";
|
|
25129
|
-
const _sfc_main$
|
|
25129
|
+
const _sfc_main$1G = {
|
|
25130
25130
|
name: "richtextbox",
|
|
25131
25131
|
components: {
|
|
25132
25132
|
UploadBox: UploadBox$1,
|
|
25133
|
-
Editor: _sfc_main$
|
|
25133
|
+
Editor: _sfc_main$1H
|
|
25134
25134
|
},
|
|
25135
|
-
extends: _sfc_main$
|
|
25135
|
+
extends: _sfc_main$1T,
|
|
25136
25136
|
data() {
|
|
25137
25137
|
return {
|
|
25138
25138
|
myConfig: {
|
|
@@ -25266,7 +25266,7 @@ const _sfc_main$1F = {
|
|
|
25266
25266
|
}
|
|
25267
25267
|
}
|
|
25268
25268
|
};
|
|
25269
|
-
function _sfc_render$
|
|
25269
|
+
function _sfc_render$1u(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25270
25270
|
const _component_UploadBox = resolveComponent("UploadBox");
|
|
25271
25271
|
const _component_Editor = resolveComponent("Editor");
|
|
25272
25272
|
return withDirectives((openBlock(), createElementBlock("div", {
|
|
@@ -25297,7 +25297,7 @@ function _sfc_render$1t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25297
25297
|
[vShow, $data.myConfig.visible]
|
|
25298
25298
|
]);
|
|
25299
25299
|
}
|
|
25300
|
-
var RichTextBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25300
|
+
var RichTextBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1G, [["render", _sfc_render$1u]]);
|
|
25301
25301
|
var NumberRangeExpand = {
|
|
25302
25302
|
name: "NumberRangeAppend",
|
|
25303
25303
|
props: {
|
|
@@ -25307,9 +25307,9 @@ var NumberRangeExpand = {
|
|
|
25307
25307
|
return this.render(h$1);
|
|
25308
25308
|
}
|
|
25309
25309
|
};
|
|
25310
|
-
const _sfc_main$
|
|
25310
|
+
const _sfc_main$1F = {
|
|
25311
25311
|
name: "numberbox",
|
|
25312
|
-
extends: _sfc_main$
|
|
25312
|
+
extends: _sfc_main$1T,
|
|
25313
25313
|
data() {
|
|
25314
25314
|
return {
|
|
25315
25315
|
myConfig: {
|
|
@@ -25574,8 +25574,8 @@ const _sfc_main$1E = {
|
|
|
25574
25574
|
}
|
|
25575
25575
|
}
|
|
25576
25576
|
};
|
|
25577
|
-
const _hoisted_1$
|
|
25578
|
-
function _sfc_render$
|
|
25577
|
+
const _hoisted_1$13 = { key: 0 };
|
|
25578
|
+
function _sfc_render$1t(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25579
25579
|
const _component_CommonIcon = resolveComponent("CommonIcon");
|
|
25580
25580
|
const _component_NumberRangeExpand = resolveComponent("NumberRangeExpand");
|
|
25581
25581
|
const _component_Input = resolveComponent("Input");
|
|
@@ -25608,7 +25608,7 @@ function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25608
25608
|
$data.showUnit ? {
|
|
25609
25609
|
name: "append",
|
|
25610
25610
|
fn: withCtx(() => [
|
|
25611
|
-
$data.showUnit ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
25611
|
+
$data.showUnit ? (openBlock(), createElementBlock("span", _hoisted_1$13, toDisplayString($data.myConfig.unit), 1)) : createCommentVNode("", true),
|
|
25612
25612
|
$data.myConfig.unitCustom ? (openBlock(), createElementBlock("div", {
|
|
25613
25613
|
key: 1,
|
|
25614
25614
|
style: normalizeStyle("min-width:" + $data.myConfig.unitWidth + "px")
|
|
@@ -25625,10 +25625,10 @@ function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25625
25625
|
[vShow, $data.myConfig.visible]
|
|
25626
25626
|
]);
|
|
25627
25627
|
}
|
|
25628
|
-
var NumberBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
25629
|
-
const _sfc_main$
|
|
25628
|
+
var NumberBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1F, [["render", _sfc_render$1t]]);
|
|
25629
|
+
const _sfc_main$1E = {
|
|
25630
25630
|
name: "NumberRangeBox",
|
|
25631
|
-
extends: _sfc_main$
|
|
25631
|
+
extends: _sfc_main$1T,
|
|
25632
25632
|
data() {
|
|
25633
25633
|
return {
|
|
25634
25634
|
myConfig: {
|
|
@@ -25977,7 +25977,7 @@ const _sfc_main$1D = {
|
|
|
25977
25977
|
}
|
|
25978
25978
|
}
|
|
25979
25979
|
};
|
|
25980
|
-
function _sfc_render$
|
|
25980
|
+
function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
25981
25981
|
const _component_CommonIcon = resolveComponent("CommonIcon");
|
|
25982
25982
|
const _component_Tooltip = resolveComponent("Tooltip");
|
|
25983
25983
|
const _component_NumberRangeExpand = resolveComponent("NumberRangeExpand");
|
|
@@ -26114,8 +26114,8 @@ function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26114
26114
|
[vShow, $data.myConfig.visible]
|
|
26115
26115
|
]);
|
|
26116
26116
|
}
|
|
26117
|
-
var NumberRangeBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
26118
|
-
const _sfc_main$
|
|
26117
|
+
var NumberRangeBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1E, [["render", _sfc_render$1s]]);
|
|
26118
|
+
const _sfc_main$1D = {
|
|
26119
26119
|
name: "NumberBoxV1",
|
|
26120
26120
|
extends: NumberBox,
|
|
26121
26121
|
methods: {
|
|
@@ -26140,9 +26140,9 @@ const _sfc_main$1C = {
|
|
|
26140
26140
|
}
|
|
26141
26141
|
}
|
|
26142
26142
|
};
|
|
26143
|
-
const _sfc_main$
|
|
26143
|
+
const _sfc_main$1C = {
|
|
26144
26144
|
name: "datebox",
|
|
26145
|
-
extends: _sfc_main$
|
|
26145
|
+
extends: _sfc_main$1T,
|
|
26146
26146
|
data() {
|
|
26147
26147
|
return {
|
|
26148
26148
|
myConfig: {
|
|
@@ -26259,7 +26259,7 @@ const _sfc_main$1B = {
|
|
|
26259
26259
|
}
|
|
26260
26260
|
}
|
|
26261
26261
|
};
|
|
26262
|
-
function _sfc_render$
|
|
26262
|
+
function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26263
26263
|
const _component_DatePicker = resolveComponent("DatePicker");
|
|
26264
26264
|
return withDirectives((openBlock(), createElementBlock("div", null, [
|
|
26265
26265
|
createVNode(_component_DatePicker, {
|
|
@@ -26283,8 +26283,8 @@ function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26283
26283
|
[vShow, $data.myConfig.visible]
|
|
26284
26284
|
]);
|
|
26285
26285
|
}
|
|
26286
|
-
var datebox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
26287
|
-
const _sfc_main$
|
|
26286
|
+
var datebox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1C, [["render", _sfc_render$1r]]);
|
|
26287
|
+
const _sfc_main$1B = {
|
|
26288
26288
|
name: "DateBoxV1",
|
|
26289
26289
|
extends: datebox,
|
|
26290
26290
|
methods: {},
|
|
@@ -26300,9 +26300,9 @@ const _sfc_main$1A = {
|
|
|
26300
26300
|
this.options.shortcuts = shortcuts;
|
|
26301
26301
|
}
|
|
26302
26302
|
};
|
|
26303
|
-
const _sfc_main$
|
|
26303
|
+
const _sfc_main$1A = {
|
|
26304
26304
|
name: "daterangebox",
|
|
26305
|
-
extends: _sfc_main$
|
|
26305
|
+
extends: _sfc_main$1T,
|
|
26306
26306
|
data() {
|
|
26307
26307
|
return {
|
|
26308
26308
|
myConfig: {
|
|
@@ -26443,7 +26443,7 @@ const _sfc_main$1z = {
|
|
|
26443
26443
|
}
|
|
26444
26444
|
}
|
|
26445
26445
|
};
|
|
26446
|
-
function _sfc_render$
|
|
26446
|
+
function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26447
26447
|
const _component_DatePicker = resolveComponent("DatePicker");
|
|
26448
26448
|
return withDirectives((openBlock(), createElementBlock("div", null, [
|
|
26449
26449
|
createVNode(_component_DatePicker, {
|
|
@@ -26466,10 +26466,10 @@ function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26466
26466
|
[vShow, $data.myConfig.visible]
|
|
26467
26467
|
]);
|
|
26468
26468
|
}
|
|
26469
|
-
var DateRangeBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
26470
|
-
const _sfc_main$
|
|
26469
|
+
var DateRangeBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1A, [["render", _sfc_render$1q]]);
|
|
26470
|
+
const _sfc_main$1z = {
|
|
26471
26471
|
name: "timepicbox",
|
|
26472
|
-
extends: _sfc_main$
|
|
26472
|
+
extends: _sfc_main$1T,
|
|
26473
26473
|
data() {
|
|
26474
26474
|
return {
|
|
26475
26475
|
myConfig: {
|
|
@@ -26535,7 +26535,7 @@ const _sfc_main$1y = {
|
|
|
26535
26535
|
}
|
|
26536
26536
|
}
|
|
26537
26537
|
};
|
|
26538
|
-
function _sfc_render$
|
|
26538
|
+
function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
|
|
26539
26539
|
const _component_TimePicker = resolveComponent("TimePicker");
|
|
26540
26540
|
return withDirectives((openBlock(), createElementBlock("div", null, [
|
|
26541
26541
|
createVNode(_component_TimePicker, {
|
|
@@ -26558,10 +26558,10 @@ function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26558
26558
|
[vShow, $data.myConfig.visible]
|
|
26559
26559
|
]);
|
|
26560
26560
|
}
|
|
26561
|
-
var TimePicBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
26562
|
-
const _sfc_main$
|
|
26561
|
+
var TimePicBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1z, [["render", _sfc_render$1p]]);
|
|
26562
|
+
const _sfc_main$1y = {
|
|
26563
26563
|
name: "poptextbox",
|
|
26564
|
-
extends: _sfc_main$
|
|
26564
|
+
extends: _sfc_main$1T,
|
|
26565
26565
|
data() {
|
|
26566
26566
|
return {
|
|
26567
26567
|
myConfig: {
|
|
@@ -27098,7 +27098,7 @@ const _sfc_main$1x = {
|
|
|
27098
27098
|
}
|
|
27099
27099
|
}
|
|
27100
27100
|
};
|
|
27101
|
-
const _hoisted_1$
|
|
27101
|
+
const _hoisted_1$12 = {
|
|
27102
27102
|
key: 0,
|
|
27103
27103
|
ref: "myControl",
|
|
27104
27104
|
class: "ivu-select-selection"
|
|
@@ -27110,7 +27110,7 @@ const _hoisted_3$p = {
|
|
|
27110
27110
|
};
|
|
27111
27111
|
const _hoisted_4$m = { class: "ivu-tag-text ivu-select-max-tag" };
|
|
27112
27112
|
const _hoisted_5$j = { class: "ivu-tag-text" };
|
|
27113
|
-
function _sfc_render$
|
|
27113
|
+
function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27114
27114
|
const _component_Icon = resolveComponent("Icon");
|
|
27115
27115
|
const _component_Col = resolveComponent("Col");
|
|
27116
27116
|
const _component_Row = resolveComponent("Row");
|
|
@@ -27121,7 +27121,7 @@ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27121
27121
|
return withDirectives((openBlock(), createElementBlock("div", {
|
|
27122
27122
|
class: normalizeClass($options.classes)
|
|
27123
27123
|
}, [
|
|
27124
|
-
$data.multiple ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
27124
|
+
$data.multiple ? (openBlock(), createElementBlock("div", _hoisted_1$12, [
|
|
27125
27125
|
(openBlock(true), createElementBlock(Fragment, null, renderList($data.selectedMultiple, (item, index) => {
|
|
27126
27126
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
27127
27127
|
$data.myConfig.maxTagCount === void 0 || index < $data.myConfig.maxTagCount ? (openBlock(), createElementBlock("div", {
|
|
@@ -27267,7 +27267,7 @@ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27267
27267
|
[vShow, $data.myConfig.visible]
|
|
27268
27268
|
]);
|
|
27269
27269
|
}
|
|
27270
|
-
var PopTextBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
27270
|
+
var PopTextBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1y, [["render", _sfc_render$1o]]);
|
|
27271
27271
|
var proBase = {
|
|
27272
27272
|
name: "probase",
|
|
27273
27273
|
data() {
|
|
@@ -27476,13 +27476,13 @@ var proBase = {
|
|
|
27476
27476
|
}
|
|
27477
27477
|
}
|
|
27478
27478
|
};
|
|
27479
|
-
const _sfc_main$
|
|
27479
|
+
const _sfc_main$1x = {
|
|
27480
27480
|
name: "ControlBox",
|
|
27481
27481
|
mixins: [proBase]
|
|
27482
27482
|
};
|
|
27483
|
-
const _hoisted_1$
|
|
27483
|
+
const _hoisted_1$11 = ["textContent"];
|
|
27484
27484
|
const _hoisted_2$H = { key: 1 };
|
|
27485
|
-
function _sfc_render$
|
|
27485
|
+
function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
|
|
27486
27486
|
const _component_Icon = resolveComponent("Icon");
|
|
27487
27487
|
const _component_Divider = resolveComponent("Divider");
|
|
27488
27488
|
const _component_NumberRangeBox = resolveComponent("NumberRangeBox");
|
|
@@ -27508,7 +27508,7 @@ function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27508
27508
|
!!_ctx.config.label ? (openBlock(), createElementBlock("span", {
|
|
27509
27509
|
key: 0,
|
|
27510
27510
|
textContent: toDisplayString(_ctx.config.label)
|
|
27511
|
-
}, null, 8, _hoisted_1$
|
|
27511
|
+
}, null, 8, _hoisted_1$11)) : createCommentVNode("", true),
|
|
27512
27512
|
!!_ctx.config.hide ? (openBlock(), createElementBlock("div", _hoisted_2$H, [
|
|
27513
27513
|
_ctx.hideFlag ? (openBlock(), createElementBlock("p", {
|
|
27514
27514
|
key: 0,
|
|
@@ -27592,8 +27592,8 @@ function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27592
27592
|
}, null, 40, ["fatherValue", "readOnly", "onInputValue", "config"]))
|
|
27593
27593
|
], 32)) : createCommentVNode("", true);
|
|
27594
27594
|
}
|
|
27595
|
-
var ControlBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
27596
|
-
const _sfc_main$
|
|
27595
|
+
var ControlBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1x, [["render", _sfc_render$1n]]);
|
|
27596
|
+
const _sfc_main$1w = {
|
|
27597
27597
|
name: "conditionbase",
|
|
27598
27598
|
data() {
|
|
27599
27599
|
return {
|
|
@@ -27772,7 +27772,7 @@ const _sfc_main$1v = {
|
|
|
27772
27772
|
}
|
|
27773
27773
|
};
|
|
27774
27774
|
var searchgrid_vue_vue_type_style_index_0_lang = "";
|
|
27775
|
-
const _sfc_main$
|
|
27775
|
+
const _sfc_main$1v = {
|
|
27776
27776
|
name: "searchgrid",
|
|
27777
27777
|
data() {
|
|
27778
27778
|
return {
|
|
@@ -28108,8 +28108,8 @@ const _sfc_main$1u = {
|
|
|
28108
28108
|
this.clearCondition();
|
|
28109
28109
|
}
|
|
28110
28110
|
};
|
|
28111
|
-
const _hoisted_1
|
|
28112
|
-
function _sfc_render$
|
|
28111
|
+
const _hoisted_1$10 = { style: { "padding": "10px" } };
|
|
28112
|
+
function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
|
|
28113
28113
|
const _component_Button = resolveComponent("Button");
|
|
28114
28114
|
const _component_Col = resolveComponent("Col");
|
|
28115
28115
|
const _component_Row = resolveComponent("Row");
|
|
@@ -28125,7 +28125,7 @@ function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28125
28125
|
"footer-hide": true
|
|
28126
28126
|
}, {
|
|
28127
28127
|
default: withCtx(() => [
|
|
28128
|
-
createElementVNode("div", _hoisted_1
|
|
28128
|
+
createElementVNode("div", _hoisted_1$10, [
|
|
28129
28129
|
createVNode(_component_Row, {
|
|
28130
28130
|
type: "flex",
|
|
28131
28131
|
gutter: 10,
|
|
@@ -28223,10 +28223,10 @@ function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28223
28223
|
}, 8, ["modelValue"])
|
|
28224
28224
|
]);
|
|
28225
28225
|
}
|
|
28226
|
-
var SearchGrid = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
28227
|
-
const _sfc_main$
|
|
28226
|
+
var SearchGrid = /* @__PURE__ */ _export_sfc$1(_sfc_main$1v, [["render", _sfc_render$1m]]);
|
|
28227
|
+
const _sfc_main$1u = {
|
|
28228
28228
|
name: "searchconditionbox",
|
|
28229
|
-
extends: _sfc_main$
|
|
28229
|
+
extends: _sfc_main$1w,
|
|
28230
28230
|
components: {
|
|
28231
28231
|
SearchGrid
|
|
28232
28232
|
},
|
|
@@ -28308,7 +28308,7 @@ const _sfc_main$1t = {
|
|
|
28308
28308
|
}
|
|
28309
28309
|
}
|
|
28310
28310
|
};
|
|
28311
|
-
function _sfc_render$
|
|
28311
|
+
function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
28312
28312
|
const _component_ControlBox = resolveComponent("ControlBox");
|
|
28313
28313
|
const _component_Col = resolveComponent("Col");
|
|
28314
28314
|
const _component_Button = resolveComponent("Button");
|
|
@@ -28394,10 +28394,10 @@ function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28394
28394
|
}, null, 8, ["config", "dictData", "dataType", "onSearch"])
|
|
28395
28395
|
]);
|
|
28396
28396
|
}
|
|
28397
|
-
var searchConditionBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
28398
|
-
const _sfc_main$
|
|
28397
|
+
var searchConditionBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1u, [["render", _sfc_render$1l]]);
|
|
28398
|
+
const _sfc_main$1t = {
|
|
28399
28399
|
name: "queryconditionboxbase",
|
|
28400
|
-
extends: _sfc_main$
|
|
28400
|
+
extends: _sfc_main$1w,
|
|
28401
28401
|
data() {
|
|
28402
28402
|
return {
|
|
28403
28403
|
myConfig: {},
|
|
@@ -28508,11 +28508,11 @@ const _sfc_main$1s = {
|
|
|
28508
28508
|
}
|
|
28509
28509
|
}
|
|
28510
28510
|
};
|
|
28511
|
-
const _sfc_main$
|
|
28511
|
+
const _sfc_main$1s = {
|
|
28512
28512
|
name: "queryconditionbox",
|
|
28513
|
-
extends: _sfc_main$
|
|
28513
|
+
extends: _sfc_main$1t
|
|
28514
28514
|
};
|
|
28515
|
-
function _sfc_render$
|
|
28515
|
+
function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
28516
28516
|
const _component_FormBox = resolveComponent("FormBox");
|
|
28517
28517
|
const _component_Col = resolveComponent("Col");
|
|
28518
28518
|
const _component_Button = resolveComponent("Button");
|
|
@@ -28587,8 +28587,8 @@ function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28587
28587
|
[vShow, _ctx.showCondition]
|
|
28588
28588
|
]);
|
|
28589
28589
|
}
|
|
28590
|
-
var queryConditionBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
28591
|
-
const _sfc_main$
|
|
28590
|
+
var queryConditionBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1s, [["render", _sfc_render$1k]]);
|
|
28591
|
+
const _sfc_main$1r = {
|
|
28592
28592
|
name: "conditionbox",
|
|
28593
28593
|
components: { searchConditionBox, queryConditionBox },
|
|
28594
28594
|
props: {
|
|
@@ -28634,7 +28634,7 @@ const _sfc_main$1q = {
|
|
|
28634
28634
|
}
|
|
28635
28635
|
}
|
|
28636
28636
|
};
|
|
28637
|
-
function _sfc_render$
|
|
28637
|
+
function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
|
|
28638
28638
|
const _component_searchConditionBox = resolveComponent("searchConditionBox");
|
|
28639
28639
|
const _component_queryConditionBox = resolveComponent("queryConditionBox");
|
|
28640
28640
|
return openBlock(), createElementBlock("div", null, [
|
|
@@ -28657,8 +28657,8 @@ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28657
28657
|
}, null, 8, ["config", "onConditionAction", "dictData", "modelType", "isPop"]))
|
|
28658
28658
|
]);
|
|
28659
28659
|
}
|
|
28660
|
-
var ConditionBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
28661
|
-
const _sfc_main$
|
|
28660
|
+
var ConditionBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1r, [["render", _sfc_render$1j]]);
|
|
28661
|
+
const _sfc_main$1q = {
|
|
28662
28662
|
name: "conditionselector",
|
|
28663
28663
|
data() {
|
|
28664
28664
|
return {
|
|
@@ -28864,7 +28864,7 @@ const _sfc_main$1p = {
|
|
|
28864
28864
|
}
|
|
28865
28865
|
}
|
|
28866
28866
|
};
|
|
28867
|
-
function _sfc_render$
|
|
28867
|
+
function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
|
|
28868
28868
|
const _component_FormBox = resolveComponent("FormBox");
|
|
28869
28869
|
const _component_Col = resolveComponent("Col");
|
|
28870
28870
|
const _component_Row = resolveComponent("Row");
|
|
@@ -28941,8 +28941,8 @@ function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28941
28941
|
})
|
|
28942
28942
|
]);
|
|
28943
28943
|
}
|
|
28944
|
-
var ConditionSelectorBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
28945
|
-
const _sfc_main$
|
|
28944
|
+
var ConditionSelectorBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1q, [["render", _sfc_render$1i]]);
|
|
28945
|
+
const _sfc_main$1p = {
|
|
28946
28946
|
name: "CompatTree",
|
|
28947
28947
|
components: { Tree },
|
|
28948
28948
|
props: {
|
|
@@ -29075,7 +29075,7 @@ const _sfc_main$1o = {
|
|
|
29075
29075
|
}
|
|
29076
29076
|
}
|
|
29077
29077
|
};
|
|
29078
|
-
function _sfc_render$
|
|
29078
|
+
function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
29079
29079
|
const _component_Tree = resolveComponent("Tree");
|
|
29080
29080
|
return openBlock(), createBlock(_component_Tree, mergeProps({
|
|
29081
29081
|
ref: "tree",
|
|
@@ -29087,9 +29087,9 @@ function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29087
29087
|
_: 1
|
|
29088
29088
|
}, 16, ["data"]);
|
|
29089
29089
|
}
|
|
29090
|
-
var CompatTree = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
29090
|
+
var CompatTree = /* @__PURE__ */ _export_sfc$1(_sfc_main$1p, [["render", _sfc_render$1h]]);
|
|
29091
29091
|
var conditionfilterbox_vue_vue_type_style_index_0_lang = "";
|
|
29092
|
-
const _sfc_main$
|
|
29092
|
+
const _sfc_main$1o = {
|
|
29093
29093
|
name: "conditionfilterbox",
|
|
29094
29094
|
components: { CompatTree },
|
|
29095
29095
|
props: {
|
|
@@ -29556,10 +29556,10 @@ const _sfc_main$1n = {
|
|
|
29556
29556
|
}
|
|
29557
29557
|
}
|
|
29558
29558
|
};
|
|
29559
|
-
const _hoisted_1
|
|
29560
|
-
function _sfc_render$
|
|
29559
|
+
const _hoisted_1$$ = { style: { "padding-left": "10px", "padding-right": "10px" } };
|
|
29560
|
+
function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
|
|
29561
29561
|
const _component_CompatTree = resolveComponent("CompatTree");
|
|
29562
|
-
return openBlock(), createElementBlock("div", _hoisted_1
|
|
29562
|
+
return openBlock(), createElementBlock("div", _hoisted_1$$, [
|
|
29563
29563
|
$data.hackReset ? (openBlock(), createBlock(_component_CompatTree, {
|
|
29564
29564
|
key: 0,
|
|
29565
29565
|
data: $data.data,
|
|
@@ -29569,10 +29569,10 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29569
29569
|
}, null, 8, ["data", "render"])) : createCommentVNode("", true)
|
|
29570
29570
|
]);
|
|
29571
29571
|
}
|
|
29572
|
-
var ConditionFilterBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
29573
|
-
const _sfc_main$
|
|
29572
|
+
var ConditionFilterBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1o, [["render", _sfc_render$1g]]);
|
|
29573
|
+
const _sfc_main$1n = {
|
|
29574
29574
|
name: "picturebox",
|
|
29575
|
-
extends: _sfc_main$
|
|
29575
|
+
extends: _sfc_main$1T,
|
|
29576
29576
|
data() {
|
|
29577
29577
|
return {
|
|
29578
29578
|
myConfig: {
|
|
@@ -30045,12 +30045,12 @@ const _sfc_main$1m = {
|
|
|
30045
30045
|
mounted() {
|
|
30046
30046
|
}
|
|
30047
30047
|
};
|
|
30048
|
-
const _hoisted_1$
|
|
30048
|
+
const _hoisted_1$_ = { style: { "text-align": "center" } };
|
|
30049
30049
|
const _hoisted_2$G = ["onClick"];
|
|
30050
30050
|
const _hoisted_3$o = ["onClick"];
|
|
30051
30051
|
const _hoisted_4$l = ["src", "data-original"];
|
|
30052
30052
|
const _hoisted_5$i = { key: 0 };
|
|
30053
|
-
function _sfc_render$
|
|
30053
|
+
function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
30054
30054
|
const _component_Icon = resolveComponent("Icon");
|
|
30055
30055
|
const _component_Badge = resolveComponent("Badge");
|
|
30056
30056
|
const _component_Col = resolveComponent("Col");
|
|
@@ -30076,7 +30076,7 @@ function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30076
30076
|
default: withCtx(() => [
|
|
30077
30077
|
createVNode(_component_Badge, null, {
|
|
30078
30078
|
count: withCtx(() => [
|
|
30079
|
-
createElementVNode("div", _hoisted_1$
|
|
30079
|
+
createElementVNode("div", _hoisted_1$_, [
|
|
30080
30080
|
!$data.myConfig.readOnly && ($data.showDelBtn || item.delUrl !== void 0) ? (openBlock(), createElementBlock("a", {
|
|
30081
30081
|
key: 0,
|
|
30082
30082
|
href: "#",
|
|
@@ -30188,10 +30188,10 @@ function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30188
30188
|
[vShow, $data.myConfig.visible]
|
|
30189
30189
|
]);
|
|
30190
30190
|
}
|
|
30191
|
-
var PictureBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
30192
|
-
const _sfc_main$
|
|
30191
|
+
var PictureBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1n, [["render", _sfc_render$1f]]);
|
|
30192
|
+
const _sfc_main$1m = {
|
|
30193
30193
|
name: "picturebox",
|
|
30194
|
-
extends: _sfc_main$
|
|
30194
|
+
extends: _sfc_main$1T,
|
|
30195
30195
|
data() {
|
|
30196
30196
|
return {
|
|
30197
30197
|
myConfig: {
|
|
@@ -30491,7 +30491,7 @@ const _sfc_main$1l = {
|
|
|
30491
30491
|
}
|
|
30492
30492
|
}
|
|
30493
30493
|
};
|
|
30494
|
-
const _hoisted_1$
|
|
30494
|
+
const _hoisted_1$Z = {
|
|
30495
30495
|
key: 0,
|
|
30496
30496
|
class: "filebtn"
|
|
30497
30497
|
};
|
|
@@ -30502,7 +30502,7 @@ const _hoisted_5$h = {
|
|
|
30502
30502
|
ref: "pdf",
|
|
30503
30503
|
style: { "height": "630px" }
|
|
30504
30504
|
};
|
|
30505
|
-
function _sfc_render$
|
|
30505
|
+
function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
30506
30506
|
const _component_Icon = resolveComponent("Icon");
|
|
30507
30507
|
const _component_Input = resolveComponent("Input");
|
|
30508
30508
|
const _component_Col = resolveComponent("Col");
|
|
@@ -30546,7 +30546,7 @@ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30546
30546
|
]),
|
|
30547
30547
|
_: 1
|
|
30548
30548
|
}, 8, ["modelValue", "size", "placeholder", "disabled"]),
|
|
30549
|
-
!!$data.filename ? (openBlock(), createElementBlock("div", _hoisted_1$
|
|
30549
|
+
!!$data.filename ? (openBlock(), createElementBlock("div", _hoisted_1$Z, [
|
|
30550
30550
|
createVNode(_component_Row, {
|
|
30551
30551
|
type: "flex",
|
|
30552
30552
|
justify: "center",
|
|
@@ -30640,8 +30640,8 @@ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30640
30640
|
[vShow, $data.myConfig.visible]
|
|
30641
30641
|
]);
|
|
30642
30642
|
}
|
|
30643
|
-
var FileBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
30644
|
-
const _sfc_main$
|
|
30643
|
+
var FileBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1m, [["render", _sfc_render$1e]]);
|
|
30644
|
+
const _sfc_main$1l = {
|
|
30645
30645
|
name: "uploadbox",
|
|
30646
30646
|
data() {
|
|
30647
30647
|
return {
|
|
@@ -30760,7 +30760,7 @@ const _sfc_main$1k = {
|
|
|
30760
30760
|
}
|
|
30761
30761
|
}
|
|
30762
30762
|
};
|
|
30763
|
-
function _sfc_render$
|
|
30763
|
+
function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
|
|
30764
30764
|
const _component_Upload = resolveComponent("Upload");
|
|
30765
30765
|
return openBlock(), createBlock(_component_Upload, {
|
|
30766
30766
|
ref: "upload",
|
|
@@ -30785,10 +30785,10 @@ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
30785
30785
|
_: 3
|
|
30786
30786
|
}, 8, ["default-file-list", "on-success", "format", "disabled", "max-size", "data", "on-format-error", "on-exceeded-size", "before-upload", "class", "action"]);
|
|
30787
30787
|
}
|
|
30788
|
-
var UploadBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
30789
|
-
const _sfc_main$
|
|
30788
|
+
var UploadBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1l, [["render", _sfc_render$1d]]);
|
|
30789
|
+
const _sfc_main$1k = {
|
|
30790
30790
|
name: "videobox",
|
|
30791
|
-
extends: _sfc_main$
|
|
30791
|
+
extends: _sfc_main$1T,
|
|
30792
30792
|
data() {
|
|
30793
30793
|
return {
|
|
30794
30794
|
myConfig: {
|
|
@@ -31229,12 +31229,12 @@ const _sfc_main$1j = {
|
|
|
31229
31229
|
mounted() {
|
|
31230
31230
|
}
|
|
31231
31231
|
};
|
|
31232
|
-
const _hoisted_1$
|
|
31232
|
+
const _hoisted_1$Y = { style: { "text-align": "center" } };
|
|
31233
31233
|
const _hoisted_2$E = ["onClick"];
|
|
31234
31234
|
const _hoisted_3$m = ["onClick"];
|
|
31235
31235
|
const _hoisted_4$j = ["src"];
|
|
31236
31236
|
const _hoisted_5$g = { key: 1 };
|
|
31237
|
-
function _sfc_render$
|
|
31237
|
+
function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
31238
31238
|
const _component_Icon = resolveComponent("Icon");
|
|
31239
31239
|
const _component_Badge = resolveComponent("Badge");
|
|
31240
31240
|
const _component_Col = resolveComponent("Col");
|
|
@@ -31260,7 +31260,7 @@ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31260
31260
|
default: withCtx(() => [
|
|
31261
31261
|
createVNode(_component_Badge, null, {
|
|
31262
31262
|
count: withCtx(() => [
|
|
31263
|
-
createElementVNode("div", _hoisted_1$
|
|
31263
|
+
createElementVNode("div", _hoisted_1$Y, [
|
|
31264
31264
|
!$data.myConfig.readOnly && ($data.showDelBtn || item.delUrl !== void 0) ? (openBlock(), createElementBlock("a", {
|
|
31265
31265
|
key: 0,
|
|
31266
31266
|
href: "#",
|
|
@@ -31366,10 +31366,10 @@ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31366
31366
|
[vShow, $data.myConfig.visible]
|
|
31367
31367
|
]);
|
|
31368
31368
|
}
|
|
31369
|
-
var VideoBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
31370
|
-
const _sfc_main$
|
|
31369
|
+
var VideoBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1k, [["render", _sfc_render$1c]]);
|
|
31370
|
+
const _sfc_main$1j = {
|
|
31371
31371
|
name: "checkbox",
|
|
31372
|
-
extends: _sfc_main$
|
|
31372
|
+
extends: _sfc_main$1T,
|
|
31373
31373
|
data() {
|
|
31374
31374
|
return {
|
|
31375
31375
|
myConfig: {
|
|
@@ -31430,8 +31430,8 @@ const _sfc_main$1i = {
|
|
|
31430
31430
|
}
|
|
31431
31431
|
}
|
|
31432
31432
|
};
|
|
31433
|
-
const _hoisted_1$
|
|
31434
|
-
function _sfc_render$
|
|
31433
|
+
const _hoisted_1$X = ["textContent"];
|
|
31434
|
+
function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
|
|
31435
31435
|
const _component_Checkbox = resolveComponent("Checkbox", true);
|
|
31436
31436
|
return withDirectives((openBlock(), createElementBlock("div", {
|
|
31437
31437
|
class: "efuture-checkbox",
|
|
@@ -31453,7 +31453,7 @@ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31453
31453
|
createElementVNode("span", {
|
|
31454
31454
|
style: { "margin-left": "10px" },
|
|
31455
31455
|
textContent: toDisplayString($data.myConfig.showText)
|
|
31456
|
-
}, null, 8, _hoisted_1$
|
|
31456
|
+
}, null, 8, _hoisted_1$X)
|
|
31457
31457
|
]),
|
|
31458
31458
|
key: "0"
|
|
31459
31459
|
} : void 0
|
|
@@ -31462,10 +31462,10 @@ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31462
31462
|
[vShow, $data.myConfig.visible]
|
|
31463
31463
|
]);
|
|
31464
31464
|
}
|
|
31465
|
-
var CheckBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
31466
|
-
const _sfc_main$
|
|
31465
|
+
var CheckBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1j, [["render", _sfc_render$1b]]);
|
|
31466
|
+
const _sfc_main$1i = {
|
|
31467
31467
|
name: "checkgroupbox",
|
|
31468
|
-
extends: _sfc_main$
|
|
31468
|
+
extends: _sfc_main$1T,
|
|
31469
31469
|
data() {
|
|
31470
31470
|
return {
|
|
31471
31471
|
myConfig: {
|
|
@@ -31549,9 +31549,9 @@ const _sfc_main$1h = {
|
|
|
31549
31549
|
}
|
|
31550
31550
|
}
|
|
31551
31551
|
};
|
|
31552
|
-
const _hoisted_1$
|
|
31552
|
+
const _hoisted_1$W = { style: { "margin-left": "10px" } };
|
|
31553
31553
|
const _hoisted_2$D = { style: { "margin-left": "10px" } };
|
|
31554
|
-
function _sfc_render$
|
|
31554
|
+
function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
31555
31555
|
const _component_Checkbox = resolveComponent("Checkbox");
|
|
31556
31556
|
const _component_CheckboxGroup = resolveComponent("CheckboxGroup");
|
|
31557
31557
|
return withDirectives((openBlock(), createElementBlock("div", {
|
|
@@ -31576,7 +31576,7 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31576
31576
|
disabled: $data.myConfig.readOnly
|
|
31577
31577
|
}, {
|
|
31578
31578
|
default: withCtx(() => [
|
|
31579
|
-
createElementVNode("span", _hoisted_1$
|
|
31579
|
+
createElementVNode("span", _hoisted_1$W, toDisplayString(item[$data.myConfig.textField]), 1)
|
|
31580
31580
|
]),
|
|
31581
31581
|
_: 2
|
|
31582
31582
|
}, 1032, ["label", "disabled"])
|
|
@@ -31601,7 +31601,7 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31601
31601
|
[vShow, $data.myConfig.visible]
|
|
31602
31602
|
]);
|
|
31603
31603
|
}
|
|
31604
|
-
var CheckGroupBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
31604
|
+
var CheckGroupBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1i, [["render", _sfc_render$1a]]);
|
|
31605
31605
|
var toolAnchor = {
|
|
31606
31606
|
name: "formprobase",
|
|
31607
31607
|
data() {
|
|
@@ -31647,7 +31647,7 @@ var toolAnchor = {
|
|
|
31647
31647
|
}
|
|
31648
31648
|
}
|
|
31649
31649
|
};
|
|
31650
|
-
const _sfc_main$
|
|
31650
|
+
const _sfc_main$1h = {
|
|
31651
31651
|
name: "workform",
|
|
31652
31652
|
mixins: [comPro, toolAnchor],
|
|
31653
31653
|
data() {
|
|
@@ -31797,10 +31797,10 @@ const _sfc_main$1g = {
|
|
|
31797
31797
|
}
|
|
31798
31798
|
}
|
|
31799
31799
|
};
|
|
31800
|
-
const _sfc_main$
|
|
31800
|
+
const _sfc_main$1g = {
|
|
31801
31801
|
name: "formdetail",
|
|
31802
31802
|
mixins: [toolAnchor],
|
|
31803
|
-
extends: _sfc_main$
|
|
31803
|
+
extends: _sfc_main$1h,
|
|
31804
31804
|
data() {
|
|
31805
31805
|
return {
|
|
31806
31806
|
alonePictureConfig: {
|
|
@@ -31862,8 +31862,8 @@ const _sfc_main$1f = {
|
|
|
31862
31862
|
}
|
|
31863
31863
|
}
|
|
31864
31864
|
};
|
|
31865
|
-
const _hoisted_1$
|
|
31866
|
-
function _sfc_render$
|
|
31865
|
+
const _hoisted_1$V = { key: 0 };
|
|
31866
|
+
function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
|
|
31867
31867
|
const _component_Toolbar = resolveComponent("Toolbar");
|
|
31868
31868
|
const _component_Affix = resolveComponent("Affix");
|
|
31869
31869
|
const _component_Col = resolveComponent("Col");
|
|
@@ -31974,7 +31974,7 @@ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
31974
31974
|
_ctx.config.title !== void 0 ? {
|
|
31975
31975
|
name: "title",
|
|
31976
31976
|
fn: withCtx(() => [
|
|
31977
|
-
_ctx.config.title !== void 0 ? (openBlock(), createElementBlock("p", _hoisted_1$
|
|
31977
|
+
_ctx.config.title !== void 0 ? (openBlock(), createElementBlock("p", _hoisted_1$V, toDisplayString(_ctx.config.title), 1)) : createCommentVNode("", true)
|
|
31978
31978
|
]),
|
|
31979
31979
|
key: "0"
|
|
31980
31980
|
} : void 0
|
|
@@ -32072,16 +32072,16 @@ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32072
32072
|
})
|
|
32073
32073
|
]);
|
|
32074
32074
|
}
|
|
32075
|
-
var FormDetail$2 = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
32076
|
-
const _sfc_main$
|
|
32075
|
+
var FormDetail$2 = /* @__PURE__ */ _export_sfc$1(_sfc_main$1g, [["render", _sfc_render$19]]);
|
|
32076
|
+
const _sfc_main$1f = {
|
|
32077
32077
|
name: "FormBox",
|
|
32078
|
-
extends: _sfc_main$
|
|
32078
|
+
extends: _sfc_main$1R,
|
|
32079
32079
|
created() {
|
|
32080
32080
|
this.init();
|
|
32081
32081
|
},
|
|
32082
32082
|
methods: {}
|
|
32083
32083
|
};
|
|
32084
|
-
function _sfc_render$
|
|
32084
|
+
function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
|
|
32085
32085
|
const _component_ControlBox = resolveComponent("ControlBox");
|
|
32086
32086
|
const _component_FormItem = resolveComponent("FormItem");
|
|
32087
32087
|
const _component_Col = resolveComponent("Col");
|
|
@@ -32154,10 +32154,10 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32154
32154
|
}, 8, ["model", "rules", "label-position", "label-width", "inline", "id"])
|
|
32155
32155
|
]);
|
|
32156
32156
|
}
|
|
32157
|
-
var FormBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
32158
|
-
const _sfc_main$
|
|
32157
|
+
var FormBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1f, [["render", _sfc_render$18]]);
|
|
32158
|
+
const _sfc_main$1e = {
|
|
32159
32159
|
name: "FormCardBox",
|
|
32160
|
-
extends: _sfc_main$
|
|
32160
|
+
extends: _sfc_main$1R,
|
|
32161
32161
|
data() {
|
|
32162
32162
|
return {
|
|
32163
32163
|
myConfig: {
|
|
@@ -32331,11 +32331,11 @@ const _sfc_main$1d = {
|
|
|
32331
32331
|
}
|
|
32332
32332
|
}
|
|
32333
32333
|
};
|
|
32334
|
-
const _hoisted_1$
|
|
32334
|
+
const _hoisted_1$U = ["textContent"];
|
|
32335
32335
|
const _hoisted_2$C = { key: 0 };
|
|
32336
32336
|
const _hoisted_3$l = { key: 1 };
|
|
32337
32337
|
const _hoisted_4$i = { key: 1 };
|
|
32338
|
-
function _sfc_render$
|
|
32338
|
+
function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
|
|
32339
32339
|
const _component_Icon = resolveComponent("Icon");
|
|
32340
32340
|
const _component_ControlBox = resolveComponent("ControlBox");
|
|
32341
32341
|
const _component_FormItem = resolveComponent("FormItem");
|
|
@@ -32358,7 +32358,7 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32358
32358
|
createElementVNode("span", {
|
|
32359
32359
|
class: normalizeClass($options.titleClass),
|
|
32360
32360
|
textContent: toDisplayString($data.myConfig.title)
|
|
32361
|
-
}, null, 10, _hoisted_1$
|
|
32361
|
+
}, null, 10, _hoisted_1$U),
|
|
32362
32362
|
$data.myConfig.hide ? (openBlock(), createBlock(_component_Icon, {
|
|
32363
32363
|
key: 0,
|
|
32364
32364
|
class: "efuture-title-icon",
|
|
@@ -32466,8 +32466,8 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32466
32466
|
_: 3
|
|
32467
32467
|
}, 8, ["bordered", "dis-hover", "class"]);
|
|
32468
32468
|
}
|
|
32469
|
-
var FormCardBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
32470
|
-
const _sfc_main$
|
|
32469
|
+
var FormCardBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1e, [["render", _sfc_render$17]]);
|
|
32470
|
+
const _sfc_main$1d = {
|
|
32471
32471
|
name: "formcardgroupbox",
|
|
32472
32472
|
components: {
|
|
32473
32473
|
FormCardBox
|
|
@@ -32694,9 +32694,9 @@ const _sfc_main$1c = {
|
|
|
32694
32694
|
}
|
|
32695
32695
|
}
|
|
32696
32696
|
};
|
|
32697
|
-
const _hoisted_1$
|
|
32697
|
+
const _hoisted_1$T = ["textContent"];
|
|
32698
32698
|
const _hoisted_2$B = { style: { "padding": "0px" } };
|
|
32699
|
-
function _sfc_render$
|
|
32699
|
+
function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
|
|
32700
32700
|
const _component_Icon = resolveComponent("Icon");
|
|
32701
32701
|
const _component_FormCardBox = resolveComponent("FormCardBox");
|
|
32702
32702
|
const _component_Card = resolveComponent("Card");
|
|
@@ -32749,7 +32749,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32749
32749
|
createElementVNode("span", {
|
|
32750
32750
|
class: normalizeClass($options.titleClass),
|
|
32751
32751
|
textContent: toDisplayString($data.myConfig.title)
|
|
32752
|
-
}, null, 10, _hoisted_1$
|
|
32752
|
+
}, null, 10, _hoisted_1$T),
|
|
32753
32753
|
$data.myConfig.hide ? (openBlock(), createBlock(_component_Icon, {
|
|
32754
32754
|
key: 0,
|
|
32755
32755
|
class: "efuture-title-icon",
|
|
@@ -32762,9 +32762,9 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
32762
32762
|
} : void 0
|
|
32763
32763
|
]), 1032, ["bordered", "dis-hover", "class"]);
|
|
32764
32764
|
}
|
|
32765
|
-
var FormCardGroupBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
32765
|
+
var FormCardGroupBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1d, [["render", _sfc_render$16]]);
|
|
32766
32766
|
var formdetailtwo_vue_vue_type_style_index_0_lang = "";
|
|
32767
|
-
const _sfc_main$
|
|
32767
|
+
const _sfc_main$1c = {
|
|
32768
32768
|
name: "formdetail",
|
|
32769
32769
|
components: {
|
|
32770
32770
|
FormCardBox
|
|
@@ -33026,9 +33026,9 @@ const _sfc_main$1b = {
|
|
|
33026
33026
|
}
|
|
33027
33027
|
}
|
|
33028
33028
|
};
|
|
33029
|
-
const _hoisted_1$
|
|
33029
|
+
const _hoisted_1$S = { key: 1 };
|
|
33030
33030
|
const _hoisted_2$A = { key: 0 };
|
|
33031
|
-
function _sfc_render$
|
|
33031
|
+
function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33032
33032
|
const _component_FormCardBox = resolveComponent("FormCardBox");
|
|
33033
33033
|
const _component_EditGridCard = resolveComponent("EditGridCard");
|
|
33034
33034
|
const _component_Button = resolveComponent("Button");
|
|
@@ -33075,7 +33075,7 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33075
33075
|
href: "#",
|
|
33076
33076
|
onClick: _cache[3] || (_cache[3] = withModifiers((...args) => $options.editStatic && $options.editStatic(...args), ["prevent"]))
|
|
33077
33077
|
}, "\u7F16\u8F91")) : createCommentVNode("", true),
|
|
33078
|
-
$data.showBtn && $data.btnReadOnly ? (openBlock(), createElementBlock("span", _hoisted_1$
|
|
33078
|
+
$data.showBtn && $data.btnReadOnly ? (openBlock(), createElementBlock("span", _hoisted_1$S, "\u7F16\u8F91 ")) : createCommentVNode("", true)
|
|
33079
33079
|
]),
|
|
33080
33080
|
key: "2"
|
|
33081
33081
|
}
|
|
@@ -33126,8 +33126,8 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33126
33126
|
_: 1
|
|
33127
33127
|
});
|
|
33128
33128
|
}
|
|
33129
|
-
var FormDetail$1 = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
33130
|
-
const _sfc_main$
|
|
33129
|
+
var FormDetail$1 = /* @__PURE__ */ _export_sfc$1(_sfc_main$1c, [["render", _sfc_render$15]]);
|
|
33130
|
+
const _sfc_main$1b = {
|
|
33131
33131
|
name: "detail",
|
|
33132
33132
|
components: {
|
|
33133
33133
|
FormDetail: FormDetail$1
|
|
@@ -33538,14 +33538,14 @@ const _sfc_main$1a = {
|
|
|
33538
33538
|
mounted() {
|
|
33539
33539
|
}
|
|
33540
33540
|
};
|
|
33541
|
-
const _hoisted_1$
|
|
33541
|
+
const _hoisted_1$R = ["textContent"];
|
|
33542
33542
|
const _hoisted_2$z = { style: { "padding": "16px" } };
|
|
33543
33543
|
const _hoisted_3$k = ["textContent"];
|
|
33544
33544
|
const _hoisted_4$h = { key: 1 };
|
|
33545
33545
|
const _hoisted_5$f = { style: { "padding": "16px" } };
|
|
33546
33546
|
const _hoisted_6$c = ["textContent"];
|
|
33547
33547
|
const _hoisted_7$5 = ["textContent"];
|
|
33548
|
-
function _sfc_render$
|
|
33548
|
+
function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33549
33549
|
const _component_Icon = resolveComponent("Icon");
|
|
33550
33550
|
const _component_FormDetail = resolveComponent("FormDetail");
|
|
33551
33551
|
const _component_Button = resolveComponent("Button");
|
|
@@ -33631,7 +33631,7 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33631
33631
|
createElementVNode("span", {
|
|
33632
33632
|
class: normalizeClass($options.titleClass),
|
|
33633
33633
|
textContent: toDisplayString($data.myConfig.title)
|
|
33634
|
-
}, null, 10, _hoisted_1$
|
|
33634
|
+
}, null, 10, _hoisted_1$R),
|
|
33635
33635
|
$data.myConfig.hide ? (openBlock(), createBlock(_component_Icon, {
|
|
33636
33636
|
key: 0,
|
|
33637
33637
|
class: "efuture-title-icon",
|
|
@@ -33836,7 +33836,306 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
33836
33836
|
]), 1032, ["class"])) : createCommentVNode("", true)
|
|
33837
33837
|
]);
|
|
33838
33838
|
}
|
|
33839
|
-
var DetailsBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$
|
|
33839
|
+
var DetailsBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$1b, [["render", _sfc_render$14]]);
|
|
33840
|
+
const _sfc_main$1a = {
|
|
33841
|
+
name: "FormCardBox",
|
|
33842
|
+
extends: _sfc_main$1R,
|
|
33843
|
+
data() {
|
|
33844
|
+
return {
|
|
33845
|
+
myConfig: {
|
|
33846
|
+
hide: true,
|
|
33847
|
+
titleType: 1,
|
|
33848
|
+
editBtnText: "\u7F16\u8F91",
|
|
33849
|
+
saveBtnText: "\u4FDD\u5B58",
|
|
33850
|
+
cancelBtnText: "\u653E\u5F03",
|
|
33851
|
+
showBtn: true,
|
|
33852
|
+
bordered: true,
|
|
33853
|
+
disHover: false,
|
|
33854
|
+
showSubSpecialStyle: false,
|
|
33855
|
+
divStyle: "padding:0 24px"
|
|
33856
|
+
},
|
|
33857
|
+
btnReadOnly: false,
|
|
33858
|
+
showBtn: true,
|
|
33859
|
+
showForm: true,
|
|
33860
|
+
showTitle: true,
|
|
33861
|
+
editFlag: false,
|
|
33862
|
+
saveFlag: false,
|
|
33863
|
+
cancelFlag: false,
|
|
33864
|
+
pStyle: "",
|
|
33865
|
+
iconStyle: ""
|
|
33866
|
+
};
|
|
33867
|
+
},
|
|
33868
|
+
created() {
|
|
33869
|
+
this.init();
|
|
33870
|
+
},
|
|
33871
|
+
computed: {
|
|
33872
|
+
cardClass() {
|
|
33873
|
+
if (this.myConfig.showSubSpecialStyle) {
|
|
33874
|
+
return `efuture-card-head-title-${this.myConfig.titleType} efuture-card-head-title efuture-card-extra-title-${this.myConfig.titleType}`;
|
|
33875
|
+
} else {
|
|
33876
|
+
if (!this.showForm) {
|
|
33877
|
+
return `efuture-card-head-title-${this.myConfig.titleType} efuture-card-head-title-nobottom efuture-card-extra-title-${this.myConfig.titleType}`;
|
|
33878
|
+
} else {
|
|
33879
|
+
return `efuture-card-head-title-${this.myConfig.titleType} efuture-card-extra-title-${this.myConfig.titleType}`;
|
|
33880
|
+
}
|
|
33881
|
+
}
|
|
33882
|
+
},
|
|
33883
|
+
titleClass() {
|
|
33884
|
+
return `efuture-title-font-${this.myConfig.titleType}`;
|
|
33885
|
+
}
|
|
33886
|
+
},
|
|
33887
|
+
methods: {
|
|
33888
|
+
customInit() {
|
|
33889
|
+
if (this.myConfig.hide) {
|
|
33890
|
+
this.pStyle = "cursor:pointer";
|
|
33891
|
+
this.iconStyle = "transform: rotate(90deg)";
|
|
33892
|
+
}
|
|
33893
|
+
if (!this.myConfig.title) {
|
|
33894
|
+
if (this.myConfig.titleType !== 1) {
|
|
33895
|
+
this.showTitle = true;
|
|
33896
|
+
} else {
|
|
33897
|
+
this.showTitle = false;
|
|
33898
|
+
}
|
|
33899
|
+
}
|
|
33900
|
+
if (this.myConfig.readOnly !== void 0) {
|
|
33901
|
+
this.readOnly = this.myConfig.readOnly;
|
|
33902
|
+
}
|
|
33903
|
+
if (this.myConfig.titleType !== 1) {
|
|
33904
|
+
if (this.config.hide === void 0) {
|
|
33905
|
+
this.myConfig.hide = false;
|
|
33906
|
+
}
|
|
33907
|
+
if (this.config.bordered === void 0) {
|
|
33908
|
+
this.myConfig.bordered = false;
|
|
33909
|
+
}
|
|
33910
|
+
if (this.config.disHover === void 0) {
|
|
33911
|
+
this.myConfig.disHover = true;
|
|
33912
|
+
}
|
|
33913
|
+
}
|
|
33914
|
+
this.showBtn = this.myConfig.showBtn;
|
|
33915
|
+
if (this.myConfig.cancelBtn !== void 0) {
|
|
33916
|
+
this.cancelFlag = this.myConfig.cancelBtn;
|
|
33917
|
+
}
|
|
33918
|
+
},
|
|
33919
|
+
setFormReadOnly(value) {
|
|
33920
|
+
this.editFlag = value;
|
|
33921
|
+
if (!this.myConfig.items || this.myConfig.items.length === 0) {
|
|
33922
|
+
return false;
|
|
33923
|
+
}
|
|
33924
|
+
let self2 = this;
|
|
33925
|
+
this.myConfig.items.forEach((el2) => {
|
|
33926
|
+
let name2 = "";
|
|
33927
|
+
if (el2.name) {
|
|
33928
|
+
name2 = el2.name;
|
|
33929
|
+
} else if (el2.sname) {
|
|
33930
|
+
name2 = el2.sname;
|
|
33931
|
+
}
|
|
33932
|
+
if (!value) {
|
|
33933
|
+
if (this.myConfig.cellbeginedit) {
|
|
33934
|
+
let obj = {};
|
|
33935
|
+
obj.name = name2;
|
|
33936
|
+
obj.form = this.$Method.copy(this.form);
|
|
33937
|
+
obj.formObject = self2;
|
|
33938
|
+
let flag = this.myConfig.cellbeginedit(obj);
|
|
33939
|
+
if (flag) {
|
|
33940
|
+
this.setReadOnly(name2, value);
|
|
33941
|
+
} else {
|
|
33942
|
+
this.setReadOnly(name2, !value);
|
|
33943
|
+
}
|
|
33944
|
+
} else {
|
|
33945
|
+
this.setReadOnly(name2, value);
|
|
33946
|
+
}
|
|
33947
|
+
} else {
|
|
33948
|
+
this.setReadOnly(name2, value);
|
|
33949
|
+
}
|
|
33950
|
+
});
|
|
33951
|
+
},
|
|
33952
|
+
editForm() {
|
|
33953
|
+
let flag = true;
|
|
33954
|
+
if (this.myConfig.editObjectBefore) {
|
|
33955
|
+
flag = this.myConfig.editObjectBefore(this.myConfig.name);
|
|
33956
|
+
}
|
|
33957
|
+
if (flag) {
|
|
33958
|
+
this.setFormReadOnly(false);
|
|
33959
|
+
let obj = {};
|
|
33960
|
+
obj.name = "editForm";
|
|
33961
|
+
obj.formname = this.myConfig.name;
|
|
33962
|
+
this.$emit("doAction", obj);
|
|
33963
|
+
}
|
|
33964
|
+
},
|
|
33965
|
+
cancelForm() {
|
|
33966
|
+
this.setData(this.oldForm);
|
|
33967
|
+
this.setFormReadOnly(true);
|
|
33968
|
+
let obj = {};
|
|
33969
|
+
obj.name = "cancelForm";
|
|
33970
|
+
obj.formname = this.myConfig.name;
|
|
33971
|
+
this.$emit("doAction", obj);
|
|
33972
|
+
},
|
|
33973
|
+
saveForm() {
|
|
33974
|
+
this.checkValidate();
|
|
33975
|
+
if (this.errorFlag) {
|
|
33976
|
+
return false;
|
|
33977
|
+
}
|
|
33978
|
+
this.setFormReadOnly(true);
|
|
33979
|
+
let obj = {};
|
|
33980
|
+
obj.name = "saveForm";
|
|
33981
|
+
obj.formname = this.myConfig.name;
|
|
33982
|
+
obj.para = this.getData();
|
|
33983
|
+
this.$emit("doAction", obj);
|
|
33984
|
+
},
|
|
33985
|
+
toggle() {
|
|
33986
|
+
this.showForm = !this.showForm;
|
|
33987
|
+
},
|
|
33988
|
+
setShowForm(value) {
|
|
33989
|
+
this.showForm = value;
|
|
33990
|
+
this.setTitleStyle();
|
|
33991
|
+
},
|
|
33992
|
+
setTitleStyle() {
|
|
33993
|
+
if (this.showForm) {
|
|
33994
|
+
this.iconStyle = "transform: rotate(90deg)";
|
|
33995
|
+
} else {
|
|
33996
|
+
this.iconStyle = "";
|
|
33997
|
+
}
|
|
33998
|
+
},
|
|
33999
|
+
isEdit() {
|
|
34000
|
+
return this.editFlag;
|
|
34001
|
+
},
|
|
34002
|
+
setShowBtn(value) {
|
|
34003
|
+
this.showBtn = value;
|
|
34004
|
+
},
|
|
34005
|
+
setBtnReadOnly(value) {
|
|
34006
|
+
this.btnReadOnly = value;
|
|
34007
|
+
}
|
|
34008
|
+
}
|
|
34009
|
+
};
|
|
34010
|
+
const _hoisted_1$Q = ["textContent"];
|
|
34011
|
+
function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
|
|
34012
|
+
const _component_Icon = resolveComponent("Icon");
|
|
34013
|
+
const _component_Row = resolveComponent("Row");
|
|
34014
|
+
const _component_Divider = resolveComponent("Divider");
|
|
34015
|
+
const _component_ControlBox = resolveComponent("ControlBox");
|
|
34016
|
+
const _component_FormItem = resolveComponent("FormItem");
|
|
34017
|
+
const _component_Col = resolveComponent("Col");
|
|
34018
|
+
const _component_Form = resolveComponent("Form");
|
|
34019
|
+
const _component_Card = resolveComponent("Card");
|
|
34020
|
+
return openBlock(), createBlock(_component_Card, {
|
|
34021
|
+
bordered: false,
|
|
34022
|
+
padding: 0,
|
|
34023
|
+
"dis-hover": ""
|
|
34024
|
+
}, {
|
|
34025
|
+
default: withCtx(() => [
|
|
34026
|
+
$data.showTitle ? (openBlock(), createElementBlock("p", {
|
|
34027
|
+
key: 0,
|
|
34028
|
+
onClick: _cache[0] || (_cache[0] = (...args) => $options.toggle && $options.toggle(...args)),
|
|
34029
|
+
style: { "cursor": "pointer" }
|
|
34030
|
+
}, [
|
|
34031
|
+
createVNode(_component_Row, {
|
|
34032
|
+
type: "flex",
|
|
34033
|
+
justify: "start",
|
|
34034
|
+
align: "middle",
|
|
34035
|
+
style: { "margin-top": "14px", "margin-bottom": "14px" }
|
|
34036
|
+
}, {
|
|
34037
|
+
default: withCtx(() => [
|
|
34038
|
+
withDirectives(createVNode(_component_Icon, {
|
|
34039
|
+
custom: "iconfont icon-custom-pack",
|
|
34040
|
+
color: "#f3b352",
|
|
34041
|
+
size: "14"
|
|
34042
|
+
}, null, 512), [
|
|
34043
|
+
[vShow, $data.showForm]
|
|
34044
|
+
]),
|
|
34045
|
+
withDirectives(createVNode(_component_Icon, {
|
|
34046
|
+
color: "#f3b352",
|
|
34047
|
+
custom: "iconfont icon-custom-spread",
|
|
34048
|
+
size: "14"
|
|
34049
|
+
}, null, 512), [
|
|
34050
|
+
[vShow, !$data.showForm]
|
|
34051
|
+
]),
|
|
34052
|
+
createElementVNode("span", {
|
|
34053
|
+
style: { "margin-left": "10px", "font-size": "14px", "font-weight": "bold" },
|
|
34054
|
+
textContent: toDisplayString($data.myConfig.title)
|
|
34055
|
+
}, null, 8, _hoisted_1$Q)
|
|
34056
|
+
]),
|
|
34057
|
+
_: 1
|
|
34058
|
+
})
|
|
34059
|
+
])) : createCommentVNode("", true),
|
|
34060
|
+
$data.showTitle ? (openBlock(), createBlock(_component_Divider, {
|
|
34061
|
+
key: 1,
|
|
34062
|
+
style: { "margin-top": "0px", "margin-bottom": "10px", "margin-left": "24px" }
|
|
34063
|
+
})) : createCommentVNode("", true),
|
|
34064
|
+
withDirectives(createElementVNode("div", {
|
|
34065
|
+
style: normalizeStyle($data.myConfig.divStyle)
|
|
34066
|
+
}, [
|
|
34067
|
+
createVNode(_component_Form, {
|
|
34068
|
+
ref: "form",
|
|
34069
|
+
model: _ctx.form,
|
|
34070
|
+
rules: _ctx.formRules,
|
|
34071
|
+
"label-position": $data.myConfig.labelPosition,
|
|
34072
|
+
"label-width": $data.myConfig.labelWidth,
|
|
34073
|
+
inline: $data.myConfig.inline,
|
|
34074
|
+
id: $data.myConfig.name,
|
|
34075
|
+
onSubmit: _cache[1] || (_cache[1] = withModifiers(() => {
|
|
34076
|
+
}, ["prevent"]))
|
|
34077
|
+
}, {
|
|
34078
|
+
default: withCtx(() => [
|
|
34079
|
+
createVNode(_component_Row, {
|
|
34080
|
+
type: "flex",
|
|
34081
|
+
justify: "start"
|
|
34082
|
+
}, {
|
|
34083
|
+
default: withCtx(() => [
|
|
34084
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.items, (item, index) => {
|
|
34085
|
+
return openBlock(), createElementBlock(Fragment, {
|
|
34086
|
+
key: "form_" + index
|
|
34087
|
+
}, [
|
|
34088
|
+
item.status ? withDirectives((openBlock(), createBlock(_component_Col, {
|
|
34089
|
+
key: 0,
|
|
34090
|
+
span: _ctx.initFormItemCol(index)
|
|
34091
|
+
}, {
|
|
34092
|
+
default: withCtx(() => [
|
|
34093
|
+
item.type !== "Divider" && item.status && item.visible !== false ? (openBlock(), createBlock(_component_FormItem, {
|
|
34094
|
+
key: 0,
|
|
34095
|
+
label: item.label,
|
|
34096
|
+
prop: item.name || item.sname,
|
|
34097
|
+
style: normalizeStyle(_ctx.getFormItemStyle(item)),
|
|
34098
|
+
"show-message": false
|
|
34099
|
+
}, {
|
|
34100
|
+
default: withCtx(() => [
|
|
34101
|
+
createVNode(_component_ControlBox, {
|
|
34102
|
+
ref_for: true,
|
|
34103
|
+
ref: item.name || item.sname,
|
|
34104
|
+
valueData: _ctx.form,
|
|
34105
|
+
config: item,
|
|
34106
|
+
onInputValue: _ctx.input,
|
|
34107
|
+
onDoAction: _ctx.doAction
|
|
34108
|
+
}, null, 8, ["valueData", "config", "onInputValue", "onDoAction"])
|
|
34109
|
+
]),
|
|
34110
|
+
_: 2
|
|
34111
|
+
}, 1032, ["label", "prop", "style"])) : createCommentVNode("", true),
|
|
34112
|
+
item.type === "Divider" ? (openBlock(), createBlock(_component_ControlBox, {
|
|
34113
|
+
key: 1,
|
|
34114
|
+
ref_for: true,
|
|
34115
|
+
ref: item.dividerName,
|
|
34116
|
+
config: item
|
|
34117
|
+
}, null, 8, ["config"])) : createCommentVNode("", true)
|
|
34118
|
+
]),
|
|
34119
|
+
_: 2
|
|
34120
|
+
}, 1032, ["span"])), [
|
|
34121
|
+
[vShow, item.visible !== false]
|
|
34122
|
+
]) : createCommentVNode("", true)
|
|
34123
|
+
], 64);
|
|
34124
|
+
}), 128))
|
|
34125
|
+
]),
|
|
34126
|
+
_: 1
|
|
34127
|
+
})
|
|
34128
|
+
]),
|
|
34129
|
+
_: 1
|
|
34130
|
+
}, 8, ["model", "rules", "label-position", "label-width", "inline", "id"])
|
|
34131
|
+
], 4), [
|
|
34132
|
+
[vShow, $data.showForm]
|
|
34133
|
+
])
|
|
34134
|
+
]),
|
|
34135
|
+
_: 1
|
|
34136
|
+
});
|
|
34137
|
+
}
|
|
34138
|
+
var FormCardBox2 = /* @__PURE__ */ _export_sfc$1(_sfc_main$1a, [["render", _sfc_render$13]]);
|
|
33840
34139
|
const _sfc_main$19 = {
|
|
33841
34140
|
name: "showText",
|
|
33842
34141
|
data() {
|
|
@@ -35647,7 +35946,7 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35647
35946
|
var BillBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$12, [["render", _sfc_render$Z]]);
|
|
35648
35947
|
const _sfc_main$11 = {
|
|
35649
35948
|
name: "radiogroupbox",
|
|
35650
|
-
extends: _sfc_main$
|
|
35949
|
+
extends: _sfc_main$1T,
|
|
35651
35950
|
data() {
|
|
35652
35951
|
return {
|
|
35653
35952
|
myConfig: {
|
|
@@ -35748,7 +36047,7 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
35748
36047
|
var RadioGroupBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$11, [["render", _sfc_render$Y]]);
|
|
35749
36048
|
const _sfc_main$10 = {
|
|
35750
36049
|
name: "colorbox",
|
|
35751
|
-
extends: _sfc_main$
|
|
36050
|
+
extends: _sfc_main$1T,
|
|
35752
36051
|
data() {
|
|
35753
36052
|
return {
|
|
35754
36053
|
myConfig: {
|
|
@@ -36945,7 +37244,7 @@ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
36945
37244
|
var MyLiquidFill = /* @__PURE__ */ _export_sfc$1(_sfc_main$T, [["render", _sfc_render$P]]);
|
|
36946
37245
|
const _sfc_main$S = {
|
|
36947
37246
|
name: "poptagbox",
|
|
36948
|
-
extends: _sfc_main$
|
|
37247
|
+
extends: _sfc_main$1T,
|
|
36949
37248
|
data() {
|
|
36950
37249
|
return {
|
|
36951
37250
|
myConfig: {
|
|
@@ -37397,7 +37696,7 @@ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37397
37696
|
var PopTagBox = /* @__PURE__ */ _export_sfc$1(_sfc_main$S, [["render", _sfc_render$O]]);
|
|
37398
37697
|
const _sfc_main$R = {
|
|
37399
37698
|
name: "cascaderbox",
|
|
37400
|
-
extends: _sfc_main$
|
|
37699
|
+
extends: _sfc_main$1T,
|
|
37401
37700
|
data() {
|
|
37402
37701
|
return {
|
|
37403
37702
|
myConfig: {
|
|
@@ -37809,7 +38108,7 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37809
38108
|
var PageCustom = /* @__PURE__ */ _export_sfc$1(_sfc_main$Q, [["render", _sfc_render$M]]);
|
|
37810
38109
|
const _sfc_main$P = {
|
|
37811
38110
|
name: "mimpleviewgrid",
|
|
37812
|
-
extends: _sfc_main$
|
|
38111
|
+
extends: _sfc_main$1O,
|
|
37813
38112
|
methods: {
|
|
37814
38113
|
initCheckColumn(columns) {
|
|
37815
38114
|
if (this.myConfig.showCheckBox) {
|
|
@@ -40110,7 +40409,7 @@ const _sfc_main$L = {
|
|
|
40110
40409
|
};
|
|
40111
40410
|
const _sfc_main$K = {
|
|
40112
40411
|
name: "meditgridcard2",
|
|
40113
|
-
extends: _sfc_main$
|
|
40412
|
+
extends: _sfc_main$1M,
|
|
40114
40413
|
data() {
|
|
40115
40414
|
return {
|
|
40116
40415
|
myConfig: {
|
|
@@ -44693,7 +44992,7 @@ var billquerygrid = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["render", _sfc_
|
|
|
44693
44992
|
var editgridcard_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
44694
44993
|
const _sfc_main$z = {
|
|
44695
44994
|
name: "meditgridcard",
|
|
44696
|
-
extends: _sfc_main$
|
|
44995
|
+
extends: _sfc_main$1M,
|
|
44697
44996
|
data() {
|
|
44698
44997
|
return {
|
|
44699
44998
|
myConfig: {
|
|
@@ -46629,6 +46928,7 @@ const _sfc_main$v = {
|
|
|
46629
46928
|
loading: true,
|
|
46630
46929
|
fileSize: 0,
|
|
46631
46930
|
initData: [],
|
|
46931
|
+
notShowBtn: [],
|
|
46632
46932
|
rowBtnData: [
|
|
46633
46933
|
{
|
|
46634
46934
|
icon: "custom-fileupload",
|
|
@@ -46680,23 +46980,18 @@ const _sfc_main$v = {
|
|
|
46680
46980
|
if (!this.myConfig.pdffile) {
|
|
46681
46981
|
this.myConfig.pdffile = this.OmdUrl.pdffile;
|
|
46682
46982
|
}
|
|
46683
|
-
if (this.myConfig.showTitle !== void 0) {
|
|
46684
|
-
this.showTitle = this.myConfig.showTitle;
|
|
46685
|
-
}
|
|
46686
46983
|
this.myConfig.generalOrientation = true;
|
|
46687
46984
|
if (this.myConfig.fileSize !== void 0) {
|
|
46688
46985
|
this.fileSize = Number(this.myConfig.fileSize) * 1024;
|
|
46689
46986
|
}
|
|
46690
|
-
if (this.myConfig.notdelfile) {
|
|
46691
|
-
this.myConfig.items[0].visible = true;
|
|
46692
|
-
} else {
|
|
46693
|
-
this.myConfig.items[0].visible = false;
|
|
46694
|
-
}
|
|
46695
46987
|
if (this.myConfig.uploadfile.indexOf("?") != -1) {
|
|
46696
46988
|
this.uploadfile = this.myConfig.uploadfile + "&token=" + this.getToken();
|
|
46697
46989
|
} else {
|
|
46698
46990
|
this.uploadfile = this.myConfig.uploadfile + "?token=" + this.getToken();
|
|
46699
46991
|
}
|
|
46992
|
+
if (this.myConfig.notShowBtn !== void 0) {
|
|
46993
|
+
this.notShowBtn = this.myConfig.notShowBtn;
|
|
46994
|
+
}
|
|
46700
46995
|
},
|
|
46701
46996
|
computed: {
|
|
46702
46997
|
headers() {
|
|
@@ -46762,7 +47057,7 @@ const _sfc_main$v = {
|
|
|
46762
47057
|
},
|
|
46763
47058
|
actionRender(h10, params) {
|
|
46764
47059
|
let btnConfig = {};
|
|
46765
|
-
btnConfig.showNum =
|
|
47060
|
+
btnConfig.showNum = 5;
|
|
46766
47061
|
btnConfig.fontStyle = "";
|
|
46767
47062
|
btnConfig.items = [];
|
|
46768
47063
|
if (params.row.filekey) {
|
|
@@ -46770,7 +47065,7 @@ const _sfc_main$v = {
|
|
|
46770
47065
|
if (this.myConfig.readOnly) {
|
|
46771
47066
|
del.readOnly = true;
|
|
46772
47067
|
}
|
|
46773
|
-
if (params.row.scenetype !== "0" && params.row.modflag !== "M") {
|
|
47068
|
+
if (params.row.scenetype !== "0" && params.row.modflag !== "M" && this.notShowBtn.indexOf(del.name) < 0) {
|
|
46774
47069
|
btnConfig.items.push(del);
|
|
46775
47070
|
}
|
|
46776
47071
|
} else {
|
|
@@ -46778,7 +47073,9 @@ const _sfc_main$v = {
|
|
|
46778
47073
|
if (this.myConfig.readOnly) {
|
|
46779
47074
|
up2.readOnly = true;
|
|
46780
47075
|
}
|
|
46781
|
-
|
|
47076
|
+
if (this.notShowBtn.indexOf(up2.name) < 0) {
|
|
47077
|
+
btnConfig.items.push(up2);
|
|
47078
|
+
}
|
|
46782
47079
|
}
|
|
46783
47080
|
btnConfig.items.push(this.$Method.copy(this.rowBtnData[2]));
|
|
46784
47081
|
if (this.isType(params.row.filetype) !== "0") {
|
|
@@ -46789,11 +47086,12 @@ const _sfc_main$v = {
|
|
|
46789
47086
|
recall.readOnly = true;
|
|
46790
47087
|
}
|
|
46791
47088
|
if (this.myConfig.notdelfile) {
|
|
46792
|
-
if (params.row.modflag === "N") {
|
|
47089
|
+
if (params.row.modflag === "N" && this.notShowBtn.indexOf(recall.name) < 0) {
|
|
46793
47090
|
btnConfig.items.push(recall);
|
|
46794
47091
|
}
|
|
46795
|
-
|
|
46796
|
-
|
|
47092
|
+
let reupFile = this.$Method.copy(this.rowBtnData[5]);
|
|
47093
|
+
if ((!params.row.filekey || params.row.filekey !== "") && params.row.modflag === "N" && this.notShowBtn.indexOf(reupFile.name) < 0) {
|
|
47094
|
+
btnConfig.items.push(reupFile);
|
|
46797
47095
|
}
|
|
46798
47096
|
}
|
|
46799
47097
|
return h10("div", [
|
|
@@ -47287,7 +47585,7 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
47287
47585
|
var AppendixBoxs2 = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["render", _sfc_render$s]]);
|
|
47288
47586
|
const _sfc_main$u = {
|
|
47289
47587
|
name: "mbilldetailform",
|
|
47290
|
-
components: { AppendixBoxs2, Formcard: mFormCardBox, EditGridCardS: mEditGridCard, DetailsBoxs, AppendixBoxs: mAppendixBoxs },
|
|
47588
|
+
components: { AppendixBoxs2, Formcard: mFormCardBox, EditGridCardS: mEditGridCard, DetailsBoxs, AppendixBoxs: mAppendixBoxs, FormCardBox2 },
|
|
47291
47589
|
data() {
|
|
47292
47590
|
return {
|
|
47293
47591
|
curlEditObject: "",
|
|
@@ -47603,7 +47901,7 @@ const _sfc_main$u = {
|
|
|
47603
47901
|
let tempDetailData = this.setDetailsBox(el2, data);
|
|
47604
47902
|
this.$refs[el2.name][0].setEffectData(tempDetailData);
|
|
47605
47903
|
} else {
|
|
47606
|
-
if (el2.type === "FormCardBox") {
|
|
47904
|
+
if (el2.type === "FormCardBox" || el2.type === "FormCardBox2") {
|
|
47607
47905
|
if (data[el2.name].length > 0) {
|
|
47608
47906
|
this.$refs[el2.name][0].setEffectData(data[el2.name][0]);
|
|
47609
47907
|
} else {
|
|
@@ -47616,7 +47914,7 @@ const _sfc_main$u = {
|
|
|
47616
47914
|
}
|
|
47617
47915
|
} else {
|
|
47618
47916
|
if (this.config.response === el2.name) {
|
|
47619
|
-
if (el2.type === "FormCardBox") {
|
|
47917
|
+
if (el2.type === "FormCardBox" || el2.type === "FormCardBox2") {
|
|
47620
47918
|
let temp = {};
|
|
47621
47919
|
if (el2.items) {
|
|
47622
47920
|
el2.items.forEach((el22) => {
|
|
@@ -47661,7 +47959,7 @@ const _sfc_main$u = {
|
|
|
47661
47959
|
let tempDetailData = this.setDetailsBox(el2, data);
|
|
47662
47960
|
this.$refs[el2.name][0].setData(tempDetailData);
|
|
47663
47961
|
} else {
|
|
47664
|
-
if (el2.type === "FormCardBox") {
|
|
47962
|
+
if (el2.type === "FormCardBox" || el2.type === "FormCardBox2") {
|
|
47665
47963
|
if (data[el2.name].length > 0) {
|
|
47666
47964
|
this.$refs[el2.name][0].setData(data[el2.name][0]);
|
|
47667
47965
|
} else {
|
|
@@ -47674,7 +47972,7 @@ const _sfc_main$u = {
|
|
|
47674
47972
|
}
|
|
47675
47973
|
} else {
|
|
47676
47974
|
if (this.config.response === el2.name) {
|
|
47677
|
-
if (el2.type === "FormCardBox") {
|
|
47975
|
+
if (el2.type === "FormCardBox" || el2.type === "FormCardBox2") {
|
|
47678
47976
|
let temp = {};
|
|
47679
47977
|
if (el2.items) {
|
|
47680
47978
|
el2.items.forEach((el22) => {
|
|
@@ -47805,7 +48103,7 @@ const _sfc_main$u = {
|
|
|
47805
48103
|
if (this.$refs[el2.name] && this.$refs[el2.name][0]) {
|
|
47806
48104
|
if (el2.type === "DetailsBox") {
|
|
47807
48105
|
Object.assign(data, this.getDetailsBox(el2));
|
|
47808
|
-
} else if (el2.type === "FormCardBox") {
|
|
48106
|
+
} else if (el2.type === "FormCardBox" || el2.type === "FormCardBox2") {
|
|
47809
48107
|
if (this.config.response === el2.name) {
|
|
47810
48108
|
Object.assign(data, this.getFormCardBox(el2));
|
|
47811
48109
|
} else {
|
|
@@ -47940,7 +48238,7 @@ const _sfc_main$u = {
|
|
|
47940
48238
|
if (this.detailConfig.items) {
|
|
47941
48239
|
this.detailConfig.items.forEach((el2) => {
|
|
47942
48240
|
if (this.$refs[el2.name] && this.$refs[el2.name][0]) {
|
|
47943
|
-
if (el2.type === "FormCardBox") {
|
|
48241
|
+
if (el2.type === "FormCardBox" || el2.type === "FormCardBox2") {
|
|
47944
48242
|
this.$refs[el2.name][0].setFormReadOnly(value);
|
|
47945
48243
|
} else {
|
|
47946
48244
|
this.$refs[el2.name][0].setReadOnly(value);
|
|
@@ -48044,7 +48342,7 @@ const _sfc_main$u = {
|
|
|
48044
48342
|
checkCommonValidate(el2) {
|
|
48045
48343
|
let flag = false;
|
|
48046
48344
|
if (this.$refs[el2.name] && this.$refs[el2.name][0] && this.$refs[el2.name][0].checkValidate) {
|
|
48047
|
-
if (el2.type === "FormCardBox") {
|
|
48345
|
+
if (el2.type === "FormCardBox" || el2.type === "FormCardBox2") {
|
|
48048
48346
|
this.$refs[el2.name][0].checkValidate();
|
|
48049
48347
|
flag = this.$refs[el2.name][0].isError();
|
|
48050
48348
|
} else {
|
|
@@ -48266,6 +48564,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
48266
48564
|
const _component_DetailsBoxs = resolveComponent("DetailsBoxs");
|
|
48267
48565
|
const _component_FormCardBox = resolveComponent("FormCardBox");
|
|
48268
48566
|
const _component_AppendixBoxs = resolveComponent("AppendixBoxs");
|
|
48567
|
+
const _component_FormCardBox2 = resolveComponent("FormCardBox2");
|
|
48269
48568
|
const _component_AppendixBoxs2 = resolveComponent("AppendixBoxs2");
|
|
48270
48569
|
const _component_Card = resolveComponent("Card");
|
|
48271
48570
|
return openBlock(), createElementBlock("div", _hoisted_1$q, [
|
|
@@ -48368,11 +48667,18 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
48368
48667
|
modulecode: $data.modulecode,
|
|
48369
48668
|
onDoAction: $options.doAction
|
|
48370
48669
|
}, null, 8, ["config", "modulecode", "onDoAction"])) : createCommentVNode("", true),
|
|
48371
|
-
temp2.type === "
|
|
48670
|
+
temp2.type === "FormCardBox2" ? (openBlock(), createBlock(_component_FormCardBox2, {
|
|
48372
48671
|
key: 4,
|
|
48373
48672
|
ref_for: true,
|
|
48374
48673
|
ref: temp2.name,
|
|
48375
48674
|
config: temp2,
|
|
48675
|
+
dictData: $props.dictData
|
|
48676
|
+
}, null, 8, ["config", "dictData"])) : createCommentVNode("", true),
|
|
48677
|
+
temp2.type === "AppendixBox2" ? (openBlock(), createBlock(_component_AppendixBoxs2, {
|
|
48678
|
+
key: 5,
|
|
48679
|
+
ref_for: true,
|
|
48680
|
+
ref: temp2.name,
|
|
48681
|
+
config: temp2,
|
|
48376
48682
|
dictData: $props.dictData,
|
|
48377
48683
|
modulecode: $data.modulecode,
|
|
48378
48684
|
onHandleSuccessAfter: $options.handleSuccessAfter,
|
|
@@ -105359,7 +105665,7 @@ const _sfc_main$1 = {
|
|
|
105359
105665
|
components: {
|
|
105360
105666
|
Editor
|
|
105361
105667
|
},
|
|
105362
|
-
extends: _sfc_main$
|
|
105668
|
+
extends: _sfc_main$1T,
|
|
105363
105669
|
data() {
|
|
105364
105670
|
return {
|
|
105365
105671
|
myConfig: {
|
|
@@ -135307,26 +135613,26 @@ const components = {
|
|
|
135307
135613
|
ComboBox,
|
|
135308
135614
|
ExpandRow,
|
|
135309
135615
|
EditGrid,
|
|
135310
|
-
ViewGridBase: _sfc_main$
|
|
135616
|
+
ViewGridBase: _sfc_main$1O,
|
|
135311
135617
|
ViewGrid,
|
|
135312
135618
|
EditGridCard,
|
|
135313
135619
|
TextBox,
|
|
135314
135620
|
RichTextBox,
|
|
135315
135621
|
NumberBox,
|
|
135316
135622
|
NumberRangeBox,
|
|
135317
|
-
DateBox: _sfc_main$
|
|
135623
|
+
DateBox: _sfc_main$1B,
|
|
135318
135624
|
DateRangeBox,
|
|
135319
135625
|
TimePicBox,
|
|
135320
135626
|
PopTextBox,
|
|
135321
135627
|
ControlBox,
|
|
135322
|
-
ControlBase: _sfc_main$
|
|
135628
|
+
ControlBase: _sfc_main$1T,
|
|
135323
135629
|
ConditionBox,
|
|
135324
|
-
QueryConditionBoxBase: _sfc_main$
|
|
135630
|
+
QueryConditionBoxBase: _sfc_main$1t,
|
|
135325
135631
|
ConditionSelectorBox,
|
|
135326
135632
|
ConditionFilterBox,
|
|
135327
135633
|
FormBox,
|
|
135328
135634
|
FormDetail: FormDetail$2,
|
|
135329
|
-
WorkForm: _sfc_main$
|
|
135635
|
+
WorkForm: _sfc_main$1h,
|
|
135330
135636
|
FormCardBox,
|
|
135331
135637
|
FormCardGroupBox,
|
|
135332
135638
|
DetailsBox,
|
|
@@ -135342,7 +135648,7 @@ const components = {
|
|
|
135342
135648
|
TreeBox,
|
|
135343
135649
|
CommonIcon,
|
|
135344
135650
|
RadioGroupBox,
|
|
135345
|
-
BaseForm: _sfc_main$
|
|
135651
|
+
BaseForm: _sfc_main$1R,
|
|
135346
135652
|
MyBar,
|
|
135347
135653
|
MyBarLine,
|
|
135348
135654
|
MyPie,
|
|
@@ -135379,9 +135685,9 @@ const components = {
|
|
|
135379
135685
|
mBillImport,
|
|
135380
135686
|
wRichTextBox,
|
|
135381
135687
|
mBillListDetails,
|
|
135382
|
-
NumberBoxV1: _sfc_main$
|
|
135688
|
+
NumberBoxV1: _sfc_main$1D,
|
|
135383
135689
|
mListDetailsV2,
|
|
135384
|
-
DateBoxV1: _sfc_main$
|
|
135690
|
+
DateBoxV1: _sfc_main$1B,
|
|
135385
135691
|
mListDetailsV3
|
|
135386
135692
|
};
|
|
135387
135693
|
const iview = {
|