ecinc-cloud-wappaio 9.0.150 → 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 +326 -181
- package/lib/ecwappaio.umd.js +328 -183
- 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;
|
|
@@ -9960,6 +9992,7 @@ module.exports = {
|
|
|
9960
9992
|
/* harmony export */ Z0: function() { return /* binding */ getLanguage; },
|
|
9961
9993
|
/* harmony export */ ot: function() { return /* binding */ commonMessages; }
|
|
9962
9994
|
/* harmony export */ });
|
|
9995
|
+
/* unused harmony export $tx */
|
|
9963
9996
|
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(74100);
|
|
9964
9997
|
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_0__);
|
|
9965
9998
|
/* harmony import */ var js_cookie__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(12215);
|
|
@@ -9995,11 +10028,34 @@ var $messages = {
|
|
|
9995
10028
|
};
|
|
9996
10029
|
var commonMessages = $messages;
|
|
9997
10030
|
|
|
10031
|
+
/*
|
|
10032
|
+
expression:完整表达式
|
|
10033
|
+
variables:动态变量
|
|
10034
|
+
defaultText:默认文本
|
|
10035
|
+
*/
|
|
10036
|
+
function $tx(expression, variables, defaultText) {
|
|
10037
|
+
var $scope = this.$vnode.context;
|
|
10038
|
+
var text;
|
|
10039
|
+
if ($scope.$te(expression)) {
|
|
10040
|
+
text = $scope.$t(expression);
|
|
10041
|
+
} else if (_typeof(variables) !== 'object') {
|
|
10042
|
+
text = variables;
|
|
10043
|
+
} else {
|
|
10044
|
+
text = defaultText;
|
|
10045
|
+
}
|
|
10046
|
+
if (_typeof(variables) === 'object') {
|
|
10047
|
+
Object.keys(variables).forEach(function (key) {
|
|
10048
|
+
text = text.replace('{' + key + '}', variables[key]);
|
|
10049
|
+
});
|
|
10050
|
+
}
|
|
10051
|
+
return text;
|
|
10052
|
+
}
|
|
10053
|
+
|
|
9998
10054
|
// translate router.meta.title, be used in breadcrumb sidebar tagsview
|
|
9999
|
-
function generateTitle(meta, $scope, moduleCode, i18npkg) {
|
|
10055
|
+
function generateTitle(meta, $scope, moduleCode, i18npkg, variables) {
|
|
10000
10056
|
$scope = $scope || this;
|
|
10001
10057
|
if (meta.i18nCode && $scope.$te(meta.i18nCode)) {
|
|
10002
|
-
return $scope.$t(meta.i18nCode);
|
|
10058
|
+
return $scope.$t(meta.i18nCode, variables);
|
|
10003
10059
|
}
|
|
10004
10060
|
if (!i18npkg) {
|
|
10005
10061
|
i18npkg = $scope.i18npkg || $scope.$vnode.context.i18npkg || $scope.$vnode.context.$vnode.context.i18npkg;
|
|
@@ -10068,8 +10124,14 @@ function generateTitle(meta, $scope, moduleCode, i18npkg) {
|
|
|
10068
10124
|
} else if (meta.wfIdeaLabel) {
|
|
10069
10125
|
//流程意见标签
|
|
10070
10126
|
expression = i18npkg + 'wfdProcess.ideaLabels' + '.' + meta.wfIdeaLabel;
|
|
10071
|
-
} else if (meta.i18nCode
|
|
10127
|
+
} else if (meta.i18nCode) {
|
|
10072
10128
|
expression = meta.i18nCode;
|
|
10129
|
+
if (expression.indexOf(moduleCode) === -1) {
|
|
10130
|
+
expression = moduleCode + expression;
|
|
10131
|
+
}
|
|
10132
|
+
if (expression.indexOf(i18npkg) === -1) {
|
|
10133
|
+
expression = i18npkg + expression;
|
|
10134
|
+
}
|
|
10073
10135
|
} else {
|
|
10074
10136
|
debugger;
|
|
10075
10137
|
}
|
|
@@ -12261,7 +12323,7 @@ var SysSetupvue_type_template_id_13900aee_scoped_true_render = function render()
|
|
|
12261
12323
|
var SysSetupvue_type_template_id_13900aee_scoped_true_staticRenderFns = [];
|
|
12262
12324
|
|
|
12263
12325
|
// EXTERNAL MODULE: ./packages/ecwplat/Module/src/MenuItemForm.vue + 4 modules
|
|
12264
|
-
var MenuItemForm = __webpack_require__(
|
|
12326
|
+
var MenuItemForm = __webpack_require__(14867);
|
|
12265
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
|
|
12266
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); }
|
|
12267
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; }
|
|
@@ -15697,10 +15759,24 @@ module.exports = {
|
|
|
15697
15759
|
generateVuecode: 'GenerateVueCode',
|
|
15698
15760
|
selectDatabase: 'Please select database',
|
|
15699
15761
|
dataTableSet: 'DataTables ({folder})',
|
|
15700
|
-
|
|
15762
|
+
pleaseSelectEntityForBusiform: 'Please select a table that requires configuring busiform.',
|
|
15701
15763
|
selectBusiformType: 'Please select the new busiform type:',
|
|
15702
|
-
|
|
15703
|
-
downloadCode: '<br/>Download code:'
|
|
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.',
|
|
15765
|
+
downloadCode: '<br/>Download code:',
|
|
15766
|
+
importDataType: 'Import {dataType}',
|
|
15767
|
+
ORM: 'Model Mapping',
|
|
15768
|
+
noImportFileSelected: 'Please select the import file',
|
|
15769
|
+
importSelectFile: 'Select {dataType} mapping configuration file',
|
|
15770
|
+
importFormatDesc: '{dataType} configuration file content format description:',
|
|
15771
|
+
importFormatTip: '1. The imported file should be a JSON format zip file exported through {dataType} configuration;',
|
|
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.'
|
|
15704
15780
|
},
|
|
15705
15781
|
entityBusiform: {
|
|
15706
15782
|
fields: {
|
|
@@ -15724,7 +15800,7 @@ module.exports = {
|
|
|
15724
15800
|
},
|
|
15725
15801
|
pageBtns: {
|
|
15726
15802
|
generateVueCode: 'GenerateVueCode',
|
|
15727
|
-
startImport: '
|
|
15803
|
+
startImport: 'Start Import'
|
|
15728
15804
|
}
|
|
15729
15805
|
}
|
|
15730
15806
|
};
|
|
@@ -15772,7 +15848,10 @@ module.exports = {
|
|
|
15772
15848
|
pleaseSelectEntity: '请选择一个需要配置业务表单的表。',
|
|
15773
15849
|
selectBusiformType: '请选择新增表单类型:',
|
|
15774
15850
|
copyBusiformConfig: '您是否确认需要复制业务表单?<br/>如需修改业务表单请直接单击表单行。',
|
|
15775
|
-
downloadCode: '<br/>下载代码:'
|
|
15851
|
+
downloadCode: '<br/>下载代码:',
|
|
15852
|
+
importDataType: '导入{dataType}',
|
|
15853
|
+
ORM: '模型映射',
|
|
15854
|
+
noImportFileSelected: '请选择导入文件'
|
|
15776
15855
|
}
|
|
15777
15856
|
}
|
|
15778
15857
|
};
|
|
@@ -41455,7 +41534,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".loading[data-v-6bf27af0]{margin-top:1
|
|
|
41455
41534
|
|
|
41456
41535
|
/***/ }),
|
|
41457
41536
|
|
|
41458
|
-
/***/
|
|
41537
|
+
/***/ 5370:
|
|
41459
41538
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
41460
41539
|
|
|
41461
41540
|
"use strict";
|
|
@@ -41469,7 +41548,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
41469
41548
|
|
|
41470
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()));
|
|
41471
41550
|
// Module
|
|
41472
|
-
___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}", ""]);
|
|
41473
41552
|
// Exports
|
|
41474
41553
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
41475
41554
|
|
|
@@ -41833,7 +41912,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".el-icon-setting{margin-right:5px}", "
|
|
|
41833
41912
|
|
|
41834
41913
|
/***/ }),
|
|
41835
41914
|
|
|
41836
|
-
/***/
|
|
41915
|
+
/***/ 3862:
|
|
41837
41916
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
41838
41917
|
|
|
41839
41918
|
"use strict";
|
|
@@ -41854,7 +41933,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".col-icon{padding-top:3px;margin-right
|
|
|
41854
41933
|
|
|
41855
41934
|
/***/ }),
|
|
41856
41935
|
|
|
41857
|
-
/***/
|
|
41936
|
+
/***/ 56646:
|
|
41858
41937
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
41859
41938
|
|
|
41860
41939
|
"use strict";
|
|
@@ -41868,7 +41947,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
41868
41947
|
|
|
41869
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()));
|
|
41870
41949
|
// Module
|
|
41871
|
-
___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}", ""]);
|
|
41872
41951
|
// Exports
|
|
41873
41952
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
41874
41953
|
|
|
@@ -42778,7 +42857,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".el-table-toolbar-right[data-v-5995826
|
|
|
42778
42857
|
|
|
42779
42858
|
/***/ }),
|
|
42780
42859
|
|
|
42781
|
-
/***/
|
|
42860
|
+
/***/ 10286:
|
|
42782
42861
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
42783
42862
|
|
|
42784
42863
|
"use strict";
|
|
@@ -42792,7 +42871,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
42792
42871
|
|
|
42793
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()));
|
|
42794
42873
|
// Module
|
|
42795
|
-
___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}", ""]);
|
|
42796
42875
|
// Exports
|
|
42797
42876
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
42798
42877
|
|
|
@@ -219784,19 +219863,19 @@ var update = add("0af4c498", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
219784
219863
|
|
|
219785
219864
|
/***/ }),
|
|
219786
219865
|
|
|
219787
|
-
/***/
|
|
219866
|
+
/***/ 36924:
|
|
219788
219867
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
219789
219868
|
|
|
219790
219869
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
219791
219870
|
|
|
219792
219871
|
// load the styles
|
|
219793
|
-
var content = __webpack_require__(
|
|
219872
|
+
var content = __webpack_require__(5370);
|
|
219794
219873
|
if(content.__esModule) content = content.default;
|
|
219795
219874
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
219796
219875
|
if(content.locals) module.exports = content.locals;
|
|
219797
219876
|
// add the styles to the DOM
|
|
219798
219877
|
var add = (__webpack_require__(99548)/* ["default"] */ .A)
|
|
219799
|
-
var update = add("
|
|
219878
|
+
var update = add("44081da1", content, true, {"sourceMap":false,"shadowMode":false});
|
|
219800
219879
|
|
|
219801
219880
|
/***/ }),
|
|
219802
219881
|
|
|
@@ -220072,35 +220151,35 @@ var update = add("fbbc02c8", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
220072
220151
|
|
|
220073
220152
|
/***/ }),
|
|
220074
220153
|
|
|
220075
|
-
/***/
|
|
220154
|
+
/***/ 48324:
|
|
220076
220155
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
220077
220156
|
|
|
220078
220157
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
220079
220158
|
|
|
220080
220159
|
// load the styles
|
|
220081
|
-
var content = __webpack_require__(
|
|
220160
|
+
var content = __webpack_require__(3862);
|
|
220082
220161
|
if(content.__esModule) content = content.default;
|
|
220083
220162
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
220084
220163
|
if(content.locals) module.exports = content.locals;
|
|
220085
220164
|
// add the styles to the DOM
|
|
220086
220165
|
var add = (__webpack_require__(99548)/* ["default"] */ .A)
|
|
220087
|
-
var update = add("
|
|
220166
|
+
var update = add("a5c3ac60", content, true, {"sourceMap":false,"shadowMode":false});
|
|
220088
220167
|
|
|
220089
220168
|
/***/ }),
|
|
220090
220169
|
|
|
220091
|
-
/***/
|
|
220170
|
+
/***/ 22680:
|
|
220092
220171
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
220093
220172
|
|
|
220094
220173
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
220095
220174
|
|
|
220096
220175
|
// load the styles
|
|
220097
|
-
var content = __webpack_require__(
|
|
220176
|
+
var content = __webpack_require__(56646);
|
|
220098
220177
|
if(content.__esModule) content = content.default;
|
|
220099
220178
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
220100
220179
|
if(content.locals) module.exports = content.locals;
|
|
220101
220180
|
// add the styles to the DOM
|
|
220102
220181
|
var add = (__webpack_require__(99548)/* ["default"] */ .A)
|
|
220103
|
-
var update = add("
|
|
220182
|
+
var update = add("d890e1c8", content, true, {"sourceMap":false,"shadowMode":false});
|
|
220104
220183
|
|
|
220105
220184
|
/***/ }),
|
|
220106
220185
|
|
|
@@ -220792,19 +220871,19 @@ var update = add("57901730", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
220792
220871
|
|
|
220793
220872
|
/***/ }),
|
|
220794
220873
|
|
|
220795
|
-
/***/
|
|
220874
|
+
/***/ 88484:
|
|
220796
220875
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
220797
220876
|
|
|
220798
220877
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
220799
220878
|
|
|
220800
220879
|
// load the styles
|
|
220801
|
-
var content = __webpack_require__(
|
|
220880
|
+
var content = __webpack_require__(10286);
|
|
220802
220881
|
if(content.__esModule) content = content.default;
|
|
220803
220882
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
220804
220883
|
if(content.locals) module.exports = content.locals;
|
|
220805
220884
|
// add the styles to the DOM
|
|
220806
220885
|
var add = (__webpack_require__(99548)/* ["default"] */ .A)
|
|
220807
|
-
var update = add("
|
|
220886
|
+
var update = add("c3e88306", content, true, {"sourceMap":false,"shadowMode":false});
|
|
220808
220887
|
|
|
220809
220888
|
/***/ }),
|
|
220810
220889
|
|
|
@@ -259248,9 +259327,10 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('field-lbl', {
|
|
|
259248
259327
|
bind: function bind(el, binding, vnode) {
|
|
259249
259328
|
var field = binding.value;
|
|
259250
259329
|
if (field && vnode.context.$i18n.locale !== 'zhCN') {
|
|
259330
|
+
var attrs = vnode.data.attrs || {};
|
|
259251
259331
|
var label = vnode.context.$i18n.generateTitle({
|
|
259252
259332
|
field: binding.value
|
|
259253
|
-
}, vnode.context);
|
|
259333
|
+
}, vnode.context, attrs.moduleCode, attrs.i18npkg, attrs);
|
|
259254
259334
|
if (label) {
|
|
259255
259335
|
el.innerHTML = label;
|
|
259256
259336
|
}
|
|
@@ -259259,9 +259339,10 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('field-lbl', {
|
|
|
259259
259339
|
inserted: function inserted(el, binding, vnode) {
|
|
259260
259340
|
var field = binding.value;
|
|
259261
259341
|
if (field && vnode.context.$i18n.locale !== 'zhCN') {
|
|
259342
|
+
var attrs = vnode.data.attrs || {};
|
|
259262
259343
|
var label = vnode.context.$i18n.generateTitle({
|
|
259263
259344
|
field: binding.value
|
|
259264
|
-
}, vnode.context);
|
|
259345
|
+
}, vnode.context, attrs.moduleCode, attrs.i18npkg, attrs);
|
|
259265
259346
|
if (label) {
|
|
259266
259347
|
el.innerHTML = label;
|
|
259267
259348
|
}
|
|
@@ -259277,10 +259358,11 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('form-title', {
|
|
|
259277
259358
|
bind: function bind(el, binding, vnode) {
|
|
259278
259359
|
var field = binding.value;
|
|
259279
259360
|
if (field && vnode.context.$i18n.locale !== 'zhCN') {
|
|
259361
|
+
var attrs = vnode.data.attrs || {};
|
|
259280
259362
|
var label = vnode.context.$i18n.generateTitle({
|
|
259281
259363
|
formTitle: binding.value,
|
|
259282
259364
|
code: binding.value
|
|
259283
|
-
}, vnode.context);
|
|
259365
|
+
}, vnode.context, attrs.moduleCode, attrs.i18npkg, attrs);
|
|
259284
259366
|
if (label) {
|
|
259285
259367
|
el.innerHTML = label;
|
|
259286
259368
|
}
|
|
@@ -259289,10 +259371,11 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('form-title', {
|
|
|
259289
259371
|
inserted: function inserted(el, binding, vnode) {
|
|
259290
259372
|
var field = binding.value;
|
|
259291
259373
|
if (field && vnode.context.$i18n.locale !== 'zhCN') {
|
|
259374
|
+
var attrs = vnode.data.attrs || {};
|
|
259292
259375
|
var label = vnode.context.$i18n.generateTitle({
|
|
259293
259376
|
formTitle: binding.value,
|
|
259294
259377
|
code: binding.value
|
|
259295
|
-
}, vnode.context);
|
|
259378
|
+
}, vnode.context, attrs.moduleCode, attrs.i18npkg, attrs);
|
|
259296
259379
|
if (label) {
|
|
259297
259380
|
el.innerHTML = label;
|
|
259298
259381
|
}
|
|
@@ -259308,9 +259391,10 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('text-lbl', {
|
|
|
259308
259391
|
bind: function bind(el, binding, vnode) {
|
|
259309
259392
|
var field = binding.value;
|
|
259310
259393
|
if (field && vnode.context.$i18n.locale !== 'zhCN') {
|
|
259394
|
+
var attrs = vnode.data.attrs || {};
|
|
259311
259395
|
var label = vnode.context.$i18n.generateTitle({
|
|
259312
259396
|
i18nCode: binding.value
|
|
259313
|
-
}, vnode.context);
|
|
259397
|
+
}, vnode.context, attrs.moduleCode, attrs.i18npkg, attrs);
|
|
259314
259398
|
if (label) {
|
|
259315
259399
|
el.innerHTML = label;
|
|
259316
259400
|
}
|
|
@@ -259319,9 +259403,10 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('text-lbl', {
|
|
|
259319
259403
|
inserted: function inserted(el, binding, vnode) {
|
|
259320
259404
|
var field = binding.value;
|
|
259321
259405
|
if (field && vnode.context.$i18n.locale !== 'zhCN') {
|
|
259406
|
+
var attrs = vnode.data.attrs || {};
|
|
259322
259407
|
var label = vnode.context.$i18n.generateTitle({
|
|
259323
259408
|
i18nCode: binding.value
|
|
259324
|
-
}, vnode.context);
|
|
259409
|
+
}, vnode.context, attrs.moduleCode, attrs.i18npkg, attrs);
|
|
259325
259410
|
if (label) {
|
|
259326
259411
|
el.innerHTML = label;
|
|
259327
259412
|
}
|
|
@@ -259337,9 +259422,10 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('pageBtn-lbl',
|
|
|
259337
259422
|
bind: function bind(el, binding, vnode) {
|
|
259338
259423
|
var field = binding.value;
|
|
259339
259424
|
if (field && vnode.context.$i18n.locale !== 'zhCN') {
|
|
259425
|
+
var attrs = vnode.data.attrs || {};
|
|
259340
259426
|
var label = vnode.context.$i18n.generateTitle({
|
|
259341
259427
|
btnI18nCode: binding.value
|
|
259342
|
-
}, vnode.context);
|
|
259428
|
+
}, vnode.context, attrs.moduleCode, attrs.i18npkg, attrs);
|
|
259343
259429
|
if (label) {
|
|
259344
259430
|
el.innerHTML = label;
|
|
259345
259431
|
}
|
|
@@ -259347,11 +259433,11 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('pageBtn-lbl',
|
|
|
259347
259433
|
},
|
|
259348
259434
|
inserted: function inserted(el, binding, vnode) {
|
|
259349
259435
|
var field = binding.value;
|
|
259350
|
-
debugger;
|
|
259351
259436
|
if (field && vnode.context.$i18n.locale !== 'zhCN') {
|
|
259437
|
+
var attrs = vnode.data.attrs || {};
|
|
259352
259438
|
var label = vnode.context.$i18n.generateTitle({
|
|
259353
259439
|
btnI18nCode: binding.value
|
|
259354
|
-
}, vnode.context);
|
|
259440
|
+
}, vnode.context, attrs.moduleCode, attrs.i18npkg, attrs);
|
|
259355
259441
|
if (label) {
|
|
259356
259442
|
el.innerHTML = label;
|
|
259357
259443
|
}
|
|
@@ -259367,10 +259453,11 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('wfBtn-lbl', {
|
|
|
259367
259453
|
bind: function bind(el, binding, vnode) {
|
|
259368
259454
|
var field = binding.value;
|
|
259369
259455
|
if (field && vnode.context.$i18n.locale !== 'zhCN') {
|
|
259456
|
+
var attrs = vnode.data.attrs || {};
|
|
259370
259457
|
var label = vnode.context.$i18n.generateTitle({
|
|
259371
259458
|
btnI18nCode: binding.value,
|
|
259372
259459
|
type: 'commandBarBtn'
|
|
259373
|
-
}, vnode.context);
|
|
259460
|
+
}, vnode.context, attrs.moduleCode, attrs.i18npkg, attrs);
|
|
259374
259461
|
if (label) {
|
|
259375
259462
|
el.innerHTML = label;
|
|
259376
259463
|
}
|
|
@@ -259379,10 +259466,11 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('wfBtn-lbl', {
|
|
|
259379
259466
|
inserted: function inserted(el, binding, vnode) {
|
|
259380
259467
|
var field = binding.value;
|
|
259381
259468
|
if (field && vnode.context.$i18n.locale !== 'zhCN') {
|
|
259469
|
+
var attrs = vnode.data.attrs || {};
|
|
259382
259470
|
var label = vnode.context.$i18n.generateTitle({
|
|
259383
259471
|
btnI18nCode: binding.value,
|
|
259384
259472
|
type: 'commandBarBtn'
|
|
259385
|
-
}, vnode.context);
|
|
259473
|
+
}, vnode.context, attrs.moduleCode, attrs.i18npkg, attrs);
|
|
259386
259474
|
if (label) {
|
|
259387
259475
|
el.innerHTML = label;
|
|
259388
259476
|
}
|
|
@@ -259398,9 +259486,10 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('wfNode-lbl', {
|
|
|
259398
259486
|
bind: function bind(el, binding, vnode) {
|
|
259399
259487
|
var field = binding.value;
|
|
259400
259488
|
if (field && vnode.context.$i18n.locale !== 'zhCN') {
|
|
259489
|
+
var attrs = vnode.data.attrs || {};
|
|
259401
259490
|
var label = vnode.context.$i18n.generateTitle({
|
|
259402
259491
|
wfNodeName: binding.value
|
|
259403
|
-
}, vnode.context);
|
|
259492
|
+
}, vnode.context, attrs.moduleCode, attrs.i18npkg, attrs);
|
|
259404
259493
|
if (label) {
|
|
259405
259494
|
el.innerHTML = label;
|
|
259406
259495
|
}
|
|
@@ -259409,9 +259498,10 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('wfNode-lbl', {
|
|
|
259409
259498
|
inserted: function inserted(el, binding, vnode) {
|
|
259410
259499
|
var field = binding.value;
|
|
259411
259500
|
if (field && vnode.context.$i18n.locale !== 'zhCN') {
|
|
259501
|
+
var attrs = vnode.data.attrs || {};
|
|
259412
259502
|
var label = vnode.context.$i18n.generateTitle({
|
|
259413
259503
|
wfNodeName: binding.value
|
|
259414
|
-
}, vnode.context);
|
|
259504
|
+
}, vnode.context, attrs.moduleCode, attrs.i18npkg, attrs);
|
|
259415
259505
|
if (label) {
|
|
259416
259506
|
el.innerHTML = label;
|
|
259417
259507
|
}
|
|
@@ -259427,9 +259517,10 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('wfPath-lbl', {
|
|
|
259427
259517
|
bind: function bind(el, binding, vnode) {
|
|
259428
259518
|
var field = binding.value;
|
|
259429
259519
|
if (field && vnode.context.$i18n.locale !== 'zhCN') {
|
|
259520
|
+
var attrs = vnode.data.attrs || {};
|
|
259430
259521
|
var label = vnode.context.$i18n.generateTitle({
|
|
259431
259522
|
wfPathName: binding.value
|
|
259432
|
-
}, vnode.context);
|
|
259523
|
+
}, vnode.context, attrs.moduleCode, attrs.i18npkg, attrs);
|
|
259433
259524
|
if (label) {
|
|
259434
259525
|
el.innerHTML = label;
|
|
259435
259526
|
}
|
|
@@ -259438,9 +259529,10 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('wfPath-lbl', {
|
|
|
259438
259529
|
inserted: function inserted(el, binding, vnode) {
|
|
259439
259530
|
var field = binding.value;
|
|
259440
259531
|
if (field && vnode.context.$i18n.locale !== 'zhCN') {
|
|
259532
|
+
var attrs = vnode.data.attrs || {};
|
|
259441
259533
|
var label = vnode.context.$i18n.generateTitle({
|
|
259442
259534
|
wfPathName: binding.value
|
|
259443
|
-
}, vnode.context);
|
|
259535
|
+
}, vnode.context, attrs.moduleCode, attrs.i18npkg, attrs);
|
|
259444
259536
|
if (label) {
|
|
259445
259537
|
el.innerHTML = label;
|
|
259446
259538
|
}
|
|
@@ -259456,9 +259548,10 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('wfIdea-lbl', {
|
|
|
259456
259548
|
bind: function bind(el, binding, vnode) {
|
|
259457
259549
|
var field = binding.value;
|
|
259458
259550
|
if (field && vnode.context.$i18n.locale !== 'zhCN') {
|
|
259551
|
+
var attrs = vnode.data.attrs || {};
|
|
259459
259552
|
var label = vnode.context.$i18n.generateTitle({
|
|
259460
259553
|
wfIdeaLabel: binding.value
|
|
259461
|
-
}, vnode.context);
|
|
259554
|
+
}, vnode.context, attrs.moduleCode, attrs.i18npkg, attrs);
|
|
259462
259555
|
if (label) {
|
|
259463
259556
|
el.innerHTML = label;
|
|
259464
259557
|
}
|
|
@@ -259467,9 +259560,10 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('wfIdea-lbl', {
|
|
|
259467
259560
|
inserted: function inserted(el, binding, vnode) {
|
|
259468
259561
|
var field = binding.value;
|
|
259469
259562
|
if (field && vnode.context.$i18n.locale !== 'zhCN') {
|
|
259563
|
+
var attrs = vnode.data.attrs || {};
|
|
259470
259564
|
var label = vnode.context.$i18n.generateTitle({
|
|
259471
259565
|
wfIdeaLabel: binding.value
|
|
259472
|
-
}, vnode.context);
|
|
259566
|
+
}, vnode.context, attrs.moduleCode, attrs.i18npkg, attrs);
|
|
259473
259567
|
if (label) {
|
|
259474
259568
|
el.innerHTML = label;
|
|
259475
259569
|
}
|
|
@@ -260105,7 +260199,7 @@ var Productvue_type_template_id_1af9b1f9_scoped_true_render = function render()
|
|
|
260105
260199
|
var Productvue_type_template_id_1af9b1f9_scoped_true_staticRenderFns = [];
|
|
260106
260200
|
|
|
260107
260201
|
// EXTERNAL MODULE: ./packages/ecwplat/Module/src/MenuItemForm.vue + 4 modules
|
|
260108
|
-
var MenuItemForm = __webpack_require__(
|
|
260202
|
+
var MenuItemForm = __webpack_require__(14867);
|
|
260109
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
|
|
260110
260204
|
|
|
260111
260205
|
/* harmony default export */ var Productvue_type_script_lang_js = ({
|
|
@@ -275194,8 +275288,8 @@ var Organ_JobMatrixMgr = JobMatrixMgr;
|
|
|
275194
275288
|
var Organ_OrgUserList = OrgUserList;
|
|
275195
275289
|
var Organ_OrgTreeLRLayout = OrgTreeLRLayout;
|
|
275196
275290
|
var Organ_ColumnEdit = ColumnEdit;
|
|
275197
|
-
;// 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=
|
|
275198
|
-
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() {
|
|
275199
275293
|
var _vm = this,
|
|
275200
275294
|
_c = _vm._self._c,
|
|
275201
275295
|
_setup = _vm._self._setupProxy;
|
|
@@ -275291,7 +275385,7 @@ var srcvue_type_template_id_3c741886_scoped_true_render = function render() {
|
|
|
275291
275385
|
}
|
|
275292
275386
|
}, [_vm._v("确 定")])], 1)], 1)], 2);
|
|
275293
275387
|
};
|
|
275294
|
-
var
|
|
275388
|
+
var srcvue_type_template_id_cf588010_scoped_true_staticRenderFns = [];
|
|
275295
275389
|
|
|
275296
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
|
|
275297
275391
|
var WfDefine_srcvue_type_script_lang_js = __webpack_require__(32680);
|
|
@@ -275308,11 +275402,11 @@ var srcvue_type_script_lang_js_default = /*#__PURE__*/__webpack_require__.n(WfDe
|
|
|
275308
275402
|
;
|
|
275309
275403
|
var WfDefine_src_component = (0,componentNormalizer/* default */.A)(
|
|
275310
275404
|
ecwplat_WfDefine_srcvue_type_script_lang_js,
|
|
275311
|
-
|
|
275312
|
-
|
|
275405
|
+
srcvue_type_template_id_cf588010_scoped_true_render,
|
|
275406
|
+
srcvue_type_template_id_cf588010_scoped_true_staticRenderFns,
|
|
275313
275407
|
false,
|
|
275314
275408
|
null,
|
|
275315
|
-
"
|
|
275409
|
+
"cf588010",
|
|
275316
275410
|
null
|
|
275317
275411
|
|
|
275318
275412
|
)
|
|
@@ -299099,8 +299193,8 @@ var TableFieldList_component = (0,componentNormalizer/* default */.A)(
|
|
|
299099
299193
|
)
|
|
299100
299194
|
|
|
299101
299195
|
/* harmony default export */ var TableFieldList = (TableFieldList_component.exports);
|
|
299102
|
-
;// 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=
|
|
299103
|
-
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() {
|
|
299104
299198
|
var _vm = this,
|
|
299105
299199
|
_c = _vm._self._c;
|
|
299106
299200
|
return _c('div', {
|
|
@@ -299156,10 +299250,17 @@ var ImportModuleCodevue_type_template_id_bd10c8d0_scoped_true_render = function
|
|
|
299156
299250
|
"with-credentials": true
|
|
299157
299251
|
}
|
|
299158
299252
|
}, [_c('el-button', {
|
|
299253
|
+
directives: [{
|
|
299254
|
+
name: "text-lbl",
|
|
299255
|
+
rawName: "v-text-lbl",
|
|
299256
|
+
value: 'wplus.adminConsole.importSelectFile',
|
|
299257
|
+
expression: "'wplus.adminConsole.importSelectFile'"
|
|
299258
|
+
}],
|
|
299159
299259
|
attrs: {
|
|
299160
299260
|
"slot": "trigger",
|
|
299161
299261
|
"size": "small",
|
|
299162
|
-
"type": "primary"
|
|
299262
|
+
"type": "primary",
|
|
299263
|
+
"dataType": _vm.dataType
|
|
299163
299264
|
},
|
|
299164
299265
|
slot: "trigger"
|
|
299165
299266
|
}, [_vm._v("选择" + _vm._s(_vm.dataType) + "映射配置文件")])], 1), _c('br'), _c('div', {
|
|
@@ -299168,7 +299269,37 @@ var ImportModuleCodevue_type_template_id_bd10c8d0_scoped_true_render = function
|
|
|
299168
299269
|
"line-height": "25px",
|
|
299169
299270
|
"padding-top": "20px"
|
|
299170
299271
|
}
|
|
299171
|
-
}, [_c('span', [_c('strong',
|
|
299272
|
+
}, [_c('span', [_c('strong', {
|
|
299273
|
+
directives: [{
|
|
299274
|
+
name: "text-lbl",
|
|
299275
|
+
rawName: "v-text-lbl",
|
|
299276
|
+
value: 'wplus.adminConsole.importFormatDesc',
|
|
299277
|
+
expression: "'wplus.adminConsole.importFormatDesc'"
|
|
299278
|
+
}],
|
|
299279
|
+
attrs: {
|
|
299280
|
+
"dataType": _vm.dataType
|
|
299281
|
+
}
|
|
299282
|
+
}, [_vm._v(_vm._s(_vm.dataType) + "配置文件内容格式说明:")])]), _c('br'), _c('span', {
|
|
299283
|
+
directives: [{
|
|
299284
|
+
name: "text-lbl",
|
|
299285
|
+
rawName: "v-text-lbl",
|
|
299286
|
+
value: 'wplus.adminConsole.importFormatTip',
|
|
299287
|
+
expression: "'wplus.adminConsole.importFormatTip'"
|
|
299288
|
+
}],
|
|
299289
|
+
attrs: {
|
|
299290
|
+
"dataType": _vm.dataType
|
|
299291
|
+
}
|
|
299292
|
+
}, [_vm._v("1、导入文件应为通过" + _vm._s(_vm.dataType) + "配置导出的json格式zip文件;")]), _c('br'), _c('span', {
|
|
299293
|
+
directives: [{
|
|
299294
|
+
name: "text-lbl",
|
|
299295
|
+
rawName: "v-text-lbl",
|
|
299296
|
+
value: 'importBackupTip',
|
|
299297
|
+
expression: "'importBackupTip'"
|
|
299298
|
+
}],
|
|
299299
|
+
attrs: {
|
|
299300
|
+
"moduleCode": "adminConsole"
|
|
299301
|
+
}
|
|
299302
|
+
}, [_vm._v("2、进行导入操作前,请确保您已备份plat库。")]), _c('br'), _c('br')])], 1)])])])])])]), _c('div', {
|
|
299172
299303
|
staticClass: "dialog-footer",
|
|
299173
299304
|
attrs: {
|
|
299174
299305
|
"slot": "footer"
|
|
@@ -299192,10 +299323,13 @@ var ImportModuleCodevue_type_template_id_bd10c8d0_scoped_true_render = function
|
|
|
299192
299323
|
rawName: "v-pageBtn-lbl",
|
|
299193
299324
|
value: 'startImport',
|
|
299194
299325
|
expression: "'startImport'"
|
|
299195
|
-
}]
|
|
299326
|
+
}],
|
|
299327
|
+
attrs: {
|
|
299328
|
+
"i18npkg": "wplus"
|
|
299329
|
+
}
|
|
299196
299330
|
}, [_vm._v("开始导入")])], 1)], 1)], 1) : _vm._e()], 1);
|
|
299197
299331
|
};
|
|
299198
|
-
var
|
|
299332
|
+
var ImportModuleCodevue_type_template_id_b3275630_scoped_true_staticRenderFns = [];
|
|
299199
299333
|
|
|
299200
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
|
|
299201
299335
|
/* harmony default export */ var ImportModuleCodevue_type_script_lang_js = ({
|
|
@@ -299205,8 +299339,11 @@ var ImportModuleCodevue_type_template_id_bd10c8d0_scoped_true_staticRenderFns =
|
|
|
299205
299339
|
data: function data() {
|
|
299206
299340
|
return {
|
|
299207
299341
|
i18npkg: 'wplus',
|
|
299208
|
-
|
|
299209
|
-
|
|
299342
|
+
dataType: this.$tx('wplus.adminConsole.ORM', '模型映射'),
|
|
299343
|
+
//'模型映射',
|
|
299344
|
+
title: this.$tx('wplus.adminConsole.importDataType', {
|
|
299345
|
+
dataType: this.$tx('wplus.adminConsole.ORM', '模型映射')
|
|
299346
|
+
}, '导入{dataType}'),
|
|
299210
299347
|
treeNode: '',
|
|
299211
299348
|
orgName: '',
|
|
299212
299349
|
orgCode: '',
|
|
@@ -299236,8 +299373,11 @@ var ImportModuleCodevue_type_template_id_bd10c8d0_scoped_true_staticRenderFns =
|
|
|
299236
299373
|
openImportDialog: function openImportDialog(dataType, apiUrl, callback) {
|
|
299237
299374
|
this.callback = callback;
|
|
299238
299375
|
if (dataType) {
|
|
299239
|
-
|
|
299376
|
+
//'导入'
|
|
299240
299377
|
this.dataType = dataType;
|
|
299378
|
+
this.title = this.$tx('wplus.adminConsole.importDataType', {
|
|
299379
|
+
dataType: this.dataType
|
|
299380
|
+
}, '导入{dataType}');
|
|
299241
299381
|
}
|
|
299242
299382
|
if (apiUrl) {
|
|
299243
299383
|
this.uploadUrl = this.base_api + apiUrl;
|
|
@@ -299252,9 +299392,11 @@ var ImportModuleCodevue_type_template_id_bd10c8d0_scoped_true_staticRenderFns =
|
|
|
299252
299392
|
customUpload: function customUpload() {
|
|
299253
299393
|
this.importResult = null;
|
|
299254
299394
|
if (this.fileList.length === 0) {
|
|
299255
|
-
|
|
299395
|
+
//请选择导入文件
|
|
299396
|
+
this.$alert(this.$tx('wplus.adminConsole.noImportFileSelected', '请选择导入文件'), this.$t('common.operationTip'), {
|
|
299256
299397
|
type: 'warning'
|
|
299257
299398
|
});
|
|
299399
|
+
//this.$alert('请选择导入文件', '操作提示', { type: 'warning' })
|
|
299258
299400
|
} else {
|
|
299259
299401
|
this.doing = true;
|
|
299260
299402
|
this.$refs.upload.submit();
|
|
@@ -299298,9 +299440,9 @@ var ImportModuleCodevue_type_template_id_bd10c8d0_scoped_true_staticRenderFns =
|
|
|
299298
299440
|
});
|
|
299299
299441
|
;// CONCATENATED MODULE: ./packages/ecwplus/TableEntityDesigner/src/ImportModuleCode.vue?vue&type=script&lang=js
|
|
299300
299442
|
/* harmony default export */ var src_ImportModuleCodevue_type_script_lang_js = (ImportModuleCodevue_type_script_lang_js);
|
|
299301
|
-
// 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=
|
|
299302
|
-
var
|
|
299303
|
-
;// 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
|
|
299304
299446
|
|
|
299305
299447
|
;// CONCATENATED MODULE: ./packages/ecwplus/TableEntityDesigner/src/ImportModuleCode.vue
|
|
299306
299448
|
|
|
@@ -299313,11 +299455,11 @@ var ImportModuleCodevue_type_style_index_0_id_bd10c8d0_prod_scoped_true_lang_scs
|
|
|
299313
299455
|
|
|
299314
299456
|
var ImportModuleCode_component = (0,componentNormalizer/* default */.A)(
|
|
299315
299457
|
src_ImportModuleCodevue_type_script_lang_js,
|
|
299316
|
-
|
|
299317
|
-
|
|
299458
|
+
ImportModuleCodevue_type_template_id_b3275630_scoped_true_render,
|
|
299459
|
+
ImportModuleCodevue_type_template_id_b3275630_scoped_true_staticRenderFns,
|
|
299318
299460
|
false,
|
|
299319
299461
|
null,
|
|
299320
|
-
"
|
|
299462
|
+
"b3275630",
|
|
299321
299463
|
null
|
|
299322
299464
|
|
|
299323
299465
|
)
|
|
@@ -309146,8 +309288,8 @@ var BusiformList_component = (0,componentNormalizer/* default */.A)(
|
|
|
309146
309288
|
)
|
|
309147
309289
|
|
|
309148
309290
|
/* harmony default export */ var BusiformList = (BusiformList_component.exports);
|
|
309149
|
-
;// 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=
|
|
309150
|
-
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() {
|
|
309151
309293
|
var _vm = this,
|
|
309152
309294
|
_c = _vm._self._c;
|
|
309153
309295
|
return _c('LRLayout', [_c('LeftPanel', [_c('el-tree', {
|
|
@@ -309230,7 +309372,7 @@ var BusiformMgrvue_type_template_id_602d02ea_render = function render() {
|
|
|
309230
309372
|
});
|
|
309231
309373
|
}), 1)], 1)]), _c('ImportModuleCode')], 1)], 1);
|
|
309232
309374
|
};
|
|
309233
|
-
var
|
|
309375
|
+
var BusiformMgrvue_type_template_id_34df4d14_staticRenderFns = [];
|
|
309234
309376
|
|
|
309235
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
|
|
309236
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); }
|
|
@@ -309555,7 +309697,7 @@ function BusiformMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
309555
309697
|
var curNode = this.$refs['tbTree'].getCurrentNode();
|
|
309556
309698
|
if (curNode === null || curNode.id === '0') {
|
|
309557
309699
|
//请选择一个需要配置业务表单的表。
|
|
309558
|
-
this.$alert(this.$t('wplus.adminConsole.
|
|
309700
|
+
this.$alert(this.$t('wplus.adminConsole.pleaseSelectEntityForBusiform'), this.$t('common.operationTip'), {
|
|
309559
309701
|
type: 'warning'
|
|
309560
309702
|
});
|
|
309561
309703
|
return;
|
|
@@ -309600,7 +309742,7 @@ function BusiformMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
309600
309742
|
copyBusiformView: function copyBusiformView(row, column, cellValue, index) {
|
|
309601
309743
|
var _this5 = this;
|
|
309602
309744
|
//您是否确认需要复制业务表单?<br/>如需修改业务表单请直接单击表单行。
|
|
309603
|
-
this.$confirm(this.$t('wplus.adminConsole.
|
|
309745
|
+
this.$confirm(this.$t('wplus.adminConsole.copyOrModifyBusiformConfirm'), this.$t('common.confirm'), {
|
|
309604
309746
|
type: 'warning',
|
|
309605
309747
|
dangerouslyUseHTMLString: true
|
|
309606
309748
|
}).then(function () {
|
|
@@ -309746,8 +309888,8 @@ function BusiformMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
309746
309888
|
;
|
|
309747
309889
|
var BusiformMgr_component = (0,componentNormalizer/* default */.A)(
|
|
309748
309890
|
src_BusiformMgrvue_type_script_lang_js,
|
|
309749
|
-
|
|
309750
|
-
|
|
309891
|
+
BusiformMgrvue_type_template_id_34df4d14_render,
|
|
309892
|
+
BusiformMgrvue_type_template_id_34df4d14_staticRenderFns,
|
|
309751
309893
|
false,
|
|
309752
309894
|
null,
|
|
309753
309895
|
null,
|
|
@@ -309931,8 +310073,8 @@ var ListpageList_component = (0,componentNormalizer/* default */.A)(
|
|
|
309931
310073
|
)
|
|
309932
310074
|
|
|
309933
310075
|
/* harmony default export */ var ListpageList = (ListpageList_component.exports);
|
|
309934
|
-
;// 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=
|
|
309935
|
-
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() {
|
|
309936
310078
|
var _vm = this,
|
|
309937
310079
|
_c = _vm._self._c;
|
|
309938
310080
|
return _c('LRLayout', [_c('LeftPanel', [_c('el-tree', {
|
|
@@ -309991,7 +310133,7 @@ var ListpageMgrvue_type_template_id_fe2f37a6_render = function render() {
|
|
|
309991
310133
|
attrs: {
|
|
309992
310134
|
"name": "dbName",
|
|
309993
310135
|
"size": "small",
|
|
309994
|
-
"placeholder": "
|
|
310136
|
+
"placeholder": "$t{'wplus.adminConsole.selectDatabase'}"
|
|
309995
310137
|
},
|
|
309996
310138
|
on: {
|
|
309997
310139
|
"change": function change($event) {
|
|
@@ -310015,7 +310157,7 @@ var ListpageMgrvue_type_template_id_fe2f37a6_render = function render() {
|
|
|
310015
310157
|
});
|
|
310016
310158
|
}), 1)], 1)]), _c('ImportModuleCode')], 1)], 1);
|
|
310017
310159
|
};
|
|
310018
|
-
var
|
|
310160
|
+
var ListpageMgrvue_type_template_id_4cde3fc9_staticRenderFns = [];
|
|
310019
310161
|
|
|
310020
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
|
|
310021
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); }
|
|
@@ -310194,8 +310336,8 @@ function ListpageMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
310194
310336
|
var _this2 = this;
|
|
310195
310337
|
this.dbJdbcurls = [{
|
|
310196
310338
|
dbName: '',
|
|
310197
|
-
appName: '
|
|
310198
|
-
}];
|
|
310339
|
+
appName: this.$t('wplus.adminConsole.selectDatabase')
|
|
310340
|
+
}]; //'选择应用数据库'
|
|
310199
310341
|
this.$app.querydata('base/jdbcurl/querydata', [], 'orderNo asc').then(function (res) {
|
|
310200
310342
|
if (res.code === 'success') {
|
|
310201
310343
|
res.body.listdata.forEach(function (db) {
|
|
@@ -310246,8 +310388,10 @@ function ListpageMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
310246
310388
|
type: 'package',
|
|
310247
310389
|
children: [],
|
|
310248
310390
|
icon: 'el-icon-folder',
|
|
310249
|
-
label: '
|
|
310250
|
-
|
|
310391
|
+
label: _this3.$t('wplus.adminConsole.dataTableSet', {
|
|
310392
|
+
folder: folder
|
|
310393
|
+
})
|
|
310394
|
+
}; //'数据表集(' + folder + ')'
|
|
310251
310395
|
folders.push(folderNode);
|
|
310252
310396
|
folderKeys[folder] = folderNode;
|
|
310253
310397
|
}
|
|
@@ -310299,8 +310443,9 @@ function ListpageMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
310299
310443
|
attrs: {
|
|
310300
310444
|
class: 'el-link el-link--default is-underline'
|
|
310301
310445
|
},
|
|
310446
|
+
//生成Vue组件代码
|
|
310302
310447
|
domProps: {
|
|
310303
|
-
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>'
|
|
310304
310449
|
},
|
|
310305
310450
|
on: {
|
|
310306
310451
|
click: function click() {
|
|
@@ -310315,7 +310460,7 @@ function ListpageMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
310315
310460
|
if (row === undefined) {
|
|
310316
310461
|
var curNode = this.$refs['tbTree'].getCurrentNode();
|
|
310317
310462
|
if (curNode === null || curNode.id === '0') {
|
|
310318
|
-
this.$alert('请选择一个需要配置列表页面的表。', this.$t('common.operationTip'), {
|
|
310463
|
+
this.$alert(this.$tx('wplus.adminConsole.pleaseSelectEntityForListpage', '请选择一个需要配置列表页面的表。'), this.$t('common.operationTip'), {
|
|
310319
310464
|
type: 'warning'
|
|
310320
310465
|
});
|
|
310321
310466
|
return;
|
|
@@ -310341,7 +310486,7 @@ function ListpageMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
310341
310486
|
text: '手机版列表页面'
|
|
310342
310487
|
}];
|
|
310343
310488
|
}
|
|
310344
|
-
this.$bus.emit('openListitemDialog', '请选择新增列表类型:', listitem, function (rst) {
|
|
310489
|
+
this.$bus.emit('openListitemDialog', this.$tx('wplus.adminConsole.selectListpageType', '请选择新增列表类型:'), listitem, function (rst) {
|
|
310345
310490
|
if (rst.code === 'success') {
|
|
310346
310491
|
window.open('/#/designer/listpage?id=' + curNode.id + '&listViewType=' + rst.value + '&actionType=addNew&dwadmin=' + _this4.dwadmin);
|
|
310347
310492
|
}
|
|
@@ -310352,7 +310497,7 @@ function ListpageMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
310352
310497
|
},
|
|
310353
310498
|
copyListPageView: function copyListPageView(row, column, cellValue, index) {
|
|
310354
310499
|
var _this5 = this;
|
|
310355
|
-
this.$confirm('您是否确认需要复制列表页面?<br/>如需修改列表页面请直接单击列表行。', this.$t('common.confirm'), {
|
|
310500
|
+
this.$confirm(this.$tx('wplus.adminConsole.copyOrModifyListpageConfirm', '您是否确认需要复制列表页面?<br/>如需修改列表页面请直接单击列表行。'), this.$t('common.confirm'), {
|
|
310356
310501
|
type: 'warning',
|
|
310357
310502
|
dangerouslyUseHTMLString: true
|
|
310358
310503
|
}).then( /*#__PURE__*/ListpageMgrvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/ListpageMgrvue_type_script_lang_js_regeneratorRuntime().mark(function _callee2() {
|
|
@@ -310382,7 +310527,7 @@ function ListpageMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
310382
310527
|
}
|
|
310383
310528
|
});
|
|
310384
310529
|
if (tbEntityIds.length === 0) {
|
|
310385
|
-
this.$alert('请选择需要导出配置的列表页面。', this.$t('common.operationTip'), {
|
|
310530
|
+
this.$alert(this.$tx('wplus.adminConsole.selectExportListpage', '请选择需要导出配置的列表页面。'), this.$t('common.operationTip'), {
|
|
310386
310531
|
type: 'warning'
|
|
310387
310532
|
});
|
|
310388
310533
|
return;
|
|
@@ -310399,7 +310544,7 @@ function ListpageMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
310399
310544
|
}
|
|
310400
310545
|
}).then(function (res) {
|
|
310401
310546
|
if (res.code === 'success') {
|
|
310402
|
-
var downloadUrl = '<
|
|
310547
|
+
var downloadUrl = _this6.$tx('wplus.adminConsole.downloadCode', '下载代码') + '<a href="' + "/apigw" + '/' + res.body.zipurl + '" target="_blank">' + res.body.zipname + '</a>';
|
|
310403
310548
|
_this6.$alert(res.message + downloadUrl, _this6.$t('common.operationTip'), {
|
|
310404
310549
|
type: 'success',
|
|
310405
310550
|
dangerouslyUseHTMLString: true
|
|
@@ -310423,12 +310568,12 @@ function ListpageMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
310423
310568
|
listpages.push(row);
|
|
310424
310569
|
}
|
|
310425
310570
|
if (listpages.length === 0) {
|
|
310426
|
-
this.$alert('请选择需要生成Vue组件代码的列表页面。', this.$t('common.operationTip'), {
|
|
310571
|
+
this.$alert(this.$tx('wplus.adminConsole.selectGenerateVuecodeListpage', '请选择需要生成Vue组件代码的列表页面。'), this.$t('common.operationTip'), {
|
|
310427
310572
|
type: 'warning'
|
|
310428
310573
|
});
|
|
310429
310574
|
return;
|
|
310430
310575
|
}
|
|
310431
|
-
this.$confirm('确认要生成列表页面Vue组件代码吗?', this.$t('common.confirm'), {
|
|
310576
|
+
this.$confirm(this.$tx('wplus.adminConsole.generateVuecodeListpageConfirm', '确认要生成列表页面Vue组件代码吗?'), this.$t('common.confirm'), {
|
|
310432
310577
|
type: 'warning'
|
|
310433
310578
|
}).then(function () {
|
|
310434
310579
|
_this7.$http({
|
|
@@ -310438,7 +310583,7 @@ function ListpageMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
310438
310583
|
url: 'base/codeGenerate/generateListpageVueCode'
|
|
310439
310584
|
}).then(function (res) {
|
|
310440
310585
|
if (res.code === 'success') {
|
|
310441
|
-
var downloadUrl = '<
|
|
310586
|
+
var downloadUrl = _this7.$tx('wplus.adminConsole.downloadCode', '下载代码') + '<a href="' + "/apigw" + '/' + res.body.zipurl + '" target="_blank">' + res.body.zipname + '</a>';
|
|
310442
310587
|
_this7.$alert(res.message + downloadUrl, _this7.$t('common.operationTip'), {
|
|
310443
310588
|
type: 'success',
|
|
310444
310589
|
dangerouslyUseHTMLString: true
|
|
@@ -310500,8 +310645,8 @@ function ListpageMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object" !=
|
|
|
310500
310645
|
;
|
|
310501
310646
|
var ListpageMgr_component = (0,componentNormalizer/* default */.A)(
|
|
310502
310647
|
src_ListpageMgrvue_type_script_lang_js,
|
|
310503
|
-
|
|
310504
|
-
|
|
310648
|
+
ListpageMgrvue_type_template_id_4cde3fc9_render,
|
|
310649
|
+
ListpageMgrvue_type_template_id_4cde3fc9_staticRenderFns,
|
|
310505
310650
|
false,
|
|
310506
310651
|
null,
|
|
310507
310652
|
null,
|
|
@@ -310978,8 +311123,8 @@ var TableEntityList_component = (0,componentNormalizer/* default */.A)(
|
|
|
310978
311123
|
)
|
|
310979
311124
|
|
|
310980
311125
|
/* harmony default export */ var TableEntityList = (TableEntityList_component.exports);
|
|
310981
|
-
;// 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=
|
|
310982
|
-
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() {
|
|
310983
311128
|
var _vm = this,
|
|
310984
311129
|
_c = _vm._self._c;
|
|
310985
311130
|
return _c('LRLayout', [_c('LeftPanel', {
|
|
@@ -311066,7 +311211,7 @@ var TableEntityMgrvue_type_template_id_7a890926_scoped_true_render = function re
|
|
|
311066
311211
|
}])
|
|
311067
311212
|
}), _c('TableFieldList'), _c('ImportModuleCode'), _c('ExportModuleCode')], 1)], 1);
|
|
311068
311213
|
};
|
|
311069
|
-
var
|
|
311214
|
+
var TableEntityMgrvue_type_template_id_9d3fe7cc_scoped_true_staticRenderFns = [];
|
|
311070
311215
|
|
|
311071
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
|
|
311072
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); }
|
|
@@ -311369,7 +311514,7 @@ function TableEntityMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object"
|
|
|
311369
311514
|
}
|
|
311370
311515
|
this.$bus.emit('openExportModuleDialog', '导出实体映射', null, function (rst) {
|
|
311371
311516
|
if (rst.code === 'success') {
|
|
311372
|
-
if (rst.value.dataType ===
|
|
311517
|
+
if (rst.value.dataType === 1) {
|
|
311373
311518
|
_this2.$http({
|
|
311374
311519
|
method: 'post',
|
|
311375
311520
|
contentType: 'application/x-www-form-urlencoded',
|
|
@@ -311567,13 +311712,13 @@ function TableEntityMgrvue_type_script_lang_js_toPrimitive(t, r) { if ("object"
|
|
|
311567
311712
|
});
|
|
311568
311713
|
;// CONCATENATED MODULE: ./packages/ecwplus/AdminConsole/src/TableEntityMgr.vue?vue&type=script&lang=js
|
|
311569
311714
|
/* harmony default export */ var src_TableEntityMgrvue_type_script_lang_js = (TableEntityMgrvue_type_script_lang_js);
|
|
311570
|
-
// 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=
|
|
311571
|
-
var
|
|
311572
|
-
;// 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
|
|
311573
311718
|
|
|
311574
|
-
// 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=
|
|
311575
|
-
var
|
|
311576
|
-
;// 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
|
|
311577
311722
|
|
|
311578
311723
|
;// CONCATENATED MODULE: ./packages/ecwplus/AdminConsole/src/TableEntityMgr.vue
|
|
311579
311724
|
|
|
@@ -311587,11 +311732,11 @@ var TableEntityMgrvue_type_style_index_1_id_7a890926_prod_lang_scss_scoped_true
|
|
|
311587
311732
|
|
|
311588
311733
|
var TableEntityMgr_component = (0,componentNormalizer/* default */.A)(
|
|
311589
311734
|
src_TableEntityMgrvue_type_script_lang_js,
|
|
311590
|
-
|
|
311591
|
-
|
|
311735
|
+
TableEntityMgrvue_type_template_id_9d3fe7cc_scoped_true_render,
|
|
311736
|
+
TableEntityMgrvue_type_template_id_9d3fe7cc_scoped_true_staticRenderFns,
|
|
311592
311737
|
false,
|
|
311593
311738
|
null,
|
|
311594
|
-
"
|
|
311739
|
+
"9d3fe7cc",
|
|
311595
311740
|
null
|
|
311596
311741
|
|
|
311597
311742
|
)
|