@fecp/designer 5.4.15 → 5.4.17
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/api/index.mjs +7 -1
- package/es/designer/src/components/DocumentParam.vue.mjs +3 -3
- package/es/designer/src/components/ParamsConfig.vue2.mjs +1 -1
- package/es/designer/src/components/RiskSchemeDialog.vue2.mjs +241 -0
- package/es/designer/src/components/RiskSchemeSelector.vue2.mjs +68 -0
- package/es/designer/src/components/TemplateDialog.vue.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/dialogGlobal/index.vue.mjs +11 -6
- package/es/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.mjs +55 -0
- package/es/designer/src/packages/eventFlow/dialog/action/config.mjs +171 -69
- package/es/designer/src/packages/form/components/Contract.vue.mjs +1 -1
- package/es/designer/src/packages/form/components/Document.vue.mjs +1 -1
- package/es/designer/src/packages/form/components/approvalHistory.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/approvalHistory.vue.mjs +1 -1
- package/es/designer/src/packages/form/property/contract.vue.mjs +27 -12
- package/es/designer/src/packages/form/property/subForm.vue.mjs +1 -1
- package/es/designer/src/packages/prod/index.vue.mjs +1 -1
- package/es/designer/src/packages/table/headerBtn.vue.mjs +6 -1
- package/es/designer.css +72 -53
- package/es/packages/vue/src/components/bus/contract/Contract.vue.mjs +7 -2
- package/es/packages/vue/src/components/dialog/DialogRenderer.vue2.mjs +1 -1
- package/es/packages/vue/src/components/forms/cascader/Cascader.vue.mjs +1 -1
- package/es/packages/vue/src/components/forms/date/Date.vue.mjs +1 -1
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +3 -2
- package/es/packages/vue/src/components/forms/radio/Radio.vue.mjs +1 -1
- package/es/packages/vue/src/components/forms/select/Select.vue.mjs +1 -1
- package/es/packages/vue/src/components/forms/text/Text.vue.mjs +1 -1
- package/es/packages/vue/src/components/table/TableColumn.vue.mjs +1 -1
- package/es/packages/vue/src/composables/usePageEvents.mjs +1 -1
- package/es/packages/vue/src/utils/datasource.mjs +1 -1
- package/es/packages/vue/src/utils/eventFlow/actionHandlers.mjs +54 -29
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/api/index.js +7 -1
- package/lib/designer/src/components/DocumentParam.vue.js +3 -3
- package/lib/designer/src/components/ParamsConfig.vue2.js +1 -1
- package/lib/designer/src/components/RiskSchemeDialog.vue2.js +241 -0
- package/lib/designer/src/components/RiskSchemeSelector.vue2.js +68 -0
- package/lib/designer/src/components/TemplateDialog.vue.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/dialogGlobal/index.vue.js +11 -6
- package/lib/designer/src/packages/eventFlow/dialog/action/RiskSch.vue.js +55 -0
- package/lib/designer/src/packages/eventFlow/dialog/action/config.js +170 -68
- package/lib/designer/src/packages/form/components/Contract.vue.js +1 -1
- package/lib/designer/src/packages/form/components/Document.vue.js +1 -1
- package/lib/designer/src/packages/form/components/approvalHistory.vue.js +1 -1
- package/lib/designer/src/packages/form/property/approvalHistory.vue.js +1 -1
- package/lib/designer/src/packages/form/property/contract.vue.js +27 -12
- package/lib/designer/src/packages/form/property/subForm.vue.js +1 -1
- package/lib/designer/src/packages/prod/index.vue.js +1 -1
- package/lib/designer/src/packages/table/headerBtn.vue.js +6 -1
- package/lib/designer.css +72 -53
- package/lib/packages/vue/src/components/bus/contract/Contract.vue.js +7 -2
- package/lib/packages/vue/src/components/dialog/DialogRenderer.vue2.js +1 -1
- package/lib/packages/vue/src/components/forms/cascader/Cascader.vue.js +1 -1
- package/lib/packages/vue/src/components/forms/date/Date.vue.js +1 -1
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +3 -2
- package/lib/packages/vue/src/components/forms/radio/Radio.vue.js +1 -1
- package/lib/packages/vue/src/components/forms/select/Select.vue.js +1 -1
- package/lib/packages/vue/src/components/forms/text/Text.vue.js +1 -1
- package/lib/packages/vue/src/components/table/TableColumn.vue.js +1 -1
- package/lib/packages/vue/src/composables/usePageEvents.js +1 -1
- package/lib/packages/vue/src/utils/datasource.js +1 -1
- package/lib/packages/vue/src/utils/eventFlow/actionHandlers.js +53 -28
- package/package.json +1 -1
|
@@ -18,7 +18,7 @@ const index$2 = require("../../../../node_modules/@element-plus/icons-vue/dist/i
|
|
|
18
18
|
const common = require("../../packages/utils/common.js");
|
|
19
19
|
const index$5 = require("../../packages/form/aside/index.js");
|
|
20
20
|
const index$6 = require("../../packages/table/aside/index.js");
|
|
21
|
-
const ValueSelector = require("../../components/ValueSelector.
|
|
21
|
+
const ValueSelector = require("../../components/ValueSelector.vue2.js");
|
|
22
22
|
;/* empty css */
|
|
23
23
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
24
24
|
const index = require("../../../../node_modules/element-plus/es/components/dialog/index.js");
|
|
@@ -16,7 +16,7 @@ require("../../../../node_modules/element-plus/theme-chalk/el-tooltip.css.js");
|
|
|
16
16
|
require("../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.js");
|
|
17
17
|
const vue = require("vue");
|
|
18
18
|
const index = require("../../../../node_modules/@vueuse/core/dist/index.js");
|
|
19
|
-
const ValueSelector = require("../../components/ValueSelector.
|
|
19
|
+
const ValueSelector = require("../../components/ValueSelector.vue2.js");
|
|
20
20
|
const index$1 = require("../../api/index.js");
|
|
21
21
|
const common = require("../utils/common.js");
|
|
22
22
|
const datasource = require("../utils/datasource.js");
|
|
@@ -32,7 +32,7 @@ require("../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.js
|
|
|
32
32
|
;/* empty css */
|
|
33
33
|
;/* empty css */
|
|
34
34
|
const _pluginVue_exportHelper = require("../../../../_virtual/_plugin-vue_export-helper.js");
|
|
35
|
-
;/* empty css
|
|
35
|
+
;/* empty css */
|
|
36
36
|
require("../../axios/config.js");
|
|
37
37
|
require("../../../../_virtual/FileSaver.min.js");
|
|
38
38
|
require("../../../../_virtual/index.js");
|
|
@@ -69,6 +69,17 @@ require("../formulaEditor/core/functionCore.js");
|
|
|
69
69
|
;/* empty css */
|
|
70
70
|
;/* empty css */
|
|
71
71
|
;/* empty css */
|
|
72
|
+
;/* empty css */
|
|
73
|
+
;/* empty css */
|
|
74
|
+
;/* empty css */
|
|
75
|
+
;/* empty css */
|
|
76
|
+
;/* empty css */
|
|
77
|
+
;/* empty css */
|
|
78
|
+
;/* empty css */
|
|
79
|
+
require("../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.js");
|
|
80
|
+
;/* empty css */
|
|
81
|
+
;/* empty css */
|
|
82
|
+
;/* empty css */
|
|
72
83
|
;/* empty css */
|
|
73
84
|
;/* empty css */
|
|
74
85
|
;/* empty css */
|
|
@@ -76,12 +87,6 @@ require("../formulaEditor/core/functionCore.js");
|
|
|
76
87
|
;/* empty css */
|
|
77
88
|
;/* empty css */
|
|
78
89
|
require("../../../../node_modules/element-plus/theme-chalk/el-date-picker.css.js");
|
|
79
|
-
;/* empty css */
|
|
80
|
-
;/* empty css */
|
|
81
|
-
require("../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.js");
|
|
82
|
-
;/* empty css */
|
|
83
|
-
;/* empty css */
|
|
84
|
-
;/* empty css */
|
|
85
90
|
require("../../axios/config.js");
|
|
86
91
|
;/* empty css */
|
|
87
92
|
;/* empty css */
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
+
require("../../../../../../node_modules/element-plus/es/index.js");
|
|
4
|
+
;/* empty css */
|
|
5
|
+
;/* empty css */
|
|
6
|
+
const vue = require("vue");
|
|
7
|
+
const RiskSchemeSelector = require("../../../../components/RiskSchemeSelector.vue2.js");
|
|
8
|
+
const ValueSelector = require("../../../../components/ValueSelector.vue2.js");
|
|
9
|
+
const ParamsConfig = require("../../../../components/ParamsConfig.vue2.js");
|
|
10
|
+
const index = require("../../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
11
|
+
const _sfc_main = {
|
|
12
|
+
__name: "RiskSch",
|
|
13
|
+
props: {
|
|
14
|
+
formData: Object
|
|
15
|
+
},
|
|
16
|
+
setup(__props) {
|
|
17
|
+
return (_ctx, _cache) => {
|
|
18
|
+
const _component_el_form_item = index.ElFormItem;
|
|
19
|
+
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
20
|
+
vue.createVNode(_component_el_form_item, { label: "风险方案" }, {
|
|
21
|
+
default: vue.withCtx(() => [
|
|
22
|
+
vue.createVNode(RiskSchemeSelector.default, {
|
|
23
|
+
modelValue: __props.formData.schName,
|
|
24
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => __props.formData.schName = $event),
|
|
25
|
+
schNo: __props.formData.schNo,
|
|
26
|
+
"onUpdate:schNo": _cache[1] || (_cache[1] = ($event) => __props.formData.schNo = $event)
|
|
27
|
+
}, null, 8, ["modelValue", "schNo"])
|
|
28
|
+
]),
|
|
29
|
+
_: 1
|
|
30
|
+
}),
|
|
31
|
+
vue.createVNode(_component_el_form_item, { label: "业务主键" }, {
|
|
32
|
+
default: vue.withCtx(() => [
|
|
33
|
+
vue.createVNode(ValueSelector.default, {
|
|
34
|
+
modelValue: __props.formData.busNo,
|
|
35
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => __props.formData.busNo = $event),
|
|
36
|
+
multiple: false,
|
|
37
|
+
placeholder: "选择业务主键"
|
|
38
|
+
}, null, 8, ["modelValue"])
|
|
39
|
+
]),
|
|
40
|
+
_: 1
|
|
41
|
+
}),
|
|
42
|
+
vue.createVNode(_component_el_form_item, { label: "业务参数" }, {
|
|
43
|
+
default: vue.withCtx(() => [
|
|
44
|
+
vue.createVNode(ParamsConfig.default, {
|
|
45
|
+
modelValue: __props.formData.params,
|
|
46
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => __props.formData.params = $event)
|
|
47
|
+
}, null, 8, ["modelValue"])
|
|
48
|
+
]),
|
|
49
|
+
_: 1
|
|
50
|
+
})
|
|
51
|
+
], 64);
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
};
|
|
55
|
+
exports.default = _sfc_main;
|
|
@@ -13,110 +13,212 @@ const TableRowDelete = require("./TableRowDelete.vue2.js");
|
|
|
13
13
|
const Dialog = require("./Dialog.vue.js");
|
|
14
14
|
const Upload = require("./Upload.vue2.js");
|
|
15
15
|
const TableChildSelection = require("./TableChildSelection.vue2.js");
|
|
16
|
+
const RiskSch = require("./RiskSch.vue.js");
|
|
16
17
|
const menuData = [
|
|
17
18
|
{
|
|
18
19
|
index: "page",
|
|
19
20
|
label: "页面",
|
|
20
21
|
items: [
|
|
21
|
-
{
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
22
|
+
{
|
|
23
|
+
index: "page-jump",
|
|
24
|
+
label: "跳转页面",
|
|
25
|
+
desc: "跳转到指定页面",
|
|
26
|
+
component: Page.default,
|
|
27
|
+
default: {
|
|
28
|
+
transitionType: "page",
|
|
29
|
+
routePath: "",
|
|
30
|
+
routeParams: []
|
|
31
|
+
}
|
|
32
|
+
},
|
|
26
33
|
{ index: "page-refresh", label: "刷新页面", desc: "刷新当前页面" },
|
|
27
|
-
{
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
+
{
|
|
35
|
+
index: "page-go-back",
|
|
36
|
+
label: "页面返回",
|
|
37
|
+
desc: "返回之前访问的页面",
|
|
38
|
+
component: PageGoBack.default,
|
|
39
|
+
default: {
|
|
40
|
+
backLevel: 1,
|
|
41
|
+
showConfirm: false,
|
|
42
|
+
confirmTitle: "确认返回",
|
|
43
|
+
confirmMessage: "确定要返回到上一页吗?",
|
|
44
|
+
noHistoryAction: "none"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
34
47
|
]
|
|
35
48
|
},
|
|
36
49
|
{
|
|
37
50
|
index: "ui",
|
|
38
51
|
label: "交互",
|
|
39
52
|
items: [
|
|
40
|
-
{
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
53
|
+
{
|
|
54
|
+
index: "ui-dialog",
|
|
55
|
+
label: "打开弹层",
|
|
56
|
+
desc: "打开指定的弹层",
|
|
57
|
+
component: Dialog.default,
|
|
58
|
+
default: {
|
|
59
|
+
dialogSource: "global",
|
|
60
|
+
selectionMode: "none",
|
|
61
|
+
fieldMapping: []
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
index: "ui-message",
|
|
66
|
+
label: "显示提示信息",
|
|
67
|
+
desc: "显示消息提示",
|
|
68
|
+
component: Message.default,
|
|
69
|
+
default: {
|
|
70
|
+
messageType: "success",
|
|
71
|
+
message: ""
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
index: "ui-confirm",
|
|
76
|
+
label: "确认弹窗",
|
|
77
|
+
desc: "显示确认对话框",
|
|
78
|
+
component: Confirm.default,
|
|
79
|
+
default: {
|
|
80
|
+
messageType: "warning",
|
|
81
|
+
title: "确认操作",
|
|
82
|
+
message: "此操作将永久删除该记录, 是否继续?",
|
|
83
|
+
confirmText: "确定",
|
|
84
|
+
cancelText: "取消",
|
|
85
|
+
showCancel: true,
|
|
86
|
+
confirmAction: "continue"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
index: "ui-upload",
|
|
91
|
+
label: "文件上传",
|
|
92
|
+
desc: "上传文件到服务器",
|
|
93
|
+
component: Upload.default,
|
|
94
|
+
default: {
|
|
95
|
+
acceptType: [
|
|
96
|
+
"doc",
|
|
97
|
+
"xls",
|
|
98
|
+
"ppt",
|
|
99
|
+
"pdf",
|
|
100
|
+
"text",
|
|
101
|
+
"image",
|
|
102
|
+
"video",
|
|
103
|
+
"audio",
|
|
104
|
+
"zip"
|
|
105
|
+
],
|
|
106
|
+
maxSize: "0",
|
|
107
|
+
multipleUpload: false
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
index: "riskSchDialog",
|
|
112
|
+
label: "风险拦截校验",
|
|
113
|
+
desc: "弹出风险拦截提示信息",
|
|
114
|
+
component: RiskSch.default,
|
|
115
|
+
default: {
|
|
116
|
+
schName: [],
|
|
117
|
+
schNo: "",
|
|
118
|
+
params: []
|
|
119
|
+
}
|
|
120
|
+
}
|
|
73
121
|
]
|
|
74
122
|
},
|
|
75
123
|
{
|
|
76
124
|
index: "form",
|
|
77
125
|
label: "表单",
|
|
78
126
|
items: [
|
|
79
|
-
{
|
|
80
|
-
|
|
127
|
+
{
|
|
128
|
+
index: "form-setValue",
|
|
129
|
+
label: "请求表单赋值",
|
|
130
|
+
desc: "通过请求设置表单字段的值",
|
|
131
|
+
component: FormSetValue.default,
|
|
132
|
+
default: { fieldMapping: [] }
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
index: "form-submit",
|
|
136
|
+
label: "请求表单提交",
|
|
137
|
+
desc: "提交表单数据到后台服务",
|
|
138
|
+
component: FormSubmit.default,
|
|
139
|
+
default: { formValidate: true, fieldMapping: [], extraParams: [] }
|
|
140
|
+
}
|
|
81
141
|
]
|
|
82
142
|
},
|
|
83
143
|
{
|
|
84
144
|
index: "table",
|
|
85
145
|
label: "列表",
|
|
86
146
|
items: [
|
|
87
|
-
{
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
147
|
+
{
|
|
148
|
+
index: "table-refresh",
|
|
149
|
+
label: "列表数据刷新",
|
|
150
|
+
desc: "刷新表格的数据列表",
|
|
151
|
+
component: TableRefresh.default,
|
|
152
|
+
default: {
|
|
153
|
+
resetSort: false,
|
|
154
|
+
resetFilter: false,
|
|
155
|
+
resetPagination: false
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
index: "table-row-delete",
|
|
160
|
+
label: "行数据删除",
|
|
161
|
+
desc: "删除列表的行数据",
|
|
162
|
+
component: TableRowDelete.default,
|
|
163
|
+
default: {
|
|
164
|
+
showConfirmDeleteMessage: true,
|
|
165
|
+
resetTableAfterDelete: true
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
index: "table-child-refresh",
|
|
170
|
+
label: "子列表数据刷新",
|
|
171
|
+
desc: "刷新子列表的数据列表",
|
|
172
|
+
component: TableChildRefresh.default,
|
|
173
|
+
default: {
|
|
174
|
+
resetSort: false,
|
|
175
|
+
resetFilter: false,
|
|
176
|
+
resetPagination: false
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
index: "table-child-selection",
|
|
181
|
+
label: "子列表勾选数据赋值",
|
|
182
|
+
desc: "将子列表勾选的数据赋值到主表单",
|
|
183
|
+
component: TableChildSelection.default,
|
|
184
|
+
default: {
|
|
185
|
+
subTableSelectionFieldMapping: []
|
|
186
|
+
}
|
|
187
|
+
}
|
|
104
188
|
]
|
|
105
189
|
},
|
|
106
190
|
{
|
|
107
191
|
index: "request",
|
|
108
192
|
label: "请求",
|
|
109
193
|
items: [
|
|
110
|
-
{
|
|
194
|
+
{
|
|
195
|
+
index: "request-send",
|
|
196
|
+
label: "发送请求",
|
|
197
|
+
desc: "通过数据源发送API请求",
|
|
198
|
+
component: Request.default,
|
|
199
|
+
default: { showSuccessMessage: false }
|
|
200
|
+
}
|
|
111
201
|
]
|
|
112
202
|
},
|
|
113
203
|
{
|
|
114
204
|
index: "storage",
|
|
115
205
|
label: "存储",
|
|
116
206
|
items: [
|
|
117
|
-
{
|
|
118
|
-
|
|
119
|
-
|
|
207
|
+
{
|
|
208
|
+
index: "storage-set",
|
|
209
|
+
label: "存入本地 / 会话缓存",
|
|
210
|
+
desc: "将数据保存到本地存储或会话存储"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
index: "storage-get",
|
|
214
|
+
label: "从缓存中读取数据",
|
|
215
|
+
desc: "从本地存储或会话存储中获取数据"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
index: "storage-remove",
|
|
219
|
+
label: "删除缓存数据",
|
|
220
|
+
desc: "从本地存储或会话存储中删除指定数据"
|
|
221
|
+
}
|
|
120
222
|
]
|
|
121
223
|
}
|
|
122
224
|
];
|
|
@@ -76,5 +76,5 @@ const _sfc_main = {
|
|
|
76
76
|
};
|
|
77
77
|
}
|
|
78
78
|
};
|
|
79
|
-
const Contract = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
79
|
+
const Contract = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-cbec96d0"]]);
|
|
80
80
|
exports.default = Contract;
|
|
@@ -65,5 +65,5 @@ const _sfc_main = {
|
|
|
65
65
|
};
|
|
66
66
|
}
|
|
67
67
|
};
|
|
68
|
-
const Document = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
68
|
+
const Document = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-e42eb4c4"]]);
|
|
69
69
|
exports.default = Document;
|
|
@@ -75,5 +75,5 @@ const _sfc_main = {
|
|
|
75
75
|
};
|
|
76
76
|
}
|
|
77
77
|
};
|
|
78
|
-
const ApprovalHistory = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
78
|
+
const ApprovalHistory = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-49ded90b"]]);
|
|
79
79
|
exports.default = ApprovalHistory;
|
|
@@ -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 */
|
|
@@ -37,7 +37,7 @@ const _sfc_main = {
|
|
|
37
37
|
});
|
|
38
38
|
const activeName = vue.ref(["common"]);
|
|
39
39
|
const scenarioOptions = vue.ref([]);
|
|
40
|
-
index.default.
|
|
40
|
+
index.default.getModeNoList4Cont().then((data) => {
|
|
41
41
|
scenarioOptions.value = data.map((item) => ({
|
|
42
42
|
label: item.modeName,
|
|
43
43
|
value: item.modeNo
|
|
@@ -56,7 +56,7 @@ const _sfc_main = {
|
|
|
56
56
|
return vue.openBlock(), vue.createBlock(_component_el_collapse, {
|
|
57
57
|
class: "setting",
|
|
58
58
|
modelValue: activeName.value,
|
|
59
|
-
"onUpdate:modelValue": _cache[
|
|
59
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => activeName.value = $event)
|
|
60
60
|
}, {
|
|
61
61
|
default: vue.withCtx(() => [
|
|
62
62
|
vue.createVNode(_component_el_collapse_item, {
|
|
@@ -100,19 +100,19 @@ const _sfc_main = {
|
|
|
100
100
|
}, {
|
|
101
101
|
default: vue.withCtx(() => [
|
|
102
102
|
vue.createVNode(_component_el_radio_button, { value: "view" }, {
|
|
103
|
-
default: vue.withCtx(() => _cache[
|
|
103
|
+
default: vue.withCtx(() => _cache[9] || (_cache[9] = [
|
|
104
104
|
vue.createTextVNode("合同查看")
|
|
105
105
|
])),
|
|
106
106
|
_: 1
|
|
107
107
|
}),
|
|
108
108
|
vue.createVNode(_component_el_radio_button, { value: "make" }, {
|
|
109
|
-
default: vue.withCtx(() => _cache[
|
|
109
|
+
default: vue.withCtx(() => _cache[10] || (_cache[10] = [
|
|
110
110
|
vue.createTextVNode("合同制作")
|
|
111
111
|
])),
|
|
112
112
|
_: 1
|
|
113
113
|
}),
|
|
114
114
|
vue.createVNode(_component_el_radio_button, { value: "sign" }, {
|
|
115
|
-
default: vue.withCtx(() => _cache[
|
|
115
|
+
default: vue.withCtx(() => _cache[11] || (_cache[11] = [
|
|
116
116
|
vue.createTextVNode("合同签署")
|
|
117
117
|
])),
|
|
118
118
|
_: 1
|
|
@@ -138,11 +138,26 @@ const _sfc_main = {
|
|
|
138
138
|
]),
|
|
139
139
|
_: 1
|
|
140
140
|
}),
|
|
141
|
+
vue.createVNode(_component_el_form_item, {
|
|
142
|
+
label: "合同编号(contNo)",
|
|
143
|
+
required: ""
|
|
144
|
+
}, {
|
|
145
|
+
default: vue.withCtx(() => [
|
|
146
|
+
vue.createVNode(ValueSelector.default, {
|
|
147
|
+
modelValue: currentItem.value.contNo,
|
|
148
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => currentItem.value.contNo = $event),
|
|
149
|
+
multiple: false,
|
|
150
|
+
size: "default",
|
|
151
|
+
placeholder: "选择合同编号"
|
|
152
|
+
}, null, 8, ["modelValue"])
|
|
153
|
+
]),
|
|
154
|
+
_: 1
|
|
155
|
+
}),
|
|
141
156
|
vue.createVNode(_component_el_form_item, { label: "业务场景" }, {
|
|
142
157
|
default: vue.withCtx(() => [
|
|
143
158
|
vue.createVNode(_component_el_select, {
|
|
144
159
|
modelValue: currentItem.value.busSubject,
|
|
145
|
-
"onUpdate:modelValue": _cache[
|
|
160
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => currentItem.value.busSubject = $event),
|
|
146
161
|
placeholder: "选择业务场景",
|
|
147
162
|
style: { "width": "100%" },
|
|
148
163
|
clearable: ""
|
|
@@ -165,18 +180,18 @@ const _sfc_main = {
|
|
|
165
180
|
default: vue.withCtx(() => [
|
|
166
181
|
vue.createVNode(_component_el_radio_group, {
|
|
167
182
|
modelValue: currentItem.value.genType,
|
|
168
|
-
"onUpdate:modelValue": _cache[
|
|
183
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => currentItem.value.genType = $event),
|
|
169
184
|
size: "small"
|
|
170
185
|
}, {
|
|
171
186
|
default: vue.withCtx(() => [
|
|
172
187
|
vue.createVNode(_component_el_radio_button, { value: "1" }, {
|
|
173
|
-
default: vue.withCtx(() => _cache[
|
|
188
|
+
default: vue.withCtx(() => _cache[12] || (_cache[12] = [
|
|
174
189
|
vue.createTextVNode("系统生成")
|
|
175
190
|
])),
|
|
176
191
|
_: 1
|
|
177
192
|
}),
|
|
178
193
|
vue.createVNode(_component_el_radio_button, { value: "2" }, {
|
|
179
|
-
default: vue.withCtx(() => _cache[
|
|
194
|
+
default: vue.withCtx(() => _cache[13] || (_cache[13] = [
|
|
180
195
|
vue.createTextVNode("手动选择")
|
|
181
196
|
])),
|
|
182
197
|
_: 1
|
|
@@ -191,7 +206,7 @@ const _sfc_main = {
|
|
|
191
206
|
default: vue.withCtx(() => [
|
|
192
207
|
vue.createVNode(ParamsConfig.default, {
|
|
193
208
|
modelValue: currentItem.value.params,
|
|
194
|
-
"onUpdate:modelValue": _cache[
|
|
209
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => currentItem.value.params = $event)
|
|
195
210
|
}, null, 8, ["modelValue"])
|
|
196
211
|
]),
|
|
197
212
|
_: 1
|
|
@@ -208,5 +223,5 @@ const _sfc_main = {
|
|
|
208
223
|
};
|
|
209
224
|
}
|
|
210
225
|
};
|
|
211
|
-
const contract = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
226
|
+
const contract = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-482108da"]]);
|
|
212
227
|
exports.default = contract;
|
|
@@ -15,7 +15,7 @@ const vue = require("vue");
|
|
|
15
15
|
const common = require("../../utils/common.js");
|
|
16
16
|
const TemplateSelector = require("../../../components/TemplateSelector.vue.js");
|
|
17
17
|
const eventBus = require("../../utils/eventBus.js");
|
|
18
|
-
const ValueSelector = require("../../../components/ValueSelector.
|
|
18
|
+
const ValueSelector = require("../../../components/ValueSelector.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");
|
|
21
21
|
const index$2 = require("../../../../../node_modules/element-plus/es/components/input/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");
|
|
@@ -47,7 +47,7 @@ const index$1 = require("../../../../node_modules/@element-plus/icons-vue/dist/i
|
|
|
47
47
|
;/* empty css */
|
|
48
48
|
require("../../store/index.js");
|
|
49
49
|
;/* empty css */
|
|
50
|
-
;/* empty css
|
|
50
|
+
;/* empty css */
|
|
51
51
|
;/* empty css */
|
|
52
52
|
;/* empty css */
|
|
53
53
|
;/* empty css */
|
|
@@ -80,6 +80,11 @@ require("../../../../_virtual/index.js");
|
|
|
80
80
|
;/* empty css */
|
|
81
81
|
;/* empty css */
|
|
82
82
|
;/* empty css */
|
|
83
|
+
;/* empty css */
|
|
84
|
+
;/* empty css */
|
|
85
|
+
;/* empty css */
|
|
86
|
+
;/* empty css */
|
|
87
|
+
;/* empty css */
|
|
83
88
|
const useAdvancedFilterDialog = require("../advancedFilter/useAdvancedFilterDialog.js");
|
|
84
89
|
;/* empty css */
|
|
85
90
|
;/* empty css */
|