centaline-data-driven 1.6.31 → 1.6.32
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/SearchList.vue +1 -1
- package/src/centaline/loader/src/ctl/SearchScreen.js +3 -0
- package/src/main.js +5 -4
- package/wwwroot/static/centaline/centaline-data-driven.js +4 -0
- 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
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
|
|
110
110
|
<!-- <ct-searchlist :appRootUrl="appRootUrl" :searchConditionApi="'/SystemParameterList/getLayoutOfSearch'" :searchDataApi="'/SystemParameterList/getListOfSearchModel'"></ct-searchlist> -->
|
|
111
111
|
|
|
112
|
-
<ct-searchlist :appRootUrl="appRootUrl" :searchConditionApi="'/EmployeeResourcesTranList/getLayoutOfSearch'" :searchDataApi="'/EmployeeResourcesTranList/getListOfSearchModel'"></ct-searchlist>
|
|
112
|
+
<!-- <ct-searchlist :appRootUrl="appRootUrl" :searchConditionApi="'/EmployeeResourcesTranList/getLayoutOfSearch'" :searchDataApi="'/EmployeeResourcesTranList/getListOfSearchModel'"></ct-searchlist> -->
|
|
113
113
|
|
|
114
114
|
|
|
115
115
|
<!-- <ct-searchlist :apiParam="apiParam" :searchConditionApi="'/propertyPublishList/getLayoutOfSearch'"
|
|
@@ -21,6 +21,9 @@ const SearchScreen = function (source, callBack, screenPara, prevParam) {
|
|
|
21
21
|
fieldsDic: null,//fieldsDic
|
|
22
22
|
_excuteListData: undefined,
|
|
23
23
|
|
|
24
|
+
enableRelationFields(FlagRelation) {
|
|
25
|
+
this.form.enableRelationFields = FlagRelation
|
|
26
|
+
},
|
|
24
27
|
//获取code1
|
|
25
28
|
getCode1ByField1(id) {
|
|
26
29
|
var rtn1 = this.fieldsDic[id];
|
package/src/main.js
CHANGED
|
@@ -16,10 +16,11 @@ Vue.config.productionTip = false;
|
|
|
16
16
|
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
|
-
baseUrl: "http://10.88.22.46:9999/service-api/",
|
|
19
|
+
// baseUrl: "http://10.88.22.46:9999/service-api/",
|
|
20
20
|
// baseUrl: "http://10.88.22.46:22324/service-api/v1/form/router",
|
|
21
21
|
// baseUrl: "http://10.88.22.13:17070/max-uplink-api/",
|
|
22
|
-
baseUrl: "http://10.88.22.13:9004/max-uplink-api/",
|
|
22
|
+
// baseUrl: "http://10.88.22.13:9004/max-uplink-api/",
|
|
23
|
+
baseUrl:"http://szamax-api.centaline.com.cn/max-uplink-api/",
|
|
23
24
|
// baseUrl: "http://10.88.22.13:6060/onecard-api/",
|
|
24
25
|
// baseUrl: "http://10.6.1.163:9000/max-uplink-api/v1/form/router",
|
|
25
26
|
// baseUrl: "http://10.28.21.164:9004/max-uplink-api/",
|
|
@@ -66,8 +67,8 @@ Vue.use(centaline, {
|
|
|
66
67
|
getRequestHeaders: function () {
|
|
67
68
|
return {
|
|
68
69
|
oldToken: 'da18df1e-9ee2-49fd-a5ca-a3e17c8947e5',
|
|
69
|
-
token:'
|
|
70
|
-
authObject: '{token:"aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.
|
|
70
|
+
token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjksOwjAMBe-SdS05tuPE7PpJNhwCBWglWCHaSiDE3SniEGznjfTm5eb16HYuIUWltoc-sYKkYGDcF_ApGWYzjrE_CHOHKANQxAJSYgYTCYBoahaC0qAHJc6lbRW8bLuUbpNIBDS3QTJhZiHXuPFxczsfmXxCJG3cpS4_gMb6Bes83vfj8x9x1-Wy3eJ48seQJuCaziATTWDRIlSazCNrlerd-wMAAP__.93H7c7k4TLTqbKpozp0aTSU4U_WrQu3eS990iS-TCpw',
|
|
71
|
+
authObject: '{token:"aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjksOwjAMBe-SdS05tuPE7PpJNhwCBWglWCHaSiDE3SniEGznjfTm5eb16HYuIUWltoc-sYKkYGDcF_ApGWYzjrE_CHOHKANQxAJSYgYTCYBoahaC0qAHJc6lbRW8bLuUbpNIBDS3QTJhZiHXuPFxczsfmXxCJG3cpS4_gMb6Bes83vfj8x9x1-Wy3eJ48seQJuCaziATTWDRIlSazCNrlerd-wMAAP__.93H7c7k4TLTqbKpozp0aTSU4U_WrQu3eS990iS-TCpw"}',
|
|
71
72
|
|
|
72
73
|
// originalRequestURL: 'http://10.88.22.67:8080',
|
|
73
74
|
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"}',
|
|
@@ -56584,6 +56584,10 @@ var SearchScreen = function SearchScreen(source, callBack, screenPara, prevParam
|
|
|
56584
56584
|
fieldsDic: null, //fieldsDic
|
|
56585
56585
|
_excuteListData: undefined,
|
|
56586
56586
|
|
|
56587
|
+
enableRelationFields: function enableRelationFields(FlagRelation) {
|
|
56588
|
+
this.form.enableRelationFields = FlagRelation;
|
|
56589
|
+
},
|
|
56590
|
+
|
|
56587
56591
|
//获取code1
|
|
56588
56592
|
getCode1ByField1: function getCode1ByField1(id) {
|
|
56589
56593
|
var rtn1 = this.fieldsDic[id];
|