centaline-data-driven 1.5.89 → 1.5.90
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 +2 -0
- package/src/SearchList.vue +3 -0
- package/src/centaline/dynamicSearchList/src/dynamicSearchTable.vue +1 -1
- package/src/main.js +5 -5
- package/wwwroot/static/centaline/centaline-data-driven.js +4 -4
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
package/package.json
CHANGED
package/release-log.md
CHANGED
package/src/SearchList.vue
CHANGED
|
@@ -30,6 +30,9 @@
|
|
|
30
30
|
<!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/api/distribution/standing-book/layout'" :searchDataApi="'/api/distribution/standing-book/list'"></ct-searchlist> -->
|
|
31
31
|
|
|
32
32
|
|
|
33
|
+
<ct-searchlist :apiParam="para" :searchConditionApi="'/salemattersmanage/agentuserlist/getLayoutOfSearch'" :searchDataApi="'/salemattersmanage/agentuserlist/getList'"></ct-searchlist>
|
|
34
|
+
|
|
35
|
+
|
|
33
36
|
<!-- <ct-searchlist :apiParam="para"
|
|
34
37
|
:searchConditionApi="'/api/transaction/adjustRecord/getLayoutOfSearch'"
|
|
35
38
|
:searchDataApi="'/api/transaction/adjustRecord/getTableList'">
|
package/src/main.js
CHANGED
|
@@ -17,13 +17,13 @@ Vue.use(centaline, {
|
|
|
17
17
|
// baseUrl: "http://10.88.22.46:17070/max-uplink-api/",
|
|
18
18
|
// baseUrl: "http://10.88.22.46:6060/onecard-api/",
|
|
19
19
|
// baseUrl: "http://10.88.22.13:17070/max-uplink-api/",
|
|
20
|
-
baseUrl: "http://10.88.22.13:6060/onecard-api/",
|
|
20
|
+
// baseUrl: "http://10.88.22.13:6060/onecard-api/",
|
|
21
21
|
// baseUrl: "http://10.6.1.163:9000/max-uplink-api/v1/form/router",
|
|
22
22
|
// baseUrl: "http://10.25.10.63:22026/service-api/v1/form/router",
|
|
23
23
|
// baseUrl: "http://10.25.10.67:8080/",
|
|
24
24
|
// baseUrl: "https://ccesutest.centaline.com.cn/service-api/v1/form/router",
|
|
25
25
|
// baseUrl: "http://10.88.22.69:8080/api/",
|
|
26
|
-
|
|
26
|
+
baseUrl: "http://10.88.22.42:9999/service-api/",
|
|
27
27
|
// baseUrl: "http://10.1.245.111:38028/",
|
|
28
28
|
// baseUrl: "http://tjcptest.centaline.com.cn/",
|
|
29
29
|
// baseUrl: "http://tjcpuat.centaline.com.cn:9090/",
|
|
@@ -60,11 +60,11 @@ Vue.use(centaline, {
|
|
|
60
60
|
authObject: '{token:"1080-1740569404179091456"}',
|
|
61
61
|
|
|
62
62
|
// originalRequestURL: 'http://10.88.22.67:8080',
|
|
63
|
-
EstateInfo: '{"estateId":"
|
|
63
|
+
EstateInfo: ' {"estateId":"20111129152318499305689117E3B934","estateName":"%E9%BC%8E%E5%B3%B0.%E5%9B%BD%E6%B1%87%E5%B1%B1","estDeptPath":"009.010.007"}',
|
|
64
64
|
estateId: '',
|
|
65
65
|
|
|
66
|
-
|
|
67
|
-
AuthorizationCode:'Bearer eyJhbGciOiJIUzUxMiJ9.
|
|
66
|
+
authObject: '{"currentEstate":{"estateId":"20111129152318499305689117E3B934","estateName":"%E9%BC%8E%E5%B3%B0.%E5%9B%BD%E6%B1%87%E5%B1%B1","estDeptPath":"009.010.007"},"platform":1,"osVersion":"","clientVersion":"","machineCode":"9233406a0587299328ce14a5e25c25d0","token":"","random":"v9WVnK","time":1703832144841,"sign":"425035fc7fbb05a157106ae015b0e184"}',
|
|
67
|
+
AuthorizationCode:'Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6Ijk5N2NhMDY3LWI2M2EtNGE0Mi1hOTczLTY0N2EzZTA2OTZiYyJ9.lh7zmru5RGWXyZq-DvFxt4squt0M7hokv5jmBIBENKeNnMfjRJ-AntnJW9YOvmwwjGvoSk3J885H03Wjed8Pug',
|
|
68
68
|
};
|
|
69
69
|
},
|
|
70
70
|
// 请求完成事件,可判断是否登录过期执行响应操作
|
|
@@ -38321,7 +38321,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
38321
38321
|
"use strict";
|
|
38322
38322
|
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchTable_vue__ = __webpack_require__(302);
|
|
38323
38323
|
/* unused harmony namespace reexport */
|
|
38324
|
-
/* harmony import */ var
|
|
38324
|
+
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_eb7b620c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__ = __webpack_require__(606);
|
|
38325
38325
|
function injectStyle (ssrContext) {
|
|
38326
38326
|
__webpack_require__(568)
|
|
38327
38327
|
}
|
|
@@ -38341,7 +38341,7 @@ var __vue_scopeId__ = null
|
|
|
38341
38341
|
var __vue_module_identifier__ = null
|
|
38342
38342
|
var Component = normalizeComponent(
|
|
38343
38343
|
__WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchTable_vue__["a" /* default */],
|
|
38344
|
-
|
|
38344
|
+
__WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_eb7b620c_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__["a" /* default */],
|
|
38345
38345
|
__vue_template_functional__,
|
|
38346
38346
|
__vue_styles__,
|
|
38347
38347
|
__vue_scopeId__,
|
|
@@ -72544,7 +72544,7 @@ var content = __webpack_require__(569);
|
|
|
72544
72544
|
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
72545
72545
|
if(content.locals) module.exports = content.locals;
|
|
72546
72546
|
// add the styles to the DOM
|
|
72547
|
-
var update = __webpack_require__(3)("
|
|
72547
|
+
var update = __webpack_require__(3)("75194581", content, true, {});
|
|
72548
72548
|
|
|
72549
72549
|
/***/ }),
|
|
72550
72550
|
/* 569 */
|
|
@@ -72556,7 +72556,7 @@ exports = module.exports = __webpack_require__(2)(false);
|
|
|
72556
72556
|
|
|
72557
72557
|
|
|
72558
72558
|
// module
|
|
72559
|
-
exports.push([module.i, ".ct-tableParent{overflow:auto;border-bottom:1px solid #ebeef5;width:100%;outline:0;border-top:1px solid #ebeef5}.ct-searchtable .ct-table{min-width:100%;border-collapse:collapse}.ct-searchtable .ct-table-Shadow{border-collapse:separate}.ct-searchtable .ct-table th{background-color:#ddd!important}.ct-searchtable .ct-tr>.ct-td{padding:2px 20px;cursor:default;background-color:#fff
|
|
72559
|
+
exports.push([module.i, ".ct-tableParent{overflow:auto;border-bottom:1px solid #ebeef5;width:100%;outline:0;border-top:1px solid #ebeef5}.ct-searchtable .ct-table{min-width:100%;border-collapse:collapse}.ct-searchtable .ct-table-Shadow{border-collapse:separate}.ct-searchtable .ct-table th{background-color:#ddd!important}.ct-searchtable .ct-tr>.ct-td{padding:2px 20px;cursor:default;background-color:#fff;//:var(--centalineBlack)}.ct-searchtable .ct-tr>.ct-td1{border-right:1px solid #e7e8eb;border-left:1px solid #e7e8eb}.ct-searchtable .ct-tr:last-child>.ct-td1,.ct-searchtable .ct-tr>.ct-td2{border-bottom:1px solid #e7e8eb}.ct-searchtable .ct-tr>.ct-td3{border:1px solid #e7e8eb}.shadowLeft{-webkit-box-shadow:2px 0 3px -1px rgba(0,0,0,.1);box-shadow:2px 0 3px -1px rgba(0,0,0,.1)}.shadowRight{-webkit-box-shadow:-2px 0 3px -1px rgba(0,0,0,.1);box-shadow:-2px 0 3px -1px rgba(0,0,0,.1)}.ct-searchtable body:last-child>.ct-td{border-bottom:0}.ct-searchtable .ct-tr>.ct-td.nowidth{white-space:nowrap}.ct-table{color:#1f2233;font-size:18px;line-height:40px;min-height:40px}.ct-table-mini{font-size:12px;line-height:26px;min-height:28px}.ct-table-small{font-size:14px;line-height:32px;min-height:32px}.ct-table-medium{font-size:16px;line-height:36px;min-height:36px}.ct-table .ct-td>.caret-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;width:10px;vertical-align:middle;cursor:pointer;overflow:initial;position:relative}.ct-table .ct-td>.caret-wrapper>.sort-caret{width:0;height:0;border:5px solid transparent;position:absolute;left:7px}.ct-table .ct-td>.caret-wrapper>.sort-caret.ascending{border-bottom-color:var(--centalinePlaceholder);top:5px}.ct-table .ct-td>.caret-wrapper>.sort-caret.descending{border-top-color:var(--centalinePlaceholder);bottom:7px}.ct-table .ct-td.select,.ct-table .ct-td.selectMerged,.ct-table .ct-tr:hover .ct-td.select,.ct-table .ct-tr:hover .ct-td.selectMerged{background-color:var(backgroundColor)!important}.ct-table .ct-td.asc>.caret-wrapper>.sort-caret.ascending{border-bottom-color:#409eff;top:5px}.ct-table .ct-td.desc>.caret-wrapper>.sort-caret.descending{border-top-color:#409eff;bottom:7px}.ct-table .cell{text-overflow:ellipsis;overflow:hidden;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.ct-table .lineFeedCell{min-width:40px}.ct-table .left-fixation,.ct-table .right-fixation{position:-webkit-sticky;position:sticky}.ct-table .left-fixation-th,.ct-table .right-fixation-th{position:-webkit-sticky;position:sticky;top:0;z-index:99}.ct-table .right-no-fixation-th{position:-webkit-sticky;position:sticky;top:0;z-index:50}.ct-table .checkbox-td{min-width:20px;width:20px;left:0}.ct-table .checkbox-td .checkbox-td-1{vertical-align:inherit}.tab-list{position:relative;margin-bottom:0!important;height:auto!important;display:block;padding-left:8px;padding-right:4px}.tab-list .subdiv_allinline{float:none;display:block;width:-webkit-fill-available;cursor:pointer}.div_allinline .Stats-popover{float:right;margin-top:3px;margin-left:0;height:16px}.icon-more{background:url(" + escape(__webpack_require__(570)) + ") no-repeat;background-size:100% 100%;width:16px;height:16px;display:table-caption;cursor:pointer}.el-popover1{min-width:inherit!important}.ct-searchtable .ct-search-table-tag{background-color:#fdf6ec;border-color:#faecd8;width:100%;-webkit-box-shadow:0 2px 10px 0 rgb(0 0 0/10%);box-shadow:0 2px 10px 0 rgb(0 0 0/10%);margin-bottom:4px}.theadLine{position:relative}.theadLine:before{position:absolute;top:50%;-webkit-transform:translatey(-50%);transform:translatey(-50%);right:0;content:\"\";width:1px;height:18px;background-color:#919296}.theadLine:last-child:before{width:0!important}.theadTitle{z-index:999;border-radius:4px;color:var(--centalineBlack);border:1px solid var(--centalineBlack);font-weight:500;white-space:nowrap}.box-card,.theadTitle{position:absolute;padding:1px 6px;background-color:#fff;font-size:12px}.box-card{z-index:1000;border-radius:4px;color:#606266;border:1px solid;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ct-searchtable .el-loading-spinner .circular{-webkit-animation:none!important;animation:none!important}.ct-searchtable .dragEnterHover{border:1px dashed #e03333!important;color:#e03333!important}.ct-tablecurrencyItem{text-decoration:none;padding-left:0;padding-right:4px;cursor:pointer;color:#2e58e6}.ct-tablecurrencyItem:hover{color:#23527c}", ""]);
|
|
72560
72560
|
|
|
72561
72561
|
// exports
|
|
72562
72562
|
|