centaline-data-driven 1.6.61 → 1.6.63
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 +16 -0
- package/src/SearchList.vue +3 -1
- package/src/centaline/api/index.js +1 -1
- package/src/centaline/dynamicForm/src/dynamicForm.vue +5 -5
- package/src/centaline/dynamicSearchList/src/dynamicSearchList.vue +7 -0
- package/src/centaline/dynamicSearchList/src/dynamicSearchScreen.vue +2 -2
- package/src/centaline/dynamicSearchList/src/dynamicSearchTable.vue +4 -4
- package/src/centaline/dynamicSearchListTab/src/dynamicSearchListOne.vue +10 -1
- package/src/centaline/progress/src/progress.vue +5 -1
- package/src/main.js +6 -6
- package/wwwroot/static/centaline/centaline-data-driven.js +51 -37
- 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
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/salemattersmanage/agentuserlist/getLayoutOfSearch'" :searchDataApi="'/salemattersmanage/agentuserlist/getList'"></ct-searchlist> -->
|
|
24
24
|
<!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/buildinginfo/getLayoutOfSearch'" :searchDataApi="'/buildinginfo/getList'"></ct-searchlist> -->
|
|
25
25
|
<!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/roomtypelist/getLayoutOfSearch'" :searchDataApi="'/roomtypelist/getList'"></ct-searchlist> -->
|
|
26
|
-
<ct-searchlist :apiParam="para" :searchConditionApi="'/contractmanage/ContractList/getLayoutOfSearch'" :searchDataApi="'/contractmanage/ContractList/getList'"></ct-searchlist>
|
|
26
|
+
<!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/contractmanage/ContractList/getLayoutOfSearch'" :searchDataApi="'/contractmanage/ContractList/getList'"></ct-searchlist> -->
|
|
27
27
|
<!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/sunexpensemanage/sunexpenserecordlist/getLayoutOfSearch'" :searchDataApi="'/sunexpensemanage/sunexpenserecordlist/getList'"></ct-searchlist> -->
|
|
28
28
|
<!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/workwxmanage/WorkWXApplicationList/getLayoutOfSearch'" :searchDataApi="'/workwxmanage/WorkWXApplicationList/getList'"></ct-searchlist> -->
|
|
29
29
|
<!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/salemattersmanage/UrgentResponsiblePersonList/getLayoutOfSearch'" :searchDataApi="'/salemattersmanage/UrgentResponsiblePersonList/getList'"></ct-searchlist> -->
|
|
@@ -46,6 +46,8 @@
|
|
|
46
46
|
<!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/financesalemanage/finContractList/getLayoutOfSearch'" :searchDataApi="'/financesalemanage/finContractList/getList'"></ct-searchlist> -->
|
|
47
47
|
<!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/financecommissionmanage/fincommissionapplylist/getLayoutOfSearch'" :searchDataApi="'/financecommissionmanage/fincommissionapplylist/getList'"></ct-searchlist> -->
|
|
48
48
|
<!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/customermanage/ProjectCustomerList/getLayoutOfSearch'" :searchDataApi="'/customermanage/ProjectCustomerList/getList'"></ct-searchlist> -->
|
|
49
|
+
<ct-searchlist :apiParam="para" :searchConditionApi="'/dealmanagementreport/StandingBookSZList/getLayoutOfSearch'" :searchDataApi="'/dealmanagementreport/StandingBookSZList/getList'"></ct-searchlist>
|
|
50
|
+
<!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/dealmanagementreport/standingbookreport/getLayoutOfSearch'" :searchDataApi="'/dealmanagementreport/standingbookreport/getList'"></ct-searchlist> -->
|
|
49
51
|
<!-- CCES -->
|
|
50
52
|
|
|
51
53
|
<!-- <ct-searchlist :apiParam="para"
|
|
@@ -551,7 +551,7 @@
|
|
|
551
551
|
progressKey: res.content.key,
|
|
552
552
|
progressType: field.isExport ? 'export' : 'import',
|
|
553
553
|
width: '350px',
|
|
554
|
-
height: '
|
|
554
|
+
height: '185px'
|
|
555
555
|
},
|
|
556
556
|
on: {
|
|
557
557
|
finished(data) {
|
|
@@ -622,7 +622,7 @@
|
|
|
622
622
|
progressKey: res202.content.key,
|
|
623
623
|
progressType: field.isExport ? 'export' : 'import',
|
|
624
624
|
width: '350px',
|
|
625
|
-
height: '
|
|
625
|
+
height: '185px'
|
|
626
626
|
},
|
|
627
627
|
on: {
|
|
628
628
|
finished(data) {
|
|
@@ -962,7 +962,7 @@
|
|
|
962
962
|
progressKey: res.content.key,
|
|
963
963
|
progressType: field.isExport ? 'export' : 'import',
|
|
964
964
|
width: '350px',
|
|
965
|
-
height: '
|
|
965
|
+
height: '185px'
|
|
966
966
|
},
|
|
967
967
|
on: {
|
|
968
968
|
finished(data) {
|
|
@@ -1028,7 +1028,7 @@
|
|
|
1028
1028
|
progressKey: res202.content.key,
|
|
1029
1029
|
progressType: field.isExport ? 'export' : 'import',
|
|
1030
1030
|
width: '350px',
|
|
1031
|
-
height: '
|
|
1031
|
+
height: '185px'
|
|
1032
1032
|
},
|
|
1033
1033
|
on: {
|
|
1034
1034
|
finished(data) {
|
|
@@ -1192,7 +1192,7 @@
|
|
|
1192
1192
|
progressKey: res.content.key,
|
|
1193
1193
|
progressType: 'import',
|
|
1194
1194
|
width: '350px',
|
|
1195
|
-
height: '
|
|
1195
|
+
height: '185px'
|
|
1196
1196
|
},
|
|
1197
1197
|
on: {
|
|
1198
1198
|
finished(data) {
|
|
@@ -233,6 +233,9 @@
|
|
|
233
233
|
},
|
|
234
234
|
searchComplate(index) {
|
|
235
235
|
this.pageDisabled=false;
|
|
236
|
+
if(!this.flagSideBar && this.$refs.table.model.flagSideBar){
|
|
237
|
+
this.flagSideBar = this.$refs.table.model.flagSideBar;
|
|
238
|
+
}
|
|
236
239
|
if(this.flagSideBar && this.$refs.table.model.listData.length>0){
|
|
237
240
|
if(!this.flagSideBarOfData || index===1){
|
|
238
241
|
this.refreshRowHandle();
|
|
@@ -441,6 +444,10 @@
|
|
|
441
444
|
if (self.selectIndex !== self.$refs.table.model.selectIndex && self.$refs.table.model.rowSelectRouter) {
|
|
442
445
|
self.rowCount = self.$refs.table.model.listData.length;
|
|
443
446
|
if (this.sideBarStatus && this.sideBarStatus == "open") {
|
|
447
|
+
if(!this.sideBarApi){
|
|
448
|
+
this.sideBarApi=this.$refs.table.model.rowSelectRouter.action;
|
|
449
|
+
this.sideBarPageType=this.$refs.table.model.rowSelectRouter.actionSource;
|
|
450
|
+
}
|
|
444
451
|
self.selectIndex = self.$refs.table.model.selectIndex;
|
|
445
452
|
self.sideBarApiParam = {};
|
|
446
453
|
if (self.$refs.table.model.rowSelectRouter.submitListField
|
|
@@ -205,7 +205,7 @@ import dynamicElement from '../../mixins/dynamicElement';
|
|
|
205
205
|
progressKey: res.content.key,
|
|
206
206
|
progressType: field.isExport ? 'export' : 'import',
|
|
207
207
|
width: '350px',
|
|
208
|
-
height: '
|
|
208
|
+
height: '185px'
|
|
209
209
|
},
|
|
210
210
|
on: {
|
|
211
211
|
finished(data) {
|
|
@@ -476,7 +476,7 @@ import dynamicElement from '../../mixins/dynamicElement';
|
|
|
476
476
|
progressKey: res.content.key,
|
|
477
477
|
progressType: field.isExport ? 'export' : 'import',
|
|
478
478
|
width: '350px',
|
|
479
|
-
height: '
|
|
479
|
+
height: '185px'
|
|
480
480
|
},
|
|
481
481
|
on: {
|
|
482
482
|
finished(data) {
|
|
@@ -1361,7 +1361,7 @@ export default {
|
|
|
1361
1361
|
progressKey: res.content.key,
|
|
1362
1362
|
progressType: field.isExport ? 'export' : 'import',
|
|
1363
1363
|
width: '350px',
|
|
1364
|
-
height: '
|
|
1364
|
+
height: '185px'
|
|
1365
1365
|
},
|
|
1366
1366
|
on: {
|
|
1367
1367
|
finished(data) {
|
|
@@ -1417,7 +1417,7 @@ export default {
|
|
|
1417
1417
|
progressKey: res.content.key,
|
|
1418
1418
|
progressType: field.isExport ? 'export' : 'import',
|
|
1419
1419
|
width: '350px',
|
|
1420
|
-
height: '
|
|
1420
|
+
height: '185px'
|
|
1421
1421
|
},
|
|
1422
1422
|
on: {
|
|
1423
1423
|
finished(data) {
|
|
@@ -2219,7 +2219,7 @@ export default {
|
|
|
2219
2219
|
progressKey: res.content.key,
|
|
2220
2220
|
progressType: 'import',
|
|
2221
2221
|
width: '350px',
|
|
2222
|
-
height: '
|
|
2222
|
+
height: '185px'
|
|
2223
2223
|
},
|
|
2224
2224
|
on: {
|
|
2225
2225
|
finished(data) {
|
|
@@ -2273,7 +2273,7 @@ export default {
|
|
|
2273
2273
|
progressKey: res.content.key,
|
|
2274
2274
|
progressType: 'import',
|
|
2275
2275
|
width: '350px',
|
|
2276
|
-
height: '
|
|
2276
|
+
height: '185px'
|
|
2277
2277
|
},
|
|
2278
2278
|
on: {
|
|
2279
2279
|
finished(data) {
|
|
@@ -184,6 +184,9 @@
|
|
|
184
184
|
},
|
|
185
185
|
searchComplate(index) {
|
|
186
186
|
this.pageDisabled=false;
|
|
187
|
+
if(!this.flagSideBar && this.$refs.table.model.flagSideBar){
|
|
188
|
+
this.flagSideBar = this.$refs.table.model.flagSideBar;
|
|
189
|
+
}
|
|
187
190
|
if(this.flagSideBar && this.$refs.table.model.listData.length>0){
|
|
188
191
|
if(!this.flagSideBarOfData || index===1){
|
|
189
192
|
this.flagSideBarOfData=true;
|
|
@@ -308,10 +311,16 @@
|
|
|
308
311
|
var self = this;
|
|
309
312
|
if(self.selectIndex!==self.$refs.table.model.selectIndex && self.$refs.table.model.rowSelectRouter
|
|
310
313
|
&& this.sideBarStatus && this.sideBarStatus=='open'){
|
|
314
|
+
if(!this.sideBarApi){
|
|
315
|
+
this.sideBarApi=this.$refs.table.model.rowSelectRouter.action;
|
|
316
|
+
this.sideBarPageType=this.$refs.table.model.rowSelectRouter.actionSource;
|
|
317
|
+
}
|
|
311
318
|
self.selectIndex=self.$refs.table.model.selectIndex;
|
|
312
319
|
self.rowCount=self.$refs.table.model.listData.length;
|
|
313
320
|
self.sideBarApiParam = {};
|
|
314
|
-
if(self.$refs.table.model.rowSelectRouter.submitListField
|
|
321
|
+
if(self.$refs.table.model.rowSelectRouter.submitListField
|
|
322
|
+
&& self.$refs.table.model.listData
|
|
323
|
+
&& self.$refs.table.model.listData.length>0) {
|
|
315
324
|
self.$refs.table.model.rowSelectRouter.submitListField.forEach((k) => {
|
|
316
325
|
self.sideBarApiParam[k] = self.$refs.table.model.listData[self.selectIndex][k];
|
|
317
326
|
});
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<div style="font-size: 16px;color: #666;"> {{ percentage.toFixed(2) }}%</div>
|
|
11
11
|
</div>
|
|
12
12
|
</div>
|
|
13
|
-
<span class="progressMsg"
|
|
13
|
+
<span class="progressMsg" v-html="message"></span>
|
|
14
14
|
</div>
|
|
15
15
|
<iframe :src="downloadUrl" style="height:0px;width:0px;border-width: 0px;display: none;">
|
|
16
16
|
</iframe>
|
|
@@ -131,6 +131,10 @@ export default {
|
|
|
131
131
|
<style>
|
|
132
132
|
.ct-progress {
|
|
133
133
|
text-align: center;
|
|
134
|
+
display: flex;
|
|
135
|
+
justify-content: center; /* 水平居中 */
|
|
136
|
+
align-items: center; /* 垂直居中 */
|
|
137
|
+
height: 185px;
|
|
134
138
|
}
|
|
135
139
|
|
|
136
140
|
.progressMsg {
|
package/src/main.js
CHANGED
|
@@ -17,14 +17,14 @@ Vue.use(centaline, {
|
|
|
17
17
|
// baseUrl: "http://10.88.22.46:17070/max-uplink-api/",
|
|
18
18
|
// baseUrl: "http://10.88.22.46:9004/max-uplink-api/",
|
|
19
19
|
// baseUrl: "http://10.88.22.46:6060/onecard-api/",
|
|
20
|
-
baseUrl: "http://10.88.22.46:9999/service-api/",
|
|
20
|
+
// baseUrl: "http://10.88.22.46:9999/service-api/",
|
|
21
21
|
// baseUrl: "http://10.88.22.46:20808/service-api",
|
|
22
22
|
// baseUrl: "http://10.88.22.42:9999/service-api/",
|
|
23
23
|
// baseUrl: "http://10.88.22.46:22324/service-api/v1/form/router",
|
|
24
24
|
// baseUrl: "http://10.25.10.67:8999/service-api/v1/form/router",
|
|
25
25
|
// baseUrl: "http://10.88.22.46:8999/service-api/v1/form/router",
|
|
26
26
|
// baseUrl: "http://10.88.22.13:17070/max-uplink-api/",
|
|
27
|
-
|
|
27
|
+
baseUrl: "http://10.88.22.13:9004/max-uplink-api/",
|
|
28
28
|
// baseUrl: "http://10.88.22.13:7080/ibs-api/",
|
|
29
29
|
// baseUrl:"http://szamaxbusiness-api-test2.centaline.com.cn/max-uplink-api/",
|
|
30
30
|
// baseUrl: "http://10.88.22.13:7070/onecard-api/",
|
|
@@ -71,9 +71,9 @@ Vue.use(centaline, {
|
|
|
71
71
|
// 获取请求头
|
|
72
72
|
getRequestHeaders: function (action) {
|
|
73
73
|
return {
|
|
74
|
-
oldToken: '1094eb9c-0ec7-4fcf-952f-7fc4258ca3b0',
|
|
74
|
+
// oldToken: '1094eb9c-0ec7-4fcf-952f-7fc4258ca3b0',
|
|
75
75
|
// token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjksOwjAMBe-SdS05tuPE7PpJNhwCBWglWCHaSiDE3SniEGznjfTm5eb16HYuIUWltoc-sYKkYGDcF_ApGWYzjrE_CHOHKANQxAJSYgYTCYBoahaC0qAHJc6lbRW8bLuUbpNIBDS3QTJhZiHXuPFxczsfmXxCJG3cpS4_gMb6Bes83vfj8x9x1-Wy3eJ48seQJuCaziATTWDRIlSazCNrlerd-wMAAP__.93H7c7k4TLTqbKpozp0aTSU4U_WrQu3eS990iS-TCpw',
|
|
76
|
-
|
|
76
|
+
authObject: '{token:"aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjrEOgjAURf-lMy_hta99r260hcWPIG2ABCcjkGiM_65E3dw9wx3Ocu5dLVtRB5WkqSl2BmKrLVBiC03HAiGK1EGzoSC9_wA_5kuPSJ7RtdB4jkCODAhGgUguUpdaE0NSlRqvZ3VAZuOdaEuVmvP6FiIou9iW8XIcb_84d1rnV1ZnKZz3oh0GIFNn8EQFjOGMZWI7MarHEwAA__8.rTv34KTPo4Q2a9cTjkOc3IpXqxVxksUZq_tV_j8qzcQ"}',
|
|
77
77
|
|
|
78
78
|
// originalRequestURL: 'http://10.88.22.67:8080',
|
|
79
79
|
// EstateInfo: '{"estateId":"1c581b7c-d629-4670-8a7c-6d622860bc58","estateName":"0%E9%87%91%E9%9A%85%E4%BA%91%E7%AD%91%E5%A4%A9%E6%B4%A5","estDeptPath":"009.014.001.001"}',
|
|
@@ -81,8 +81,8 @@ Vue.use(centaline, {
|
|
|
81
81
|
// appinfo:'{"appId":"7e4d0521-4e26-4beb-8627-e76977ad8aa5","appName":"CCAI-PLUS"}',
|
|
82
82
|
// authorization:'Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjkzNDU5NjFkLWM2NmItNDU0ZS1hMTE4LTUzMWRkMjliZTdmYyJ9.ehMpxkFnyTFlJQ_43SbCTGZZTMFht3isTj3gUKmNoJBWCV5X8ez5Z2AgT7vMBwmmG1FdEHWZTnJhIj0ox86bCA',
|
|
83
83
|
|
|
84
|
-
AuthObject: '{"currentEstate":{},"platform":1,"osVersion":"","machineCode":"eeb8e2fc88b5bcbc2e4f297777142537","token":"","random":"
|
|
85
|
-
AuthorizationCode:'Bearer eyJhbGciOiJIUzI1NiJ9.
|
|
84
|
+
// AuthObject: '{"currentEstate":{},"platform":1,"osVersion":"","machineCode":"eeb8e2fc88b5bcbc2e4f297777142537","token":"","random":"fXRY7z","time":"2026-03-06 09:33:28","timestamp":1772760808087,"sign":"","systemSource":"CCESU","empNo":"hqxtgl","empId":"2411121446336B97FBEB7FD54905A903","clientVersion":"12.5","empName":"hq%E7%B3%BB%E7%BB%9F%E7%AE%A1%E7%90%86","roleName":"%E7%B3%BB%E7%BB%9F%E7%AE%A1%E7%90%86%E5%91%98","deptFullName":"%E6%9C%AA%E5%8C%B9%E9%85%8DCCHR%E4%B8%ADHROC%E9%83%A8%E9%97%A8%2F%E9%9B%86%E5%9B%A2IT%2FCCES%E7%BB%84"}',
|
|
85
|
+
// AuthorizationCode:'Bearer eyJhbGciOiJIUzI1NiJ9.eyJsb2dpbl91c2VyX2tleSI6IjY4MGQ4ZmZlLTJjZmYtNGZjZS05OTk4LTNkODRiMjI0MzAzOSJ9.Wss8M7tK5tZiLrkIJY7xk_HeCoeMQQ16M2DS6jC55Zc',
|
|
86
86
|
};
|
|
87
87
|
},
|
|
88
88
|
// 请求完成事件,可判断是否登录过期执行响应操作
|