ecinc-cloud-wappaio 9.0.151 → 9.0.152
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/lib/ecwappaio.common.js +199 -156
- package/lib/ecwappaio.umd.js +197 -154
- package/lib/ecwappaio.umd.min.js +14 -14
- package/package.json +1 -1
package/lib/ecwappaio.common.js
CHANGED
|
@@ -86,7 +86,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
86
86
|
|
|
87
87
|
/***/ }),
|
|
88
88
|
|
|
89
|
-
/***/
|
|
89
|
+
/***/ 14867:
|
|
90
90
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
91
91
|
|
|
92
92
|
"use strict";
|
|
@@ -96,7 +96,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
96
96
|
A: function() { return /* binding */ MenuItemForm; }
|
|
97
97
|
});
|
|
98
98
|
|
|
99
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Module/src/MenuItemForm.vue?vue&type=template&id=
|
|
99
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Module/src/MenuItemForm.vue?vue&type=template&id=9706b6e2&scoped=true
|
|
100
100
|
var render = function render() {
|
|
101
101
|
var _vm = this,
|
|
102
102
|
_c = _vm._self._c;
|
|
@@ -116,6 +116,12 @@ var render = function render() {
|
|
|
116
116
|
"border": "0"
|
|
117
117
|
}
|
|
118
118
|
}, [_c('tbody', [_vm.vo.parentName ? _c('tr', [_c('td', {
|
|
119
|
+
directives: [{
|
|
120
|
+
name: "field-lbl",
|
|
121
|
+
rawName: "v-field-lbl",
|
|
122
|
+
value: _vm.parentName,
|
|
123
|
+
expression: "parentName"
|
|
124
|
+
}],
|
|
119
125
|
staticClass: "el-table__cell tdlbl tdw17"
|
|
120
126
|
}, [_vm._v("上级名称")]), _c('td', {
|
|
121
127
|
staticClass: "el-table__cell tdcont tdw83",
|
|
@@ -130,7 +136,7 @@ var render = function render() {
|
|
|
130
136
|
staticClass: "el-table__cell tdlbl tdw17"
|
|
131
137
|
}, [_c('span', {
|
|
132
138
|
staticClass: "required"
|
|
133
|
-
}, [_vm._v("*")]), _vm._v(_vm._s(_vm.nameLabel))]), _c('td', {
|
|
139
|
+
}, [_vm._v("*")]), _vm._v(" " + _vm._s(_vm.nameLabel) + " ")]), _c('td', {
|
|
134
140
|
staticClass: "el-table__cell tdcont tdw33"
|
|
135
141
|
}, [_c('ValidationProvider', {
|
|
136
142
|
ref: "ValidationProvider",
|
|
@@ -176,7 +182,7 @@ var render = function render() {
|
|
|
176
182
|
staticClass: "el-table__cell tdlbl tdw17"
|
|
177
183
|
}, [_c('span', {
|
|
178
184
|
staticClass: "required"
|
|
179
|
-
}, [_vm._v("*")]), _vm._v(_vm._s(_vm.codeLabel))]), _c('td', {
|
|
185
|
+
}, [_vm._v("*")]), _vm._v(" " + _vm._s(_vm.codeLabel) + " ")]), _c('td', {
|
|
180
186
|
staticClass: "el-table__cell tdcont tdw33"
|
|
181
187
|
}, [_c('ValidationProvider', {
|
|
182
188
|
ref: "ValidationProvider",
|
|
@@ -254,7 +260,7 @@ var render = function render() {
|
|
|
254
260
|
staticClass: "el-table__cell tdlbl tdw17"
|
|
255
261
|
}, [_c('span', {
|
|
256
262
|
staticClass: "required"
|
|
257
|
-
}, [_vm._v("*")]), _vm._v("菜单类型")]), _c('td', {
|
|
263
|
+
}, [_vm._v("*")]), _vm._v(" 菜单类型 ")]), _c('td', {
|
|
258
264
|
staticClass: "el-table__cell tdcont tdw83",
|
|
259
265
|
attrs: {
|
|
260
266
|
"colspan": "3"
|
|
@@ -308,12 +314,12 @@ var render = function render() {
|
|
|
308
314
|
}, [_vm._v(_vm._s(option.text))]);
|
|
309
315
|
}), 1)], 1)];
|
|
310
316
|
}
|
|
311
|
-
}], null, false,
|
|
317
|
+
}], null, false, 1567912912)
|
|
312
318
|
}) : _c('div', [_vm._v("审批菜单组")])], 1)]) : _vm._e(), _vm.isWflowMenus ? _c('tr', [_c('td', {
|
|
313
319
|
staticClass: "el-table__cell tdlbl tdw17"
|
|
314
320
|
}, [_c('span', {
|
|
315
321
|
staticClass: "required"
|
|
316
|
-
}, [_vm._v("*")]), _vm._v("审批模块子菜单")]), _c('td', {
|
|
322
|
+
}, [_vm._v("*")]), _vm._v(" 审批模块子菜单 ")]), _c('td', {
|
|
317
323
|
staticClass: "el-table__cell tdcont tdw83",
|
|
318
324
|
attrs: {
|
|
319
325
|
"colspan": "3"
|
|
@@ -367,12 +373,12 @@ var render = function render() {
|
|
|
367
373
|
}, [_vm._v(_vm._s(option.name + option.text))]);
|
|
368
374
|
}), 1)], 1)];
|
|
369
375
|
}
|
|
370
|
-
}], null, false,
|
|
376
|
+
}], null, false, 2538092536)
|
|
371
377
|
})], 1)]) : _vm._e(), _vm.isWflowMenus && _vm.selectedItem.indexOf('MyCreated') != -1 ? _c('tr', [_c('td', {
|
|
372
378
|
staticClass: "el-table__cell tdlbl tdw17"
|
|
373
379
|
}, [_c('span', {
|
|
374
380
|
staticClass: "required"
|
|
375
|
-
}, [_vm._v("*")]), _vm._v("我创建的列表URL")]), _c('td', {
|
|
381
|
+
}, [_vm._v("*")]), _vm._v(" 我创建的列表URL ")]), _c('td', {
|
|
376
382
|
staticClass: "el-table__cell tdcont tdw83",
|
|
377
383
|
attrs: {
|
|
378
384
|
"colspan": "3"
|
|
@@ -420,12 +426,12 @@ var render = function render() {
|
|
|
420
426
|
}
|
|
421
427
|
})], 1)];
|
|
422
428
|
}
|
|
423
|
-
}], null, false,
|
|
429
|
+
}], null, false, 4166951828)
|
|
424
430
|
})], 1)]) : _vm._e(), _vm.isWflowMenus && _vm.selectedItem.indexOf('AllFile') != -1 ? _c('tr', [_c('td', {
|
|
425
431
|
staticClass: "el-table__cell tdlbl tdw17"
|
|
426
432
|
}, [_c('span', {
|
|
427
433
|
staticClass: "required"
|
|
428
|
-
}, [_vm._v("*")]), _vm._v(_vm._s(_vm.wflowMenuItems[2].name) + "列表URL")]), _c('td', {
|
|
434
|
+
}, [_vm._v("*")]), _vm._v(" " + _vm._s(_vm.wflowMenuItems[2].name) + "列表URL ")]), _c('td', {
|
|
429
435
|
staticClass: "el-table__cell tdcont tdw83",
|
|
430
436
|
attrs: {
|
|
431
437
|
"colspan": "3"
|
|
@@ -473,12 +479,12 @@ var render = function render() {
|
|
|
473
479
|
}
|
|
474
480
|
})], 1)];
|
|
475
481
|
}
|
|
476
|
-
}], null, false,
|
|
482
|
+
}], null, false, 4249620333)
|
|
477
483
|
})], 1)]) : _vm._e(), _vm.isWflowMenus && _vm.selectedItem.indexOf('MyProcessed') != -1 ? _c('tr', [_c('td', {
|
|
478
484
|
staticClass: "el-table__cell tdlbl tdw17"
|
|
479
485
|
}, [_c('span', {
|
|
480
486
|
staticClass: "required"
|
|
481
|
-
}, [_vm._v("*")]), _vm._v("审批模块业务代码")]), _c('td', {
|
|
487
|
+
}, [_vm._v("*")]), _vm._v(" 审批模块业务代码 ")]), _c('td', {
|
|
482
488
|
staticClass: "el-table__cell tdcont tdw83",
|
|
483
489
|
attrs: {
|
|
484
490
|
"colspan": "3"
|
|
@@ -521,12 +527,12 @@ var render = function render() {
|
|
|
521
527
|
}
|
|
522
528
|
})], 1)];
|
|
523
529
|
}
|
|
524
|
-
}], null, false,
|
|
530
|
+
}], null, false, 2534100285)
|
|
525
531
|
})], 1)]) : _vm._e(), !_vm.refresh && (_vm.vo.moduleLevel === 1 || _vm.vo.moduleLevel !== 1 && _vm.vo.leafFlag === 1) ? _c('tr', [_c('td', {
|
|
526
532
|
staticClass: "el-table__cell tdlbl tdw17"
|
|
527
533
|
}, [_c('span', {
|
|
528
534
|
staticClass: "required"
|
|
529
|
-
}, [_vm._v("*")]), _vm._v("页面内容类型")]), _c('td', {
|
|
535
|
+
}, [_vm._v("*")]), _vm._v(" 页面内容类型 ")]), _c('td', {
|
|
530
536
|
staticClass: "el-table__cell tdcont tdw83",
|
|
531
537
|
attrs: {
|
|
532
538
|
"colspan": "3"
|
|
@@ -580,12 +586,12 @@ var render = function render() {
|
|
|
580
586
|
}, [_vm._v(_vm._s(option.text))]);
|
|
581
587
|
}), 1)], 1)];
|
|
582
588
|
}
|
|
583
|
-
}], null, false,
|
|
589
|
+
}], null, false, 1507314758)
|
|
584
590
|
})], 1)]) : _vm._e(), _vm.vo.leafFlag === 1 ? _c('tr', [_c('td', {
|
|
585
591
|
staticClass: "el-table__cell tdlbl tdw17"
|
|
586
592
|
}, [_c('span', {
|
|
587
593
|
staticClass: "required"
|
|
588
|
-
}, [_vm._v("*")]), _vm._v("打开方式")]), _c('td', {
|
|
594
|
+
}, [_vm._v("*")]), _vm._v(" 打开方式 ")]), _c('td', {
|
|
589
595
|
staticClass: "el-table__cell tdcont tdw83",
|
|
590
596
|
attrs: {
|
|
591
597
|
"colspan": "3"
|
|
@@ -639,12 +645,12 @@ var render = function render() {
|
|
|
639
645
|
}, [_vm._v(_vm._s(option.text))]);
|
|
640
646
|
}), 1)], 1)];
|
|
641
647
|
}
|
|
642
|
-
}], null, false,
|
|
648
|
+
}], null, false, 3328728287)
|
|
643
649
|
})], 1)]) : _vm._e(), _vm.vo.moduleLevel >= 2 && _vm.vo.leafFlag === 0 && !_vm.isWflowMenus ? _c('tr', [_c('td', {
|
|
644
650
|
staticClass: "el-table__cell tdlbl tdw17"
|
|
645
651
|
}, [_c('span', {
|
|
646
652
|
staticClass: "required"
|
|
647
|
-
}, [_vm._v("*")]), _vm._v("子菜单样式")]), _c('td', {
|
|
653
|
+
}, [_vm._v("*")]), _vm._v(" 子菜单样式 ")]), _c('td', {
|
|
648
654
|
staticClass: "el-table__cell tdcont tdw83",
|
|
649
655
|
attrs: {
|
|
650
656
|
"colspan": "3"
|
|
@@ -698,7 +704,7 @@ var render = function render() {
|
|
|
698
704
|
}, [_vm._v(_vm._s(option.text))]);
|
|
699
705
|
}), 1)], 1)];
|
|
700
706
|
}
|
|
701
|
-
}], null, false,
|
|
707
|
+
}], null, false, 2233287995)
|
|
702
708
|
})], 1)]) : _vm._e(), _vm.vo.leafFlag === 1 && (_vm.vo.leafType === 1 || _vm.vo.leafType === 2 || _vm.vo.leafType === 5) ? _c('tr', [_c('td', {
|
|
703
709
|
staticClass: "el-table__cell tdlbl tdw17"
|
|
704
710
|
}, [_vm._v("页面导航名称")]), _c('td', {
|
|
@@ -726,7 +732,7 @@ var render = function render() {
|
|
|
726
732
|
staticClass: "el-table__cell tdlbl tdw17"
|
|
727
733
|
}, [_c('span', {
|
|
728
734
|
staticClass: "required"
|
|
729
|
-
}, [_vm._v("*")]), _vm._v("菜单链接")]), _c('td', {
|
|
735
|
+
}, [_vm._v("*")]), _vm._v(" 菜单链接 ")]), _c('td', {
|
|
730
736
|
staticClass: "el-table__cell tdcont tdw83",
|
|
731
737
|
attrs: {
|
|
732
738
|
"colspan": "3"
|
|
@@ -770,12 +776,12 @@ var render = function render() {
|
|
|
770
776
|
}
|
|
771
777
|
})], 1)];
|
|
772
778
|
}
|
|
773
|
-
}], null, false,
|
|
779
|
+
}], null, false, 316885801)
|
|
774
780
|
})], 1)]) : _vm._e(), _vm.vo.leafFlag === 1 && (_vm.vo.leafType === 1 || _vm.vo.leafType === 5 || _vm.vo.leafType === 6) ? _c('tr', [_c('td', {
|
|
775
781
|
staticClass: "el-table__cell tdlbl tdw17"
|
|
776
782
|
}, [_c('span', {
|
|
777
783
|
staticClass: "required"
|
|
778
|
-
}, [_vm._v("*")]), _vm._v("菜单链接")]), _c('td', {
|
|
784
|
+
}, [_vm._v("*")]), _vm._v(" 菜单链接 ")]), _c('td', {
|
|
779
785
|
staticClass: "el-table__cell tdcont tdw83",
|
|
780
786
|
attrs: {
|
|
781
787
|
"colspan": "3"
|
|
@@ -863,7 +869,7 @@ var render = function render() {
|
|
|
863
869
|
}
|
|
864
870
|
})], 1)];
|
|
865
871
|
}
|
|
866
|
-
}], null, false,
|
|
872
|
+
}], null, false, 425214668)
|
|
867
873
|
})], 1)]) : _vm._e(), _vm.vo.leafFlag === 1 && (_vm.vo.leafType === 1 || _vm.vo.leafType === 2) ? _c('tr', [_c('td', {
|
|
868
874
|
staticClass: "el-table__cell tdlbl tdw17"
|
|
869
875
|
}, [_vm._v("URL格式")]), _c('td', {
|
|
@@ -883,7 +889,7 @@ var render = function render() {
|
|
|
883
889
|
staticClass: "el-table__cell tdlbl tdw17"
|
|
884
890
|
}, [_c('span', {
|
|
885
891
|
staticClass: "required"
|
|
886
|
-
}, [_vm._v("*")]), _vm._v("业务代码")]), _c('td', {
|
|
892
|
+
}, [_vm._v("*")]), _vm._v(" 业务代码 ")]), _c('td', {
|
|
887
893
|
staticClass: "el-table__cell tdcont tdw33"
|
|
888
894
|
}, [_c('ValidationProvider', {
|
|
889
895
|
ref: "ValidationProvider",
|
|
@@ -928,7 +934,7 @@ var render = function render() {
|
|
|
928
934
|
}
|
|
929
935
|
})], 1)];
|
|
930
936
|
}
|
|
931
|
-
}], null, false,
|
|
937
|
+
}], null, false, 334759874)
|
|
932
938
|
})], 1), _c('td', {
|
|
933
939
|
staticClass: "el-table__cell tdlbl tdw17"
|
|
934
940
|
}, [_vm._v("引擎(模块)URL")]), _c('td', {
|
|
@@ -953,7 +959,7 @@ var render = function render() {
|
|
|
953
959
|
staticClass: "el-table__cell tdlbl tdw17"
|
|
954
960
|
}, [_c('span', {
|
|
955
961
|
staticClass: "required"
|
|
956
|
-
}, [_vm._v("*")]), _vm._v("流程名称")]), _c('td', {
|
|
962
|
+
}, [_vm._v("*")]), _vm._v(" 流程名称 ")]), _c('td', {
|
|
957
963
|
staticClass: "el-table__cell tdcont tdw33"
|
|
958
964
|
}, [_c('ValidationProvider', {
|
|
959
965
|
ref: "ValidationProvider",
|
|
@@ -998,7 +1004,7 @@ var render = function render() {
|
|
|
998
1004
|
}
|
|
999
1005
|
})], 1)];
|
|
1000
1006
|
}
|
|
1001
|
-
}], null, false,
|
|
1007
|
+
}], null, false, 2593117736)
|
|
1002
1008
|
})], 1), _c('td', {
|
|
1003
1009
|
staticClass: "el-table__cell tdlbl tdw17"
|
|
1004
1010
|
}, [_vm._v("流程编码")]), _c('td', {
|
|
@@ -1096,7 +1102,7 @@ var render = function render() {
|
|
|
1096
1102
|
staticClass: "el-table__cell tdlbl tdw17"
|
|
1097
1103
|
}, [_c('span', {
|
|
1098
1104
|
staticClass: "required"
|
|
1099
|
-
}, [_vm._v("*")]), _vm._v("授权方式")]), _c('td', {
|
|
1105
|
+
}, [_vm._v("*")]), _vm._v(" 授权方式 ")]), _c('td', {
|
|
1100
1106
|
staticClass: "el-table__cell tdcont tdw33"
|
|
1101
1107
|
}, [_c('ValidationProvider', {
|
|
1102
1108
|
ref: "ValidationProvider",
|
|
@@ -1192,7 +1198,7 @@ var render = function render() {
|
|
|
1192
1198
|
staticClass: "el-table__cell tdlbl tdw17"
|
|
1193
1199
|
}, [_c('span', {
|
|
1194
1200
|
staticClass: "required"
|
|
1195
|
-
}, [_vm._v("*")]), _vm._v("排序序号")]), _c('td', {
|
|
1201
|
+
}, [_vm._v("*")]), _vm._v(" 排序序号 ")]), _c('td', {
|
|
1196
1202
|
staticClass: "el-table__cell tdcont tdw33"
|
|
1197
1203
|
}, [_c('ValidationProvider', {
|
|
1198
1204
|
ref: "ValidationProvider",
|
|
@@ -1240,7 +1246,7 @@ var render = function render() {
|
|
|
1240
1246
|
staticClass: "el-table__cell tdlbl tdw17"
|
|
1241
1247
|
}, [_c('span', {
|
|
1242
1248
|
staticClass: "required"
|
|
1243
|
-
}, [_vm._v("*")]), _vm._v("状态")]), _c('td', {
|
|
1249
|
+
}, [_vm._v("*")]), _vm._v(" 状态 ")]), _c('td', {
|
|
1244
1250
|
staticClass: "el-table__cell tdcont tdw33"
|
|
1245
1251
|
}, [_c('ValidationProvider', {
|
|
1246
1252
|
ref: "ValidationProvider",
|
|
@@ -1365,55 +1371,55 @@ var staticRenderFns = [];
|
|
|
1365
1371
|
iconDialogFormVisible: false,
|
|
1366
1372
|
selectedItem: ['MyCreated', 'MyProcessed', 'AllFile'],
|
|
1367
1373
|
wflowMenuItems: [{
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1374
|
+
code: 'MyCreated',
|
|
1375
|
+
name: '我创建的',
|
|
1376
|
+
text: '(全部、草稿、处理中、已结束)',
|
|
1377
|
+
children: [{
|
|
1378
|
+
code: 'All',
|
|
1379
|
+
name: '全部',
|
|
1380
|
+
urlsearch: 'status<:2'
|
|
1375
1381
|
}, {
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1382
|
+
code: 'Draft',
|
|
1383
|
+
name: '草稿',
|
|
1384
|
+
urlsearch: 'status:0'
|
|
1379
1385
|
}, {
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1386
|
+
code: 'Doing',
|
|
1387
|
+
name: '处理中',
|
|
1388
|
+
urlsearch: 'status:1'
|
|
1383
1389
|
}, {
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1390
|
+
code: 'Done',
|
|
1391
|
+
name: '已结束',
|
|
1392
|
+
urlsearch: 'status:2'
|
|
1387
1393
|
}]
|
|
1388
1394
|
}, {
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1395
|
+
code: 'MyProcessed',
|
|
1396
|
+
name: '我处理的',
|
|
1397
|
+
text: '(待办、已办)',
|
|
1398
|
+
children: [{
|
|
1399
|
+
code: 'Todo',
|
|
1400
|
+
name: '待办',
|
|
1401
|
+
listpageUrl: '#/dcontent/workflow.wfTaskItem.myTodo/?urlsearch=module:[busiCode]'
|
|
1396
1402
|
}, {
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1403
|
+
code: 'Done',
|
|
1404
|
+
name: '已办',
|
|
1405
|
+
listpageUrl: '#/dcontent/workflow.wfTaskItem.myDone/?urlsearch=module:[busiCode]'
|
|
1400
1406
|
}]
|
|
1401
1407
|
}, {
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1408
|
+
code: 'AllFile',
|
|
1409
|
+
name: '全部',
|
|
1410
|
+
text: '(全部、处理中、已结束)',
|
|
1411
|
+
children: [{
|
|
1412
|
+
code: 'All',
|
|
1413
|
+
name: '全部',
|
|
1414
|
+
urlsearch: 'status<:2'
|
|
1409
1415
|
}, {
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1416
|
+
code: 'Doing',
|
|
1417
|
+
name: '处理中',
|
|
1418
|
+
urlsearch: 'status:1'
|
|
1413
1419
|
}, {
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1420
|
+
code: 'Done',
|
|
1421
|
+
name: '已结束',
|
|
1422
|
+
urlsearch: 'status:2'
|
|
1417
1423
|
}]
|
|
1418
1424
|
}],
|
|
1419
1425
|
productCodeAll: this.$store.getters.productCodeAll,
|
|
@@ -1641,9 +1647,9 @@ var staticRenderFns = [];
|
|
|
1641
1647
|
});
|
|
1642
1648
|
;// CONCATENATED MODULE: ./packages/ecwplat/Module/src/MenuItemForm.vue?vue&type=script&lang=js
|
|
1643
1649
|
/* harmony default export */ var src_MenuItemFormvue_type_script_lang_js = (MenuItemFormvue_type_script_lang_js);
|
|
1644
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Module/src/MenuItemForm.vue?vue&type=style&index=0&id=
|
|
1645
|
-
var
|
|
1646
|
-
;// CONCATENATED MODULE: ./packages/ecwplat/Module/src/MenuItemForm.vue?vue&type=style&index=0&id=
|
|
1650
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Module/src/MenuItemForm.vue?vue&type=style&index=0&id=9706b6e2&prod&scoped=true&lang=scss
|
|
1651
|
+
var MenuItemFormvue_type_style_index_0_id_9706b6e2_prod_scoped_true_lang_scss = __webpack_require__(36924);
|
|
1652
|
+
;// CONCATENATED MODULE: ./packages/ecwplat/Module/src/MenuItemForm.vue?vue&type=style&index=0&id=9706b6e2&prod&scoped=true&lang=scss
|
|
1647
1653
|
|
|
1648
1654
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
1649
1655
|
var componentNormalizer = __webpack_require__(81656);
|
|
@@ -1662,7 +1668,7 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
1662
1668
|
staticRenderFns,
|
|
1663
1669
|
false,
|
|
1664
1670
|
null,
|
|
1665
|
-
"
|
|
1671
|
+
"9706b6e2",
|
|
1666
1672
|
null
|
|
1667
1673
|
|
|
1668
1674
|
)
|
|
@@ -9402,6 +9408,13 @@ module.exports = {
|
|
|
9402
9408
|
btnPermission: 'exportWfDefines',
|
|
9403
9409
|
id: 'btn_btn5',
|
|
9404
9410
|
btnType: 'toolbar'
|
|
9411
|
+
}, {
|
|
9412
|
+
btnName: 'I18nCode',
|
|
9413
|
+
btnIcon: 'export.svg',
|
|
9414
|
+
btnClick: 'exportWfdI18nCode();',
|
|
9415
|
+
btnPermission: 'exportWfdI18nCode',
|
|
9416
|
+
id: 'btn_btn5',
|
|
9417
|
+
btnType: 'toolbar'
|
|
9405
9418
|
}, {
|
|
9406
9419
|
btnName: '复制',
|
|
9407
9420
|
btnIcon: 'copy-document',
|
|
@@ -9595,6 +9608,25 @@ module.exports = {
|
|
|
9595
9608
|
});
|
|
9596
9609
|
}).catch(function () {});
|
|
9597
9610
|
},
|
|
9611
|
+
exportWfdI18nCode: function exportWfdI18nCode() {
|
|
9612
|
+
var ids = [];
|
|
9613
|
+
if (this.selectedRows.length > 0) {
|
|
9614
|
+
this.selectedRows.forEach(function (item, index) {
|
|
9615
|
+
ids.push(item.id);
|
|
9616
|
+
});
|
|
9617
|
+
} else {
|
|
9618
|
+
this.$alert('请选择需要导出I18nCode的流程配置。', '操作提示', {
|
|
9619
|
+
type: 'info'
|
|
9620
|
+
});
|
|
9621
|
+
return;
|
|
9622
|
+
}
|
|
9623
|
+
this.$confirm('确认要导出选择的流程配置I18nCode吗?', '确认操作', {
|
|
9624
|
+
type: 'warning'
|
|
9625
|
+
}).then(function () {
|
|
9626
|
+
var url = "/apigw" + '/base/apiPortlet/dowloadWfdProcessConfigOnI18n?wfIds=' + ids.join(',');
|
|
9627
|
+
window.open(url);
|
|
9628
|
+
});
|
|
9629
|
+
},
|
|
9598
9630
|
// 记录选择节点
|
|
9599
9631
|
onSelectedRowsChange: function onSelectedRowsChange(selectedRows) {
|
|
9600
9632
|
this.selectedRows = selectedRows;
|
|
@@ -12291,7 +12323,7 @@ var SysSetupvue_type_template_id_13900aee_scoped_true_render = function render()
|
|
|
12291
12323
|
var SysSetupvue_type_template_id_13900aee_scoped_true_staticRenderFns = [];
|
|
12292
12324
|
|
|
12293
12325
|
// EXTERNAL MODULE: ./packages/ecwplat/Module/src/MenuItemForm.vue + 4 modules
|
|
12294
|
-
var MenuItemForm = __webpack_require__(
|
|
12326
|
+
var MenuItemForm = __webpack_require__(14867);
|
|
12295
12327
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Module/src/SysSetup.vue?vue&type=script&lang=js
|
|
12296
12328
|
function SysSetupvue_type_script_lang_js_typeof(o) { "@babel/helpers - typeof"; return SysSetupvue_type_script_lang_js_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, SysSetupvue_type_script_lang_js_typeof(o); }
|
|
12297
12329
|
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == SysSetupvue_type_script_lang_js_typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(SysSetupvue_type_script_lang_js_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, catch: function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
|
|
@@ -15727,9 +15759,9 @@ module.exports = {
|
|
|
15727
15759
|
generateVuecode: 'GenerateVueCode',
|
|
15728
15760
|
selectDatabase: 'Please select database',
|
|
15729
15761
|
dataTableSet: 'DataTables ({folder})',
|
|
15730
|
-
|
|
15762
|
+
pleaseSelectEntityForBusiform: 'Please select a table that requires configuring busiform.',
|
|
15731
15763
|
selectBusiformType: 'Please select the new busiform type:',
|
|
15732
|
-
|
|
15764
|
+
copyOrModifyBusiformConfirm: 'Are you sure you need to copy the busiform?<br/>If you need to modify the busiform, please click on the table line directly.',
|
|
15733
15765
|
downloadCode: '<br/>Download code:',
|
|
15734
15766
|
importDataType: 'Import {dataType}',
|
|
15735
15767
|
ORM: 'Model Mapping',
|
|
@@ -15737,7 +15769,14 @@ module.exports = {
|
|
|
15737
15769
|
importSelectFile: 'Select {dataType} mapping configuration file',
|
|
15738
15770
|
importFormatDesc: '{dataType} configuration file content format description:',
|
|
15739
15771
|
importFormatTip: '1. The imported file should be a JSON format zip file exported through {dataType} configuration;',
|
|
15740
|
-
importBackupTip: '2. Before performing the import operation, please ensure that you have backed up the platform library.'
|
|
15772
|
+
importBackupTip: '2. Before performing the import operation, please ensure that you have backed up the platform library.',
|
|
15773
|
+
copyListpageConfirm: 'Are you sure you need to copy the listpage?',
|
|
15774
|
+
selectExportListpage: 'Please select the listpage that needs to export.',
|
|
15775
|
+
selectGenerateVuecodeListpage: 'Please select the busiform that requires generating Vue component code.',
|
|
15776
|
+
generateVuecodeListpageConfirm: 'Are you sure you want to generate listpage Vue component code?',
|
|
15777
|
+
pleaseSelectEntityForListpage: 'Please select a table that requires configuring listpage.',
|
|
15778
|
+
selectListpageType: 'Please select the new listpage type:',
|
|
15779
|
+
copyOrModifyListpageConfirm: 'Are you sure you need to copy the listpage?<br/>If you need to modify the listpage, please click on the table line directly.'
|
|
15741
15780
|
},
|
|
15742
15781
|
entityBusiform: {
|
|
15743
15782
|
fields: {
|
|
@@ -41495,7 +41534,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".loading[data-v-6bf27af0]{margin-top:1
|
|
|
41495
41534
|
|
|
41496
41535
|
/***/ }),
|
|
41497
41536
|
|
|
41498
|
-
/***/
|
|
41537
|
+
/***/ 5370:
|
|
41499
41538
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
41500
41539
|
|
|
41501
41540
|
"use strict";
|
|
@@ -41509,7 +41548,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
41509
41548
|
|
|
41510
41549
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
41511
41550
|
// Module
|
|
41512
|
-
___CSS_LOADER_EXPORT___.push([module.id, "[data-v-
|
|
41551
|
+
___CSS_LOADER_EXPORT___.push([module.id, "[data-v-9706b6e2] .el-dialog__body{height:650px;overflow-y:auto;padding:0 0 20px 0}[data-v-9706b6e2] .el-dialog__body .el-tabs--top{margin-top:0}", ""]);
|
|
41513
41552
|
// Exports
|
|
41514
41553
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
41515
41554
|
|
|
@@ -41873,7 +41912,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".el-icon-setting{margin-right:5px}", "
|
|
|
41873
41912
|
|
|
41874
41913
|
/***/ }),
|
|
41875
41914
|
|
|
41876
|
-
/***/
|
|
41915
|
+
/***/ 3862:
|
|
41877
41916
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
41878
41917
|
|
|
41879
41918
|
"use strict";
|
|
@@ -41894,7 +41933,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".col-icon{padding-top:3px;margin-right
|
|
|
41894
41933
|
|
|
41895
41934
|
/***/ }),
|
|
41896
41935
|
|
|
41897
|
-
/***/
|
|
41936
|
+
/***/ 56646:
|
|
41898
41937
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
41899
41938
|
|
|
41900
41939
|
"use strict";
|
|
@@ -41908,7 +41947,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
41908
41947
|
|
|
41909
41948
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
41910
41949
|
// Module
|
|
41911
|
-
___CSS_LOADER_EXPORT___.push([module.id, "[data-v-
|
|
41950
|
+
___CSS_LOADER_EXPORT___.push([module.id, "[data-v-9d3fe7cc] .el-table-toolbar-left{width:30%!important}[data-v-9d3fe7cc] .el-table-toolbar-right{width:70%!important}", ""]);
|
|
41912
41951
|
// Exports
|
|
41913
41952
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
41914
41953
|
|
|
@@ -42818,7 +42857,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".el-table-toolbar-right[data-v-5995826
|
|
|
42818
42857
|
|
|
42819
42858
|
/***/ }),
|
|
42820
42859
|
|
|
42821
|
-
/***/
|
|
42860
|
+
/***/ 10286:
|
|
42822
42861
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
42823
42862
|
|
|
42824
42863
|
"use strict";
|
|
@@ -42832,7 +42871,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
42832
42871
|
|
|
42833
42872
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
42834
42873
|
// Module
|
|
42835
|
-
___CSS_LOADER_EXPORT___.push([module.id, "[data-v-
|
|
42874
|
+
___CSS_LOADER_EXPORT___.push([module.id, "[data-v-b3275630] .upload-demo .el-upload--text{float:left}[data-v-b3275630] .upload-demo .el-upload-list--text{float:left;margin-left:10px}[data-v-b3275630] .upload-demo .el-upload-list--text .el-upload-list__item:first-child{margin-top:5px}", ""]);
|
|
42836
42875
|
// Exports
|
|
42837
42876
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
42838
42877
|
|
|
@@ -42959,7 +42998,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
42959
42998
|
|
|
42960
42999
|
|
|
42961
43000
|
|
|
42962
|
-
var ___CSS_LOADER_URL_IMPORT_0___ = new URL(/* asset import */ __webpack_require__(
|
|
43001
|
+
var ___CSS_LOADER_URL_IMPORT_0___ = new URL(/* asset import */ __webpack_require__(92509), __webpack_require__.b);
|
|
42963
43002
|
var ___CSS_LOADER_URL_IMPORT_1___ = new URL(/* asset import */ __webpack_require__(55751), __webpack_require__.b);
|
|
42964
43003
|
var ___CSS_LOADER_URL_IMPORT_2___ = new URL(/* asset import */ __webpack_require__(13037), __webpack_require__.b);
|
|
42965
43004
|
var ___CSS_LOADER_URL_IMPORT_3___ = new URL(/* asset import */ __webpack_require__(64558), __webpack_require__.b);
|
|
@@ -43629,7 +43668,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
43629
43668
|
|
|
43630
43669
|
|
|
43631
43670
|
|
|
43632
|
-
var ___CSS_LOADER_URL_IMPORT_0___ = new URL(/* asset import */ __webpack_require__(
|
|
43671
|
+
var ___CSS_LOADER_URL_IMPORT_0___ = new URL(/* asset import */ __webpack_require__(92509), __webpack_require__.b);
|
|
43633
43672
|
var ___CSS_LOADER_URL_IMPORT_1___ = new URL(/* asset import */ __webpack_require__(55751), __webpack_require__.b);
|
|
43634
43673
|
var ___CSS_LOADER_URL_IMPORT_2___ = new URL(/* asset import */ __webpack_require__(13037), __webpack_require__.b);
|
|
43635
43674
|
var ___CSS_LOADER_URL_IMPORT_3___ = new URL(/* asset import */ __webpack_require__(64558), __webpack_require__.b);
|
|
@@ -43669,7 +43708,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
43669
43708
|
|
|
43670
43709
|
|
|
43671
43710
|
|
|
43672
|
-
var ___CSS_LOADER_URL_IMPORT_0___ = new URL(/* asset import */ __webpack_require__(
|
|
43711
|
+
var ___CSS_LOADER_URL_IMPORT_0___ = new URL(/* asset import */ __webpack_require__(92509), __webpack_require__.b);
|
|
43673
43712
|
var ___CSS_LOADER_URL_IMPORT_1___ = new URL(/* asset import */ __webpack_require__(55751), __webpack_require__.b);
|
|
43674
43713
|
var ___CSS_LOADER_URL_IMPORT_2___ = new URL(/* asset import */ __webpack_require__(13037), __webpack_require__.b);
|
|
43675
43714
|
var ___CSS_LOADER_URL_IMPORT_3___ = new URL(/* asset import */ __webpack_require__(64558), __webpack_require__.b);
|
|
@@ -219824,19 +219863,19 @@ var update = add("0af4c498", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
219824
219863
|
|
|
219825
219864
|
/***/ }),
|
|
219826
219865
|
|
|
219827
|
-
/***/
|
|
219866
|
+
/***/ 36924:
|
|
219828
219867
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
219829
219868
|
|
|
219830
219869
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
219831
219870
|
|
|
219832
219871
|
// load the styles
|
|
219833
|
-
var content = __webpack_require__(
|
|
219872
|
+
var content = __webpack_require__(5370);
|
|
219834
219873
|
if(content.__esModule) content = content.default;
|
|
219835
219874
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
219836
219875
|
if(content.locals) module.exports = content.locals;
|
|
219837
219876
|
// add the styles to the DOM
|
|
219838
219877
|
var add = (__webpack_require__(99548)/* ["default"] */ .A)
|
|
219839
|
-
var update = add("
|
|
219878
|
+
var update = add("44081da1", content, true, {"sourceMap":false,"shadowMode":false});
|
|
219840
219879
|
|
|
219841
219880
|
/***/ }),
|
|
219842
219881
|
|
|
@@ -220112,35 +220151,35 @@ var update = add("fbbc02c8", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
220112
220151
|
|
|
220113
220152
|
/***/ }),
|
|
220114
220153
|
|
|
220115
|
-
/***/
|
|
220154
|
+
/***/ 48324:
|
|
220116
220155
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
220117
220156
|
|
|
220118
220157
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
220119
220158
|
|
|
220120
220159
|
// load the styles
|
|
220121
|
-
var content = __webpack_require__(
|
|
220160
|
+
var content = __webpack_require__(3862);
|
|
220122
220161
|
if(content.__esModule) content = content.default;
|
|
220123
220162
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
220124
220163
|
if(content.locals) module.exports = content.locals;
|
|
220125
220164
|
// add the styles to the DOM
|
|
220126
220165
|
var add = (__webpack_require__(99548)/* ["default"] */ .A)
|
|
220127
|
-
var update = add("
|
|
220166
|
+
var update = add("a5c3ac60", content, true, {"sourceMap":false,"shadowMode":false});
|
|
220128
220167
|
|
|
220129
220168
|
/***/ }),
|
|
220130
220169
|
|
|
220131
|
-
/***/
|
|
220170
|
+
/***/ 22680:
|
|
220132
220171
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
220133
220172
|
|
|
220134
220173
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
220135
220174
|
|
|
220136
220175
|
// load the styles
|
|
220137
|
-
var content = __webpack_require__(
|
|
220176
|
+
var content = __webpack_require__(56646);
|
|
220138
220177
|
if(content.__esModule) content = content.default;
|
|
220139
220178
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
220140
220179
|
if(content.locals) module.exports = content.locals;
|
|
220141
220180
|
// add the styles to the DOM
|
|
220142
220181
|
var add = (__webpack_require__(99548)/* ["default"] */ .A)
|
|
220143
|
-
var update = add("
|
|
220182
|
+
var update = add("d890e1c8", content, true, {"sourceMap":false,"shadowMode":false});
|
|
220144
220183
|
|
|
220145
220184
|
/***/ }),
|
|
220146
220185
|
|
|
@@ -220832,19 +220871,19 @@ var update = add("57901730", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
220832
220871
|
|
|
220833
220872
|
/***/ }),
|
|
220834
220873
|
|
|
220835
|
-
/***/
|
|
220874
|
+
/***/ 88484:
|
|
220836
220875
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
220837
220876
|
|
|
220838
220877
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
220839
220878
|
|
|
220840
220879
|
// load the styles
|
|
220841
|
-
var content = __webpack_require__(
|
|
220880
|
+
var content = __webpack_require__(10286);
|
|
220842
220881
|
if(content.__esModule) content = content.default;
|
|
220843
220882
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
220844
220883
|
if(content.locals) module.exports = content.locals;
|
|
220845
220884
|
// add the styles to the DOM
|
|
220846
220885
|
var add = (__webpack_require__(99548)/* ["default"] */ .A)
|
|
220847
|
-
var update = add("
|
|
220886
|
+
var update = add("c3e88306", content, true, {"sourceMap":false,"shadowMode":false});
|
|
220848
220887
|
|
|
220849
220888
|
/***/ }),
|
|
220850
220889
|
|
|
@@ -223212,7 +223251,7 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAe
|
|
|
223212
223251
|
|
|
223213
223252
|
/***/ }),
|
|
223214
223253
|
|
|
223215
|
-
/***/
|
|
223254
|
+
/***/ 92509:
|
|
223216
223255
|
/***/ (function(module) {
|
|
223217
223256
|
|
|
223218
223257
|
"use strict";
|
|
@@ -260160,7 +260199,7 @@ var Productvue_type_template_id_1af9b1f9_scoped_true_render = function render()
|
|
|
260160
260199
|
var Productvue_type_template_id_1af9b1f9_scoped_true_staticRenderFns = [];
|
|
260161
260200
|
|
|
260162
260201
|
// EXTERNAL MODULE: ./packages/ecwplat/Module/src/MenuItemForm.vue + 4 modules
|
|
260163
|
-
var MenuItemForm = __webpack_require__(
|
|
260202
|
+
var MenuItemForm = __webpack_require__(14867);
|
|
260164
260203
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Product/src/components/Product.vue?vue&type=script&lang=js
|
|
260165
260204
|
|
|
260166
260205
|
/* harmony default export */ var Productvue_type_script_lang_js = ({
|
|
@@ -275249,8 +275288,8 @@ var Organ_JobMatrixMgr = JobMatrixMgr;
|
|
|
275249
275288
|
var Organ_OrgUserList = OrgUserList;
|
|
275250
275289
|
var Organ_OrgTreeLRLayout = OrgTreeLRLayout;
|
|
275251
275290
|
var Organ_ColumnEdit = ColumnEdit;
|
|
275252
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/WfDefine/src/index.vue?vue&type=template&id=
|
|
275253
|
-
var
|
|
275291
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/WfDefine/src/index.vue?vue&type=template&id=cf588010&scoped=true
|
|
275292
|
+
var srcvue_type_template_id_cf588010_scoped_true_render = function render() {
|
|
275254
275293
|
var _vm = this,
|
|
275255
275294
|
_c = _vm._self._c,
|
|
275256
275295
|
_setup = _vm._self._setupProxy;
|
|
@@ -275346,7 +275385,7 @@ var srcvue_type_template_id_3c741886_scoped_true_render = function render() {
|
|
|
275346
275385
|
}
|
|
275347
275386
|
}, [_vm._v("确 定")])], 1)], 1)], 2);
|
|
275348
275387
|
};
|
|
275349
|
-
var
|
|
275388
|
+
var srcvue_type_template_id_cf588010_scoped_true_staticRenderFns = [];
|
|
275350
275389
|
|
|
275351
275390
|
// EXTERNAL MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/WfDefine/src/index.vue?vue&type=script&lang=js
|
|
275352
275391
|
var WfDefine_srcvue_type_script_lang_js = __webpack_require__(32680);
|
|
@@ -275363,11 +275402,11 @@ var srcvue_type_script_lang_js_default = /*#__PURE__*/__webpack_require__.n(WfDe
|
|
|
275363
275402
|
;
|
|
275364
275403
|
var WfDefine_src_component = (0,componentNormalizer/* default */.A)(
|
|
275365
275404
|
ecwplat_WfDefine_srcvue_type_script_lang_js,
|
|
275366
|
-
|
|
275367
|
-
|
|
275405
|
+
srcvue_type_template_id_cf588010_scoped_true_render,
|
|
275406
|
+
srcvue_type_template_id_cf588010_scoped_true_staticRenderFns,
|
|
275368
275407
|
false,
|
|
275369
275408
|
null,
|
|
275370
|
-
"
|
|
275409
|
+
"cf588010",
|
|
275371
275410
|
null
|
|
275372
275411
|
|
|
275373
275412
|
)
|
|
@@ -299154,8 +299193,8 @@ var TableFieldList_component = (0,componentNormalizer/* default */.A)(
|
|
|
299154
299193
|
)
|
|
299155
299194
|
|
|
299156
299195
|
/* harmony default export */ var TableFieldList = (TableFieldList_component.exports);
|
|
299157
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/TableEntityDesigner/src/ImportModuleCode.vue?vue&type=template&id=
|
|
299158
|
-
var
|
|
299196
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/TableEntityDesigner/src/ImportModuleCode.vue?vue&type=template&id=b3275630&scoped=true
|
|
299197
|
+
var ImportModuleCodevue_type_template_id_b3275630_scoped_true_render = function render() {
|
|
299159
299198
|
var _vm = this,
|
|
299160
299199
|
_c = _vm._self._c;
|
|
299161
299200
|
return _c('div', {
|
|
@@ -299290,7 +299329,7 @@ var ImportModuleCodevue_type_template_id_7ba8b276_scoped_true_render = function
|
|
|
299290
299329
|
}
|
|
299291
299330
|
}, [_vm._v("开始导入")])], 1)], 1)], 1) : _vm._e()], 1);
|
|
299292
299331
|
};
|
|
299293
|
-
var
|
|
299332
|
+
var ImportModuleCodevue_type_template_id_b3275630_scoped_true_staticRenderFns = [];
|
|
299294
299333
|
|
|
299295
299334
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/TableEntityDesigner/src/ImportModuleCode.vue?vue&type=script&lang=js
|
|
299296
299335
|
/* harmony default export */ var ImportModuleCodevue_type_script_lang_js = ({
|
|
@@ -299357,6 +299396,7 @@ var ImportModuleCodevue_type_template_id_7ba8b276_scoped_true_staticRenderFns =
|
|
|
299357
299396
|
this.$alert(this.$tx('wplus.adminConsole.noImportFileSelected', '请选择导入文件'), this.$t('common.operationTip'), {
|
|
299358
299397
|
type: 'warning'
|
|
299359
299398
|
});
|
|
299399
|
+
//this.$alert('请选择导入文件', '操作提示', { type: 'warning' })
|
|
299360
299400
|
} else {
|
|
299361
299401
|
this.doing = true;
|
|
299362
299402
|
this.$refs.upload.submit();
|
|
@@ -299400,9 +299440,9 @@ var ImportModuleCodevue_type_template_id_7ba8b276_scoped_true_staticRenderFns =
|
|
|
299400
299440
|
});
|
|
299401
299441
|
;// CONCATENATED MODULE: ./packages/ecwplus/TableEntityDesigner/src/ImportModuleCode.vue?vue&type=script&lang=js
|
|
299402
299442
|
/* harmony default export */ var src_ImportModuleCodevue_type_script_lang_js = (ImportModuleCodevue_type_script_lang_js);
|
|
299403
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/TableEntityDesigner/src/ImportModuleCode.vue?vue&type=style&index=0&id=
|
|
299404
|
-
var
|
|
299405
|
-
;// CONCATENATED MODULE: ./packages/ecwplus/TableEntityDesigner/src/ImportModuleCode.vue?vue&type=style&index=0&id=
|
|
299443
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/TableEntityDesigner/src/ImportModuleCode.vue?vue&type=style&index=0&id=b3275630&prod&scoped=true&lang=scss
|
|
299444
|
+
var ImportModuleCodevue_type_style_index_0_id_b3275630_prod_scoped_true_lang_scss = __webpack_require__(88484);
|
|
299445
|
+
;// CONCATENATED MODULE: ./packages/ecwplus/TableEntityDesigner/src/ImportModuleCode.vue?vue&type=style&index=0&id=b3275630&prod&scoped=true&lang=scss
|
|
299406
299446
|
|
|
299407
299447
|
;// CONCATENATED MODULE: ./packages/ecwplus/TableEntityDesigner/src/ImportModuleCode.vue
|
|
299408
299448
|
|
|
@@ -299415,11 +299455,11 @@ var ImportModuleCodevue_type_style_index_0_id_7ba8b276_prod_scoped_true_lang_scs
|
|
|
299415
299455
|
|
|
299416
299456
|
var ImportModuleCode_component = (0,componentNormalizer/* default */.A)(
|
|
299417
299457
|
src_ImportModuleCodevue_type_script_lang_js,
|
|
299418
|
-
|
|
299419
|
-
|
|
299458
|
+
ImportModuleCodevue_type_template_id_b3275630_scoped_true_render,
|
|
299459
|
+
ImportModuleCodevue_type_template_id_b3275630_scoped_true_staticRenderFns,
|
|
299420
299460
|
false,
|
|
299421
299461
|
null,
|
|
299422
|
-
"
|
|
299462
|
+
"b3275630",
|
|
299423
299463
|
null
|
|
299424
299464
|
|
|
299425
299465
|
)
|
|
@@ -309248,8 +309288,8 @@ var BusiformList_component = (0,componentNormalizer/* default */.A)(
|
|
|
309248
309288
|
)
|
|
309249
309289
|
|
|
309250
309290
|
/* harmony default export */ var BusiformList = (BusiformList_component.exports);
|
|
309251
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/AdminConsole/src/BusiformMgr.vue?vue&type=template&id=
|
|
309252
|
-
var
|
|
309291
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/AdminConsole/src/BusiformMgr.vue?vue&type=template&id=34df4d14
|
|
309292
|
+
var BusiformMgrvue_type_template_id_34df4d14_render = function render() {
|
|
309253
309293
|
var _vm = this,
|
|
309254
309294
|
_c = _vm._self._c;
|
|
309255
309295
|
return _c('LRLayout', [_c('LeftPanel', [_c('el-tree', {
|
|
@@ -309332,7 +309372,7 @@ var BusiformMgrvue_type_template_id_602d02ea_render = function render() {
|
|
|
309332
309372
|
});
|
|
309333
309373
|
}), 1)], 1)]), _c('ImportModuleCode')], 1)], 1);
|
|
309334
309374
|
};
|
|
309335
|
-
var
|
|
309375
|
+
var BusiformMgrvue_type_template_id_34df4d14_staticRenderFns = [];
|
|
309336
309376
|
|
|
309337
309377
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/AdminConsole/src/BusiformMgr.vue?vue&type=script&lang=js
|
|
309338
309378
|
function BusiformMgrvue_type_script_lang_js_typeof(o) { "@babel/helpers - typeof"; return BusiformMgrvue_type_script_lang_js_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, BusiformMgrvue_type_script_lang_js_typeof(o); }
|
|
@@ -309657,7 +309697,7 @@ function BusiformMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
309657
309697
|
var curNode = this.$refs['tbTree'].getCurrentNode();
|
|
309658
309698
|
if (curNode === null || curNode.id === '0') {
|
|
309659
309699
|
//请选择一个需要配置业务表单的表。
|
|
309660
|
-
this.$alert(this.$t('wplus.adminConsole.
|
|
309700
|
+
this.$alert(this.$t('wplus.adminConsole.pleaseSelectEntityForBusiform'), this.$t('common.operationTip'), {
|
|
309661
309701
|
type: 'warning'
|
|
309662
309702
|
});
|
|
309663
309703
|
return;
|
|
@@ -309702,7 +309742,7 @@ function BusiformMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
309702
309742
|
copyBusiformView: function copyBusiformView(row, column, cellValue, index) {
|
|
309703
309743
|
var _this5 = this;
|
|
309704
309744
|
//您是否确认需要复制业务表单?<br/>如需修改业务表单请直接单击表单行。
|
|
309705
|
-
this.$confirm(this.$t('wplus.adminConsole.
|
|
309745
|
+
this.$confirm(this.$t('wplus.adminConsole.copyOrModifyBusiformConfirm'), this.$t('common.confirm'), {
|
|
309706
309746
|
type: 'warning',
|
|
309707
309747
|
dangerouslyUseHTMLString: true
|
|
309708
309748
|
}).then(function () {
|
|
@@ -309848,8 +309888,8 @@ function BusiformMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
309848
309888
|
;
|
|
309849
309889
|
var BusiformMgr_component = (0,componentNormalizer/* default */.A)(
|
|
309850
309890
|
src_BusiformMgrvue_type_script_lang_js,
|
|
309851
|
-
|
|
309852
|
-
|
|
309891
|
+
BusiformMgrvue_type_template_id_34df4d14_render,
|
|
309892
|
+
BusiformMgrvue_type_template_id_34df4d14_staticRenderFns,
|
|
309853
309893
|
false,
|
|
309854
309894
|
null,
|
|
309855
309895
|
null,
|
|
@@ -310033,8 +310073,8 @@ var ListpageList_component = (0,componentNormalizer/* default */.A)(
|
|
|
310033
310073
|
)
|
|
310034
310074
|
|
|
310035
310075
|
/* harmony default export */ var ListpageList = (ListpageList_component.exports);
|
|
310036
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/AdminConsole/src/ListpageMgr.vue?vue&type=template&id=
|
|
310037
|
-
var
|
|
310076
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/AdminConsole/src/ListpageMgr.vue?vue&type=template&id=4cde3fc9
|
|
310077
|
+
var ListpageMgrvue_type_template_id_4cde3fc9_render = function render() {
|
|
310038
310078
|
var _vm = this,
|
|
310039
310079
|
_c = _vm._self._c;
|
|
310040
310080
|
return _c('LRLayout', [_c('LeftPanel', [_c('el-tree', {
|
|
@@ -310093,7 +310133,7 @@ var ListpageMgrvue_type_template_id_fe2f37a6_render = function render() {
|
|
|
310093
310133
|
attrs: {
|
|
310094
310134
|
"name": "dbName",
|
|
310095
310135
|
"size": "small",
|
|
310096
|
-
"placeholder": "
|
|
310136
|
+
"placeholder": "$t{'wplus.adminConsole.selectDatabase'}"
|
|
310097
310137
|
},
|
|
310098
310138
|
on: {
|
|
310099
310139
|
"change": function change($event) {
|
|
@@ -310117,7 +310157,7 @@ var ListpageMgrvue_type_template_id_fe2f37a6_render = function render() {
|
|
|
310117
310157
|
});
|
|
310118
310158
|
}), 1)], 1)]), _c('ImportModuleCode')], 1)], 1);
|
|
310119
310159
|
};
|
|
310120
|
-
var
|
|
310160
|
+
var ListpageMgrvue_type_template_id_4cde3fc9_staticRenderFns = [];
|
|
310121
310161
|
|
|
310122
310162
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/AdminConsole/src/ListpageMgr.vue?vue&type=script&lang=js
|
|
310123
310163
|
function ListpageMgrvue_type_script_lang_js_typeof(o) { "@babel/helpers - typeof"; return ListpageMgrvue_type_script_lang_js_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, ListpageMgrvue_type_script_lang_js_typeof(o); }
|
|
@@ -310296,8 +310336,8 @@ function ListpageMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
310296
310336
|
var _this2 = this;
|
|
310297
310337
|
this.dbJdbcurls = [{
|
|
310298
310338
|
dbName: '',
|
|
310299
|
-
appName: '
|
|
310300
|
-
}];
|
|
310339
|
+
appName: this.$t('wplus.adminConsole.selectDatabase')
|
|
310340
|
+
}]; //'选择应用数据库'
|
|
310301
310341
|
this.$app.querydata('base/jdbcurl/querydata', [], 'orderNo asc').then(function (res) {
|
|
310302
310342
|
if (res.code === 'success') {
|
|
310303
310343
|
res.body.listdata.forEach(function (db) {
|
|
@@ -310348,8 +310388,10 @@ function ListpageMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
310348
310388
|
type: 'package',
|
|
310349
310389
|
children: [],
|
|
310350
310390
|
icon: 'el-icon-folder',
|
|
310351
|
-
label: '
|
|
310352
|
-
|
|
310391
|
+
label: _this3.$t('wplus.adminConsole.dataTableSet', {
|
|
310392
|
+
folder: folder
|
|
310393
|
+
})
|
|
310394
|
+
}; //'数据表集(' + folder + ')'
|
|
310353
310395
|
folders.push(folderNode);
|
|
310354
310396
|
folderKeys[folder] = folderNode;
|
|
310355
310397
|
}
|
|
@@ -310401,8 +310443,9 @@ function ListpageMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
310401
310443
|
attrs: {
|
|
310402
310444
|
class: 'el-link el-link--default is-underline'
|
|
310403
310445
|
},
|
|
310446
|
+
//生成Vue组件代码
|
|
310404
310447
|
domProps: {
|
|
310405
|
-
innerHTML: '<span class="el-link--inner"><i class="el-icon-download"
|
|
310448
|
+
innerHTML: '<span class="el-link--inner"><i class="el-icon-download" />' + this.$t('wplus.adminConsole.generateVuecode') + '</span>'
|
|
310406
310449
|
},
|
|
310407
310450
|
on: {
|
|
310408
310451
|
click: function click() {
|
|
@@ -310417,7 +310460,7 @@ function ListpageMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
310417
310460
|
if (row === undefined) {
|
|
310418
310461
|
var curNode = this.$refs['tbTree'].getCurrentNode();
|
|
310419
310462
|
if (curNode === null || curNode.id === '0') {
|
|
310420
|
-
this.$alert('请选择一个需要配置列表页面的表。', this.$t('common.operationTip'), {
|
|
310463
|
+
this.$alert(this.$tx('wplus.adminConsole.pleaseSelectEntityForListpage', '请选择一个需要配置列表页面的表。'), this.$t('common.operationTip'), {
|
|
310421
310464
|
type: 'warning'
|
|
310422
310465
|
});
|
|
310423
310466
|
return;
|
|
@@ -310443,7 +310486,7 @@ function ListpageMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
310443
310486
|
text: '手机版列表页面'
|
|
310444
310487
|
}];
|
|
310445
310488
|
}
|
|
310446
|
-
this.$bus.emit('openListitemDialog', '请选择新增列表类型:', listitem, function (rst) {
|
|
310489
|
+
this.$bus.emit('openListitemDialog', this.$tx('wplus.adminConsole.selectListpageType', '请选择新增列表类型:'), listitem, function (rst) {
|
|
310447
310490
|
if (rst.code === 'success') {
|
|
310448
310491
|
window.open('/#/designer/listpage?id=' + curNode.id + '&listViewType=' + rst.value + '&actionType=addNew&dwadmin=' + _this4.dwadmin);
|
|
310449
310492
|
}
|
|
@@ -310454,7 +310497,7 @@ function ListpageMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
310454
310497
|
},
|
|
310455
310498
|
copyListPageView: function copyListPageView(row, column, cellValue, index) {
|
|
310456
310499
|
var _this5 = this;
|
|
310457
|
-
this.$confirm('您是否确认需要复制列表页面?<br/>如需修改列表页面请直接单击列表行。', this.$t('common.confirm'), {
|
|
310500
|
+
this.$confirm(this.$tx('wplus.adminConsole.copyOrModifyListpageConfirm', '您是否确认需要复制列表页面?<br/>如需修改列表页面请直接单击列表行。'), this.$t('common.confirm'), {
|
|
310458
310501
|
type: 'warning',
|
|
310459
310502
|
dangerouslyUseHTMLString: true
|
|
310460
310503
|
}).then( /*#__PURE__*/ListpageMgrvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/ListpageMgrvue_type_script_lang_js_regeneratorRuntime().mark(function _callee2() {
|
|
@@ -310484,7 +310527,7 @@ function ListpageMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
310484
310527
|
}
|
|
310485
310528
|
});
|
|
310486
310529
|
if (tbEntityIds.length === 0) {
|
|
310487
|
-
this.$alert('请选择需要导出配置的列表页面。', this.$t('common.operationTip'), {
|
|
310530
|
+
this.$alert(this.$tx('wplus.adminConsole.selectExportListpage', '请选择需要导出配置的列表页面。'), this.$t('common.operationTip'), {
|
|
310488
310531
|
type: 'warning'
|
|
310489
310532
|
});
|
|
310490
310533
|
return;
|
|
@@ -310501,7 +310544,7 @@ function ListpageMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
310501
310544
|
}
|
|
310502
310545
|
}).then(function (res) {
|
|
310503
310546
|
if (res.code === 'success') {
|
|
310504
|
-
var downloadUrl = '<
|
|
310547
|
+
var downloadUrl = _this6.$tx('wplus.adminConsole.downloadCode', '下载代码') + '<a href="' + "/apigw" + '/' + res.body.zipurl + '" target="_blank">' + res.body.zipname + '</a>';
|
|
310505
310548
|
_this6.$alert(res.message + downloadUrl, _this6.$t('common.operationTip'), {
|
|
310506
310549
|
type: 'success',
|
|
310507
310550
|
dangerouslyUseHTMLString: true
|
|
@@ -310525,12 +310568,12 @@ function ListpageMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
310525
310568
|
listpages.push(row);
|
|
310526
310569
|
}
|
|
310527
310570
|
if (listpages.length === 0) {
|
|
310528
|
-
this.$alert('请选择需要生成Vue组件代码的列表页面。', this.$t('common.operationTip'), {
|
|
310571
|
+
this.$alert(this.$tx('wplus.adminConsole.selectGenerateVuecodeListpage', '请选择需要生成Vue组件代码的列表页面。'), this.$t('common.operationTip'), {
|
|
310529
310572
|
type: 'warning'
|
|
310530
310573
|
});
|
|
310531
310574
|
return;
|
|
310532
310575
|
}
|
|
310533
|
-
this.$confirm('确认要生成列表页面Vue组件代码吗?', this.$t('common.confirm'), {
|
|
310576
|
+
this.$confirm(this.$tx('wplus.adminConsole.generateVuecodeListpageConfirm', '确认要生成列表页面Vue组件代码吗?'), this.$t('common.confirm'), {
|
|
310534
310577
|
type: 'warning'
|
|
310535
310578
|
}).then(function () {
|
|
310536
310579
|
_this7.$http({
|
|
@@ -310540,7 +310583,7 @@ function ListpageMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
310540
310583
|
url: 'base/codeGenerate/generateListpageVueCode'
|
|
310541
310584
|
}).then(function (res) {
|
|
310542
310585
|
if (res.code === 'success') {
|
|
310543
|
-
var downloadUrl = '<
|
|
310586
|
+
var downloadUrl = _this7.$tx('wplus.adminConsole.downloadCode', '下载代码') + '<a href="' + "/apigw" + '/' + res.body.zipurl + '" target="_blank">' + res.body.zipname + '</a>';
|
|
310544
310587
|
_this7.$alert(res.message + downloadUrl, _this7.$t('common.operationTip'), {
|
|
310545
310588
|
type: 'success',
|
|
310546
310589
|
dangerouslyUseHTMLString: true
|
|
@@ -310602,8 +310645,8 @@ function ListpageMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
310602
310645
|
;
|
|
310603
310646
|
var ListpageMgr_component = (0,componentNormalizer/* default */.A)(
|
|
310604
310647
|
src_ListpageMgrvue_type_script_lang_js,
|
|
310605
|
-
|
|
310606
|
-
|
|
310648
|
+
ListpageMgrvue_type_template_id_4cde3fc9_render,
|
|
310649
|
+
ListpageMgrvue_type_template_id_4cde3fc9_staticRenderFns,
|
|
310607
310650
|
false,
|
|
310608
310651
|
null,
|
|
310609
310652
|
null,
|
|
@@ -311080,8 +311123,8 @@ var TableEntityList_component = (0,componentNormalizer/* default */.A)(
|
|
|
311080
311123
|
)
|
|
311081
311124
|
|
|
311082
311125
|
/* harmony default export */ var TableEntityList = (TableEntityList_component.exports);
|
|
311083
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/AdminConsole/src/TableEntityMgr.vue?vue&type=template&id=
|
|
311084
|
-
var
|
|
311126
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/AdminConsole/src/TableEntityMgr.vue?vue&type=template&id=9d3fe7cc&scoped=true
|
|
311127
|
+
var TableEntityMgrvue_type_template_id_9d3fe7cc_scoped_true_render = function render() {
|
|
311085
311128
|
var _vm = this,
|
|
311086
311129
|
_c = _vm._self._c;
|
|
311087
311130
|
return _c('LRLayout', [_c('LeftPanel', {
|
|
@@ -311168,7 +311211,7 @@ var TableEntityMgrvue_type_template_id_7a890926_scoped_true_render = function re
|
|
|
311168
311211
|
}])
|
|
311169
311212
|
}), _c('TableFieldList'), _c('ImportModuleCode'), _c('ExportModuleCode')], 1)], 1);
|
|
311170
311213
|
};
|
|
311171
|
-
var
|
|
311214
|
+
var TableEntityMgrvue_type_template_id_9d3fe7cc_scoped_true_staticRenderFns = [];
|
|
311172
311215
|
|
|
311173
311216
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/AdminConsole/src/TableEntityMgr.vue?vue&type=script&lang=js
|
|
311174
311217
|
function TableEntityMgrvue_type_script_lang_js_typeof(o) { "@babel/helpers - typeof"; return TableEntityMgrvue_type_script_lang_js_typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, TableEntityMgrvue_type_script_lang_js_typeof(o); }
|
|
@@ -311471,7 +311514,7 @@ function TableEntityMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object"
|
|
|
311471
311514
|
}
|
|
311472
311515
|
this.$bus.emit('openExportModuleDialog', '导出实体映射', null, function (rst) {
|
|
311473
311516
|
if (rst.code === 'success') {
|
|
311474
|
-
if (rst.value.dataType ===
|
|
311517
|
+
if (rst.value.dataType === 1) {
|
|
311475
311518
|
_this2.$http({
|
|
311476
311519
|
method: 'post',
|
|
311477
311520
|
contentType: 'application/x-www-form-urlencoded',
|
|
@@ -311669,13 +311712,13 @@ function TableEntityMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object"
|
|
|
311669
311712
|
});
|
|
311670
311713
|
;// CONCATENATED MODULE: ./packages/ecwplus/AdminConsole/src/TableEntityMgr.vue?vue&type=script&lang=js
|
|
311671
311714
|
/* harmony default export */ var src_TableEntityMgrvue_type_script_lang_js = (TableEntityMgrvue_type_script_lang_js);
|
|
311672
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/AdminConsole/src/TableEntityMgr.vue?vue&type=style&index=0&id=
|
|
311673
|
-
var
|
|
311674
|
-
;// CONCATENATED MODULE: ./packages/ecwplus/AdminConsole/src/TableEntityMgr.vue?vue&type=style&index=0&id=
|
|
311715
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/AdminConsole/src/TableEntityMgr.vue?vue&type=style&index=0&id=9d3fe7cc&prod&lang=scss
|
|
311716
|
+
var TableEntityMgrvue_type_style_index_0_id_9d3fe7cc_prod_lang_scss = __webpack_require__(48324);
|
|
311717
|
+
;// CONCATENATED MODULE: ./packages/ecwplus/AdminConsole/src/TableEntityMgr.vue?vue&type=style&index=0&id=9d3fe7cc&prod&lang=scss
|
|
311675
311718
|
|
|
311676
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/AdminConsole/src/TableEntityMgr.vue?vue&type=style&index=1&id=
|
|
311677
|
-
var
|
|
311678
|
-
;// CONCATENATED MODULE: ./packages/ecwplus/AdminConsole/src/TableEntityMgr.vue?vue&type=style&index=1&id=
|
|
311719
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplus/AdminConsole/src/TableEntityMgr.vue?vue&type=style&index=1&id=9d3fe7cc&prod&lang=scss&scoped=true
|
|
311720
|
+
var TableEntityMgrvue_type_style_index_1_id_9d3fe7cc_prod_lang_scss_scoped_true = __webpack_require__(22680);
|
|
311721
|
+
;// CONCATENATED MODULE: ./packages/ecwplus/AdminConsole/src/TableEntityMgr.vue?vue&type=style&index=1&id=9d3fe7cc&prod&lang=scss&scoped=true
|
|
311679
311722
|
|
|
311680
311723
|
;// CONCATENATED MODULE: ./packages/ecwplus/AdminConsole/src/TableEntityMgr.vue
|
|
311681
311724
|
|
|
@@ -311689,11 +311732,11 @@ var TableEntityMgrvue_type_style_index_1_id_7a890926_prod_lang_scss_scoped_true
|
|
|
311689
311732
|
|
|
311690
311733
|
var TableEntityMgr_component = (0,componentNormalizer/* default */.A)(
|
|
311691
311734
|
src_TableEntityMgrvue_type_script_lang_js,
|
|
311692
|
-
|
|
311693
|
-
|
|
311735
|
+
TableEntityMgrvue_type_template_id_9d3fe7cc_scoped_true_render,
|
|
311736
|
+
TableEntityMgrvue_type_template_id_9d3fe7cc_scoped_true_staticRenderFns,
|
|
311694
311737
|
false,
|
|
311695
311738
|
null,
|
|
311696
|
-
"
|
|
311739
|
+
"9d3fe7cc",
|
|
311697
311740
|
null
|
|
311698
311741
|
|
|
311699
311742
|
)
|