centaline-data-driven 1.4.40 → 1.4.41
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/src/Detail.vue +1 -1
- package/src/Form.vue +3 -16
- package/src/SearchList.vue +11 -37
- package/src/centaline/dynamicHyperLink/index.js +1 -1
- package/src/centaline/dynamicPlaceHolder/index.js +1 -1
- package/src/centaline/dynamicTree/src/dynamicTree.vue +3 -1
- package/src/centaline/loader/src/ctl/PlaceHolder.js +2 -2
- package/src/main.js +10 -15
- package/wwwroot/static/centaline/centaline-data-driven.js +5 -5
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
- package/.vs/Centaline.Front_End.DataDriven/DesignTimeBuild/.dtbcache +0 -0
- package/.vs/Centaline.Front_End.DataDriven/v16/Server/sqlite3/db.lock +0 -0
- package/.vs/Centaline.Front_End.DataDriven/v16/Server/sqlite3/storage.ide +0 -0
- package/obj/Centaline.Front_End.DataDriven.csproj.nuget.dgspec.json +0 -73
- package/obj/Centaline.Front_End.DataDriven.csproj.nuget.g.props +0 -29
- 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/project.assets.json +0 -11907
package/package.json
CHANGED
package/src/Detail.vue
CHANGED
package/src/Form.vue
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div id="form-app" class="data-driven" style="width:100%;height:100%;overflow:auto">
|
|
3
|
+
<!-- <ct-form :api="'/PropertyRET/getLayoutOfNew'" :apiParam="apiParam"></ct-form> -->
|
|
3
4
|
<!-- <ct-form :source="formdata.content" :apiParam="apiParam"></ct-form> -->
|
|
4
|
-
<ct-form :api="'/
|
|
5
|
+
<ct-form :api="'/commissionmanage/apply'" :apiParam="apiParam" :topHeight="topHeight"></ct-form>
|
|
6
|
+
<!-- <ct-form :api="'/api/third-dept-tran/transaction/detail'" :apiParam="apiParam"></ct-form> -->
|
|
5
7
|
<ct-dialog-list></ct-dialog-list>
|
|
6
8
|
</div>
|
|
7
9
|
</template>
|
|
@@ -12,21 +14,6 @@
|
|
|
12
14
|
data() {
|
|
13
15
|
return {
|
|
14
16
|
apiParam:{
|
|
15
|
-
actionType
|
|
16
|
-
:
|
|
17
|
-
"3",
|
|
18
|
-
originalTraId
|
|
19
|
-
:
|
|
20
|
-
"1603271493445812226",
|
|
21
|
-
pageOnly
|
|
22
|
-
:
|
|
23
|
-
"true",
|
|
24
|
-
pageStyle
|
|
25
|
-
:
|
|
26
|
-
"2",
|
|
27
|
-
pageTitle
|
|
28
|
-
:
|
|
29
|
-
"成交报告"
|
|
30
17
|
},
|
|
31
18
|
topHeight:10,
|
|
32
19
|
}
|
package/src/SearchList.vue
CHANGED
|
@@ -1,39 +1,17 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div id="app-search" style="
|
|
3
|
-
<!-- <ct-searchlist :searchConditionApi="'/api/third-dept-tran/
|
|
2
|
+
<div id="app-search" style="height:100%;position: fixed;">
|
|
3
|
+
<!-- <ct-searchlist :searchConditionApi="'/api/third-dept-tran/tran-list/layout'" :searchDataApi="'/api/third-dept-tran/tran-list'"></ct-searchlist> -->
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
<!-- <ct-searchlist :apiParam="para"
|
|
8
|
-
:searchConditionApi="'/ProfileWorklistList/getLayoutOfSearch'"
|
|
9
|
-
:searchCategoryApi="'/ProfileWorklistList/getLayoutOfSearchCategory'"
|
|
10
|
-
:searchDataApi="'/ProfileWorklistList/getListOfSearchModel'"
|
|
11
|
-
:searchStatsApi="'/ProfileWorklistList/getListStats'">
|
|
12
|
-
</ct-searchlist> -->
|
|
13
|
-
|
|
14
|
-
<ct-searchlist :apiParam="para"
|
|
15
|
-
:searchConditionApi="'/distribution/jumpPoint/getLayoutOfSearch'"
|
|
16
|
-
:searchDataApi="'/distribution/jumpPoint/list'">
|
|
17
|
-
</ct-searchlist>
|
|
18
|
-
|
|
19
|
-
<!-- <ct-searchlist
|
|
20
|
-
:searchCategoryApi="'/PropertyPublishList/getLayoutOfSearchCategory'"
|
|
21
|
-
:searchConditionApi="'/PropertyPublishList/getLayoutOfSearchForRET'"
|
|
22
|
-
:searchDataApi="'/PropertyPublishList/getListOfSearchModelForRET'">
|
|
23
|
-
</ct-searchlist> -->
|
|
5
|
+
<ct-searchlist :searchConditionApi="'/PropertyRETList/getLayoutOfSearch'" :searchDataApi="'/PropertyRETList/getListOfSearchModel'" :searchCategoryApi="'/PropertyRETList/getLayoutOfSearchCategory'"></ct-searchlist>
|
|
6
|
+
<!-- <ct-searchlist :searchConditionApi="'/WorklistList/getLayoutOfSearch'" :searchDataApi="'/WorklistList/getListOfSearchModel'" :searchCategoryApi="'/WorklistList/getLayoutOfSearchCategory'"></ct-searchlist> -->
|
|
24
7
|
|
|
25
8
|
<!-- <ct-searchlist :searchConditionApi="'/PropertyRETList/getLayoutOfSearch'"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
<!-- <ct-searchlist :searchConditionApi="'/PropertyOFIList/getLayoutOfSearch'"
|
|
32
|
-
:searchDataApi="'/PropertyOFIList/getListOfSearchModel'"
|
|
33
|
-
:searchCategoryApi="'/PropertyOFIList/getLayoutOfSearchCategory'"
|
|
34
|
-
:searchStatsApi="'/PropertyOFIList/getListStats'">
|
|
35
|
-
</ct-searchlist> -->
|
|
9
|
+
:searchDataApi="'/PropertyRETList/getListOfSearchModel'"
|
|
10
|
+
:searchCategoryApi="'/PropertyRETList/getLayoutOfSearchCategory'"
|
|
11
|
+
:searchStatsApi="'/exampleList/getListStats'"
|
|
12
|
+
></ct-searchlist> -->
|
|
36
13
|
|
|
14
|
+
<!--<ct-searchlist :searchConditionApi="'/api/invoice-info/search-condition'" :searchDataApi="'/api/invoice-info/list'" :searchDataStatisticsApi="'api/ContractList/GetLayoutOfStatisticsTool'" :apiParam="para"></ct-searchlist>-->
|
|
37
15
|
<ct-dialog-list></ct-dialog-list>
|
|
38
16
|
</div>
|
|
39
17
|
</template>
|
|
@@ -44,12 +22,8 @@
|
|
|
44
22
|
name: 'DataDrivenSearch',
|
|
45
23
|
data() {
|
|
46
24
|
return {
|
|
47
|
-
para:{
|
|
48
|
-
|
|
49
|
-
},
|
|
50
|
-
// para: {searchFields: {fields: []}, pageAttribute: {pageIndex: 1}, flagSearch: true}
|
|
51
|
-
// para: {publishID: "1503900718229229568"}
|
|
52
|
-
// para: {paramKey: "PropertyStatusID", code: "002.001", name: "盘源状态", paramName: "盘源状态"}
|
|
25
|
+
//para: { agentId: "1424932685198864386", estateId: "L201402181627000007233", estateName: "271医院宿舍区", pageOnly: "true", pageTitle: "销控房源列表" }
|
|
26
|
+
para: {}
|
|
53
27
|
}
|
|
54
28
|
},
|
|
55
29
|
mounted() {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import base from '../../index';
|
|
2
|
-
import Base from './Base';
|
|
2
|
+
import Base from './Base';
|
|
3
3
|
|
|
4
4
|
const PlaceHolder = function (source) {
|
|
5
5
|
var rtn = {
|
|
@@ -14,4 +14,4 @@ const PlaceHolder = function (source) {
|
|
|
14
14
|
return rtn;
|
|
15
15
|
};
|
|
16
16
|
|
|
17
|
-
export default PlaceHolder;
|
|
17
|
+
export default PlaceHolder;
|
package/src/main.js
CHANGED
|
@@ -12,13 +12,11 @@ Vue.use(ElementUI, { size: 'mini'});
|
|
|
12
12
|
// 关闭生产模式下给出的提示
|
|
13
13
|
Vue.config.productionTip = false;
|
|
14
14
|
Vue.use(centaline, {
|
|
15
|
-
baseUrl: "http://10.88.22.13:7070/
|
|
16
|
-
|
|
17
|
-
// baseUrl: "http://10.88.22.
|
|
18
|
-
// baseUrl: "http://10.88.22.69:8080/api/",
|
|
19
|
-
baseUrl: "http://10.88.22.40:8080/api/",
|
|
15
|
+
// baseUrl: "http://10.88.22.13:7070/v1/form/router",
|
|
16
|
+
baseUrl: "http://10.88.23.25:9999/v1/form/router",
|
|
17
|
+
// baseUrl: "http://10.88.22.40:8080/",
|
|
20
18
|
// baseUrl: "http://tjcptest.centaline.com.cn/",
|
|
21
|
-
flagRouterSelf: true,
|
|
19
|
+
// flagRouterSelf: true,
|
|
22
20
|
zindex: 999,
|
|
23
21
|
showRequestSuccessMessage: true,
|
|
24
22
|
showRequestErrorMessage: true,
|
|
@@ -43,20 +41,17 @@ Vue.use(centaline, {
|
|
|
43
41
|
// 获取请求头
|
|
44
42
|
getRequestHeaders: function () {
|
|
45
43
|
return {
|
|
46
|
-
oldToken: '
|
|
47
|
-
token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.
|
|
48
|
-
|
|
44
|
+
oldToken: '8ce4e917-2183-40d9-8b87-53ae45e1fc59',
|
|
45
|
+
token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjrEKg0AQRP9laxe8u3X31i6epslHyMkpmCpEhYSQf48h2tnnFa8YBmZeMC0dlCAbeKCdVjfwQDutMaRiuMGTSkBicuhN8BiIA53rxoWqhgz6xw1Kw5w7ESeUwRjnX2A112-wTP390j__ce46j-vsIAN5ch1alrSWhTCqRiRbJEtc-MQM7w8AAAD__w.dYqgv0MHo3uvKDGcRKsCZt4UCdSl1qVTNQt628giu6k',
|
|
49
46
|
originalRequestURL: 'http://10.88.22.67:8080',
|
|
50
|
-
EstateInfo: '{"estateId":"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
authObject: '{"currentEstate":{"estateId":"046CC756-4FBE-4289-8512-F05975EEF327","estateName":"%E5%8D%8A%E5%B2%9B1%E5%8F%B7"},"platform":1,"OSVersion":"","clientVersion":"","machineCode":""}',
|
|
54
|
-
Authorization:'Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjUyN2ZmMGIwLWEwZjktNDJlMy1iNWM1LTg1MGU2MzNjZDc2NCJ9.H6Th2eEV99mxEgZ91n9_6GidadA_y-piw-Bt-NQj5hDH9VdcspUyrNKm2karo0KxQaxrcrGw7TplzzTw2BCmaw',
|
|
47
|
+
EstateInfo: '{"estateId":"201703020943128D8A8FCF463E4016D6","estateName":"%E4%B8%87%E7%A7%91%E4%BA%91%E5%9F%8E"}',
|
|
48
|
+
authObject: '{"currentEstate":{"estateId":"20111122105652A2A701D48134542934","estateName":"%E9%BE%99%E5%85%89%E5%9F%8E"},"platform":1,"OSVersion":"","clientVersion":"","machineCode":""}',
|
|
49
|
+
Authorization:'Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjdjZjU3ZDhlLTUzNDItNGFhZC1iYThjLTg3OGNjNTcwZTc5MCJ9.X_b6c_D69_IX8dvQ90cfOqIXi-hTy449sJvzFw_rsXbyVc9obiybHSDycdJ6bgdbJW94XRjbqj9hPwiWyL3XSg',
|
|
55
50
|
};
|
|
56
51
|
},
|
|
57
52
|
// 请求完成事件,可判断是否登录过期执行响应操作
|
|
58
53
|
requestComplete: function (response) {
|
|
59
|
-
|
|
54
|
+
// console.log(response);
|
|
60
55
|
}
|
|
61
56
|
}});
|
|
62
57
|
|