centaline-data-driven-v3 0.1.4 → 0.1.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
CHANGED
|
@@ -20,9 +20,7 @@
|
|
|
20
20
|
@refreshParent="refreshParentHandler" @simpleRouterRefreshHandler="simpleRouterRefreshHandler"
|
|
21
21
|
@closeSideBar="closeSideBar" @popupClickHandler="popupClickHandler" :dragStartItem="dragStartItem"
|
|
22
22
|
:dragStartName="dragStartName" @loadedError="tableLoadedError"
|
|
23
|
-
@flagNotificationParentAfterContentChanged="flagNotificationParentAfterContentChanged"
|
|
24
|
-
@drag="drag"
|
|
25
|
-
>
|
|
23
|
+
@flagNotificationParentAfterContentChanged="flagNotificationParentAfterContentChanged" @drag="drag">
|
|
26
24
|
</searchTable>
|
|
27
25
|
</div>
|
|
28
26
|
<div ref="refSidebar" v-if="flagSideBar && flagSideBarOfData"
|
|
@@ -45,7 +43,7 @@ import SearchCategory from './SearchList/SearchCategory.vue';
|
|
|
45
43
|
import SearchSideMenu from './SearchList/SearchSideMenu.vue';
|
|
46
44
|
import SearchSideRight from './SearchList/SearchSideRight.vue';
|
|
47
45
|
import { ref, nextTick, onMounted, watch, onActivated, onBeforeUnmount } from 'vue'
|
|
48
|
-
const emit = defineEmits(['loaded', 'failLoad', 'tableLoaded', 'scrollHandle', 'rowClickHandle', 'refreshParent', 'submit', 'flagNotificationParentAfterContentChanged','drag'])
|
|
46
|
+
const emit = defineEmits(['loaded', 'failLoad', 'tableLoaded', 'scrollHandle', 'rowClickHandle', 'refreshParent', 'submit', 'flagNotificationParentAfterContentChanged', 'drag'])
|
|
49
47
|
const props = defineProps({
|
|
50
48
|
vmodel: Object,
|
|
51
49
|
parameterAction: String,
|
|
@@ -122,8 +120,8 @@ const RefSideRight = ref()
|
|
|
122
120
|
const refSideMenu = ref()
|
|
123
121
|
const flagShow = ref(true)
|
|
124
122
|
const isLayout = ref(true)
|
|
125
|
-
onBeforeUnmount(()=>{
|
|
126
|
-
|
|
123
|
+
onBeforeUnmount(() => {
|
|
124
|
+
window.removeEventListener('resize', resizeSearchList)
|
|
127
125
|
})
|
|
128
126
|
onMounted(() => {
|
|
129
127
|
nextTick(() => {
|
|
@@ -244,7 +242,9 @@ function tableLoaded() {
|
|
|
244
242
|
flagDefaultDisplaySideBar.value = refTable.value.model.flagDefaultDisplaySideBar;
|
|
245
243
|
isLayout.value = refTable.value.model.isLayout;
|
|
246
244
|
if (refTable.value.model.rowSelectRouter) {
|
|
247
|
-
|
|
245
|
+
if (sideBarStatus.value == 'open') {
|
|
246
|
+
rowSelectRouter.value = refTable.value.model.rowSelectRouter
|
|
247
|
+
}
|
|
248
248
|
sideBarPageType.value = refTable.value.model.rowSelectRouter.actionSource;
|
|
249
249
|
}
|
|
250
250
|
else {
|
|
@@ -288,7 +288,7 @@ function tableLoaded() {
|
|
|
288
288
|
emit('loaded', refTable.value.model);
|
|
289
289
|
}
|
|
290
290
|
function tableLoadedError() {
|
|
291
|
-
|
|
291
|
+
pageDisabled.value = false;
|
|
292
292
|
}
|
|
293
293
|
function sideMenuClickHandler(v) {
|
|
294
294
|
drowerClose.value = v;
|
|
@@ -304,6 +304,7 @@ function sideMenuClickHandler(v) {
|
|
|
304
304
|
}
|
|
305
305
|
}
|
|
306
306
|
else if (v == 'close') {
|
|
307
|
+
rowSelectRouter.value = refTable.value.model.rowSelectRouter;
|
|
307
308
|
sideBarStatus.value = 'open';
|
|
308
309
|
sideBarRight.value = 0;
|
|
309
310
|
sideBarWidth.value = refTable.value.model.sideBarWidth;
|
|
@@ -458,8 +459,8 @@ function popupClickHandler(tempListData) {
|
|
|
458
459
|
function flagNotificationParentAfterContentChanged() {
|
|
459
460
|
emit('flagNotificationParentAfterContentChanged');
|
|
460
461
|
}
|
|
461
|
-
function drag(row, column,type) {
|
|
462
|
-
emit('drag',row,column,type);
|
|
462
|
+
function drag(row, column, type) {
|
|
463
|
+
emit('drag', row, column, type);
|
|
463
464
|
}
|
|
464
465
|
watch(() => props.pageHeight, (value) => {
|
|
465
466
|
if (props.pageHeight) {
|
package/src/main.js
CHANGED
|
@@ -22,8 +22,8 @@ for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
|
|
|
22
22
|
|
|
23
23
|
app.use(centaline, {
|
|
24
24
|
//baseUrl:"https://uplink.centaline.com.cn/xian/",
|
|
25
|
-
baseUrl:"http://10.88.22.66/IBS.Mvc/api/",
|
|
26
|
-
|
|
25
|
+
//baseUrl:"http://10.88.22.66/IBS.Mvc/api/",
|
|
26
|
+
baseUrl: "https://kq-api.centaline.com.cn/onecard-api/",
|
|
27
27
|
//baseUrl: "http://10.88.22.13:6060/onecard-api/",
|
|
28
28
|
//baseUrl: "http://10.88.22.66:6060/xian/",
|
|
29
29
|
//baseUrl: "http://10.1.245.50:38735/max-uplink-api/",
|
|
@@ -67,8 +67,8 @@ app.use(centaline, {
|
|
|
67
67
|
return {
|
|
68
68
|
//authObject: '{token:"aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjjsOwjAQBe-ydVay1xvvOl3sJA2HiPIxElSIJBIIcXdAQEfPFK-YZt4Nlm2EChqtDafOYWqpRG6kxLoTxZhUTSRxHLUPH_DHfOmt5SDWt1gHScieHapNiol94q5pXYoNFJAvJ6isGHWmNMYVcBjWtyCr_iW2JZ93-fqPc8f18MwGIqFRCIO1GXmWGYd9npCZJ6N5JjYZ7g8AAAD__w.HgtNKtHWooj8c9Hy_vB8CfKq-qOeHMp0irnW0DfXtHo"}',
|
|
69
69
|
//oldToken: 'd92d4a3b-2274-42e8-96f0-100ffb579b6e',
|
|
70
|
-
|
|
71
|
-
authObject: '{EmpID:"Token_256e18aa-5aeb-4033-9d75-80bbc3dec2c3",MachineCode:"ae184643-f8e2-453c-a752-ba82612b592f",SSO_Token:"SSOToken_256e18aa-5aeb-4033-9d75-80bbc3dec2c3",Platform:"WEB"}',
|
|
70
|
+
authObject: '{token:"1647-1937695555379662848",platform:"WEB"}',
|
|
71
|
+
//authObject: '{EmpID:"Token_256e18aa-5aeb-4033-9d75-80bbc3dec2c3",MachineCode:"ae184643-f8e2-453c-a752-ba82612b592f",SSO_Token:"SSOToken_256e18aa-5aeb-4033-9d75-80bbc3dec2c3",Platform:"WEB"}',
|
|
72
72
|
};
|
|
73
73
|
},
|
|
74
74
|
getToken() {
|
package/src/views/SearchList.vue
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div id="app-search" style="width:100%;height:100%;position: fixed;">
|
|
3
|
-
<ct-searchlist :apiParam="apiParam" :searchConditionApi="'/propertyPublishList/getLayoutOfSearch'"
|
|
3
|
+
<!-- <ct-searchlist :apiParam="apiParam" :searchConditionApi="'/propertyPublishList/getLayoutOfSearch'"
|
|
4
4
|
:searchDataApi="'/propertyPublishList/getListOfSearchModel'"
|
|
5
|
-
:searchStatsApi="'/propertyPublishList/getListStats'"></ct-searchlist>
|
|
5
|
+
:searchStatsApi="'/propertyPublishList/getListStats'"></ct-searchlist> -->
|
|
6
6
|
|
|
7
7
|
<!-- <ct-searchlist :apiParam="apiParam" :searchConditionApi="'/propertyTenderList/getLayoutOfSearch'"
|
|
8
8
|
:searchDataApi="'/propertyTenderList/getListOfSearchModel'"></ct-searchlist> -->
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
:searchDataApi="'/AttendanceClassList/getListOfSearchModel'"></ct-searchlist> -->
|
|
10
|
+
<ct-searchlist :apiParam="apiParam" :searchConditionApi="'/OvertimeList/getLayoutOfSearch'"
|
|
11
|
+
:searchDataApi="'/OvertimeList/getListOfSearchModel'"></ct-searchlist>
|
|
13
12
|
<ct-dialoglist ref="dialogList"></ct-dialoglist>
|
|
14
13
|
|
|
15
14
|
</div>
|