centaline-data-driven 1.6.4 → 1.6.5
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 +7 -0
- package/src/centaline/api/index.js +1 -0
- package/src/centaline/dynamicForm/src/dynamicForm.vue +68 -3
- package/src/centaline/dynamicSearchList/src/dynamicSearchScreen.vue +31 -1
- package/src/centaline/dynamicSearchList/src/dynamicSearchTable.vue +54 -2
- package/src/centaline/progress/src/progress.vue +10 -3
- package/wwwroot/static/centaline/centaline-data-driven.js +150 -18
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
|
@@ -10142,6 +10142,7 @@ var api = {
|
|
|
10142
10142
|
progressAction: data.content.action,
|
|
10143
10143
|
progressKey: data.content.key,
|
|
10144
10144
|
progressType: 'export',
|
|
10145
|
+
flagNotification: '1',
|
|
10145
10146
|
width: '350px',
|
|
10146
10147
|
height: '165px'
|
|
10147
10148
|
},
|
|
@@ -11188,7 +11189,7 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABX
|
|
|
11188
11189
|
"use strict";
|
|
11189
11190
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicForm_vue__ = __webpack_require__(184);
|
|
11190
11191
|
/* unused harmony namespace reexport */
|
|
11191
|
-
/* harmony import */ var
|
|
11192
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2f7a276d_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicForm_vue__ = __webpack_require__(609);
|
|
11192
11193
|
function injectStyle (ssrContext) {
|
|
11193
11194
|
__webpack_require__(603)
|
|
11194
11195
|
}
|
|
@@ -11208,7 +11209,7 @@ var __vue_scopeId__ = null
|
|
|
11208
11209
|
var __vue_module_identifier__ = null
|
|
11209
11210
|
var Component = normalizeComponent(
|
|
11210
11211
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicForm_vue__["a" /* default */],
|
|
11211
|
-
|
|
11212
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_2f7a276d_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicForm_vue__["a" /* default */],
|
|
11212
11213
|
__vue_template_functional__,
|
|
11213
11214
|
__vue_styles__,
|
|
11214
11215
|
__vue_scopeId__,
|
|
@@ -11319,7 +11320,7 @@ module.exports = {};
|
|
|
11319
11320
|
"use strict";
|
|
11320
11321
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchScreen_vue__ = __webpack_require__(153);
|
|
11321
11322
|
/* unused harmony namespace reexport */
|
|
11322
|
-
/* harmony import */ var
|
|
11323
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5886fdf4_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchScreen_vue__ = __webpack_require__(525);
|
|
11323
11324
|
function injectStyle (ssrContext) {
|
|
11324
11325
|
__webpack_require__(523)
|
|
11325
11326
|
}
|
|
@@ -11339,7 +11340,7 @@ var __vue_scopeId__ = null
|
|
|
11339
11340
|
var __vue_module_identifier__ = null
|
|
11340
11341
|
var Component = normalizeComponent(
|
|
11341
11342
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchScreen_vue__["a" /* default */],
|
|
11342
|
-
|
|
11343
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_5886fdf4_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchScreen_vue__["a" /* default */],
|
|
11343
11344
|
__vue_template_functional__,
|
|
11344
11345
|
__vue_styles__,
|
|
11345
11346
|
__vue_scopeId__,
|
|
@@ -12279,7 +12280,7 @@ module.exports = function (name) {
|
|
|
12279
12280
|
"use strict";
|
|
12280
12281
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_progress_vue__ = __webpack_require__(171);
|
|
12281
12282
|
/* unused harmony namespace reexport */
|
|
12282
|
-
/* harmony import */ var
|
|
12283
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_54767f37_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_progress_vue__ = __webpack_require__(571);
|
|
12283
12284
|
function injectStyle (ssrContext) {
|
|
12284
12285
|
__webpack_require__(568)
|
|
12285
12286
|
}
|
|
@@ -12299,7 +12300,7 @@ var __vue_scopeId__ = null
|
|
|
12299
12300
|
var __vue_module_identifier__ = null
|
|
12300
12301
|
var Component = normalizeComponent(
|
|
12301
12302
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_progress_vue__["a" /* default */],
|
|
12302
|
-
|
|
12303
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_54767f37_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_progress_vue__["a" /* default */],
|
|
12303
12304
|
__vue_template_functional__,
|
|
12304
12305
|
__vue_styles__,
|
|
12305
12306
|
__vue_scopeId__,
|
|
@@ -19526,6 +19527,9 @@ exports.f = __webpack_require__(30) ? gOPD : function getOwnPropertyDescriptor(O
|
|
|
19526
19527
|
//
|
|
19527
19528
|
//
|
|
19528
19529
|
//
|
|
19530
|
+
//
|
|
19531
|
+
//
|
|
19532
|
+
//
|
|
19529
19533
|
|
|
19530
19534
|
|
|
19531
19535
|
|
|
@@ -19556,7 +19560,8 @@ exports.f = __webpack_require__(30) ? gOPD : function getOwnPropertyDescriptor(O
|
|
|
19556
19560
|
highScreenRow: [],
|
|
19557
19561
|
highScreen: false,
|
|
19558
19562
|
showScreen: true,
|
|
19559
|
-
isLayout: false
|
|
19563
|
+
isLayout: false,
|
|
19564
|
+
downloadUrl: ""
|
|
19560
19565
|
};
|
|
19561
19566
|
},
|
|
19562
19567
|
mounted: function mounted() {
|
|
@@ -19680,6 +19685,17 @@ exports.f = __webpack_require__(30) ? gOPD : function getOwnPropertyDescriptor(O
|
|
|
19680
19685
|
field.disabled = false;
|
|
19681
19686
|
self.model.pageDisabled = false;
|
|
19682
19687
|
self.$common.closeDialog(dialogOption.dialog);
|
|
19688
|
+
if (field.isExport) {
|
|
19689
|
+
if (data.content.indexOf(".zip") > -1) {
|
|
19690
|
+
window.location.href = encodeURI(data.content);
|
|
19691
|
+
} else {
|
|
19692
|
+
if (data.content.indexOf("?") > -1) {
|
|
19693
|
+
self.downloadUrl = data.content + "&" + Math.random();
|
|
19694
|
+
} else {
|
|
19695
|
+
self.downloadUrl = data.content + "?" + Math.random();
|
|
19696
|
+
}
|
|
19697
|
+
}
|
|
19698
|
+
}
|
|
19683
19699
|
if (data.rtnMsg) {
|
|
19684
19700
|
self.$message({
|
|
19685
19701
|
message: data.rtnMsg,
|
|
@@ -19910,6 +19926,17 @@ exports.f = __webpack_require__(30) ? gOPD : function getOwnPropertyDescriptor(O
|
|
|
19910
19926
|
on: {
|
|
19911
19927
|
finished: function finished(data) {
|
|
19912
19928
|
self.$common.closeDialog(dialogOption.dialog);
|
|
19929
|
+
if (field.isExport) {
|
|
19930
|
+
if (data.content.indexOf(".zip") > -1) {
|
|
19931
|
+
window.location.href = encodeURI(data.content);
|
|
19932
|
+
} else {
|
|
19933
|
+
if (data.content.indexOf("?") > -1) {
|
|
19934
|
+
self.downloadUrl = data.content + "&" + Math.random();
|
|
19935
|
+
} else {
|
|
19936
|
+
self.downloadUrl = data.content + "?" + Math.random();
|
|
19937
|
+
}
|
|
19938
|
+
}
|
|
19939
|
+
}
|
|
19913
19940
|
if (data.rtnMsg) {
|
|
19914
19941
|
self.$message({
|
|
19915
19942
|
message: data.rtnMsg,
|
|
@@ -20264,7 +20291,7 @@ exports.f = __webpack_require__(30) ? gOPD : function getOwnPropertyDescriptor(O
|
|
|
20264
20291
|
"use strict";
|
|
20265
20292
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchTable_vue__ = __webpack_require__(155);
|
|
20266
20293
|
/* unused harmony namespace reexport */
|
|
20267
|
-
/* harmony import */ var
|
|
20294
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_bdf5a182_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__ = __webpack_require__(564);
|
|
20268
20295
|
function injectStyle (ssrContext) {
|
|
20269
20296
|
__webpack_require__(526)
|
|
20270
20297
|
}
|
|
@@ -20284,7 +20311,7 @@ var __vue_scopeId__ = null
|
|
|
20284
20311
|
var __vue_module_identifier__ = null
|
|
20285
20312
|
var Component = normalizeComponent(
|
|
20286
20313
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchTable_vue__["a" /* default */],
|
|
20287
|
-
|
|
20314
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_bdf5a182_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__["a" /* default */],
|
|
20288
20315
|
__vue_template_functional__,
|
|
20289
20316
|
__vue_styles__,
|
|
20290
20317
|
__vue_scopeId__,
|
|
@@ -21582,6 +21609,17 @@ var Component = normalizeComponent(
|
|
|
21582
21609
|
on: {
|
|
21583
21610
|
finished: function finished(data) {
|
|
21584
21611
|
self.$common.closeDialog(dialogOption.dialog);
|
|
21612
|
+
if (field.isExport) {
|
|
21613
|
+
if (data.content.indexOf(".zip") > -1) {
|
|
21614
|
+
window.location.href = encodeURI(data.content);
|
|
21615
|
+
} else {
|
|
21616
|
+
if (data.content.indexOf("?") > -1) {
|
|
21617
|
+
self.downloadUrl = data.content + "&" + Math.random();
|
|
21618
|
+
} else {
|
|
21619
|
+
self.downloadUrl = data.content + "?" + Math.random();
|
|
21620
|
+
}
|
|
21621
|
+
}
|
|
21622
|
+
}
|
|
21585
21623
|
if (data.rtnMsg) {
|
|
21586
21624
|
self.$message({
|
|
21587
21625
|
message: data.rtnMsg,
|
|
@@ -21623,6 +21661,17 @@ var Component = normalizeComponent(
|
|
|
21623
21661
|
on: {
|
|
21624
21662
|
finished: function finished(data) {
|
|
21625
21663
|
self.$common.closeDialog(dialogOption.dialog);
|
|
21664
|
+
if (field.isExport) {
|
|
21665
|
+
if (data.content.indexOf(".zip") > -1) {
|
|
21666
|
+
window.location.href = encodeURI(data.content);
|
|
21667
|
+
} else {
|
|
21668
|
+
if (data.content.indexOf("?") > -1) {
|
|
21669
|
+
self.downloadUrl = data.content + "&" + Math.random();
|
|
21670
|
+
} else {
|
|
21671
|
+
self.downloadUrl = data.content + "?" + Math.random();
|
|
21672
|
+
}
|
|
21673
|
+
}
|
|
21674
|
+
}
|
|
21626
21675
|
if (data.rtnMsg) {
|
|
21627
21676
|
self.$message({
|
|
21628
21677
|
message: data.rtnMsg,
|
|
@@ -22267,6 +22316,17 @@ var Component = normalizeComponent(
|
|
|
22267
22316
|
on: {
|
|
22268
22317
|
finished: function finished(data) {
|
|
22269
22318
|
self.$common.closeDialog(dialogOption.dialog);
|
|
22319
|
+
if (field.isExport) {
|
|
22320
|
+
if (data.content.indexOf(".zip") > -1) {
|
|
22321
|
+
window.location.href = encodeURI(data.content);
|
|
22322
|
+
} else {
|
|
22323
|
+
if (data.content.indexOf("?") > -1) {
|
|
22324
|
+
self.downloadUrl = data.content + "&" + Math.random();
|
|
22325
|
+
} else {
|
|
22326
|
+
self.downloadUrl = data.content + "?" + Math.random();
|
|
22327
|
+
}
|
|
22328
|
+
}
|
|
22329
|
+
}
|
|
22270
22330
|
if (data.rtnMsg) {
|
|
22271
22331
|
self.$message({
|
|
22272
22332
|
message: data.rtnMsg,
|
|
@@ -22306,6 +22366,17 @@ var Component = normalizeComponent(
|
|
|
22306
22366
|
on: {
|
|
22307
22367
|
finished: function finished(data) {
|
|
22308
22368
|
self.$common.closeDialog(dialogOption.dialog);
|
|
22369
|
+
if (field.isExport) {
|
|
22370
|
+
if (data.content.indexOf(".zip") > -1) {
|
|
22371
|
+
window.location.href = encodeURI(data.content);
|
|
22372
|
+
} else {
|
|
22373
|
+
if (data.content.indexOf("?") > -1) {
|
|
22374
|
+
self.downloadUrl = data.content + "&" + Math.random();
|
|
22375
|
+
} else {
|
|
22376
|
+
self.downloadUrl = data.content + "?" + Math.random();
|
|
22377
|
+
}
|
|
22378
|
+
}
|
|
22379
|
+
}
|
|
22309
22380
|
if (data.rtnMsg) {
|
|
22310
22381
|
self.$message({
|
|
22311
22382
|
message: data.rtnMsg,
|
|
@@ -24241,6 +24312,10 @@ var Component = normalizeComponent(
|
|
|
24241
24312
|
progressType: {
|
|
24242
24313
|
type: String,
|
|
24243
24314
|
default: 'export'
|
|
24315
|
+
},
|
|
24316
|
+
flagNotification: {
|
|
24317
|
+
type: String,
|
|
24318
|
+
default: '0'
|
|
24244
24319
|
}
|
|
24245
24320
|
},
|
|
24246
24321
|
data: function data() {
|
|
@@ -24289,7 +24364,7 @@ var Component = normalizeComponent(
|
|
|
24289
24364
|
_this.progressFlag = true;
|
|
24290
24365
|
_this.percentage = data.percentage;
|
|
24291
24366
|
if (data.flagFinished) {
|
|
24292
|
-
if (_this.progressType == 'export' && data.content) {
|
|
24367
|
+
if (_this.progressType == 'export' && data.content && _this.flagNotification == '1') {
|
|
24293
24368
|
if (data.content.indexOf(".zip") > -1) {
|
|
24294
24369
|
window.location.href = encodeURI(data.content);
|
|
24295
24370
|
} else {
|
|
@@ -24302,10 +24377,12 @@ var Component = normalizeComponent(
|
|
|
24302
24377
|
// document.body.addEventListener('click', function() {
|
|
24303
24378
|
// window.open(data.content, "_blank");
|
|
24304
24379
|
// });
|
|
24305
|
-
|
|
24306
|
-
|
|
24380
|
+
Object(__WEBPACK_IMPORTED_MODULE_0_timers__["setTimeout"])(function () {
|
|
24381
|
+
self.$emit('finished', data);
|
|
24382
|
+
}, 800);
|
|
24383
|
+
} else {
|
|
24307
24384
|
self.$emit('finished', data);
|
|
24308
|
-
}
|
|
24385
|
+
}
|
|
24309
24386
|
} else {
|
|
24310
24387
|
Object(__WEBPACK_IMPORTED_MODULE_0_timers__["setTimeout"])(function () {
|
|
24311
24388
|
self.getApiData();
|
|
@@ -29028,6 +29105,17 @@ module.exports = g;
|
|
|
29028
29105
|
field.disabled = false;
|
|
29029
29106
|
self.model.pageDisabled = false;
|
|
29030
29107
|
self.$common.closeDialog(dialogOption.dialog);
|
|
29108
|
+
if (field.isExport) {
|
|
29109
|
+
if (data.content.indexOf(".zip") > -1) {
|
|
29110
|
+
window.location.href = encodeURI(data.content);
|
|
29111
|
+
} else {
|
|
29112
|
+
if (data.content.indexOf("?") > -1) {
|
|
29113
|
+
self.downloadUrl = data.content + "&" + Math.random();
|
|
29114
|
+
} else {
|
|
29115
|
+
self.downloadUrl = data.content + "?" + Math.random();
|
|
29116
|
+
}
|
|
29117
|
+
}
|
|
29118
|
+
}
|
|
29031
29119
|
if (data.rtnMsg) {
|
|
29032
29120
|
self.$message({
|
|
29033
29121
|
message: data.rtnMsg,
|
|
@@ -29082,6 +29170,17 @@ module.exports = g;
|
|
|
29082
29170
|
field.disabled = false;
|
|
29083
29171
|
self.model.pageDisabled = false;
|
|
29084
29172
|
self.$common.closeDialog(dialogOption.dialog);
|
|
29173
|
+
if (field.isExport) {
|
|
29174
|
+
if (data.content.indexOf(".zip") > -1) {
|
|
29175
|
+
window.location.href = encodeURI(data.content);
|
|
29176
|
+
} else {
|
|
29177
|
+
if (data.content.indexOf("?") > -1) {
|
|
29178
|
+
self.downloadUrl = data.content + "&" + Math.random();
|
|
29179
|
+
} else {
|
|
29180
|
+
self.downloadUrl = data.content + "?" + Math.random();
|
|
29181
|
+
}
|
|
29182
|
+
}
|
|
29183
|
+
}
|
|
29085
29184
|
if (data.rtnMsg) {
|
|
29086
29185
|
self.$message({
|
|
29087
29186
|
message: data.rtnMsg,
|
|
@@ -29363,6 +29462,17 @@ module.exports = g;
|
|
|
29363
29462
|
on: {
|
|
29364
29463
|
finished: function finished(data) {
|
|
29365
29464
|
self.$common.closeDialog(dialogOption.dialog);
|
|
29465
|
+
if (field.isExport) {
|
|
29466
|
+
if (data.content.indexOf(".zip") > -1) {
|
|
29467
|
+
window.location.href = encodeURI(data.content);
|
|
29468
|
+
} else {
|
|
29469
|
+
if (data.content.indexOf("?") > -1) {
|
|
29470
|
+
self.downloadUrl = data.content + "&" + Math.random();
|
|
29471
|
+
} else {
|
|
29472
|
+
self.downloadUrl = data.content + "?" + Math.random();
|
|
29473
|
+
}
|
|
29474
|
+
}
|
|
29475
|
+
}
|
|
29366
29476
|
if (data.rtnMsg) {
|
|
29367
29477
|
self.$message({
|
|
29368
29478
|
message: data.rtnMsg,
|
|
@@ -29414,6 +29524,17 @@ module.exports = g;
|
|
|
29414
29524
|
on: {
|
|
29415
29525
|
finished: function finished(data) {
|
|
29416
29526
|
self.$common.closeDialog(dialogOption.dialog);
|
|
29527
|
+
if (field.isExport) {
|
|
29528
|
+
if (data.content.indexOf(".zip") > -1) {
|
|
29529
|
+
window.location.href = encodeURI(data.content);
|
|
29530
|
+
} else {
|
|
29531
|
+
if (data.content.indexOf("?") > -1) {
|
|
29532
|
+
self.downloadUrl = data.content + "&" + Math.random();
|
|
29533
|
+
} else {
|
|
29534
|
+
self.downloadUrl = data.content + "?" + Math.random();
|
|
29535
|
+
}
|
|
29536
|
+
}
|
|
29537
|
+
}
|
|
29417
29538
|
if (data.rtnMsg) {
|
|
29418
29539
|
self.$message({
|
|
29419
29540
|
message: data.rtnMsg,
|
|
@@ -29552,6 +29673,17 @@ module.exports = g;
|
|
|
29552
29673
|
on: {
|
|
29553
29674
|
finished: function finished(data) {
|
|
29554
29675
|
self.$common.closeDialog(dialogOption.dialog);
|
|
29676
|
+
if (field.isExport) {
|
|
29677
|
+
if (data.content.indexOf(".zip") > -1) {
|
|
29678
|
+
window.location.href = encodeURI(data.content);
|
|
29679
|
+
} else {
|
|
29680
|
+
if (data.content.indexOf("?") > -1) {
|
|
29681
|
+
self.downloadUrl = data.content + "&" + Math.random();
|
|
29682
|
+
} else {
|
|
29683
|
+
self.downloadUrl = data.content + "?" + Math.random();
|
|
29684
|
+
}
|
|
29685
|
+
}
|
|
29686
|
+
}
|
|
29555
29687
|
if (data.rtnMsg) {
|
|
29556
29688
|
self.$message({
|
|
29557
29689
|
message: data.rtnMsg,
|
|
@@ -72088,7 +72220,7 @@ var content = __webpack_require__(524);
|
|
|
72088
72220
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
72089
72221
|
if(content.locals) module.exports = content.locals;
|
|
72090
72222
|
// add the styles to the DOM
|
|
72091
|
-
var update = __webpack_require__(3)("
|
|
72223
|
+
var update = __webpack_require__(3)("c389d3c6", content, true, {});
|
|
72092
72224
|
|
|
72093
72225
|
/***/ }),
|
|
72094
72226
|
/* 524 */
|
|
@@ -72109,7 +72241,7 @@ exports.push([module.i, "body{margin:0;padding:0}.SeachScreenPop .el-popper{widt
|
|
|
72109
72241
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
72110
72242
|
|
|
72111
72243
|
"use strict";
|
|
72112
|
-
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"st-serach-screen"},[(!_vm.isLoading && _vm.model)?_c('div',_vm._b({staticStyle:{"width":"100%"}},'div',_vm.model.attrs,false),[(_vm.showScreen)?_c('div',{class:_vm.isLayout === true ? 'ct-ptl0 max-ptb5' : 'ct-ptb5 max-ptb5'},[_vm._l((_vm.model.screen),function(col,index){return (col.show !== false)?[(col.is === 'ct-linefeed')?_c('br'):[(col.lineFeed)?_c('br'):_vm._e(),_vm._v(" "),_c(col.is,_vm._b({key:col.keyScreen,ref:"Fields",refInFor:true,tag:"component",staticClass:"list-field max-list-field",attrs:{"vmodel":col,"api":_vm.model.optionApi,"actionRouters":_vm.model.actionRouters},on:{"click":function($event){_vm.clickHandler(col)},"change":function($event){_vm.changeHandler(col,$event)}}},'component',col.listBind,false))]]:_vm._e()}),_vm._v(" "),_vm._l((_vm.model.btnScreen),function(col,index){return (col.show !== false)?[(col.type===16 || col.type===17 || col.type===18)?_c(col.is,{key:index,tag:"component",attrs:{"vmodel":col,"api":_vm.model.optionApi,"actionRouters":_vm.model.actionRouters},on:{"click":function($event){_vm.clickHandler(col)},"change":function($event){_vm.changeHandler(col,$event)},"SaveSearchWhere":_vm.SaveSearchWhere,"SearchWhereManage":_vm.SearchWhereManage,"clichSearchWhere":_vm.clichSearchWhere}}):(col.is === 'ct-linefeed')?_c('br'):[(col.lineFeed)?_c('br'):_vm._e(),_vm._v(" "),_c(col.is,_vm._b({key:col.keyScreen,tag:"component",staticClass:"list-field max-list-field",attrs:{"vmodel":col,"api":_vm.model.optionApi,"actionRouters":_vm.model.actionRouters},on:{"click":function($event){_vm.clickHandler(col)},"change":function($event){_vm.changeHandler(col,$event)}}},'component',col.listBind,false))]]:_vm._e()})],2):_vm._e(),_vm._v(" "),(_vm.model.shortcutForm)?_c('div',{staticClass:"shortcutFollow max-shortcutFollow",staticStyle:{"padding-left":"20px"}},[_c('ct-form',{attrs:{"source":_vm.model.shortcutForm.code1,"openType":'detail'},on:{"submit":_vm.saveShortcut}})],1):_vm._e(),_vm._v(" "),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.highScreen),expression:"highScreen"}],staticClass:"SeachScreenPop max-seachpopper",attrs:{"placement":"top","transition":"el-zoom-in-top","trigger":"click","visible-arrow":"false"}},[_c('div',{staticStyle:{"width":"100%"}},[_vm._l((_vm.highScreenRow),function(col,index){return (col.show !== false)?[(col.is === 'ct-linefeed')?_c('br'):[(col.lineFeed)?_c('br'):_vm._e(),_vm._v(" "),_c(col.is,_vm._b({key:col.keyScreen,ref:"Fields",refInFor:true,tag:"component",staticClass:"list-field",attrs:{"vmodel":col,"api":_vm.model.optionApi,"actionRouters":_vm.model.actionRouters},on:{"click":function($event){_vm.clickHandler(col)},"change":function($event){_vm.changeHandler(col,$event)}}},'component',col.listBind,false))]]:_vm._e()})],2)])]):_vm._e(),_vm._v(" "),(_vm.isLoading)?_c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.isLoading),expression:"isLoading"}],staticStyle:{"min-height":"100px"}}):_vm._e(),_vm._v(" "),_c('div',{ref:"doClosePopover"})])}
|
|
72244
|
+
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"st-serach-screen"},[(!_vm.isLoading && _vm.model)?_c('div',_vm._b({staticStyle:{"width":"100%"}},'div',_vm.model.attrs,false),[(_vm.showScreen)?_c('div',{class:_vm.isLayout === true ? 'ct-ptl0 max-ptb5' : 'ct-ptb5 max-ptb5'},[_vm._l((_vm.model.screen),function(col,index){return (col.show !== false)?[(col.is === 'ct-linefeed')?_c('br'):[(col.lineFeed)?_c('br'):_vm._e(),_vm._v(" "),_c(col.is,_vm._b({key:col.keyScreen,ref:"Fields",refInFor:true,tag:"component",staticClass:"list-field max-list-field",attrs:{"vmodel":col,"api":_vm.model.optionApi,"actionRouters":_vm.model.actionRouters},on:{"click":function($event){_vm.clickHandler(col)},"change":function($event){_vm.changeHandler(col,$event)}}},'component',col.listBind,false))]]:_vm._e()}),_vm._v(" "),_vm._l((_vm.model.btnScreen),function(col,index){return (col.show !== false)?[(col.type===16 || col.type===17 || col.type===18)?_c(col.is,{key:index,tag:"component",attrs:{"vmodel":col,"api":_vm.model.optionApi,"actionRouters":_vm.model.actionRouters},on:{"click":function($event){_vm.clickHandler(col)},"change":function($event){_vm.changeHandler(col,$event)},"SaveSearchWhere":_vm.SaveSearchWhere,"SearchWhereManage":_vm.SearchWhereManage,"clichSearchWhere":_vm.clichSearchWhere}}):(col.is === 'ct-linefeed')?_c('br'):[(col.lineFeed)?_c('br'):_vm._e(),_vm._v(" "),_c(col.is,_vm._b({key:col.keyScreen,tag:"component",staticClass:"list-field max-list-field",attrs:{"vmodel":col,"api":_vm.model.optionApi,"actionRouters":_vm.model.actionRouters},on:{"click":function($event){_vm.clickHandler(col)},"change":function($event){_vm.changeHandler(col,$event)}}},'component',col.listBind,false))]]:_vm._e()})],2):_vm._e(),_vm._v(" "),(_vm.model.shortcutForm)?_c('div',{staticClass:"shortcutFollow max-shortcutFollow",staticStyle:{"padding-left":"20px"}},[_c('ct-form',{attrs:{"source":_vm.model.shortcutForm.code1,"openType":'detail'},on:{"submit":_vm.saveShortcut}})],1):_vm._e(),_vm._v(" "),_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.highScreen),expression:"highScreen"}],staticClass:"SeachScreenPop max-seachpopper",attrs:{"placement":"top","transition":"el-zoom-in-top","trigger":"click","visible-arrow":"false"}},[_c('div',{staticStyle:{"width":"100%"}},[_vm._l((_vm.highScreenRow),function(col,index){return (col.show !== false)?[(col.is === 'ct-linefeed')?_c('br'):[(col.lineFeed)?_c('br'):_vm._e(),_vm._v(" "),_c(col.is,_vm._b({key:col.keyScreen,ref:"Fields",refInFor:true,tag:"component",staticClass:"list-field",attrs:{"vmodel":col,"api":_vm.model.optionApi,"actionRouters":_vm.model.actionRouters},on:{"click":function($event){_vm.clickHandler(col)},"change":function($event){_vm.changeHandler(col,$event)}}},'component',col.listBind,false))]]:_vm._e()})],2)])]):_vm._e(),_vm._v(" "),(_vm.isLoading)?_c('div',{directives:[{name:"loading",rawName:"v-loading",value:(_vm.isLoading),expression:"isLoading"}],staticStyle:{"min-height":"100px"}}):_vm._e(),_vm._v(" "),_c('div',{ref:"doClosePopover"}),_vm._v(" "),_c('iframe',{staticStyle:{"height":"0px","width":"0px","border-width":"0px","position":"absolute","bottom":"0px","display":"none"},attrs:{"src":_vm.downloadUrl}})])}
|
|
72113
72245
|
var staticRenderFns = []
|
|
72114
72246
|
var esExports = { render: render, staticRenderFns: staticRenderFns }
|
|
72115
72247
|
/* harmony default export */ __webpack_exports__["a"] = (esExports);
|
|
@@ -72125,7 +72257,7 @@ var content = __webpack_require__(527);
|
|
|
72125
72257
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
72126
72258
|
if(content.locals) module.exports = content.locals;
|
|
72127
72259
|
// add the styles to the DOM
|
|
72128
|
-
var update = __webpack_require__(3)("
|
|
72260
|
+
var update = __webpack_require__(3)("d59a8c36", content, true, {});
|
|
72129
72261
|
|
|
72130
72262
|
/***/ }),
|
|
72131
72263
|
/* 527 */
|
|
@@ -72831,7 +72963,7 @@ var content = __webpack_require__(569);
|
|
|
72831
72963
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
72832
72964
|
if(content.locals) module.exports = content.locals;
|
|
72833
72965
|
// add the styles to the DOM
|
|
72834
|
-
var update = __webpack_require__(3)("
|
|
72966
|
+
var update = __webpack_require__(3)("675be876", content, true, {});
|
|
72835
72967
|
|
|
72836
72968
|
/***/ }),
|
|
72837
72969
|
/* 569 */
|
|
@@ -73545,7 +73677,7 @@ var content = __webpack_require__(604);
|
|
|
73545
73677
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
73546
73678
|
if(content.locals) module.exports = content.locals;
|
|
73547
73679
|
// add the styles to the DOM
|
|
73548
|
-
var update = __webpack_require__(3)("
|
|
73680
|
+
var update = __webpack_require__(3)("e1faca42", content, true, {});
|
|
73549
73681
|
|
|
73550
73682
|
/***/ }),
|
|
73551
73683
|
/* 604 */
|