@fecp/designer 5.5.71 → 5.5.73
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/designer/package.json.mjs +1 -1
- package/es/designer/src/components/DocumentParam.vue.mjs +1 -1
- package/es/designer/src/components/OptionConfig.vue.mjs +2 -2
- package/es/designer/src/components/ParamsConfig.vue2.mjs +1 -1
- package/es/designer/src/layout/aside/HiddenFieldDialog.vue.mjs +1 -1
- package/es/designer/src/packages/advancedFilter/ValueInput.vue2.mjs +1 -1
- package/es/designer/src/packages/dataLinkage/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue2.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
- package/es/designer/src/packages/eventFlow/dialog/action/FormSubmit.vue2.mjs +17 -8
- package/es/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.mjs +14 -5
- package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/contract.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/subForm.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
- package/es/designer/src/packages/formulaEditor/core/calculate.mjs +0 -1
- package/es/designer/src/packages/prod/index.vue.mjs +1 -1
- package/es/designer/src/packages/table/headerBtn.vue.mjs +1 -1
- package/es/designer.css +228 -64
- package/es/packages/mobile/src/components/base/card/Card.vue.mjs +2 -2
- package/es/packages/mobile/src/components/navigation/actionBar/ActionBar.vue.mjs +4 -4
- package/es/packages/vue/src/components/bus/approvalHistory/ApproveIdea.vue.mjs +64 -0
- package/es/packages/vue/src/components/bus/approvalHistory/timeLine.vue.mjs +37 -46
- package/es/packages/vue/src/components/bus/contract/Contract.vue.mjs +6 -1
- package/es/packages/vue/src/components/bus/document/Document.vue.mjs +15 -1
- package/es/packages/vue/src/components/details/main/Main.vue.mjs +1 -1
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +46 -30
- package/es/packages/vue/src/utils/eventFlow/actionHandlers.mjs +32 -4
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/components/DocumentParam.vue.js +1 -1
- package/lib/designer/src/components/OptionConfig.vue.js +2 -2
- package/lib/designer/src/components/ParamsConfig.vue2.js +1 -1
- package/lib/designer/src/layout/aside/HiddenFieldDialog.vue.js +1 -1
- package/lib/designer/src/packages/advancedFilter/ValueInput.vue2.js +1 -1
- package/lib/designer/src/packages/dataLinkage/index.vue.js +1 -1
- package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue2.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
- package/lib/designer/src/packages/eventFlow/dialog/action/FormSubmit.vue2.js +17 -8
- package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +14 -5
- package/lib/designer/src/packages/form/property/approvalHistory.vue.js +1 -1
- package/lib/designer/src/packages/form/property/contract.vue.js +1 -1
- package/lib/designer/src/packages/form/property/subForm.vue.js +1 -1
- package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
- package/lib/designer/src/packages/formulaEditor/core/calculate.js +0 -1
- package/lib/designer/src/packages/prod/index.vue.js +1 -1
- package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
- package/lib/designer.css +228 -64
- package/lib/packages/mobile/src/components/base/card/Card.vue.js +2 -2
- package/lib/packages/mobile/src/components/navigation/actionBar/ActionBar.vue.js +3 -3
- package/lib/packages/vue/src/components/bus/approvalHistory/ApproveIdea.vue.js +64 -0
- package/lib/packages/vue/src/components/bus/approvalHistory/timeLine.vue.js +37 -46
- package/lib/packages/vue/src/components/bus/contract/Contract.vue.js +6 -1
- package/lib/packages/vue/src/components/bus/document/Document.vue.js +15 -1
- package/lib/packages/vue/src/components/details/main/Main.vue.js +1 -1
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +45 -29
- package/lib/packages/vue/src/utils/eventFlow/actionHandlers.js +32 -4
- package/package.json +1 -1
|
@@ -35,11 +35,20 @@ const _sfc_main = {
|
|
|
35
35
|
]),
|
|
36
36
|
_: 1
|
|
37
37
|
}),
|
|
38
|
+
Vue.createVNode(_component_el_form_item, { label: "要件必传校验" }, {
|
|
39
|
+
default: Vue.withCtx(() => [
|
|
40
|
+
Vue.createVNode(_component_el_switch, {
|
|
41
|
+
modelValue: __props.formData.docValidate,
|
|
42
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => __props.formData.docValidate = $event)
|
|
43
|
+
}, null, 8, ["modelValue"])
|
|
44
|
+
]),
|
|
45
|
+
_: 1
|
|
46
|
+
}),
|
|
38
47
|
Vue.createVNode(_component_el_form_item, { label: "选择数据源" }, {
|
|
39
48
|
default: Vue.withCtx(() => [
|
|
40
49
|
Vue.createVNode(DataSourceSelect.default, {
|
|
41
50
|
modelValue: __props.formData.dataSourceId,
|
|
42
|
-
"onUpdate:modelValue": _cache[
|
|
51
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => __props.formData.dataSourceId = $event)
|
|
43
52
|
}, null, 8, ["modelValue"])
|
|
44
53
|
]),
|
|
45
54
|
_: 1
|
|
@@ -47,10 +56,10 @@ const _sfc_main = {
|
|
|
47
56
|
Vue.createVNode(_component_el_form_item, { label: "扩展参数" }, {
|
|
48
57
|
default: Vue.withCtx(() => [
|
|
49
58
|
Vue.createElementVNode("div", _hoisted_1, [
|
|
50
|
-
_cache[
|
|
59
|
+
_cache[6] || (_cache[6] = Vue.createElementVNode("div", { class: "condition-desc" }, " 配置额外的请求参数,用于补充表单上没有的字段。 ", -1)),
|
|
51
60
|
Vue.createVNode(ParamsConfig.default, {
|
|
52
61
|
modelValue: __props.formData.extraParams,
|
|
53
|
-
"onUpdate:modelValue": _cache[
|
|
62
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => __props.formData.extraParams = $event)
|
|
54
63
|
}, null, 8, ["modelValue"])
|
|
55
64
|
])
|
|
56
65
|
]),
|
|
@@ -59,10 +68,10 @@ const _sfc_main = {
|
|
|
59
68
|
Vue.createVNode(_component_el_form_item, { label: "字段映射" }, {
|
|
60
69
|
default: Vue.withCtx(() => [
|
|
61
70
|
Vue.createElementVNode("div", _hoisted_2, [
|
|
62
|
-
_cache[
|
|
71
|
+
_cache[7] || (_cache[7] = Vue.createElementVNode("div", { class: "condition-desc" }, " 当提交的字段与表单字段不一致时,可通过此配置进行映射。 ", -1)),
|
|
63
72
|
Vue.createVNode(FieldMapping.default, {
|
|
64
73
|
modelValue: __props.formData.fieldMapping,
|
|
65
|
-
"onUpdate:modelValue": _cache[
|
|
74
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => __props.formData.fieldMapping = $event)
|
|
66
75
|
}, null, 8, ["modelValue"])
|
|
67
76
|
])
|
|
68
77
|
]),
|
|
@@ -73,10 +82,10 @@ const _sfc_main = {
|
|
|
73
82
|
Vue.createElementVNode("div", _hoisted_3, [
|
|
74
83
|
Vue.createVNode(_component_el_switch, {
|
|
75
84
|
modelValue: __props.formData.returnToForm,
|
|
76
|
-
"onUpdate:modelValue": _cache[
|
|
85
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => __props.formData.returnToForm = $event),
|
|
77
86
|
style: { "width": "100%" }
|
|
78
87
|
}, null, 8, ["modelValue"]),
|
|
79
|
-
_cache[
|
|
88
|
+
_cache[8] || (_cache[8] = Vue.createElementVNode("div", { class: "condition-desc" }, " 当开启后,将返回的数据赋值到表单字段及隐藏域中。 ", -1))
|
|
80
89
|
])
|
|
81
90
|
]),
|
|
82
91
|
_: 1
|
|
@@ -85,5 +94,5 @@ const _sfc_main = {
|
|
|
85
94
|
};
|
|
86
95
|
}
|
|
87
96
|
};
|
|
88
|
-
const FormSubmit = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
97
|
+
const FormSubmit = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-1e21f9d9"]]);
|
|
89
98
|
exports.default = FormSubmit;
|
|
@@ -6,7 +6,7 @@ require("../../../../../../node_modules/element-plus/es/index.js");
|
|
|
6
6
|
;/* empty css */
|
|
7
7
|
const Vue = require("vue");
|
|
8
8
|
const RiskSchemeSelector = require("../../../../components/RiskSchemeSelector.vue2.js");
|
|
9
|
-
const ValueSelector = require("../../../../components/ValueSelector.
|
|
9
|
+
const ValueSelector = require("../../../../components/ValueSelector.vue2.js");
|
|
10
10
|
const ParamsConfig = require("../../../../components/ParamsConfig.vue2.js");
|
|
11
11
|
const index = require("../../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
12
12
|
const index$1 = require("../../../../../../node_modules/element-plus/es/components/switch/index.js");
|
|
@@ -29,13 +29,22 @@ const _sfc_main = {
|
|
|
29
29
|
]),
|
|
30
30
|
_: 1
|
|
31
31
|
}),
|
|
32
|
+
Vue.createVNode(_component_el_form_item, { label: "要件必传校验" }, {
|
|
33
|
+
default: Vue.withCtx(() => [
|
|
34
|
+
Vue.createVNode(_component_el_switch, {
|
|
35
|
+
modelValue: __props.formData.docValidate,
|
|
36
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => __props.formData.docValidate = $event)
|
|
37
|
+
}, null, 8, ["modelValue"])
|
|
38
|
+
]),
|
|
39
|
+
_: 1
|
|
40
|
+
}),
|
|
32
41
|
Vue.createVNode(_component_el_form_item, { label: "风险方案" }, {
|
|
33
42
|
default: Vue.withCtx(() => [
|
|
34
43
|
Vue.createVNode(RiskSchemeSelector.default, {
|
|
35
44
|
modelValue: __props.formData.schName,
|
|
36
|
-
"onUpdate:modelValue": _cache[
|
|
45
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => __props.formData.schName = $event),
|
|
37
46
|
schNo: __props.formData.schNo,
|
|
38
|
-
"onUpdate:schNo": _cache[
|
|
47
|
+
"onUpdate:schNo": _cache[3] || (_cache[3] = ($event) => __props.formData.schNo = $event)
|
|
39
48
|
}, null, 8, ["modelValue", "schNo"])
|
|
40
49
|
]),
|
|
41
50
|
_: 1
|
|
@@ -44,7 +53,7 @@ const _sfc_main = {
|
|
|
44
53
|
default: Vue.withCtx(() => [
|
|
45
54
|
Vue.createVNode(ValueSelector.default, {
|
|
46
55
|
modelValue: __props.formData.busNo,
|
|
47
|
-
"onUpdate:modelValue": _cache[
|
|
56
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => __props.formData.busNo = $event),
|
|
48
57
|
multiple: false,
|
|
49
58
|
placeholder: "选择业务主键"
|
|
50
59
|
}, null, 8, ["modelValue"])
|
|
@@ -55,7 +64,7 @@ const _sfc_main = {
|
|
|
55
64
|
default: Vue.withCtx(() => [
|
|
56
65
|
Vue.createVNode(ParamsConfig.default, {
|
|
57
66
|
modelValue: __props.formData.params,
|
|
58
|
-
"onUpdate:modelValue": _cache[
|
|
67
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => __props.formData.params = $event)
|
|
59
68
|
}, null, 8, ["modelValue"])
|
|
60
69
|
]),
|
|
61
70
|
_: 1
|
|
@@ -13,7 +13,7 @@ require("../../../../../node_modules/element-plus/es/index.js");
|
|
|
13
13
|
const Vue = require("vue");
|
|
14
14
|
const common = require("../../utils/common.js");
|
|
15
15
|
const eventBus = require("../../utils/eventBus.js");
|
|
16
|
-
const ValueSelector = require("../../../components/ValueSelector.
|
|
16
|
+
const ValueSelector = require("../../../components/ValueSelector.vue2.js");
|
|
17
17
|
const index = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
|
18
18
|
const index$1 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
19
19
|
const index$2 = require("../../../../../node_modules/element-plus/es/components/input/index.js");
|
|
@@ -19,7 +19,7 @@ require("../../../../../node_modules/element-plus/es/index.js");
|
|
|
19
19
|
const Vue = require("vue");
|
|
20
20
|
const common = require("../../utils/common.js");
|
|
21
21
|
require("../../utils/eventBus.js");
|
|
22
|
-
const ValueSelector = require("../../../components/ValueSelector.
|
|
22
|
+
const ValueSelector = require("../../../components/ValueSelector.vue2.js");
|
|
23
23
|
const index = require("../../../api/index.js");
|
|
24
24
|
const ParamsConfig = require("../../../components/ParamsConfig.vue2.js");
|
|
25
25
|
;/* empty css */
|
|
@@ -14,7 +14,7 @@ const Vue = require("vue");
|
|
|
14
14
|
const common = require("../../utils/common.js");
|
|
15
15
|
const TemplateSelector = require("../../../components/TemplateSelector.vue2.js");
|
|
16
16
|
const eventBus = require("../../utils/eventBus.js");
|
|
17
|
-
const ValueSelector = require("../../../components/ValueSelector.
|
|
17
|
+
const ValueSelector = require("../../../components/ValueSelector.vue2.js");
|
|
18
18
|
const ParamsConfig = require("../../../components/ParamsConfig.vue2.js");
|
|
19
19
|
const index = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
|
20
20
|
const index$1 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
@@ -54,8 +54,8 @@ const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_exp
|
|
|
54
54
|
require("../../../components/TemplateSelector.vue.js");
|
|
55
55
|
require("../../table/default.js");
|
|
56
56
|
;/* empty css */
|
|
57
|
-
;/* empty css
|
|
58
|
-
;/* empty css
|
|
57
|
+
;/* empty css */
|
|
58
|
+
;/* empty css */
|
|
59
59
|
require("../../../store/index.js");
|
|
60
60
|
;/* empty css */
|
|
61
61
|
const index$2 = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
|
@@ -16,7 +16,7 @@ require("../../../../node_modules/element-plus/es/index.js");
|
|
|
16
16
|
const Vue = require("vue");
|
|
17
17
|
const index$6 = require("../../../../node_modules/@element-plus/icons-vue/dist/index.js");
|
|
18
18
|
const common = require("../utils/common.js");
|
|
19
|
-
const ValueSelector = require("../../components/ValueSelector.
|
|
19
|
+
const ValueSelector = require("../../components/ValueSelector.vue2.js");
|
|
20
20
|
const index = require("../../api/index.js");
|
|
21
21
|
;/* empty css */
|
|
22
22
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|