centaline-data-driven 1.5.33 → 1.5.34
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/package.json +1 -1
- package/release-log.md +14 -0
- package/src/SearchList.vue +7 -7
- package/src/centaline/common/index.js +5 -5
- package/src/centaline/dynamicBtn/src/dynamicBtn.vue +46 -46
- package/src/centaline/dynamicLayout/src/dynamicLayoutChildren.vue +17 -17
- package/src/centaline/dynamicLayout/src/dynamicLayoutChildrenFor.vue +4 -4
- package/src/centaline/dynamicLayout/src/dynamicLayoutImage.vue +4 -4
- package/src/centaline/dynamicRepeat/src/dynamicRepeat.vue +3 -3
- package/src/centaline/dynamicSearchList/src/dynamicSearchScreen.vue +5 -1
- package/src/centaline/dynamicSearchList/src/dynamicSearchTable.vue +19 -19
- package/src/centaline/dynamicSearchListTab/src/dynamicSearchListOne.vue +8 -1
- package/src/centaline/dynamicSearchListTab/src/dynamicSearchListTab.vue +21 -9
- package/src/centaline/dynamicSos/src/dynamicSos.vue +8 -8
- package/src/centaline/dynamicTree/src/dynamicTree.vue +5 -2
- package/src/centaline/dynamicViewerFile/src/dynamicViewerFile.vue +1 -1
- package/src/centaline/formData/index.js +3 -3
- package/src/centaline/loader/src/ctl/Button.js +16 -16
- package/src/centaline/loader/src/ctl/Repeat.js +19 -18
- package/src/centaline/loader/src/ctl/SearchScreen.js +85 -51
- package/src/centaline/loader/src/ctl/Sos.js +2 -2
- package/src/centaline/templateControls/src/dynamicTableCurrency.vue +5 -5
- package/src/main.js +2 -2
- package/wwwroot/static/centaline/centaline-data-driven.js +117 -54
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
- package/.vs/Centaline.Front_End.DataDriven/DesignTimeBuild/.dtbcache.v2 +0 -0
- package/.vs/Centaline.Front_End.DataDriven/config/applicationhost.config +0 -1034
- package/obj/Centaline.Front_End.DataDriven.csproj.nuget.dgspec.json +0 -72
- package/obj/Centaline.Front_End.DataDriven.csproj.nuget.g.props +0 -32
- package/obj/Centaline.Front_End.DataDriven.csproj.nuget.g.targets +0 -15
- package/obj/Debug/netcoreapp2.1/Centaline.Front_End.DataDriven.AssemblyInfo.cs +0 -23
- package/obj/Debug/netcoreapp2.1/Centaline.Front_End.DataDriven.RazorAssemblyInfo.cs +0 -20
- package/obj/Debug/netcoreapp2.1/Centaline.Front_End.DataDriven.csproj.FileListAbsolute.txt +0 -6
- package/obj/project.assets.json +0 -11948
|
@@ -5717,7 +5717,7 @@ module.exports = Cancel;
|
|
|
5717
5717
|
"use strict";
|
|
5718
5718
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchScreen_vue__ = __webpack_require__(161);
|
|
5719
5719
|
/* unused harmony namespace reexport */
|
|
5720
|
-
/* harmony import */ var
|
|
5720
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_cb9bae14_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchScreen_vue__ = __webpack_require__(415);
|
|
5721
5721
|
function injectStyle (ssrContext) {
|
|
5722
5722
|
__webpack_require__(413)
|
|
5723
5723
|
}
|
|
@@ -5737,7 +5737,7 @@ var __vue_scopeId__ = null
|
|
|
5737
5737
|
var __vue_module_identifier__ = null
|
|
5738
5738
|
var Component = normalizeComponent(
|
|
5739
5739
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchScreen_vue__["a" /* default */],
|
|
5740
|
-
|
|
5740
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_cb9bae14_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchScreen_vue__["a" /* default */],
|
|
5741
5741
|
__vue_template_functional__,
|
|
5742
5742
|
__vue_styles__,
|
|
5743
5743
|
__vue_scopeId__,
|
|
@@ -9875,6 +9875,7 @@ var Repeat = function Repeat(source, master, formobj) {
|
|
|
9875
9875
|
source.colSpan = formobj.colSpan;
|
|
9876
9876
|
}
|
|
9877
9877
|
var item = __WEBPACK_IMPORTED_MODULE_4__lib_LibFunction__["default"].GetControl(value, source, showLabel, false);
|
|
9878
|
+
item.locked = !r.rightEdit;
|
|
9878
9879
|
if (item instanceof Object) {
|
|
9879
9880
|
item.form = rtn.form;
|
|
9880
9881
|
row.field.push(item);
|
|
@@ -15995,6 +15996,10 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
15995
15996
|
screenPara: {
|
|
15996
15997
|
type: Object,
|
|
15997
15998
|
default: function _default() {}
|
|
15999
|
+
},
|
|
16000
|
+
prevParam: {
|
|
16001
|
+
type: Object,
|
|
16002
|
+
default: function _default() {}
|
|
15998
16003
|
}
|
|
15999
16004
|
},
|
|
16000
16005
|
data: function data() {
|
|
@@ -16013,7 +16018,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
16013
16018
|
if (self.categoryLoaded) {
|
|
16014
16019
|
this.$nextTick(function () {
|
|
16015
16020
|
if (typeof self.api !== 'undefined') {
|
|
16016
|
-
self.loaderObj.SearchScreen(self.api, self.load, self.screenPara);
|
|
16021
|
+
self.loaderObj.SearchScreen(self.api, self.load, self.screenPara, self.prevParam);
|
|
16017
16022
|
}
|
|
16018
16023
|
if (typeof self.source !== 'undefined') {
|
|
16019
16024
|
self.load(self.loaderObj.SearchScreen(self.source));
|
|
@@ -16659,7 +16664,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
16659
16664
|
"use strict";
|
|
16660
16665
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchTable_vue__ = __webpack_require__(163);
|
|
16661
16666
|
/* unused harmony namespace reexport */
|
|
16662
|
-
/* harmony import */ var
|
|
16667
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_0b592163_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__ = __webpack_require__(454);
|
|
16663
16668
|
function injectStyle (ssrContext) {
|
|
16664
16669
|
__webpack_require__(416)
|
|
16665
16670
|
}
|
|
@@ -16679,7 +16684,7 @@ var __vue_scopeId__ = null
|
|
|
16679
16684
|
var __vue_module_identifier__ = null
|
|
16680
16685
|
var Component = normalizeComponent(
|
|
16681
16686
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchTable_vue__["a" /* default */],
|
|
16682
|
-
|
|
16687
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_0b592163_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__["a" /* default */],
|
|
16683
16688
|
__vue_template_functional__,
|
|
16684
16689
|
__vue_styles__,
|
|
16685
16690
|
__vue_scopeId__,
|
|
@@ -19332,7 +19337,7 @@ var Component = normalizeComponent(
|
|
|
19332
19337
|
Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
|
19333
19338
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicLayoutChildren_vue__ = __webpack_require__(171);
|
|
19334
19339
|
/* empty harmony namespace reexport */
|
|
19335
|
-
/* harmony import */ var
|
|
19340
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_1a70a15e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicLayoutChildren_vue__ = __webpack_require__(452);
|
|
19336
19341
|
var normalizeComponent = __webpack_require__(0)
|
|
19337
19342
|
/* script */
|
|
19338
19343
|
|
|
@@ -19349,7 +19354,7 @@ var __vue_scopeId__ = null
|
|
|
19349
19354
|
var __vue_module_identifier__ = null
|
|
19350
19355
|
var Component = normalizeComponent(
|
|
19351
19356
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicLayoutChildren_vue__["a" /* default */],
|
|
19352
|
-
|
|
19357
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_1a70a15e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicLayoutChildren_vue__["a" /* default */],
|
|
19353
19358
|
__vue_template_functional__,
|
|
19354
19359
|
__vue_styles__,
|
|
19355
19360
|
__vue_scopeId__,
|
|
@@ -32138,8 +32143,8 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
|
|
|
32138
32143
|
|
|
32139
32144
|
|
|
32140
32145
|
|
|
32141
|
-
var SearchScreen = function SearchScreen(source, callBack, screenPara) {
|
|
32142
|
-
var init = function init(source) {
|
|
32146
|
+
var SearchScreen = function SearchScreen(source, callBack, screenPara, prevParam) {
|
|
32147
|
+
var init = function init(source, prevParam) {
|
|
32143
32148
|
var rtn = {
|
|
32144
32149
|
$vue: null,
|
|
32145
32150
|
formData: __WEBPACK_IMPORTED_MODULE_10__formData__["default"],
|
|
@@ -32230,6 +32235,29 @@ var SearchScreen = function SearchScreen(source, callBack, screenPara) {
|
|
|
32230
32235
|
return rtnFormObj;
|
|
32231
32236
|
},
|
|
32232
32237
|
|
|
32238
|
+
prevParams: ["e.DistrictID", "e.AreaID", "p.EstateID"],
|
|
32239
|
+
getPrevParam: function getPrevParam() {
|
|
32240
|
+
var rtnFormObj = {};
|
|
32241
|
+
rtn.screen.forEach(function (f) {
|
|
32242
|
+
if (typeof f.id !== 'undefined' && rtn.prevParams.includes(f.id) && f.value != '') {
|
|
32243
|
+
rtnFormObj[f.id] = { code1: f.code1, name1: f.name1 };
|
|
32244
|
+
switch (f.type) {
|
|
32245
|
+
case 19:
|
|
32246
|
+
case 20:
|
|
32247
|
+
case 21:
|
|
32248
|
+
case 22:
|
|
32249
|
+
case 6:
|
|
32250
|
+
case 7:
|
|
32251
|
+
rtnFormObj[f.id].code2 = f.code2;
|
|
32252
|
+
break;
|
|
32253
|
+
default:
|
|
32254
|
+
break;
|
|
32255
|
+
}
|
|
32256
|
+
}
|
|
32257
|
+
});
|
|
32258
|
+
return rtnFormObj;
|
|
32259
|
+
},
|
|
32260
|
+
|
|
32233
32261
|
_scripts: null,
|
|
32234
32262
|
get scripts() {
|
|
32235
32263
|
if (rtn._scripts !== null) {
|
|
@@ -32520,6 +32548,18 @@ var SearchScreen = function SearchScreen(source, callBack, screenPara) {
|
|
|
32520
32548
|
var item = __WEBPACK_IMPORTED_MODULE_3__lib_LibFunction__["default"].GetControl(value, source.content, true, true);
|
|
32521
32549
|
|
|
32522
32550
|
if (item instanceof Object) {
|
|
32551
|
+
if (prevParam && typeof item.id !== 'undefined' && rtn.prevParams.includes(item.id) && prevParam[item.id]) {
|
|
32552
|
+
if (prevParam[item.id].code1) {
|
|
32553
|
+
item.code1 = prevParam[item.id].code1;
|
|
32554
|
+
}
|
|
32555
|
+
if (prevParam[item.id].code2) {
|
|
32556
|
+
item.code2 = prevParam[item.id].code2;
|
|
32557
|
+
}
|
|
32558
|
+
if (prevParam[item.id].name1) {
|
|
32559
|
+
item.name1 = prevParam[item.id].name1;
|
|
32560
|
+
}
|
|
32561
|
+
}
|
|
32562
|
+
|
|
32523
32563
|
item.form = rtn;
|
|
32524
32564
|
item.isScreen = true;
|
|
32525
32565
|
item.keyScreen = item.id + Math.random();
|
|
@@ -32663,7 +32703,7 @@ var SearchScreen = function SearchScreen(source, callBack, screenPara) {
|
|
|
32663
32703
|
screenPara = screenPara ? screenPara : {};
|
|
32664
32704
|
__WEBPACK_IMPORTED_MODULE_9_vue___default.a.prototype.$api.postHandler(__WEBPACK_IMPORTED_MODULE_7__common__["default"].globalUri(), { action: source, para: screenPara }).then(function (response) {
|
|
32665
32705
|
if (response.rtnCode === __WEBPACK_IMPORTED_MODULE_4__lib_Enum__["default"].ReturnCode.Successful) {
|
|
32666
|
-
var rtn = init(response);
|
|
32706
|
+
var rtn = init(response, prevParam);
|
|
32667
32707
|
if (callBack) {
|
|
32668
32708
|
callBack(rtn);
|
|
32669
32709
|
}
|
|
@@ -40320,6 +40360,13 @@ var ctSpan = { //临时的span组件对象,用于vue双向绑定,强制更
|
|
|
40320
40360
|
//
|
|
40321
40361
|
//
|
|
40322
40362
|
//
|
|
40363
|
+
//
|
|
40364
|
+
//
|
|
40365
|
+
//
|
|
40366
|
+
//
|
|
40367
|
+
//
|
|
40368
|
+
//
|
|
40369
|
+
//
|
|
40323
40370
|
|
|
40324
40371
|
|
|
40325
40372
|
|
|
@@ -40341,6 +40388,10 @@ var ctSpan = { //临时的span组件对象,用于vue双向绑定,强制更
|
|
|
40341
40388
|
type: Object,
|
|
40342
40389
|
default: function _default() {}
|
|
40343
40390
|
},
|
|
40391
|
+
prevParam: {
|
|
40392
|
+
type: Object,
|
|
40393
|
+
default: function _default() {}
|
|
40394
|
+
},
|
|
40344
40395
|
from: {
|
|
40345
40396
|
String: String,
|
|
40346
40397
|
default: 'searchlist'
|
|
@@ -40428,13 +40479,14 @@ var ctSpan = { //临时的span组件对象,用于vue双向绑定,强制更
|
|
|
40428
40479
|
}
|
|
40429
40480
|
});
|
|
40430
40481
|
},
|
|
40431
|
-
|
|
40432
|
-
if (this.categorySource.routerKey && this.categorySource.routerKey == '
|
|
40433
|
-
|
|
40434
|
-
this.$common.getDataDrivenOpts().handler.
|
|
40482
|
+
categoryClickHandler: function categoryClickHandler(col, index) {
|
|
40483
|
+
if (this.categorySource.routerKey && this.categorySource.routerKey == 'openMultiList') {
|
|
40484
|
+
var prevParam = this.$refs['searchlist' + this.activeIndex][0].getPrevParam();
|
|
40485
|
+
this.$common.getDataDrivenOpts().handler.openTabSearchRouter('ofi_propertyList', index, prevParam);
|
|
40435
40486
|
return;
|
|
40436
40487
|
}
|
|
40437
|
-
|
|
40488
|
+
},
|
|
40489
|
+
categorychangeHandler: function categorychangeHandler() {
|
|
40438
40490
|
var i = this.activeIndex;
|
|
40439
40491
|
var parm = {};
|
|
40440
40492
|
parm[this.categorySource.fieldName1] = this.categorySource.selectItems1[i].code;
|
|
@@ -40631,6 +40683,10 @@ var ctSpan = { //临时的span组件对象,用于vue双向绑定,强制更
|
|
|
40631
40683
|
type: Object,
|
|
40632
40684
|
default: function _default() {}
|
|
40633
40685
|
},
|
|
40686
|
+
prevParam: {
|
|
40687
|
+
type: Object,
|
|
40688
|
+
default: function _default() {}
|
|
40689
|
+
},
|
|
40634
40690
|
from: {
|
|
40635
40691
|
String: String,
|
|
40636
40692
|
default: 'searchlist'
|
|
@@ -40919,6 +40975,9 @@ var ctSpan = { //临时的span组件对象,用于vue双向绑定,强制更
|
|
|
40919
40975
|
popupClickHandler: function popupClickHandler(tempListData) {
|
|
40920
40976
|
this.$emit('submit', tempListData);
|
|
40921
40977
|
this.$common.closeDialog(this);
|
|
40978
|
+
},
|
|
40979
|
+
getPrevParam: function getPrevParam() {
|
|
40980
|
+
return this.$refs.screen.model.getPrevParam();
|
|
40922
40981
|
}
|
|
40923
40982
|
},
|
|
40924
40983
|
beforeDestroy: function beforeDestroy() {
|
|
@@ -42589,8 +42648,12 @@ var ctSpan = { //临时的span组件对象,用于vue双向绑定,强制更
|
|
|
42589
42648
|
self.loading = false;
|
|
42590
42649
|
self.LastResolve = treeResolve;
|
|
42591
42650
|
self.menuVisible = false;
|
|
42651
|
+
self.$nextTick(function () {
|
|
42652
|
+
self.$refs.Tree.setCurrentKey(self.model.modeltree[0].code);
|
|
42653
|
+
});
|
|
42654
|
+
self.handleNodeClick(self.model.modeltree[0]);
|
|
42592
42655
|
|
|
42593
|
-
case
|
|
42656
|
+
case 11:
|
|
42594
42657
|
case 'end':
|
|
42595
42658
|
return _context.stop();
|
|
42596
42659
|
}
|
|
@@ -46411,7 +46474,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
46411
46474
|
"use strict";
|
|
46412
46475
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicBtn_vue__ = __webpack_require__(145);
|
|
46413
46476
|
/* unused harmony namespace reexport */
|
|
46414
|
-
/* harmony import */ var
|
|
46477
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_409a40c0_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicBtn_vue__ = __webpack_require__(361);
|
|
46415
46478
|
function injectStyle (ssrContext) {
|
|
46416
46479
|
__webpack_require__(354)
|
|
46417
46480
|
}
|
|
@@ -46431,7 +46494,7 @@ var __vue_scopeId__ = null
|
|
|
46431
46494
|
var __vue_module_identifier__ = null
|
|
46432
46495
|
var Component = normalizeComponent(
|
|
46433
46496
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicBtn_vue__["a" /* default */],
|
|
46434
|
-
|
|
46497
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_409a40c0_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicBtn_vue__["a" /* default */],
|
|
46435
46498
|
__vue_template_functional__,
|
|
46436
46499
|
__vue_styles__,
|
|
46437
46500
|
__vue_scopeId__,
|
|
@@ -46452,7 +46515,7 @@ var content = __webpack_require__(355);
|
|
|
46452
46515
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
46453
46516
|
if(content.locals) module.exports = content.locals;
|
|
46454
46517
|
// add the styles to the DOM
|
|
46455
|
-
var update = __webpack_require__(2)("
|
|
46518
|
+
var update = __webpack_require__(2)("ee7bb18e", content, true, {});
|
|
46456
46519
|
|
|
46457
46520
|
/***/ }),
|
|
46458
46521
|
/* 355 */
|
|
@@ -48203,7 +48266,7 @@ var content = __webpack_require__(414);
|
|
|
48203
48266
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
48204
48267
|
if(content.locals) module.exports = content.locals;
|
|
48205
48268
|
// add the styles to the DOM
|
|
48206
|
-
var update = __webpack_require__(2)("
|
|
48269
|
+
var update = __webpack_require__(2)("17d84c9f", content, true, {});
|
|
48207
48270
|
|
|
48208
48271
|
/***/ }),
|
|
48209
48272
|
/* 414 */
|
|
@@ -48240,7 +48303,7 @@ var content = __webpack_require__(417);
|
|
|
48240
48303
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
48241
48304
|
if(content.locals) module.exports = content.locals;
|
|
48242
48305
|
// add the styles to the DOM
|
|
48243
|
-
var update = __webpack_require__(2)("
|
|
48306
|
+
var update = __webpack_require__(2)("45a45888", content, true, {});
|
|
48244
48307
|
|
|
48245
48308
|
/***/ }),
|
|
48246
48309
|
/* 417 */
|
|
@@ -48740,7 +48803,7 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
|
|
|
48740
48803
|
"use strict";
|
|
48741
48804
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicLayoutImage_vue__ = __webpack_require__(174);
|
|
48742
48805
|
/* unused harmony namespace reexport */
|
|
48743
|
-
/* harmony import */ var
|
|
48806
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3914ec70_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicLayoutImage_vue__ = __webpack_require__(447);
|
|
48744
48807
|
var normalizeComponent = __webpack_require__(0)
|
|
48745
48808
|
/* script */
|
|
48746
48809
|
|
|
@@ -48757,7 +48820,7 @@ var __vue_scopeId__ = null
|
|
|
48757
48820
|
var __vue_module_identifier__ = null
|
|
48758
48821
|
var Component = normalizeComponent(
|
|
48759
48822
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicLayoutImage_vue__["a" /* default */],
|
|
48760
|
-
|
|
48823
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3914ec70_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicLayoutImage_vue__["a" /* default */],
|
|
48761
48824
|
__vue_template_functional__,
|
|
48762
48825
|
__vue_styles__,
|
|
48763
48826
|
__vue_scopeId__,
|
|
@@ -48784,7 +48847,7 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
|
|
|
48784
48847
|
"use strict";
|
|
48785
48848
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicLayoutChildrenFor_vue__ = __webpack_require__(175);
|
|
48786
48849
|
/* unused harmony namespace reexport */
|
|
48787
|
-
/* harmony import */ var
|
|
48850
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5db3e662_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicLayoutChildrenFor_vue__ = __webpack_require__(451);
|
|
48788
48851
|
function injectStyle (ssrContext) {
|
|
48789
48852
|
__webpack_require__(449)
|
|
48790
48853
|
}
|
|
@@ -48804,7 +48867,7 @@ var __vue_scopeId__ = null
|
|
|
48804
48867
|
var __vue_module_identifier__ = null
|
|
48805
48868
|
var Component = normalizeComponent(
|
|
48806
48869
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicLayoutChildrenFor_vue__["a" /* default */],
|
|
48807
|
-
|
|
48870
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5db3e662_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicLayoutChildrenFor_vue__["a" /* default */],
|
|
48808
48871
|
__vue_template_functional__,
|
|
48809
48872
|
__vue_styles__,
|
|
48810
48873
|
__vue_scopeId__,
|
|
@@ -48825,7 +48888,7 @@ var content = __webpack_require__(450);
|
|
|
48825
48888
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
48826
48889
|
if(content.locals) module.exports = content.locals;
|
|
48827
48890
|
// add the styles to the DOM
|
|
48828
|
-
var update = __webpack_require__(2)("
|
|
48891
|
+
var update = __webpack_require__(2)("1659d673", content, true, {});
|
|
48829
48892
|
|
|
48830
48893
|
/***/ }),
|
|
48831
48894
|
/* 450 */
|
|
@@ -54387,7 +54450,7 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
|
|
|
54387
54450
|
"use strict";
|
|
54388
54451
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSos_vue__ = __webpack_require__(211);
|
|
54389
54452
|
/* unused harmony namespace reexport */
|
|
54390
|
-
/* harmony import */ var
|
|
54453
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_c8f3fbd6_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSos_vue__ = __webpack_require__(551);
|
|
54391
54454
|
function injectStyle (ssrContext) {
|
|
54392
54455
|
__webpack_require__(549)
|
|
54393
54456
|
}
|
|
@@ -54407,7 +54470,7 @@ var __vue_scopeId__ = null
|
|
|
54407
54470
|
var __vue_module_identifier__ = null
|
|
54408
54471
|
var Component = normalizeComponent(
|
|
54409
54472
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSos_vue__["a" /* default */],
|
|
54410
|
-
|
|
54473
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_c8f3fbd6_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSos_vue__["a" /* default */],
|
|
54411
54474
|
__vue_template_functional__,
|
|
54412
54475
|
__vue_styles__,
|
|
54413
54476
|
__vue_scopeId__,
|
|
@@ -54428,7 +54491,7 @@ var content = __webpack_require__(550);
|
|
|
54428
54491
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
54429
54492
|
if(content.locals) module.exports = content.locals;
|
|
54430
54493
|
// add the styles to the DOM
|
|
54431
|
-
var update = __webpack_require__(2)("
|
|
54494
|
+
var update = __webpack_require__(2)("54deb011", content, true, {});
|
|
54432
54495
|
|
|
54433
54496
|
/***/ }),
|
|
54434
54497
|
/* 550 */
|
|
@@ -55999,7 +56062,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
55999
56062
|
"use strict";
|
|
56000
56063
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicRepeat_vue__ = __webpack_require__(255);
|
|
56001
56064
|
/* unused harmony namespace reexport */
|
|
56002
|
-
/* harmony import */ var
|
|
56065
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5bb78022_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicRepeat_vue__ = __webpack_require__(633);
|
|
56003
56066
|
function injectStyle (ssrContext) {
|
|
56004
56067
|
__webpack_require__(631)
|
|
56005
56068
|
}
|
|
@@ -56019,7 +56082,7 @@ var __vue_scopeId__ = null
|
|
|
56019
56082
|
var __vue_module_identifier__ = null
|
|
56020
56083
|
var Component = normalizeComponent(
|
|
56021
56084
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicRepeat_vue__["a" /* default */],
|
|
56022
|
-
|
|
56085
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5bb78022_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicRepeat_vue__["a" /* default */],
|
|
56023
56086
|
__vue_template_functional__,
|
|
56024
56087
|
__vue_styles__,
|
|
56025
56088
|
__vue_scopeId__,
|
|
@@ -56040,7 +56103,7 @@ var content = __webpack_require__(632);
|
|
|
56040
56103
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
56041
56104
|
if(content.locals) module.exports = content.locals;
|
|
56042
56105
|
// add the styles to the DOM
|
|
56043
|
-
var update = __webpack_require__(2)("
|
|
56106
|
+
var update = __webpack_require__(2)("78e0bbe6", content, true, {});
|
|
56044
56107
|
|
|
56045
56108
|
/***/ }),
|
|
56046
56109
|
/* 632 */
|
|
@@ -56210,7 +56273,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
56210
56273
|
"use strict";
|
|
56211
56274
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchListTab_vue__ = __webpack_require__(257);
|
|
56212
56275
|
/* unused harmony namespace reexport */
|
|
56213
|
-
/* harmony import */ var
|
|
56276
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_008c197d_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchListTab_vue__ = __webpack_require__(649);
|
|
56214
56277
|
function injectStyle (ssrContext) {
|
|
56215
56278
|
__webpack_require__(643)
|
|
56216
56279
|
}
|
|
@@ -56225,12 +56288,12 @@ var __vue_template_functional__ = false
|
|
|
56225
56288
|
/* styles */
|
|
56226
56289
|
var __vue_styles__ = injectStyle
|
|
56227
56290
|
/* scopeId */
|
|
56228
|
-
var __vue_scopeId__ = "data-v-
|
|
56291
|
+
var __vue_scopeId__ = "data-v-008c197d"
|
|
56229
56292
|
/* moduleIdentifier (server only) */
|
|
56230
56293
|
var __vue_module_identifier__ = null
|
|
56231
56294
|
var Component = normalizeComponent(
|
|
56232
56295
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchListTab_vue__["a" /* default */],
|
|
56233
|
-
|
|
56296
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_008c197d_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchListTab_vue__["a" /* default */],
|
|
56234
56297
|
__vue_template_functional__,
|
|
56235
56298
|
__vue_styles__,
|
|
56236
56299
|
__vue_scopeId__,
|
|
@@ -56251,7 +56314,7 @@ var content = __webpack_require__(644);
|
|
|
56251
56314
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
56252
56315
|
if(content.locals) module.exports = content.locals;
|
|
56253
56316
|
// add the styles to the DOM
|
|
56254
|
-
var update = __webpack_require__(2)("
|
|
56317
|
+
var update = __webpack_require__(2)("2f36bb2a", content, true, {});
|
|
56255
56318
|
|
|
56256
56319
|
/***/ }),
|
|
56257
56320
|
/* 644 */
|
|
@@ -56262,7 +56325,7 @@ exports = module.exports = __webpack_require__(1)(false);
|
|
|
56262
56325
|
|
|
56263
56326
|
|
|
56264
56327
|
// module
|
|
56265
|
-
exports.push([module.i, ".sidebar[data-v-
|
|
56328
|
+
exports.push([module.i, ".sidebar[data-v-008c197d]{z-index:1000;top:-1px;bottom:-1px;padding:0;width:auto;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);-webkit-box-shadow:0 6px 12px rgba(0,0,0,.18);box-shadow:0 6px 12px rgba(0,0,0,.18)}", ""]);
|
|
56266
56329
|
|
|
56267
56330
|
// exports
|
|
56268
56331
|
|
|
@@ -56274,7 +56337,7 @@ exports.push([module.i, ".sidebar[data-v-7a1644a0]{z-index:1000;top:-1px;bottom:
|
|
|
56274
56337
|
"use strict";
|
|
56275
56338
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchListOne_vue__ = __webpack_require__(258);
|
|
56276
56339
|
/* unused harmony namespace reexport */
|
|
56277
|
-
/* harmony import */ var
|
|
56340
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_6e303210_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchListOne_vue__ = __webpack_require__(648);
|
|
56278
56341
|
function injectStyle (ssrContext) {
|
|
56279
56342
|
__webpack_require__(646)
|
|
56280
56343
|
}
|
|
@@ -56289,12 +56352,12 @@ var __vue_template_functional__ = false
|
|
|
56289
56352
|
/* styles */
|
|
56290
56353
|
var __vue_styles__ = injectStyle
|
|
56291
56354
|
/* scopeId */
|
|
56292
|
-
var __vue_scopeId__ = "data-v-
|
|
56355
|
+
var __vue_scopeId__ = "data-v-6e303210"
|
|
56293
56356
|
/* moduleIdentifier (server only) */
|
|
56294
56357
|
var __vue_module_identifier__ = null
|
|
56295
56358
|
var Component = normalizeComponent(
|
|
56296
56359
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchListOne_vue__["a" /* default */],
|
|
56297
|
-
|
|
56360
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_6e303210_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchListOne_vue__["a" /* default */],
|
|
56298
56361
|
__vue_template_functional__,
|
|
56299
56362
|
__vue_styles__,
|
|
56300
56363
|
__vue_scopeId__,
|
|
@@ -56315,7 +56378,7 @@ var content = __webpack_require__(647);
|
|
|
56315
56378
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
56316
56379
|
if(content.locals) module.exports = content.locals;
|
|
56317
56380
|
// add the styles to the DOM
|
|
56318
|
-
var update = __webpack_require__(2)("
|
|
56381
|
+
var update = __webpack_require__(2)("226315a3", content, true, {});
|
|
56319
56382
|
|
|
56320
56383
|
/***/ }),
|
|
56321
56384
|
/* 647 */
|
|
@@ -56326,7 +56389,7 @@ exports = module.exports = __webpack_require__(1)(false);
|
|
|
56326
56389
|
|
|
56327
56390
|
|
|
56328
56391
|
// module
|
|
56329
|
-
exports.push([module.i, ".sidebar[data-v-
|
|
56392
|
+
exports.push([module.i, ".sidebar[data-v-6e303210]{z-index:1000;top:-1px;bottom:-1px;padding:0;width:auto;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);-webkit-box-shadow:0 6px 12px rgba(0,0,0,.18);box-shadow:0 6px 12px rgba(0,0,0,.18)}", ""]);
|
|
56330
56393
|
|
|
56331
56394
|
// exports
|
|
56332
56395
|
|
|
@@ -56336,7 +56399,7 @@ exports.push([module.i, ".sidebar[data-v-53e58038]{z-index:1000;top:-1px;bottom:
|
|
|
56336
56399
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
56337
56400
|
|
|
56338
56401
|
"use strict";
|
|
56339
|
-
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"main",class:{'domDisabled':_vm.pageDisabled},staticStyle:{"width":"100%","height":"100%","display":"flex"}},[_c('div',{staticClass:"ct-search-list",style:({'height': _vm.pageHeight? _vm.pageHeight:'100%','width':_vm.searchWidth?_vm.searchWidth+'px':'100%'})},[_c('ct-searchscreen',{key:_vm.reloadKeyScreen,ref:"screen",attrs:{"api":_vm.searchConditionApi,"screenPara":_vm.screenPara,"categoryLoaded":_vm.loaded.categoryLoaded},on:{"loaded":_vm.screenLoaded,"search":function($event){_vm.search()},"saveShortcut":_vm.saveShortcut,"showTitle":_vm.showTitleScreenHandler}}),_vm._v(" "),_c('ct-searchtable',{key:_vm.reloadKeyTable,ref:"table",attrs:{"api":_vm.searchDataApi,"searchStatsApi":_vm.searchStatsApi,"from":_vm.from,"isIframe":_vm.isIframe,"documentHeight":_vm.documentHeight,"documentWidth":_vm.documentWidth,"flagPopupSearchlist":_vm.flagPopupSearchlist,"screenTop":_vm.screenTop,"flagAppMode":_vm.flagAppMode},on:{"loaded":_vm.tableLoaded,"toolbarClick":_vm.toolbarClickHandler,"refreshParent":_vm.refreshParentHandler,"searchComplate":_vm.searchComplate,"rowClickHandle":_vm.rowClickHandle,"scrollHandle":_vm.scrollHandle,"refreshRowHandle":_vm.refreshRowHandle,"doClosePopoverHandle":_vm.doClosePopoverHandle,"showTitle":_vm.showTitleHandler,"popupClickHandler":_vm.popupClickHandler}})],1),_vm._v(" "),(_vm.flagSideBar && _vm.flagSideBarOfData)?_c('div',{ref:"sidebar",staticClass:"sidebar",style:({'height': _vm.pageHeight? _vm.pageHeight:'100%','width':_vm.sideBarWidth+'px',right:_vm.sideBarRight+'px'})},[_c('ct-Detail',{key:_vm.detailKey,ref:"detail",attrs:{"api":_vm.sideBarApi,"apiParam":_vm.sideBarApiParam,"pageType":_vm.sideBarPageType,"selectIndex":_vm.selectIndex,"rowCount":_vm.rowCount,"drowerClose":_vm.drowerClose},on:{"clickNextHandler":_vm.clickNextHandler,"clickPrevHandler":_vm.clickPrevHandler,"simpleRouterclickHandler":_vm.simpleRouterclickHandler,"closeSideHandler":_vm.closeSideHandler}}),_vm._v(" "),_c('ct-SearchSideMenu',{ref:"sideMenu",attrs:{"sideBarMenuRight":_vm.sideBarMenuRight,"sideBarStatus":_vm.sideBarStatus},on:{"sideMenuClickHandler":_vm.sideMenuClickHandler}})],1):_vm._e()])}
|
|
56402
|
+
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"main",class:{'domDisabled':_vm.pageDisabled},staticStyle:{"width":"100%","height":"100%","display":"flex"}},[_c('div',{staticClass:"ct-search-list",style:({'height': _vm.pageHeight? _vm.pageHeight:'100%','width':_vm.searchWidth?_vm.searchWidth+'px':'100%'})},[_c('ct-searchscreen',{key:_vm.reloadKeyScreen,ref:"screen",attrs:{"api":_vm.searchConditionApi,"screenPara":_vm.screenPara,"prevParam":_vm.prevParam,"categoryLoaded":_vm.loaded.categoryLoaded},on:{"loaded":_vm.screenLoaded,"search":function($event){_vm.search()},"saveShortcut":_vm.saveShortcut,"showTitle":_vm.showTitleScreenHandler}}),_vm._v(" "),_c('ct-searchtable',{key:_vm.reloadKeyTable,ref:"table",attrs:{"api":_vm.searchDataApi,"searchStatsApi":_vm.searchStatsApi,"from":_vm.from,"isIframe":_vm.isIframe,"documentHeight":_vm.documentHeight,"documentWidth":_vm.documentWidth,"flagPopupSearchlist":_vm.flagPopupSearchlist,"screenTop":_vm.screenTop,"flagAppMode":_vm.flagAppMode},on:{"loaded":_vm.tableLoaded,"toolbarClick":_vm.toolbarClickHandler,"refreshParent":_vm.refreshParentHandler,"searchComplate":_vm.searchComplate,"rowClickHandle":_vm.rowClickHandle,"scrollHandle":_vm.scrollHandle,"refreshRowHandle":_vm.refreshRowHandle,"doClosePopoverHandle":_vm.doClosePopoverHandle,"showTitle":_vm.showTitleHandler,"popupClickHandler":_vm.popupClickHandler}})],1),_vm._v(" "),(_vm.flagSideBar && _vm.flagSideBarOfData)?_c('div',{ref:"sidebar",staticClass:"sidebar",style:({'height': _vm.pageHeight? _vm.pageHeight:'100%','width':_vm.sideBarWidth+'px',right:_vm.sideBarRight+'px'})},[_c('ct-Detail',{key:_vm.detailKey,ref:"detail",attrs:{"api":_vm.sideBarApi,"apiParam":_vm.sideBarApiParam,"pageType":_vm.sideBarPageType,"selectIndex":_vm.selectIndex,"rowCount":_vm.rowCount,"drowerClose":_vm.drowerClose},on:{"clickNextHandler":_vm.clickNextHandler,"clickPrevHandler":_vm.clickPrevHandler,"simpleRouterclickHandler":_vm.simpleRouterclickHandler,"closeSideHandler":_vm.closeSideHandler}}),_vm._v(" "),_c('ct-SearchSideMenu',{ref:"sideMenu",attrs:{"sideBarMenuRight":_vm.sideBarMenuRight,"sideBarStatus":_vm.sideBarStatus},on:{"sideMenuClickHandler":_vm.sideMenuClickHandler}})],1):_vm._e()])}
|
|
56340
56403
|
var staticRenderFns = []
|
|
56341
56404
|
var esExports = { render: render, staticRenderFns: staticRenderFns }
|
|
56342
56405
|
/* harmony default export */ __webpack_exports__["a"] = (esExports);
|
|
@@ -56346,7 +56409,7 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
|
|
|
56346
56409
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
56347
56410
|
|
|
56348
56411
|
"use strict";
|
|
56349
|
-
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"main",class:{'domDisabled':_vm.pageDisabled},staticStyle:{"width":"100%","height":"100%","display":"flex"}},[_c('div',{staticClass:"ct-search-list-tab",style:({'height': _vm.pageHeight? _vm.pageHeight:'100%','width':_vm.searchWidth?_vm.searchWidth+'px':'100%'})},[(typeof _vm.title !== 'undefined' && _vm.showTitle)?_c('div',{staticClass:"clearfix",attrs:{"slot":"header"},slot:"header"},[_c('span',{staticStyle:{"font-weight":"bold"}},[_vm._v(_vm._s(_vm.title))])]):_vm._e(),_vm._v(" "),(_vm.categorySource)?_c('div',{staticClass:"el-tabs__header ct-searchcategory",staticStyle:{"width":"100%","display":"flex"}},[_c('div',{staticClass:"el-input-group",staticStyle:{"flex":"1"}},[(_vm.showLabel && _vm.label)?_c('div',{staticClass:"el-input-group__prepend"},[(_vm.categorySource.preLabel1)?_c('img',{staticStyle:{"width":"1.3em","height":"1.3em","fill":"currentColor","overflow":"hidden","vertical-align":"middle"},attrs:{"src":_vm.categorySource.preLabel1}}):_vm._e(),_vm._v("\n "+_vm._s(_vm.label)+"\n ")]):_vm._e(),_vm._v(" "),_c('div',{staticClass:"ct-radios"},[_c('el-radio-group',{on:{"change":function($event){_vm.categorychangeHandler($event)}},model:{value:(_vm.activeIndex),callback:function ($$v) {_vm.activeIndex=$$v},expression:"activeIndex"}},_vm._l((_vm.categorySource.selectItems1),function(col,index){return _c('el-radio-button',_vm._b({key:index,attrs:{"label":index},model:{value:(col.code),callback:function ($$v) {_vm.$set(col, "code", $$v)},expression:"col.code"}},'el-radio-button',{class:'ct-font-size-mini'},false),[_vm._v("\n "+_vm._s(col.name)+"\n
|
|
56412
|
+
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"main",class:{'domDisabled':_vm.pageDisabled},staticStyle:{"width":"100%","height":"100%","display":"flex"}},[_c('div',{staticClass:"ct-search-list-tab",style:({'height': _vm.pageHeight? _vm.pageHeight:'100%','width':_vm.searchWidth?_vm.searchWidth+'px':'100%'})},[(typeof _vm.title !== 'undefined' && _vm.showTitle)?_c('div',{staticClass:"clearfix",attrs:{"slot":"header"},slot:"header"},[_c('span',{staticStyle:{"font-weight":"bold"}},[_vm._v(_vm._s(_vm.title))])]):_vm._e(),_vm._v(" "),(_vm.categorySource)?_c('div',{staticClass:"el-tabs__header ct-searchcategory",staticStyle:{"width":"100%","display":"flex"}},[_c('div',{staticClass:"el-input-group",staticStyle:{"flex":"1"}},[(_vm.showLabel && _vm.label)?_c('div',{staticClass:"el-input-group__prepend"},[(_vm.categorySource.preLabel1)?_c('img',{staticStyle:{"width":"1.3em","height":"1.3em","fill":"currentColor","overflow":"hidden","vertical-align":"middle"},attrs:{"src":_vm.categorySource.preLabel1}}):_vm._e(),_vm._v("\n "+_vm._s(_vm.label)+"\n ")]):_vm._e(),_vm._v(" "),_c('div',{staticClass:"ct-radios"},[_c('el-radio-group',{on:{"change":function($event){_vm.categorychangeHandler($event)}},model:{value:(_vm.activeIndex),callback:function ($$v) {_vm.activeIndex=$$v},expression:"activeIndex"}},[(_vm.categorySource.routerKey && _vm.categorySource.routerKey=='openMultiList')?_vm._l((_vm.categorySource.selectItems1),function(col,index){return _c('el-radio-button',_vm._b({key:index,attrs:{"label":index},nativeOn:{"click":function($event){$event.preventDefault();_vm.categoryClickHandler(col,index)}},model:{value:(col.code),callback:function ($$v) {_vm.$set(col, "code", $$v)},expression:"col.code"}},'el-radio-button',{class:'ct-font-size-mini'},false),[_vm._v("\n "+_vm._s(col.name)+"\n ")])}):_vm._l((_vm.categorySource.selectItems1),function(col,index){return _c('el-radio-button',_vm._b({key:index,attrs:{"label":index},model:{value:(col.code),callback:function ($$v) {_vm.$set(col, "code", $$v)},expression:"col.code"}},'el-radio-button',{class:'ct-font-size-mini'},false),[_vm._v("\n "+_vm._s(col.name)+"\n ")])})],2)],1)])]):_vm._e(),_vm._v(" "),(_vm.categorySource)?_c('div',{staticClass:"el-tabs__content"},_vm._l((_vm.categorySource.selectItems1),function(col,index){return _c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.activeIndex===index),expression:"activeIndex===index"},{name:"loading",rawName:"v-loading",value:(_vm.isLoading),expression:"isLoading"}],key:index,staticClass:"el-tab-pane",attrs:{"index":index,"role":"tabpanel","aria-hidden":"true"}},[(col.loaded)?_c('ct-searchlistOne',{ref:'searchlist'+index,refInFor:true,attrs:{"searchConditionApi":_vm.searchConditionApi,"pageHeight":_vm.listHeight,"categorySource":col.code,"searchStatsApi":_vm.searchStatsApi,"searchDataApi":_vm.searchDataApi,"apiParam":col.screenPara,"prevParam":_vm.prevParam},on:{"tableLoaded":_vm.tableLoaded}}):_vm._e()],1)})):_vm._e()])])}
|
|
56350
56413
|
var staticRenderFns = []
|
|
56351
56414
|
var esExports = { render: render, staticRenderFns: staticRenderFns }
|
|
56352
56415
|
/* harmony default export */ __webpack_exports__["a"] = (esExports);
|
|
@@ -57087,7 +57150,7 @@ var Component = normalizeComponent(
|
|
|
57087
57150
|
"use strict";
|
|
57088
57151
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicTree_vue__ = __webpack_require__(268);
|
|
57089
57152
|
/* unused harmony namespace reexport */
|
|
57090
|
-
/* harmony import */ var
|
|
57153
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_56520e26_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicTree_vue__ = __webpack_require__(692);
|
|
57091
57154
|
function injectStyle (ssrContext) {
|
|
57092
57155
|
__webpack_require__(688)
|
|
57093
57156
|
}
|
|
@@ -57107,7 +57170,7 @@ var __vue_scopeId__ = null
|
|
|
57107
57170
|
var __vue_module_identifier__ = null
|
|
57108
57171
|
var Component = normalizeComponent(
|
|
57109
57172
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicTree_vue__["a" /* default */],
|
|
57110
|
-
|
|
57173
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_56520e26_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicTree_vue__["a" /* default */],
|
|
57111
57174
|
__vue_template_functional__,
|
|
57112
57175
|
__vue_styles__,
|
|
57113
57176
|
__vue_scopeId__,
|
|
@@ -57128,7 +57191,7 @@ var content = __webpack_require__(689);
|
|
|
57128
57191
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
57129
57192
|
if(content.locals) module.exports = content.locals;
|
|
57130
57193
|
// add the styles to the DOM
|
|
57131
|
-
var update = __webpack_require__(2)("
|
|
57194
|
+
var update = __webpack_require__(2)("f5a02198", content, true, {});
|
|
57132
57195
|
|
|
57133
57196
|
/***/ }),
|
|
57134
57197
|
/* 689 */
|
|
@@ -61599,7 +61662,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
61599
61662
|
"use strict";
|
|
61600
61663
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicViewerFile_vue__ = __webpack_require__(270);
|
|
61601
61664
|
/* unused harmony namespace reexport */
|
|
61602
|
-
/* harmony import */ var
|
|
61665
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_779e3999_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicViewerFile_vue__ = __webpack_require__(712);
|
|
61603
61666
|
function injectStyle (ssrContext) {
|
|
61604
61667
|
__webpack_require__(704)
|
|
61605
61668
|
}
|
|
@@ -61619,7 +61682,7 @@ var __vue_scopeId__ = null
|
|
|
61619
61682
|
var __vue_module_identifier__ = null
|
|
61620
61683
|
var Component = normalizeComponent(
|
|
61621
61684
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicViewerFile_vue__["a" /* default */],
|
|
61622
|
-
|
|
61685
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_779e3999_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicViewerFile_vue__["a" /* default */],
|
|
61623
61686
|
__vue_template_functional__,
|
|
61624
61687
|
__vue_styles__,
|
|
61625
61688
|
__vue_scopeId__,
|
|
@@ -61640,7 +61703,7 @@ var content = __webpack_require__(705);
|
|
|
61640
61703
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
61641
61704
|
if(content.locals) module.exports = content.locals;
|
|
61642
61705
|
// add the styles to the DOM
|
|
61643
|
-
var update = __webpack_require__(2)("
|
|
61706
|
+
var update = __webpack_require__(2)("65fc905e", content, true, {});
|
|
61644
61707
|
|
|
61645
61708
|
/***/ }),
|
|
61646
61709
|
/* 705 */
|
|
@@ -61786,7 +61849,7 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
|
|
|
61786
61849
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
61787
61850
|
|
|
61788
61851
|
"use strict";
|
|
61789
|
-
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"viewerfile",staticClass:"ccai",staticStyle:{"height":"100%"},attrs:{"id":"viewer-file"},on:{"contextmenu":_vm.handleMouse}},[_c('el-container',{staticStyle:{"height":"100%","border":"1px solid #eee"}},[_c('el-aside',{staticClass:"ccai-aside",staticStyle:{"background-color":"rgb(238, 241, 246)"}},[_c('div',{staticClass:"viewerMenu",staticStyle:{"height":"100%"}},[_c('el-menu',{staticStyle:{"height":"100%"},attrs:{"default-openeds":_vm.openeds,"default-active":_vm.activeitem}},_vm._l((_vm.MediaAlbum),function(group,groupIndex){return _c('el-submenu',{key:groupIndex,attrs:{"index":groupIndex.toString()}},[_c('template',{slot:"title"},[_c('i'),_vm._v(" "),_c('div',{staticStyle:{"padding":"0 10px !important","height":"30px !important","line-height":"30px !important"}},[_vm._v("\n "+_vm._s(group.albumName)+"\n ")])]),_vm._v(" "),_c('el-menu-item-group',_vm._l((group.medias),function(item,index){return _c('el-menu-item',{key:index,attrs:{"index":groupIndex.toString() + '-' + index.toString()},on:{"click":function($event){_vm.handleClick(item, groupIndex, index)}}},[_vm._v(_vm._s(item.mediaLabelName || item.fileName))])}))],2)}))],1)]),_vm._v(" "),_c('el-main',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.downloadLoading),expression:"downloadLoading"}],ref:"displayArea",attrs:{"element-loading-spinner":"el-icon-loading","element-loading-custom-class":'cloading'}},[(_vm.resultObject)?_c('div',{staticStyle:{"position":"relative","width":"100%"},style:({ height: _vm.displayAreaHeight - 78 + 'px' })},[(_vm.itemFile.mediaTypeID == '1')?[_c('iframe',{staticStyle:{"border-width":"0px"},attrs:{"src":_vm.resultObject,"height":_vm.displayAreaHeight - 80 + 'px',"width":_vm.displayAreaWidth + 'px'}})]:(_vm.itemFile.mediaTypeID == '2')?[_c('ct-viewerImage',{ref:"viewerImage",attrs:{"imgUrl":_vm.resultObject+'/'+_vm.displayAreaWidth+'/'+_vm.displayAreaHeight+'?FlagC=0',"rotate":_vm.rotate}})]:(_vm.itemFile.mediaTypeID == '3')?[_vm._v("\n 暂不支持ThreeDimensional\n ")]:(_vm.itemFile.mediaTypeID == '4')?[_c('div',{staticClass:"viewerContent"},[(_vm.itemFile.thumbnailUrl)?[_c('video',{staticClass:"viewerContent",attrs:{"preload":"none","poster":_vm.itemFile.thumbnailUrl,"src":_vm.resultObject,"controls":"controls","controlslist":"nodownload","height":500,"width":800}},[_vm._v("\n 您的浏览器不支持 video 标签。\n ")])]:[_c('video',{staticClass:"viewerContent",attrs:{"preload":"none","src":_vm.resultObject,"controls":"controls","controlslist":"nodownload","height":500,"width":800}},[_vm._v("\n 您的浏览器不支持 video 标签。\n ")])]],2)]:(_vm.itemFile.mediaTypeID == '5')?[_c('div',{staticClass:"viewerContent"},[_c('audio',{staticClass:"viewerContent",staticStyle:{"width":"50%"},attrs:{"preload":"none","src":_vm.resultObject,"controls":"controls","controlslist":"nodownload"}},[_vm._v("\n 您的浏览器不支持 audio 标签。\n ")])])]:(_vm.itemFile.mediaTypeID == '6')?[('pdf' .search(_vm.itemFile.fileExtension.toLowerCase())>-1 )?[_c('ct-viewerPDF',{attrs:{"pdfUrl":_vm.resultObject,"displayAreaHeight":_vm.displayAreaHeight,"displayAreaWidth":_vm.displayAreaWidth}})]:[_c('div',{staticClass:"viewerContent",staticStyle:{"max-height":"200px","text-align":"center"}},[_c('a',{attrs:{"href":_vm.resultObject,"target":"_blank"}},[_c('img',{attrs:{"src":_vm.itemFile.thumbnailUrl}}),_c('br'),_vm._v(_vm._s(_vm.itemFile.mediaLabelName || _vm.itemFile.fileName)+"\n ")])])]]:[_c('div',{staticClass:"viewerContent",staticStyle:{"max-height":"200px","text-align":"center"}},[_c('a',{attrs:{"href":_vm.resultObject,"target":"_blank"}},[_c('img',{attrs:{"src":_vm.itemFile.thumbnailUrl}}),_c('br'),_vm._v(_vm._s(_vm.itemFile.mediaLabelName || _vm.itemFile.fileName)+"\n ")])])],_vm._v(" "),(_vm.resultObject != '')?[_c('div',{staticClass:"magnify-footer",style:({
|
|
61852
|
+
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"viewerfile",staticClass:"ccai",staticStyle:{"height":"100%"},attrs:{"id":"viewer-file"},on:{"contextmenu":_vm.handleMouse}},[_c('el-container',{staticStyle:{"height":"100%","border":"1px solid #eee"}},[_c('el-aside',{staticClass:"ccai-aside",staticStyle:{"background-color":"rgb(238, 241, 246)"}},[_c('div',{staticClass:"viewerMenu",staticStyle:{"height":"100%"}},[_c('el-menu',{staticStyle:{"height":"100%"},attrs:{"default-openeds":_vm.openeds,"default-active":_vm.activeitem}},_vm._l((_vm.MediaAlbum),function(group,groupIndex){return _c('el-submenu',{key:groupIndex,attrs:{"index":groupIndex.toString()}},[_c('template',{slot:"title"},[_c('i'),_vm._v(" "),_c('div',{staticStyle:{"padding":"0 10px !important","height":"30px !important","line-height":"30px !important"}},[_vm._v("\n "+_vm._s(group.albumName)+"\n ")])]),_vm._v(" "),_c('el-menu-item-group',_vm._l((group.medias),function(item,index){return _c('el-menu-item',{key:index,attrs:{"index":groupIndex.toString() + '-' + index.toString()},on:{"click":function($event){_vm.handleClick(item, groupIndex, index)}}},[_vm._v(_vm._s(item.mediaLabelName || item.fileName))])}))],2)}))],1)]),_vm._v(" "),_c('el-main',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.downloadLoading),expression:"downloadLoading"}],ref:"displayArea",attrs:{"element-loading-spinner":"el-icon-loading","element-loading-custom-class":'cloading'}},[(_vm.resultObject)?_c('div',{staticStyle:{"position":"relative","width":"100%"},style:({ height: _vm.displayAreaHeight - 78 + 'px' })},[(_vm.itemFile.mediaTypeID == '1')?[_c('iframe',{staticStyle:{"border-width":"0px"},attrs:{"src":_vm.resultObject,"height":_vm.displayAreaHeight - 80 + 'px',"width":_vm.displayAreaWidth + 'px'}})]:(_vm.itemFile.mediaTypeID == '2')?[_c('ct-viewerImage',{ref:"viewerImage",attrs:{"imgUrl":_vm.resultObject+((!_vm.itemFile.flagUrl)?'/'+_vm.displayAreaWidth+'/'+_vm.displayAreaHeight+'?FlagC=0':''),"rotate":_vm.rotate}})]:(_vm.itemFile.mediaTypeID == '3')?[_vm._v("\n 暂不支持ThreeDimensional\n ")]:(_vm.itemFile.mediaTypeID == '4')?[_c('div',{staticClass:"viewerContent"},[(_vm.itemFile.thumbnailUrl)?[_c('video',{staticClass:"viewerContent",attrs:{"preload":"none","poster":_vm.itemFile.thumbnailUrl,"src":_vm.resultObject,"controls":"controls","controlslist":"nodownload","height":500,"width":800}},[_vm._v("\n 您的浏览器不支持 video 标签。\n ")])]:[_c('video',{staticClass:"viewerContent",attrs:{"preload":"none","src":_vm.resultObject,"controls":"controls","controlslist":"nodownload","height":500,"width":800}},[_vm._v("\n 您的浏览器不支持 video 标签。\n ")])]],2)]:(_vm.itemFile.mediaTypeID == '5')?[_c('div',{staticClass:"viewerContent"},[_c('audio',{staticClass:"viewerContent",staticStyle:{"width":"50%"},attrs:{"preload":"none","src":_vm.resultObject,"controls":"controls","controlslist":"nodownload"}},[_vm._v("\n 您的浏览器不支持 audio 标签。\n ")])])]:(_vm.itemFile.mediaTypeID == '6')?[('pdf' .search(_vm.itemFile.fileExtension.toLowerCase())>-1 )?[_c('ct-viewerPDF',{attrs:{"pdfUrl":_vm.resultObject,"displayAreaHeight":_vm.displayAreaHeight,"displayAreaWidth":_vm.displayAreaWidth}})]:[_c('div',{staticClass:"viewerContent",staticStyle:{"max-height":"200px","text-align":"center"}},[_c('a',{attrs:{"href":_vm.resultObject,"target":"_blank"}},[_c('img',{attrs:{"src":_vm.itemFile.thumbnailUrl}}),_c('br'),_vm._v(_vm._s(_vm.itemFile.mediaLabelName || _vm.itemFile.fileName)+"\n ")])])]]:[_c('div',{staticClass:"viewerContent",staticStyle:{"max-height":"200px","text-align":"center"}},[_c('a',{attrs:{"href":_vm.resultObject,"target":"_blank"}},[_c('img',{attrs:{"src":_vm.itemFile.thumbnailUrl}}),_c('br'),_vm._v(_vm._s(_vm.itemFile.mediaLabelName || _vm.itemFile.fileName)+"\n ")])])],_vm._v(" "),(_vm.resultObject != '')?[_c('div',{staticClass:"magnify-footer",style:({
|
|
61790
61853
|
width: _vm.displayAreaWidth + 'px',
|
|
61791
61854
|
bottom: _vm.displayAreabtm + 10 + 'px',
|
|
61792
61855
|
})},[_c('div',{staticClass:"magnify-toolbar",style:({ 'margin-left': _vm.displayArealeft + 'px' })},[_c('a',{staticClass:"magnify-btn el-icon-back",attrs:{"href":"javascript:void(0)","title":"上一个"},on:{"click":function($event){_vm.jump(-1)}}}),_c('a',{staticClass:"magnify-btn el-icon-right",attrs:{"href":"javascript:void(0)","title":"下一个"},on:{"click":function($event){_vm.jump(1)}}}),_vm._v(" "),(_vm.itemFile.mediaTypeID == '2')?[_c('a',{staticClass:"magnify-btn el-icon-refresh-left",attrs:{"href":"javascript:void(0)","title":"左旋转"},on:{"click":function($event){_vm.rotateImg('L')}}}),_vm._v(" "),_c('a',{staticClass:"magnify-btn el-icon-refresh-right",attrs:{"href":"javascript:void(0)","title":"右旋转"},on:{"click":function($event){_vm.rotateImg('R')}}}),_vm._v(" "),_c('a',{staticClass:"magnify-btn el-icon-zoom-in",attrs:{"href":"javascript:void(0)","title":"放大"},on:{"click":function($event){_vm.zoom(0.2)}}}),_vm._v(" "),_c('a',{staticClass:"magnify-btn el-icon-refresh",attrs:{"href":"javascript:void(0)","title":"实际尺寸"},on:{"click":function($event){_vm.actualSize()}}}),_vm._v(" "),_c('a',{staticClass:"magnify-btn el-icon-zoom-out",attrs:{"href":"javascript:void(0)","title":"缩小"},on:{"click":function($event){_vm.zoom(-0.2)}}})]:_vm._e(),_vm._v(" "),(_vm.itemFile.rightDownload&&_vm.itemFile.mediaTypeID !='1')?_c('a',{staticClass:"magnify-btn el-icon-download",attrs:{"href":"javascript:void(0)","title":"下载"},on:{"click":function($event){_vm.handDownload(_vm.resultObject)}}}):_vm._e()],2)])]:_vm._e()],2):_vm._e()])],1),_vm._v(" "),_c('iframe',{staticStyle:{"height":"0px","width":"0px","border-width":"0px","display":"none"},attrs:{"src":_vm.downloadUrl}})],1)}
|
|
@@ -62032,7 +62095,7 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
|
|
|
62032
62095
|
"use strict";
|
|
62033
62096
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicTableCurrency_vue__ = __webpack_require__(276);
|
|
62034
62097
|
/* unused harmony namespace reexport */
|
|
62035
|
-
/* harmony import */ var
|
|
62098
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_016f2ab3_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicTableCurrency_vue__ = __webpack_require__(725);
|
|
62036
62099
|
function injectStyle (ssrContext) {
|
|
62037
62100
|
__webpack_require__(723)
|
|
62038
62101
|
}
|
|
@@ -62052,7 +62115,7 @@ var __vue_scopeId__ = null
|
|
|
62052
62115
|
var __vue_module_identifier__ = null
|
|
62053
62116
|
var Component = normalizeComponent(
|
|
62054
62117
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicTableCurrency_vue__["a" /* default */],
|
|
62055
|
-
|
|
62118
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_016f2ab3_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicTableCurrency_vue__["a" /* default */],
|
|
62056
62119
|
__vue_template_functional__,
|
|
62057
62120
|
__vue_styles__,
|
|
62058
62121
|
__vue_scopeId__,
|
|
@@ -62073,7 +62136,7 @@ var content = __webpack_require__(724);
|
|
|
62073
62136
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
62074
62137
|
if(content.locals) module.exports = content.locals;
|
|
62075
62138
|
// add the styles to the DOM
|
|
62076
|
-
var update = __webpack_require__(2)("
|
|
62139
|
+
var update = __webpack_require__(2)("18f46868", content, true, {});
|
|
62077
62140
|
|
|
62078
62141
|
/***/ }),
|
|
62079
62142
|
/* 724 */
|