@fecp/designer 5.5.76 → 5.5.78
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/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 +75 -71
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +8 -2
- package/es/packages/vue/src/components/forms/number/Number.vue.mjs +1 -1
- package/es/packages/vue/src/components/table/Table.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/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 +75 -71
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +26 -20
- package/lib/packages/vue/src/components/forms/number/Number.vue.js +1 -1
- package/lib/packages/vue/src/components/table/Table.vue.js +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index.
|
|
3
|
+
const index = require("./index.vue2.js");
|
|
4
4
|
const Vue = require("vue");
|
|
5
5
|
function useDialogGlobalDialog() {
|
|
6
6
|
const dialogGlobalDialogVisible = Vue.ref(false);
|
|
@@ -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.vue.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");
|
|
@@ -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.vue.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.vue.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.vue.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.vue.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
|
@@ -6020,13 +6020,13 @@ body,
|
|
|
6020
6020
|
}
|
|
6021
6021
|
.textarea-field-wrapper[data-v-1bdb1a05] .el-textarea .el-textarea__inner {
|
|
6022
6022
|
height: 100%;
|
|
6023
|
-
}[data-v-
|
|
6023
|
+
}[data-v-7b177c06] .el-input-group__append {
|
|
6024
6024
|
background-color: #409eff;
|
|
6025
6025
|
color: #fff;
|
|
6026
6026
|
padding: 0 18px;
|
|
6027
6027
|
box-shadow: 0 1px 0 0 #a8abb2 inset, 0 -1px 0 0 #a8abb2 inset, -1px 0 0 0 #a8abb2 inset;
|
|
6028
6028
|
}
|
|
6029
|
-
[data-v-
|
|
6029
|
+
[data-v-7b177c06] .el-input-group__append:hover {
|
|
6030
6030
|
background-color: #79bbff;
|
|
6031
6031
|
border-color: #79bbff;
|
|
6032
6032
|
color: #fff;
|
|
@@ -6267,15 +6267,15 @@ body,
|
|
|
6267
6267
|
align-items: center;
|
|
6268
6268
|
flex-wrap: nowrap;
|
|
6269
6269
|
}
|
|
6270
|
-
.fec-form[data-v-
|
|
6270
|
+
.fec-form[data-v-b483ee57] {
|
|
6271
6271
|
height: 100%;
|
|
6272
6272
|
}
|
|
6273
|
-
.fec-form.inMinApp[data-v-
|
|
6273
|
+
.fec-form.inMinApp[data-v-b483ee57] {
|
|
6274
6274
|
height: 0px;
|
|
6275
6275
|
flex: 1;
|
|
6276
6276
|
padding: 8px;
|
|
6277
6277
|
}
|
|
6278
|
-
.fec-form-col[data-v-
|
|
6278
|
+
.fec-form-col[data-v-b483ee57] {
|
|
6279
6279
|
padding: 0px !important;
|
|
6280
6280
|
display: flex !important;
|
|
6281
6281
|
flex-direction: column;
|
|
@@ -6284,22 +6284,22 @@ body,
|
|
|
6284
6284
|
overflow: hidden;
|
|
6285
6285
|
flex: auto !important;
|
|
6286
6286
|
}
|
|
6287
|
-
[data-v-
|
|
6287
|
+
[data-v-b483ee57] .vgl-layout {
|
|
6288
6288
|
position: relative;
|
|
6289
6289
|
}
|
|
6290
|
-
[data-v-
|
|
6290
|
+
[data-v-b483ee57] .vgl-item {
|
|
6291
6291
|
transition: none;
|
|
6292
6292
|
}
|
|
6293
|
-
[data-v-
|
|
6293
|
+
[data-v-b483ee57] .vgl-item > .el-form-item {
|
|
6294
6294
|
width: 100%;
|
|
6295
6295
|
padding: 6px 8px 0 8px;
|
|
6296
6296
|
height: calc(100% - 15px);
|
|
6297
6297
|
display: flex;
|
|
6298
6298
|
}
|
|
6299
|
-
[data-v-
|
|
6299
|
+
[data-v-b483ee57] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
6300
6300
|
flex-direction: column;
|
|
6301
6301
|
}
|
|
6302
|
-
[data-v-
|
|
6302
|
+
[data-v-b483ee57] .vgl-item > .el-form-item .el-form-item__label {
|
|
6303
6303
|
line-height: 20px;
|
|
6304
6304
|
display: inline-flex;
|
|
6305
6305
|
align-items: center;
|
|
@@ -6313,107 +6313,107 @@ body,
|
|
|
6313
6313
|
flex-shrink: 0;
|
|
6314
6314
|
min-height: 45px;
|
|
6315
6315
|
}
|
|
6316
|
-
[data-v-
|
|
6316
|
+
[data-v-b483ee57] .vgl-item > .el-form-item {
|
|
6317
6317
|
/* .el-form-item__error {
|
|
6318
6318
|
padding-top: 10px;
|
|
6319
6319
|
} */
|
|
6320
6320
|
}
|
|
6321
|
-
[data-v-
|
|
6321
|
+
[data-v-b483ee57] .vgl-item > .el-form-item .el-input__wrapper {
|
|
6322
6322
|
padding: 1px 12px;
|
|
6323
6323
|
}
|
|
6324
|
-
[data-v-
|
|
6324
|
+
[data-v-b483ee57] .vgl-item > .el-container {
|
|
6325
6325
|
height: auto !important;
|
|
6326
6326
|
}
|
|
6327
6327
|
@media (min-width: 1720px) {
|
|
6328
|
-
[data-v-
|
|
6328
|
+
[data-v-b483ee57] .vgl-item .el-form-item__label {
|
|
6329
6329
|
max-width: 160px !important;
|
|
6330
6330
|
}
|
|
6331
|
-
[data-v-
|
|
6331
|
+
[data-v-b483ee57] .vgl-item .el-form-item {
|
|
6332
6332
|
padding: 6px 8px 0 8px !important;
|
|
6333
6333
|
}
|
|
6334
|
-
[data-v-
|
|
6334
|
+
[data-v-b483ee57] .vgl-item .el-form-item .el-input__wrapper {
|
|
6335
6335
|
padding: 1px 12px;
|
|
6336
6336
|
}
|
|
6337
|
-
[data-v-
|
|
6337
|
+
[data-v-b483ee57] .vgl-item .el-form-item .el-select__wrapper {
|
|
6338
6338
|
padding: 8px 12px;
|
|
6339
6339
|
}
|
|
6340
|
-
.fec-el-form[data-v-
|
|
6340
|
+
.fec-el-form[data-v-b483ee57] {
|
|
6341
6341
|
padding: 12px !important;
|
|
6342
6342
|
}
|
|
6343
6343
|
}
|
|
6344
6344
|
/* 标准 PC(1200px ~ 1439px)*/
|
|
6345
6345
|
@media (min-width: 1366px) and (max-width: 1719px) {
|
|
6346
|
-
[data-v-
|
|
6346
|
+
[data-v-b483ee57] .vgl-item .el-form-item__label {
|
|
6347
6347
|
max-width: 130px !important;
|
|
6348
6348
|
padding-right: 6px !important;
|
|
6349
6349
|
}
|
|
6350
|
-
[data-v-
|
|
6350
|
+
[data-v-b483ee57] .vgl-item .el-form-item {
|
|
6351
6351
|
padding: 6px 0 0 0 !important;
|
|
6352
6352
|
}
|
|
6353
|
-
[data-v-
|
|
6353
|
+
[data-v-b483ee57] .vgl-item .el-form-item .el-input__wrapper {
|
|
6354
6354
|
padding: 1px 8px;
|
|
6355
6355
|
}
|
|
6356
|
-
[data-v-
|
|
6356
|
+
[data-v-b483ee57] .vgl-item .el-form-item .el-select__wrapper {
|
|
6357
6357
|
padding: 8px 8px;
|
|
6358
6358
|
}
|
|
6359
|
-
.fec-el-form[data-v-
|
|
6359
|
+
.fec-el-form[data-v-b483ee57] {
|
|
6360
6360
|
padding: 8px !important;
|
|
6361
6361
|
}
|
|
6362
6362
|
}
|
|
6363
6363
|
/* 2. 标准 PC 992px ~ 1199px */
|
|
6364
6364
|
@media (min-width: 992px) and (max-width: 1365px) {
|
|
6365
|
-
[data-v-
|
|
6365
|
+
[data-v-b483ee57] .vgl-item .el-form-item__label {
|
|
6366
6366
|
max-width: 125px !important;
|
|
6367
6367
|
padding-right: 4px !important;
|
|
6368
6368
|
}
|
|
6369
|
-
[data-v-
|
|
6369
|
+
[data-v-b483ee57] .vgl-item .el-form-item {
|
|
6370
6370
|
padding: 0 !important;
|
|
6371
6371
|
}
|
|
6372
|
-
[data-v-
|
|
6372
|
+
[data-v-b483ee57] .vgl-item .el-form-item .el-input__wrapper {
|
|
6373
6373
|
padding: 1px 6px;
|
|
6374
6374
|
}
|
|
6375
|
-
[data-v-
|
|
6375
|
+
[data-v-b483ee57] .vgl-item .el-form-item .el-select__wrapper {
|
|
6376
6376
|
padding: 8px 6px;
|
|
6377
6377
|
}
|
|
6378
|
-
.fec-el-form[data-v-
|
|
6378
|
+
.fec-el-form[data-v-b483ee57] {
|
|
6379
6379
|
padding: 6px !important;
|
|
6380
6380
|
}
|
|
6381
6381
|
}
|
|
6382
6382
|
/* 3. 小屏 PC / 窄窗口 <992px(最小到768px)*/
|
|
6383
6383
|
@media (max-width: 991px) and (min-width: 768px) {
|
|
6384
|
-
[data-v-
|
|
6384
|
+
[data-v-b483ee57] .vgl-item .el-form-item__label {
|
|
6385
6385
|
max-width: 100px !important;
|
|
6386
6386
|
padding-right: 4px !important;
|
|
6387
6387
|
}
|
|
6388
|
-
[data-v-
|
|
6388
|
+
[data-v-b483ee57] .vgl-item .el-form-item {
|
|
6389
6389
|
padding: 0 !important;
|
|
6390
6390
|
}
|
|
6391
|
-
[data-v-
|
|
6391
|
+
[data-v-b483ee57] .vgl-item .el-form-item .el-input__wrapper {
|
|
6392
6392
|
padding: 1px 4px;
|
|
6393
6393
|
}
|
|
6394
|
-
[data-v-
|
|
6394
|
+
[data-v-b483ee57] .vgl-item .el-form-item .el-select__wrapper {
|
|
6395
6395
|
padding: 8px 4px;
|
|
6396
6396
|
}
|
|
6397
|
-
.fec-el-form[data-v-
|
|
6397
|
+
.fec-el-form[data-v-b483ee57] {
|
|
6398
6398
|
padding: 6px !important;
|
|
6399
6399
|
}
|
|
6400
6400
|
}
|
|
6401
6401
|
/* 超小屏 <768px */
|
|
6402
6402
|
@media (max-width: 767px) {
|
|
6403
|
-
[data-v-
|
|
6403
|
+
[data-v-b483ee57] .vgl-item .el-form-item__label {
|
|
6404
6404
|
max-width: 80px !important;
|
|
6405
6405
|
padding-right: 4px !important;
|
|
6406
6406
|
}
|
|
6407
|
-
[data-v-
|
|
6407
|
+
[data-v-b483ee57] .vgl-item .el-form-item {
|
|
6408
6408
|
padding: 0 !important;
|
|
6409
6409
|
}
|
|
6410
|
-
[data-v-
|
|
6410
|
+
[data-v-b483ee57] .vgl-item .el-form-item .el-input__wrapper {
|
|
6411
6411
|
padding: 1px 2px;
|
|
6412
6412
|
}
|
|
6413
|
-
[data-v-
|
|
6413
|
+
[data-v-b483ee57] .vgl-item .el-form-item .el-select__wrapper {
|
|
6414
6414
|
padding: 8px 2px;
|
|
6415
6415
|
}
|
|
6416
|
-
.fec-el-form[data-v-
|
|
6416
|
+
.fec-el-form[data-v-b483ee57] {
|
|
6417
6417
|
padding: 6px !important;
|
|
6418
6418
|
}
|
|
6419
6419
|
}.table-pagination[data-v-142fdd35] {
|
|
@@ -6772,12 +6772,12 @@ body,
|
|
|
6772
6772
|
}
|
|
6773
6773
|
[data-v-ba490486] .el-checkbox-group .el-checkbox-button__inner {
|
|
6774
6774
|
border-radius: 4px;
|
|
6775
|
-
}.fec-table[data-v-
|
|
6775
|
+
}.fec-table[data-v-2a67aa02] {
|
|
6776
6776
|
height: 100%;
|
|
6777
6777
|
flex-grow: 1;
|
|
6778
6778
|
padding: 0 16px;
|
|
6779
6779
|
}
|
|
6780
|
-
.fec-table-container[data-v-
|
|
6780
|
+
.fec-table-container[data-v-2a67aa02] {
|
|
6781
6781
|
width: 100%;
|
|
6782
6782
|
background: #fff;
|
|
6783
6783
|
box-sizing: border-box;
|
|
@@ -6787,87 +6787,91 @@ body,
|
|
|
6787
6787
|
overflow: hidden;
|
|
6788
6788
|
flex-grow: 1;
|
|
6789
6789
|
}
|
|
6790
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6790
|
+
.fec-table-container .fec-vxe-table[data-v-2a67aa02] {
|
|
6791
6791
|
flex: 1;
|
|
6792
6792
|
min-height: 0;
|
|
6793
6793
|
overflow: hidden;
|
|
6794
6794
|
margin-bottom: 16px;
|
|
6795
6795
|
}
|
|
6796
|
-
.fec-table-container[data-v-
|
|
6796
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table {
|
|
6797
6797
|
font-size: 14px;
|
|
6798
6798
|
font-family: inherit;
|
|
6799
6799
|
}
|
|
6800
|
-
.fec-table-container[data-v-
|
|
6801
|
-
.fec-table-container[data-v-
|
|
6800
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-sort--asc-btn,
|
|
6801
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-sort--desc-btn {
|
|
6802
6802
|
color: #dcdcdc;
|
|
6803
6803
|
}
|
|
6804
|
-
.fec-table-container[data-v-
|
|
6805
|
-
.fec-table-container[data-v-
|
|
6804
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
6805
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
6806
6806
|
color: #d3edf9;
|
|
6807
6807
|
}
|
|
6808
|
-
.fec-table-container[data-v-
|
|
6808
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .serverSort .sort--active {
|
|
6809
6809
|
color: var(--el-color-primary);
|
|
6810
6810
|
}
|
|
6811
|
-
.fec-table-container[data-v-
|
|
6811
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .sort--active {
|
|
6812
6812
|
color: var(--el-color-primary);
|
|
6813
6813
|
}
|
|
6814
|
-
.fec-table-container[data-v-
|
|
6814
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--body-wrapper {
|
|
6815
6815
|
overflow: auto;
|
|
6816
6816
|
}
|
|
6817
|
-
.fec-table-container[data-v-
|
|
6818
|
-
.fec-table-container[data-v-
|
|
6819
|
-
.fec-table-container[data-v-
|
|
6817
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--body,
|
|
6818
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--header,
|
|
6819
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--footer {
|
|
6820
6820
|
width: 100% !important;
|
|
6821
6821
|
}
|
|
6822
|
-
.fec-table-container[data-v-
|
|
6822
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-header--column {
|
|
6823
6823
|
background-color: #fff;
|
|
6824
6824
|
}
|
|
6825
|
-
.fec-table-container[data-v-
|
|
6825
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-header--column .vxe-cell {
|
|
6826
6826
|
height: 40px !important;
|
|
6827
6827
|
min-height: 40px !important;
|
|
6828
6828
|
color: #333;
|
|
6829
6829
|
}
|
|
6830
|
-
.fec-table-container[data-v-
|
|
6830
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6831
6831
|
height: 40px !important;
|
|
6832
6832
|
}
|
|
6833
|
-
.fec-table-container[data-v-
|
|
6833
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column .vxe-cell {
|
|
6834
6834
|
padding: 6px !important;
|
|
6835
6835
|
min-height: 32px !important;
|
|
6836
6836
|
color: #666;
|
|
6837
6837
|
font-size: 13px;
|
|
6838
6838
|
}
|
|
6839
|
-
.fec-table-container[data-v-
|
|
6840
|
-
.fec-table-container[data-v-
|
|
6839
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column .c--tooltip,
|
|
6840
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column .c--title {
|
|
6841
6841
|
height: 32px !important;
|
|
6842
6842
|
min-height: 32px !important;
|
|
6843
6843
|
}
|
|
6844
|
-
.fec-table-container[data-v-
|
|
6844
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--border-line {
|
|
6845
6845
|
border: none;
|
|
6846
6846
|
border-bottom: 1px solid #ebeef5;
|
|
6847
6847
|
border-top: 1px solid #ebeef5;
|
|
6848
6848
|
}
|
|
6849
|
-
.fec-table-container[data-v-
|
|
6850
|
-
.fec-table-container[data-v-
|
|
6849
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6850
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6851
6851
|
border: none !important;
|
|
6852
6852
|
}
|
|
6853
|
-
.fec-table-container[data-v-
|
|
6853
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6854
6854
|
display: none !important;
|
|
6855
6855
|
}
|
|
6856
|
-
.fec-table-container[data-v-
|
|
6856
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-cell--sort {
|
|
6857
6857
|
font-size: 14px;
|
|
6858
6858
|
}
|
|
6859
|
-
.fec-table-container[data-v-
|
|
6860
|
-
.fec-table-container[data-v-
|
|
6861
|
-
.fec-table-container[data-v-
|
|
6862
|
-
.fec-table-container[data-v-
|
|
6863
|
-
.fec-table-container[data-v-
|
|
6864
|
-
.fec-table-container[data-v-
|
|
6859
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column,
|
|
6860
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-footer--column,
|
|
6861
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-header--column,
|
|
6862
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column,
|
|
6863
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-footer--column,
|
|
6864
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-header--column {
|
|
6865
6865
|
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
6866
6866
|
}
|
|
6867
|
-
.fec-table-container[data-v-
|
|
6867
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .el-button.is-disabled {
|
|
6868
6868
|
color: #ccc !important;
|
|
6869
6869
|
}
|
|
6870
|
-
.fec-table-
|
|
6870
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-x-handle-appearance,
|
|
6871
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-x-right-corner {
|
|
6872
|
+
display: none !important;
|
|
6873
|
+
}
|
|
6874
|
+
.fec-table-sub[data-v-2a67aa02] .vxe-table .vxe-table--border-line {
|
|
6871
6875
|
border-top: none;
|
|
6872
6876
|
}
|
|
6873
6877
|
.fec-layout-card[data-v-a6236024] {
|
|
@@ -13,7 +13,7 @@ const Vue = require("vue");
|
|
|
13
13
|
require("../../../../../../node_modules/grid-layout-plus/es/index.js");
|
|
14
14
|
const getInstance = require("../../../utils/getInstance.js");
|
|
15
15
|
const getJsonAsyncUtil = require("../../../utils/getJsonAsyncUtil.js");
|
|
16
|
-
const index$
|
|
16
|
+
const index$8 = require("../formItem/index.js");
|
|
17
17
|
const datasource = require("../../../utils/datasource.js");
|
|
18
18
|
const validation = require("./validation.js");
|
|
19
19
|
const parseRouteParams = require("../../../utils/parseRouteParams.js");
|
|
@@ -37,23 +37,24 @@ const _pluginVue_exportHelper = require("../../../../../../_virtual/_plugin-vue_
|
|
|
37
37
|
;/* empty css */
|
|
38
38
|
;/* empty css */
|
|
39
39
|
;/* empty css */
|
|
40
|
-
const index$
|
|
40
|
+
const index$2 = require("../../../api/index.js");
|
|
41
41
|
;/* empty css */
|
|
42
42
|
;/* empty css */
|
|
43
43
|
const usePageEvents = require("../../../composables/usePageEvents.js");
|
|
44
|
-
const index$
|
|
45
|
-
const index$
|
|
46
|
-
const index$
|
|
44
|
+
const index$5 = require("../../details/header/index.js");
|
|
45
|
+
const index$6 = require("../../details/main/index.js");
|
|
46
|
+
const index$9 = require("../../details/footer/index.js");
|
|
47
47
|
const FormAnchorNav = require("./FormAnchorNav.vue.js");
|
|
48
48
|
const RightAnchorNav = require("./RightAnchorNav.vue.js");
|
|
49
49
|
const parseFilterConfig = require("../../../utils/parseFilterConfig.js");
|
|
50
50
|
const moment = require("../../../../../../node_modules/moment/dist/moment.js");
|
|
51
51
|
const eventBus = require("../../../utils/eventBus.js");
|
|
52
52
|
;/* empty css */
|
|
53
|
-
const index = require("../../../../../../node_modules/element-plus/es/
|
|
54
|
-
const index$
|
|
55
|
-
const index$3 = require("../../../../../../node_modules/element-plus/es/components/
|
|
56
|
-
const index$
|
|
53
|
+
const index = require("../../../../../../node_modules/element-plus/es/hooks/use-locale/index.js");
|
|
54
|
+
const index$1 = require("../../../../../../node_modules/element-plus/es/components/message/index.js");
|
|
55
|
+
const index$3 = require("../../../../../../node_modules/element-plus/es/components/container/index.js");
|
|
56
|
+
const index$4 = require("../../../../../../node_modules/element-plus/es/components/col/index.js");
|
|
57
|
+
const index$7 = require("../../../../../../node_modules/element-plus/es/components/form/index.js");
|
|
57
58
|
const gridLayout_vue = require("../../../../../../node_modules/grid-layout-plus/es/components/grid-layout.vue.js");
|
|
58
59
|
const _hoisted_1 = ["name", "value"];
|
|
59
60
|
const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
@@ -114,6 +115,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
114
115
|
],
|
|
115
116
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
116
117
|
const props = __props;
|
|
118
|
+
index.useLocale();
|
|
117
119
|
const emit = __emit;
|
|
118
120
|
const instance = Vue.getCurrentInstance();
|
|
119
121
|
const ctx = getInstance.getCurrentVueInstance();
|
|
@@ -215,7 +217,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
215
217
|
emit("loaded", option, getFormData());
|
|
216
218
|
} catch (error) {
|
|
217
219
|
console.error("加载配置失败:", error);
|
|
218
|
-
index.ElMessage.error("加载配置失败");
|
|
220
|
+
index$1.ElMessage.error("加载配置失败");
|
|
219
221
|
} finally {
|
|
220
222
|
configLoading.value = false;
|
|
221
223
|
}
|
|
@@ -399,7 +401,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
399
401
|
return;
|
|
400
402
|
}
|
|
401
403
|
try {
|
|
402
|
-
const response = await index$
|
|
404
|
+
const response = await index$2.default.getProductData(ctx.$http, prodIdValue);
|
|
403
405
|
productData.value = response;
|
|
404
406
|
console.log("产品数据加载成功:", productData.value);
|
|
405
407
|
} catch (error) {
|
|
@@ -936,7 +938,11 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
936
938
|
}
|
|
937
939
|
});
|
|
938
940
|
for (let fieldName in prodRules.value) {
|
|
939
|
-
rules[fieldName]
|
|
941
|
+
if (rules[fieldName]) {
|
|
942
|
+
rules[fieldName].push(...prodRules.value[fieldName]);
|
|
943
|
+
} else {
|
|
944
|
+
rules[fieldName] = prodRules.value[fieldName];
|
|
945
|
+
}
|
|
940
946
|
}
|
|
941
947
|
formRules.value = rules;
|
|
942
948
|
if (formMode.value != "query") {
|
|
@@ -1105,9 +1111,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1105
1111
|
hasSaveButton
|
|
1106
1112
|
});
|
|
1107
1113
|
return (_ctx, _cache) => {
|
|
1108
|
-
const _component_el_form = index$
|
|
1109
|
-
const _component_el_col = index$
|
|
1110
|
-
const _component_el_container = index$
|
|
1114
|
+
const _component_el_form = index$7.ElForm;
|
|
1115
|
+
const _component_el_col = index$4.ElCol;
|
|
1116
|
+
const _component_el_container = index$3.ElContainer;
|
|
1111
1117
|
const _directive_fec_layout = Vue.resolveDirective("fec-layout");
|
|
1112
1118
|
return !configLoading.value ? Vue.withDirectives((Vue.openBlock(), Vue.createBlock(_component_el_container, {
|
|
1113
1119
|
key: 0,
|
|
@@ -1126,7 +1132,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1126
1132
|
style: Vue.normalizeStyle({ marginRight: Vue.unref(navType) == "right" ? "4px" : "0" })
|
|
1127
1133
|
}, {
|
|
1128
1134
|
default: Vue.withCtx(() => [
|
|
1129
|
-
Vue.createVNode(Vue.unref(index$
|
|
1135
|
+
Vue.createVNode(Vue.unref(index$5.header), {
|
|
1130
1136
|
showBack: !__props.isSubForm && !__props.isDialog,
|
|
1131
1137
|
isApproval: __props.isApproval,
|
|
1132
1138
|
pageHeaderConfig: localConfig.value.pageHeaderConfig,
|
|
@@ -1139,7 +1145,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1139
1145
|
modelValue: navLinkCompId.value,
|
|
1140
1146
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => navLinkCompId.value = $event)
|
|
1141
1147
|
}, null, 8, ["fecFormRef", "links", "modelValue"])) : Vue.createCommentVNode("", true),
|
|
1142
|
-
Vue.createVNode(Vue.unref(index$
|
|
1148
|
+
Vue.createVNode(Vue.unref(index$6.main), {
|
|
1143
1149
|
scrollbar: !__props.isDialog
|
|
1144
1150
|
}, {
|
|
1145
1151
|
default: Vue.withCtx(() => [
|
|
@@ -1170,7 +1176,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1170
1176
|
onLayoutUpdated: layoutUpdated
|
|
1171
1177
|
}, {
|
|
1172
1178
|
item: Vue.withCtx(({ item: { component } }) => [
|
|
1173
|
-
Vue.createVNode(Vue.unref(index$
|
|
1179
|
+
Vue.createVNode(Vue.unref(index$8.FormItem), {
|
|
1174
1180
|
ref: (el) => setFormItemRef(el, component),
|
|
1175
1181
|
modelValue: formData.value[component.fieldName],
|
|
1176
1182
|
"onUpdate:modelValue": ($event) => formData.value[component.fieldName] = $event,
|
|
@@ -1198,7 +1204,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1198
1204
|
]),
|
|
1199
1205
|
_: 1
|
|
1200
1206
|
}, 8, ["scrollbar"]),
|
|
1201
|
-
!__props.isSubForm && !__props.isDialog && !__props.isApproval ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index$
|
|
1207
|
+
!__props.isSubForm && !__props.isDialog && !__props.isApproval ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index$9.footer), {
|
|
1202
1208
|
key: 1,
|
|
1203
1209
|
formMode: formMode.value,
|
|
1204
1210
|
pageFooterConfig: localConfig.value.pageFooterConfig,
|
|
@@ -1231,5 +1237,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1231
1237
|
};
|
|
1232
1238
|
}
|
|
1233
1239
|
});
|
|
1234
|
-
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
1240
|
+
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-b483ee57"]]);
|
|
1235
1241
|
exports.default = _Form;
|
|
@@ -509,5 +509,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
509
509
|
};
|
|
510
510
|
}
|
|
511
511
|
});
|
|
512
|
-
const _Number = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
512
|
+
const _Number = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-7b177c06"]]);
|
|
513
513
|
exports.default = _Number;
|
|
@@ -990,5 +990,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
990
990
|
};
|
|
991
991
|
}
|
|
992
992
|
});
|
|
993
|
-
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
993
|
+
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-2a67aa02"]]);
|
|
994
994
|
exports.default = _Table;
|