@fecp/designer 5.5.112 → 5.5.113
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/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/RiskSch.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 +1 -1
- package/es/designer/src/packages/form/property/document.vue.mjs +25 -11
- 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/prod/index.vue.mjs +1 -1
- package/es/designer/src/packages/table/headerBtn.vue.mjs +1 -1
- package/es/designer.css +321 -44
- package/es/packages/mobile/index.mjs +2 -0
- package/es/packages/mobile/src/components/all.mjs +2 -0
- package/es/packages/mobile/src/components/custom/appDetail/AppDetail.vue.mjs +3 -2
- package/es/packages/mobile/src/components/custom/appTimeLine/AppTimeLine.vue.mjs +338 -207
- package/es/packages/mobile/src/components/custom/document/Document.vue.mjs +258 -0
- package/es/packages/mobile/src/components/custom/document/assets/404.png.mjs +4 -0
- package/es/packages/mobile/src/components/custom/document/assets/audio.png.mjs +4 -0
- package/es/packages/mobile/src/components/custom/document/assets/black.png.mjs +4 -0
- package/es/packages/mobile/src/components/custom/document/assets/exl.png.mjs +4 -0
- package/es/packages/mobile/src/components/custom/document/assets/folder.png.mjs +4 -0
- package/es/packages/mobile/src/components/custom/document/assets/img.png.mjs +4 -0
- package/es/packages/mobile/src/components/custom/document/assets/other.png.mjs +4 -0
- package/es/packages/mobile/src/components/custom/document/assets/pdf.png.mjs +4 -0
- package/es/packages/mobile/src/components/custom/document/assets/ppt.png.mjs +4 -0
- package/es/packages/mobile/src/components/custom/document/assets/rar.png.mjs +4 -0
- package/es/packages/mobile/src/components/custom/document/assets/supp.png.mjs +4 -0
- package/es/packages/mobile/src/components/custom/document/assets/txt.png.mjs +4 -0
- package/es/packages/mobile/src/components/custom/document/assets/upload.png.mjs +4 -0
- package/es/packages/mobile/src/components/custom/document/assets/uploadBu.png.mjs +4 -0
- package/es/packages/mobile/src/components/custom/document/assets/uploadBuHover.png.mjs +4 -0
- package/es/packages/mobile/src/components/custom/document/assets/uploadHover.png.mjs +4 -0
- package/es/packages/mobile/src/components/custom/document/assets/video.png.mjs +4 -0
- package/es/packages/mobile/src/components/custom/document/assets/word.png.mjs +4 -0
- package/es/packages/mobile/src/components/custom/document/index.mjs +10 -0
- package/es/packages/vue/src/components/bus/document/Document.vue.mjs +1 -1
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/components/DocumentParam.vue.js +1 -1
- 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/RiskSch.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 +1 -1
- package/lib/designer/src/packages/form/property/document.vue.js +27 -13
- 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/prod/index.vue.js +1 -1
- package/lib/designer/src/packages/table/headerBtn.vue.js +1 -1
- package/lib/designer.css +321 -44
- package/lib/packages/mobile/index.js +4 -2
- package/lib/packages/mobile/src/components/all.js +2 -0
- package/lib/packages/mobile/src/components/custom/appDetail/AppDetail.vue.js +5 -4
- package/lib/packages/mobile/src/components/custom/appTimeLine/AppTimeLine.vue.js +337 -206
- package/lib/packages/mobile/src/components/custom/document/Document.vue.js +258 -0
- package/lib/packages/mobile/src/components/custom/document/assets/404.png.js +4 -0
- package/lib/packages/mobile/src/components/custom/document/assets/audio.png.js +4 -0
- package/lib/packages/mobile/src/components/custom/document/assets/black.png.js +4 -0
- package/lib/packages/mobile/src/components/custom/document/assets/exl.png.js +4 -0
- package/lib/packages/mobile/src/components/custom/document/assets/folder.png.js +4 -0
- package/lib/packages/mobile/src/components/custom/document/assets/img.png.js +4 -0
- package/lib/packages/mobile/src/components/custom/document/assets/other.png.js +4 -0
- package/lib/packages/mobile/src/components/custom/document/assets/pdf.png.js +4 -0
- package/lib/packages/mobile/src/components/custom/document/assets/ppt.png.js +4 -0
- package/lib/packages/mobile/src/components/custom/document/assets/rar.png.js +4 -0
- package/lib/packages/mobile/src/components/custom/document/assets/supp.png.js +4 -0
- package/lib/packages/mobile/src/components/custom/document/assets/txt.png.js +4 -0
- package/lib/packages/mobile/src/components/custom/document/assets/upload.png.js +4 -0
- package/lib/packages/mobile/src/components/custom/document/assets/uploadBu.png.js +4 -0
- package/lib/packages/mobile/src/components/custom/document/assets/uploadBuHover.png.js +4 -0
- package/lib/packages/mobile/src/components/custom/document/assets/uploadHover.png.js +4 -0
- package/lib/packages/mobile/src/components/custom/document/assets/video.png.js +4 -0
- package/lib/packages/mobile/src/components/custom/document/assets/word.png.js +4 -0
- package/lib/packages/mobile/src/components/custom/document/index.js +10 -0
- package/lib/packages/vue/src/components/bus/document/Document.vue.js +1 -1
- package/package.json +1 -1
|
@@ -6,6 +6,7 @@ require("../../../../../node_modules/element-plus/es/index.js");
|
|
|
6
6
|
;/* empty css */
|
|
7
7
|
;/* empty css */
|
|
8
8
|
;/* empty css */
|
|
9
|
+
;/* empty css */
|
|
9
10
|
;/* empty css */
|
|
10
11
|
;/* empty css */
|
|
11
12
|
;/* empty css */
|
|
@@ -22,7 +23,8 @@ const index = require("../../../../../node_modules/element-plus/es/components/co
|
|
|
22
23
|
const index$1 = require("../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
23
24
|
const index$2 = require("../../../../../node_modules/element-plus/es/components/input/index.js");
|
|
24
25
|
const index$3 = require("../../../../../node_modules/element-plus/es/components/radio/index.js");
|
|
25
|
-
const index$4 = require("../../../../../node_modules/element-plus/es/components/
|
|
26
|
+
const index$4 = require("../../../../../node_modules/element-plus/es/components/checkbox/index.js");
|
|
27
|
+
const index$5 = require("../../../../../node_modules/element-plus/es/components/switch/index.js");
|
|
26
28
|
const _sfc_main = {
|
|
27
29
|
__name: "document",
|
|
28
30
|
setup(__props) {
|
|
@@ -47,14 +49,15 @@ const _sfc_main = {
|
|
|
47
49
|
const _component_el_form_item = index$1.ElFormItem;
|
|
48
50
|
const _component_el_radio_button = index$3.ElRadioButton;
|
|
49
51
|
const _component_el_radio_group = index$3.ElRadioGroup;
|
|
50
|
-
const
|
|
52
|
+
const _component_el_checkbox = index$4.ElCheckbox;
|
|
53
|
+
const _component_el_switch = index$5.ElSwitch;
|
|
51
54
|
const _component_el_form = index$1.ElForm;
|
|
52
55
|
const _component_el_collapse_item = index.ElCollapseItem;
|
|
53
56
|
const _component_el_collapse = index.ElCollapse;
|
|
54
57
|
return Vue.openBlock(), Vue.createBlock(_component_el_collapse, {
|
|
55
58
|
class: "setting",
|
|
56
59
|
modelValue: activeName.value,
|
|
57
|
-
"onUpdate:modelValue": _cache[
|
|
60
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => activeName.value = $event)
|
|
58
61
|
}, {
|
|
59
62
|
default: Vue.withCtx(() => [
|
|
60
63
|
Vue.createVNode(_component_el_collapse_item, {
|
|
@@ -90,19 +93,19 @@ const _sfc_main = {
|
|
|
90
93
|
}, {
|
|
91
94
|
default: Vue.withCtx(() => [
|
|
92
95
|
Vue.createVNode(_component_el_radio_button, { value: "none" }, {
|
|
93
|
-
default: Vue.withCtx(() => _cache[
|
|
96
|
+
default: Vue.withCtx(() => _cache[10] || (_cache[10] = [
|
|
94
97
|
Vue.createTextVNode("无")
|
|
95
98
|
])),
|
|
96
99
|
_: 1
|
|
97
100
|
}),
|
|
98
101
|
Vue.createVNode(_component_el_radio_button, { value: "label" }, {
|
|
99
|
-
default: Vue.withCtx(() => _cache[
|
|
102
|
+
default: Vue.withCtx(() => _cache[11] || (_cache[11] = [
|
|
100
103
|
Vue.createTextVNode("标题")
|
|
101
104
|
])),
|
|
102
105
|
_: 1
|
|
103
106
|
}),
|
|
104
107
|
Vue.createVNode(_component_el_radio_button, { value: "subLabel" }, {
|
|
105
|
-
default: Vue.withCtx(() => _cache[
|
|
108
|
+
default: Vue.withCtx(() => _cache[12] || (_cache[12] = [
|
|
106
109
|
Vue.createTextVNode("子标题")
|
|
107
110
|
])),
|
|
108
111
|
_: 1
|
|
@@ -130,13 +133,24 @@ const _sfc_main = {
|
|
|
130
133
|
_: 1
|
|
131
134
|
})) : Vue.createCommentVNode("", true)
|
|
132
135
|
], 64)) : Vue.createCommentVNode("", true),
|
|
136
|
+
Vue.createVNode(_component_el_form_item, null, {
|
|
137
|
+
default: Vue.withCtx(() => [
|
|
138
|
+
Vue.createVNode(_component_el_checkbox, {
|
|
139
|
+
modelValue: currentItem.value.disabled,
|
|
140
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => currentItem.value.disabled = $event),
|
|
141
|
+
label: "是否只读"
|
|
142
|
+
}, null, 8, ["modelValue"]),
|
|
143
|
+
_cache[13] || (_cache[13] = Vue.createElementVNode("div", { class: "form-item-hint" }, "只在表单编辑模式下生效", -1))
|
|
144
|
+
]),
|
|
145
|
+
_: 1
|
|
146
|
+
}),
|
|
133
147
|
Vue.createVNode(_component_el_form_item, { label: "是否允许补传" }, {
|
|
134
148
|
default: Vue.withCtx(() => [
|
|
135
149
|
Vue.createVNode(_component_el_switch, {
|
|
136
150
|
modelValue: currentItem.value.isSupplement,
|
|
137
|
-
"onUpdate:modelValue": _cache[
|
|
151
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => currentItem.value.isSupplement = $event)
|
|
138
152
|
}, null, 8, ["modelValue"]),
|
|
139
|
-
_cache[
|
|
153
|
+
_cache[14] || (_cache[14] = Vue.createElementVNode("div", { class: "form-item-hint" }, "只读情况下是否允许补传", -1))
|
|
140
154
|
]),
|
|
141
155
|
_: 1
|
|
142
156
|
}),
|
|
@@ -144,7 +158,7 @@ const _sfc_main = {
|
|
|
144
158
|
default: Vue.withCtx(() => [
|
|
145
159
|
Vue.createVNode(_component_el_switch, {
|
|
146
160
|
modelValue: currentItem.value.multiple,
|
|
147
|
-
"onUpdate:modelValue": _cache[
|
|
161
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => currentItem.value.multiple = $event)
|
|
148
162
|
}, null, 8, ["modelValue"])
|
|
149
163
|
]),
|
|
150
164
|
_: 1
|
|
@@ -153,7 +167,7 @@ const _sfc_main = {
|
|
|
153
167
|
default: Vue.withCtx(() => [
|
|
154
168
|
Vue.createVNode(_component_el_switch, {
|
|
155
169
|
modelValue: currentItem.value.download,
|
|
156
|
-
"onUpdate:modelValue": _cache[
|
|
170
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => currentItem.value.download = $event)
|
|
157
171
|
}, null, 8, ["modelValue"])
|
|
158
172
|
]),
|
|
159
173
|
_: 1
|
|
@@ -162,7 +176,7 @@ const _sfc_main = {
|
|
|
162
176
|
default: Vue.withCtx(() => [
|
|
163
177
|
Vue.createVNode(FileTypeSelect.default, {
|
|
164
178
|
modelValue: currentItem.value.acceptType,
|
|
165
|
-
"onUpdate:modelValue": _cache[
|
|
179
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => currentItem.value.acceptType = $event)
|
|
166
180
|
}, null, 8, ["modelValue"])
|
|
167
181
|
]),
|
|
168
182
|
_: 1
|
|
@@ -171,7 +185,7 @@ const _sfc_main = {
|
|
|
171
185
|
default: Vue.withCtx(() => [
|
|
172
186
|
Vue.createVNode(DocumentParam.default, {
|
|
173
187
|
modelValue: currentItem.value.essentialParams,
|
|
174
|
-
"onUpdate:modelValue": _cache[
|
|
188
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => currentItem.value.essentialParams = $event)
|
|
175
189
|
}, null, 8, ["modelValue"])
|
|
176
190
|
]),
|
|
177
191
|
_: 1
|
|
@@ -188,5 +202,5 @@ const _sfc_main = {
|
|
|
188
202
|
};
|
|
189
203
|
}
|
|
190
204
|
};
|
|
191
|
-
const document = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
205
|
+
const document = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-0067bdc2"]]);
|
|
192
206
|
exports.default = document;
|
|
@@ -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");
|
package/lib/designer.css
CHANGED
|
@@ -3458,7 +3458,7 @@ to {
|
|
|
3458
3458
|
.essential-param-container .param-table .param-footer[data-v-fef622ca] {
|
|
3459
3459
|
padding: 5px 12px;
|
|
3460
3460
|
text-align: left;
|
|
3461
|
-
}.form-item-hint[data-v-
|
|
3461
|
+
}.form-item-hint[data-v-0067bdc2] {
|
|
3462
3462
|
font-size: 12px;
|
|
3463
3463
|
color: #909399;
|
|
3464
3464
|
margin-top: 4px;
|
|
@@ -7947,26 +7947,42 @@ body,
|
|
|
7947
7947
|
.line-selected-content[data-v-9904532b] .van-step--vertical:not(:last-child):after {
|
|
7948
7948
|
border-bottom: none;
|
|
7949
7949
|
}
|
|
7950
|
-
.fec-mobile-approval-timeline[data-v-
|
|
7950
|
+
.fec-mobile-approval-timeline[data-v-723b161c] {
|
|
7951
7951
|
width: 100%;
|
|
7952
|
-
padding: 12px;
|
|
7952
|
+
padding: 12px 0 12px 12px;
|
|
7953
7953
|
background: #fff;
|
|
7954
7954
|
flex: 1;
|
|
7955
7955
|
display: flex;
|
|
7956
7956
|
flex-direction: column;
|
|
7957
7957
|
height: 0;
|
|
7958
7958
|
}
|
|
7959
|
-
.fec-timeline-
|
|
7959
|
+
.fec-mobile-approval-timeline .fec-mobile-approval-timeline[data-v-723b161c] {
|
|
7960
|
+
height: 100%;
|
|
7961
|
+
padding-left: 0;
|
|
7962
|
+
padding-bottom: 0;
|
|
7963
|
+
}
|
|
7964
|
+
.fec-mobile-approval-timeline .fec-mobile-approval-timeline .fec-steps[data-v-723b161c] {
|
|
7965
|
+
padding-right: 0;
|
|
7966
|
+
}
|
|
7967
|
+
.fec-mobile-approval-timeline .fec-mobile-approval-timeline .fec-steps .fec-step[data-v-723b161c] {
|
|
7968
|
+
padding-right: 0;
|
|
7969
|
+
}
|
|
7970
|
+
.fec-mobile-approval-timeline .fec-mobile-approval-timeline .fec-steps .fec-step[data-v-723b161c]:last-child {
|
|
7971
|
+
padding-bottom: 0;
|
|
7972
|
+
}
|
|
7973
|
+
.fec-timeline-loading[data-v-723b161c] {
|
|
7960
7974
|
text-align: center;
|
|
7961
|
-
padding:
|
|
7975
|
+
padding-right: 12px;
|
|
7962
7976
|
color: #999;
|
|
7963
7977
|
font-size: 13px;
|
|
7964
7978
|
}
|
|
7965
|
-
.fec-steps[data-v-
|
|
7979
|
+
.fec-steps[data-v-723b161c] {
|
|
7966
7980
|
background: transparent;
|
|
7967
7981
|
overflow: auto;
|
|
7982
|
+
padding-right: 12px;
|
|
7983
|
+
padding-left: 36px;
|
|
7968
7984
|
}
|
|
7969
|
-
.fec-step-square[data-v-
|
|
7985
|
+
.fec-step-square[data-v-723b161c] {
|
|
7970
7986
|
width: 100%;
|
|
7971
7987
|
height: 100%;
|
|
7972
7988
|
border-radius: 6px;
|
|
@@ -7977,113 +7993,374 @@ body,
|
|
|
7977
7993
|
position: relative;
|
|
7978
7994
|
z-index: 1;
|
|
7979
7995
|
box-shadow: 0 0 0 2px #f5f5f5;
|
|
7996
|
+
}
|
|
7997
|
+
.fec-step-square.task[data-v-723b161c] {
|
|
7980
7998
|
background-color: #1890ff;
|
|
7981
7999
|
}
|
|
7982
|
-
.fec-step-square
|
|
8000
|
+
.fec-step-square.signTask[data-v-723b161c] {
|
|
8001
|
+
background-color: #0971d2;
|
|
8002
|
+
}
|
|
8003
|
+
.fec-step-square.child[data-v-723b161c] {
|
|
8004
|
+
background-color: #722ed1;
|
|
8005
|
+
}
|
|
8006
|
+
.fec-step-square-text[data-v-723b161c] {
|
|
7983
8007
|
color: #fff;
|
|
7984
8008
|
font-size: 16px;
|
|
7985
8009
|
font-weight: 500;
|
|
7986
8010
|
line-height: 1;
|
|
7987
8011
|
}
|
|
7988
|
-
.fec-step[data-v-
|
|
7989
|
-
padding: 0 8px 25px
|
|
8012
|
+
.fec-step[data-v-723b161c] {
|
|
8013
|
+
padding: 0 8px 25px 18px;
|
|
8014
|
+
}
|
|
8015
|
+
.fec-step[data-v-723b161c]::after {
|
|
8016
|
+
border-bottom-width: 0;
|
|
8017
|
+
}
|
|
8018
|
+
.fec-step[data-v-723b161c]:last-child {
|
|
8019
|
+
padding-bottom: 12px;
|
|
7990
8020
|
}
|
|
7991
|
-
.fec-step[data-v-
|
|
8021
|
+
.fec-step[data-v-723b161c] .van-step__icon {
|
|
7992
8022
|
background: transparent !important;
|
|
7993
|
-
width:
|
|
7994
|
-
height:
|
|
8023
|
+
width: 36px;
|
|
8024
|
+
height: 36px;
|
|
7995
8025
|
}
|
|
7996
|
-
.fec-step[data-v-
|
|
7997
|
-
.fec-step[data-v-
|
|
7998
|
-
.fec-step[data-v-
|
|
7999
|
-
width:
|
|
8000
|
-
height:
|
|
8026
|
+
.fec-step[data-v-723b161c] .van-step__icon--active,
|
|
8027
|
+
.fec-step[data-v-723b161c] .van-step__icon--inactive,
|
|
8028
|
+
.fec-step[data-v-723b161c] .van-step__icon--finish {
|
|
8029
|
+
width: 36px;
|
|
8030
|
+
height: 36px;
|
|
8001
8031
|
display: flex;
|
|
8002
8032
|
align-items: center;
|
|
8003
8033
|
justify-content: center;
|
|
8004
8034
|
}
|
|
8005
|
-
.fec-step[data-v-
|
|
8006
|
-
width:
|
|
8007
|
-
height:
|
|
8035
|
+
.fec-step[data-v-723b161c] .van-step__circle-container {
|
|
8036
|
+
width: 36px;
|
|
8037
|
+
height: 36px;
|
|
8008
8038
|
background: transparent !important;
|
|
8009
8039
|
color: #fff;
|
|
8010
8040
|
}
|
|
8011
|
-
.fec-step[data-v-
|
|
8012
|
-
display: none;
|
|
8013
|
-
}
|
|
8014
|
-
.fec-step[data-v-ca283130] .van-step__line {
|
|
8041
|
+
.fec-step[data-v-723b161c] .van-step__line {
|
|
8015
8042
|
background-color: transparent !important;
|
|
8016
8043
|
border-left: 1px dashed #d3d5dc;
|
|
8017
8044
|
}
|
|
8018
|
-
.fec-step
|
|
8045
|
+
.fec-step[data-v-723b161c]:last-child .van-step__line {
|
|
8046
|
+
display: none;
|
|
8047
|
+
}
|
|
8048
|
+
.fec-step-header[data-v-723b161c] {
|
|
8019
8049
|
display: flex;
|
|
8020
8050
|
justify-content: space-between;
|
|
8021
8051
|
align-items: flex-start;
|
|
8022
8052
|
margin-bottom: 6px;
|
|
8023
8053
|
gap: 8px;
|
|
8054
|
+
height: 40px;
|
|
8055
|
+
}
|
|
8056
|
+
.fec-step-header.signTask[data-v-723b161c] {
|
|
8057
|
+
align-items: center;
|
|
8024
8058
|
}
|
|
8025
|
-
.fec-step-title[data-v-
|
|
8059
|
+
.fec-step-title[data-v-723b161c] {
|
|
8026
8060
|
display: flex;
|
|
8027
8061
|
flex-direction: column;
|
|
8028
8062
|
gap: 2px;
|
|
8029
8063
|
flex: 1;
|
|
8030
8064
|
min-width: 0;
|
|
8031
8065
|
}
|
|
8032
|
-
.fec-step-name[data-v-
|
|
8066
|
+
.fec-step-name[data-v-723b161c] {
|
|
8033
8067
|
font-size: 15px;
|
|
8034
8068
|
font-weight: 500;
|
|
8035
8069
|
color: #333;
|
|
8036
8070
|
line-height: 1.4;
|
|
8071
|
+
white-space: nowrap;
|
|
8072
|
+
overflow: hidden;
|
|
8073
|
+
text-overflow: ellipsis;
|
|
8037
8074
|
}
|
|
8038
|
-
.fec-step-role[data-v-
|
|
8075
|
+
.fec-step-role[data-v-723b161c] {
|
|
8039
8076
|
font-size: 12px;
|
|
8040
8077
|
color: #999;
|
|
8041
8078
|
line-height: 1.4;
|
|
8079
|
+
white-space: nowrap;
|
|
8080
|
+
overflow: hidden;
|
|
8081
|
+
text-overflow: ellipsis;
|
|
8042
8082
|
}
|
|
8043
|
-
.fec-step-time[data-v-
|
|
8083
|
+
.fec-step-time[data-v-723b161c] {
|
|
8044
8084
|
font-size: 12px;
|
|
8045
8085
|
color: #999;
|
|
8046
8086
|
white-space: nowrap;
|
|
8047
8087
|
flex-shrink: 0;
|
|
8088
|
+
line-height: 21px;
|
|
8048
8089
|
}
|
|
8049
|
-
.fec-step-header-right[data-v-
|
|
8090
|
+
.fec-step-header-right[data-v-723b161c] {
|
|
8050
8091
|
display: flex;
|
|
8051
8092
|
flex-direction: column;
|
|
8052
8093
|
align-items: flex-end;
|
|
8053
|
-
gap:
|
|
8094
|
+
gap: 2px;
|
|
8054
8095
|
flex-shrink: 0;
|
|
8055
8096
|
}
|
|
8056
|
-
.fec-step-desc[data-v-
|
|
8097
|
+
.fec-step-desc[data-v-723b161c] {
|
|
8057
8098
|
display: flex;
|
|
8058
8099
|
align-items: center;
|
|
8059
8100
|
gap: 6px;
|
|
8060
8101
|
justify-content: flex-end;
|
|
8061
8102
|
}
|
|
8062
|
-
.fec-step-icon[data-v-
|
|
8103
|
+
.fec-step-icon[data-v-723b161c] {
|
|
8063
8104
|
display: inline-flex;
|
|
8064
8105
|
align-items: center;
|
|
8065
8106
|
justify-content: center;
|
|
8066
|
-
|
|
8107
|
+
width: 18px;
|
|
8067
8108
|
height: 18px;
|
|
8068
|
-
|
|
8069
|
-
|
|
8070
|
-
font-size: 11px;
|
|
8071
|
-
font-weight: bold;
|
|
8109
|
+
border-radius: 50%;
|
|
8110
|
+
font-size: 12px;
|
|
8072
8111
|
color: #fff;
|
|
8112
|
+
position: absolute;
|
|
8113
|
+
border: 2px solid #fff;
|
|
8114
|
+
bottom: -5px;
|
|
8115
|
+
right: -5px;
|
|
8116
|
+
padding-top: 1px;
|
|
8073
8117
|
}
|
|
8074
|
-
.fec-step-opinion[data-v-
|
|
8118
|
+
.fec-step-opinion[data-v-723b161c] {
|
|
8075
8119
|
font-size: 13px;
|
|
8076
8120
|
color: #666;
|
|
8077
8121
|
}
|
|
8078
|
-
.fec-step-desc-text[data-v-
|
|
8122
|
+
.fec-step-desc-text-wrap[data-v-723b161c] {
|
|
8079
8123
|
margin-top: 8px;
|
|
8080
|
-
padding: 10px 12px;
|
|
8081
8124
|
background: #f7f7f7;
|
|
8082
8125
|
border-radius: 6px;
|
|
8126
|
+
padding: 10px 12px;
|
|
8127
|
+
}
|
|
8128
|
+
.fec-step-desc-text[data-v-723b161c] {
|
|
8083
8129
|
font-size: 13px;
|
|
8084
8130
|
color: #666;
|
|
8085
8131
|
line-height: 1.5;
|
|
8086
|
-
|
|
8132
|
+
word-break: break-all;
|
|
8133
|
+
white-space: pre-wrap;
|
|
8134
|
+
}
|
|
8135
|
+
.fec-step-desc-text.is-collapsed[data-v-723b161c] {
|
|
8136
|
+
display: -webkit-box;
|
|
8137
|
+
-webkit-line-clamp: 4;
|
|
8138
|
+
-webkit-box-orient: vertical;
|
|
8139
|
+
overflow: hidden;
|
|
8140
|
+
text-overflow: ellipsis;
|
|
8141
|
+
}
|
|
8142
|
+
.fec-step-desc-toggle[data-v-723b161c] {
|
|
8143
|
+
display: inline-block;
|
|
8144
|
+
margin-top: 6px;
|
|
8145
|
+
font-size: 12px;
|
|
8146
|
+
color: #1989fa;
|
|
8147
|
+
cursor: pointer;
|
|
8148
|
+
user-select: none;
|
|
8149
|
+
}
|
|
8150
|
+
.fec-step-desc-popup[data-v-723b161c] {
|
|
8151
|
+
padding: 16px 20px 32px;
|
|
8152
|
+
display: flex;
|
|
8153
|
+
flex-direction: column;
|
|
8154
|
+
gap: 12px;
|
|
8155
|
+
max-height: 70vh;
|
|
8156
|
+
overflow-y: auto;
|
|
8157
|
+
}
|
|
8158
|
+
.fec-step-desc-popup-title[data-v-723b161c] {
|
|
8159
|
+
font-size: 15px;
|
|
8160
|
+
font-weight: 500;
|
|
8161
|
+
color: #333;
|
|
8162
|
+
text-align: center;
|
|
8163
|
+
}
|
|
8164
|
+
.fec-step-desc-popup-content[data-v-723b161c] {
|
|
8165
|
+
font-size: 14px;
|
|
8166
|
+
color: #333;
|
|
8167
|
+
line-height: 1.6;
|
|
8168
|
+
white-space: pre-wrap;
|
|
8169
|
+
word-break: break-all;
|
|
8170
|
+
}
|
|
8171
|
+
.fec-step-name.is-clickable[data-v-723b161c] {
|
|
8172
|
+
color: #1989fa;
|
|
8173
|
+
cursor: pointer;
|
|
8174
|
+
}
|
|
8175
|
+
.fec-assignee-popup[data-v-723b161c] {
|
|
8176
|
+
padding: 16px 20px;
|
|
8177
|
+
display: flex;
|
|
8178
|
+
flex-direction: column;
|
|
8179
|
+
gap: 12px;
|
|
8180
|
+
max-height: 60vh;
|
|
8181
|
+
}
|
|
8182
|
+
.fec-assignee-popup-title[data-v-723b161c] {
|
|
8183
|
+
font-size: 15px;
|
|
8184
|
+
font-weight: 500;
|
|
8185
|
+
color: #333;
|
|
8186
|
+
text-align: center;
|
|
8187
|
+
}
|
|
8188
|
+
.fec-assignee-list[data-v-723b161c] {
|
|
8189
|
+
display: flex;
|
|
8190
|
+
flex-direction: column;
|
|
8191
|
+
gap: 4px;
|
|
8192
|
+
overflow-y: auto;
|
|
8193
|
+
}
|
|
8194
|
+
.fec-assignee-item[data-v-723b161c] {
|
|
8195
|
+
display: flex;
|
|
8196
|
+
align-items: center;
|
|
8197
|
+
gap: 12px;
|
|
8198
|
+
padding: 10px 4px;
|
|
8199
|
+
border-bottom: 1px solid #f2f2f2;
|
|
8200
|
+
}
|
|
8201
|
+
.fec-assignee-item[data-v-723b161c]:last-child {
|
|
8202
|
+
border-bottom: none;
|
|
8203
|
+
}
|
|
8204
|
+
.fec-assignee-avatar[data-v-723b161c] {
|
|
8205
|
+
width: 36px;
|
|
8206
|
+
height: 36px;
|
|
8207
|
+
border-radius: 6px;
|
|
8208
|
+
background: #1989fa;
|
|
8209
|
+
color: #fff;
|
|
8210
|
+
display: flex;
|
|
8211
|
+
align-items: center;
|
|
8212
|
+
justify-content: center;
|
|
8213
|
+
font-size: 15px;
|
|
8214
|
+
font-weight: 500;
|
|
8215
|
+
flex-shrink: 0;
|
|
8216
|
+
}
|
|
8217
|
+
.fec-assignee-info[data-v-723b161c] {
|
|
8218
|
+
flex: 1;
|
|
8219
|
+
min-width: 0;
|
|
8220
|
+
display: flex;
|
|
8221
|
+
flex-direction: column;
|
|
8222
|
+
gap: 2px;
|
|
8223
|
+
}
|
|
8224
|
+
.fec-assignee-name[data-v-723b161c] {
|
|
8225
|
+
font-size: 14px;
|
|
8226
|
+
color: #333;
|
|
8227
|
+
line-height: 1.4;
|
|
8228
|
+
}
|
|
8229
|
+
.fec-assignee-no[data-v-723b161c] {
|
|
8230
|
+
font-size: 12px;
|
|
8231
|
+
color: #999;
|
|
8232
|
+
line-height: 1.4;
|
|
8233
|
+
}.fec-doc-tabs-container[data-v-7f8d8b44] {
|
|
8234
|
+
display: flex;
|
|
8235
|
+
flex-direction: column;
|
|
8236
|
+
width: 100%;
|
|
8237
|
+
background-color: #fff;
|
|
8238
|
+
}
|
|
8239
|
+
.fec-doc-tabs-container.isAutoHeight[data-v-7f8d8b44] {
|
|
8240
|
+
flex: 1;
|
|
8241
|
+
height: 0 !important;
|
|
8242
|
+
}
|
|
8243
|
+
.fec-doc-tabs-loading[data-v-7f8d8b44] {
|
|
8244
|
+
text-align: center;
|
|
8245
|
+
padding: 12px;
|
|
8246
|
+
color: #999;
|
|
8247
|
+
font-size: 13px;
|
|
8248
|
+
}
|
|
8249
|
+
.fec-doc-tabs[data-v-7f8d8b44] {
|
|
8250
|
+
height: 0;
|
|
8251
|
+
flex: 1;
|
|
8252
|
+
display: flex;
|
|
8253
|
+
flex-direction: column;
|
|
8254
|
+
}
|
|
8255
|
+
.fec-doc-tabs[data-v-7f8d8b44] .van-tab__panel {
|
|
8256
|
+
height: auto;
|
|
8257
|
+
}
|
|
8258
|
+
.fec-doc-tabs[data-v-7f8d8b44] .van-tabs__content {
|
|
8259
|
+
flex: 1;
|
|
8260
|
+
overflow: auto;
|
|
8261
|
+
}
|
|
8262
|
+
.fec-doc-tabs[data-v-7f8d8b44] .van-tabs__wrap {
|
|
8263
|
+
height: auto;
|
|
8264
|
+
padding: 8px 12px;
|
|
8265
|
+
}
|
|
8266
|
+
.fec-doc-tabs[data-v-7f8d8b44] .van-tabs__nav {
|
|
8267
|
+
background: transparent;
|
|
8268
|
+
display: flex;
|
|
8269
|
+
gap: 8px;
|
|
8270
|
+
padding: 0;
|
|
8271
|
+
border: none;
|
|
8272
|
+
}
|
|
8273
|
+
.fec-doc-tabs[data-v-7f8d8b44] .van-tabs__nav--card {
|
|
8274
|
+
margin: 0;
|
|
8275
|
+
height: auto;
|
|
8276
|
+
}
|
|
8277
|
+
.fec-doc-tabs[data-v-7f8d8b44] .van-tab {
|
|
8278
|
+
background: #f2f3f5;
|
|
8279
|
+
border-radius: 999px;
|
|
8280
|
+
padding: 3px 16px;
|
|
8281
|
+
margin: 0;
|
|
8282
|
+
font-size: 13px;
|
|
8283
|
+
color: #333;
|
|
8284
|
+
transition: all 0.2s;
|
|
8285
|
+
flex-shrink: 0;
|
|
8286
|
+
height: auto;
|
|
8287
|
+
line-height: 1.4;
|
|
8288
|
+
border: 0;
|
|
8289
|
+
}
|
|
8290
|
+
.fec-doc-tabs[data-v-7f8d8b44] .van-tab--active {
|
|
8291
|
+
background: linear-gradient(135deg, #1989fa 0%, #0e6fd9 100%);
|
|
8292
|
+
color: #fff;
|
|
8293
|
+
font-weight: 500;
|
|
8294
|
+
}
|
|
8295
|
+
.fec-doc-tabs[data-v-7f8d8b44] .van-tabs__line {
|
|
8296
|
+
display: none;
|
|
8297
|
+
}
|
|
8298
|
+
.fec-doc-tabs[data-v-7f8d8b44] .van-tab__text {
|
|
8299
|
+
white-space: nowrap;
|
|
8300
|
+
}
|
|
8301
|
+
.fec-tab-content[data-v-7f8d8b44] {
|
|
8302
|
+
padding: 12px 18px;
|
|
8303
|
+
}
|
|
8304
|
+
.fec-doc-group[data-v-7f8d8b44] {
|
|
8305
|
+
margin-bottom: 16px;
|
|
8306
|
+
}
|
|
8307
|
+
.fec-doc-group-title[data-v-7f8d8b44] {
|
|
8308
|
+
font-size: 14px;
|
|
8309
|
+
font-weight: 600;
|
|
8310
|
+
color: #333;
|
|
8311
|
+
margin-bottom: 12px;
|
|
8312
|
+
}
|
|
8313
|
+
.fec-doc-grid[data-v-7f8d8b44] {
|
|
8314
|
+
display: grid;
|
|
8315
|
+
grid-template-columns: repeat(4, 1fr);
|
|
8316
|
+
gap: 12px 8px;
|
|
8317
|
+
}
|
|
8318
|
+
.fec-doc-item[data-v-7f8d8b44] {
|
|
8319
|
+
display: flex;
|
|
8320
|
+
flex-direction: column;
|
|
8321
|
+
align-items: center;
|
|
8322
|
+
gap: 6px;
|
|
8323
|
+
cursor: pointer;
|
|
8324
|
+
}
|
|
8325
|
+
.fec-doc-icon-wrap[data-v-7f8d8b44] {
|
|
8326
|
+
position: relative;
|
|
8327
|
+
width: 48px;
|
|
8328
|
+
height: 48px;
|
|
8329
|
+
display: flex;
|
|
8330
|
+
align-items: center;
|
|
8331
|
+
justify-content: center;
|
|
8332
|
+
}
|
|
8333
|
+
.fec-doc-icon[data-v-7f8d8b44] {
|
|
8334
|
+
width: 44px;
|
|
8335
|
+
height: 44px;
|
|
8336
|
+
display: flex;
|
|
8337
|
+
align-items: center;
|
|
8338
|
+
justify-content: center;
|
|
8339
|
+
}
|
|
8340
|
+
.fec-doc-icon-img[data-v-7f8d8b44] {
|
|
8341
|
+
width: 44px;
|
|
8342
|
+
height: 44px;
|
|
8343
|
+
object-fit: contain;
|
|
8344
|
+
display: block;
|
|
8345
|
+
}
|
|
8346
|
+
.fec-doc-tag-default[data-v-7f8d8b44] {
|
|
8347
|
+
background: #1989fa;
|
|
8348
|
+
}
|
|
8349
|
+
.fec-doc-tag-hot[data-v-7f8d8b44] {
|
|
8350
|
+
background: linear-gradient(135deg, #ff5d6c 0%, #ff3853 100%);
|
|
8351
|
+
}
|
|
8352
|
+
.fec-doc-tag-new[data-v-7f8d8b44] {
|
|
8353
|
+
background: linear-gradient(135deg, #52c41a 0%, #389e0d 100%);
|
|
8354
|
+
}
|
|
8355
|
+
.fec-doc-tag-free[data-v-7f8d8b44] {
|
|
8356
|
+
background: linear-gradient(135deg, #fa8c16 0%, #d46b08 100%);
|
|
8357
|
+
}
|
|
8358
|
+
.fec-doc-name[data-v-7f8d8b44] {
|
|
8359
|
+
font-size: 12px;
|
|
8360
|
+
color: #333;
|
|
8361
|
+
text-align: center;
|
|
8362
|
+
line-height: 1.3;
|
|
8363
|
+
}.route-wrapper[data-v-7df517b6] {
|
|
8087
8364
|
width: 100%;
|
|
8088
8365
|
height: 100%;
|
|
8089
8366
|
display: flex;
|
|
@@ -8092,7 +8369,7 @@ body,
|
|
|
8092
8369
|
justify-content: center;
|
|
8093
8370
|
background: #f5f7fa;
|
|
8094
8371
|
}
|
|
8095
|
-
.route-wrapper .route-hint[data-v-
|
|
8372
|
+
.route-wrapper .route-hint[data-v-7df517b6] {
|
|
8096
8373
|
color: #909399;
|
|
8097
8374
|
font-size: 14px;
|
|
8098
8375
|
}.van-action-bar[data-v-3f63aa02] {
|
|
@@ -3,7 +3,7 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
3
3
|
const all = require("./src/components/all.js");
|
|
4
4
|
require("./node_modules/@vant/touch-emulator/dist/index.js");
|
|
5
5
|
;/* empty css */
|
|
6
|
-
const index$
|
|
6
|
+
const index$18 = ;/* empty css */
|
|
7
7
|
const index$1 = require("./src/components/base/button/index.js");
|
|
8
8
|
const index$2 = require("./src/components/base/icon/index.js");
|
|
9
9
|
const index$3 = require("./src/components/base/cell/index.js");
|
|
@@ -74,6 +74,7 @@ const index$13 = require("./src/components/layout/layout/index.js");
|
|
|
74
74
|
const index$14 = require("./src/components/custom/appDetail/index.js");
|
|
75
75
|
const index$15 = require("./src/components/custom/approvalBar/index.js");
|
|
76
76
|
const index$16 = require("./src/components/custom/approvalList/index.js");
|
|
77
|
+
const index$17 = require("./src/components/custom/document/index.js");
|
|
77
78
|
const functionCall = require("./node_modules/vant/es/dialog/function-call.js");
|
|
78
79
|
const functionCall$1 = require("./node_modules/vant/es/image-preview/function-call.js");
|
|
79
80
|
const functionCall$2 = require("./node_modules/vant/es/notify/function-call.js");
|
|
@@ -83,7 +84,7 @@ const index = {
|
|
|
83
84
|
for (let c in all) {
|
|
84
85
|
app.use(all[c]);
|
|
85
86
|
}
|
|
86
|
-
app.component("FecMobileApp", index$
|
|
87
|
+
app.component("FecMobileApp", index$18.default);
|
|
87
88
|
}
|
|
88
89
|
};
|
|
89
90
|
exports.MobileButton = index$1.MobileButton;
|
|
@@ -156,6 +157,7 @@ exports.MobileLayout = index$13.MobileLayout;
|
|
|
156
157
|
exports.MobileAppDetail = index$14.MobileAppDetail;
|
|
157
158
|
exports.MobileApprovalBar = index$15.MobileApprovalBar;
|
|
158
159
|
exports.MobileApprovalList = index$16.MobileApprovalList;
|
|
160
|
+
exports.MobileDocument = index$17.MobileDocument;
|
|
159
161
|
exports.closeDialog = functionCall.closeDialog;
|
|
160
162
|
exports.showConfirmDialog = functionCall.showConfirmDialog;
|
|
161
163
|
exports.showDialog = functionCall.showDialog;
|