centaline-data-driven 1.2.85 → 1.2.86
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/SearchList.vue +4 -8
- package/src/centaline/dynamicDetail/src/dynamicPropertySimpleDetailRET.vue +6 -1
- package/src/centaline/loader/src/ctl/Detail.js +4 -1
- package/src/centaline/loader/src/ctl/SearchTable.js +1 -1
- package/src/main.js +1 -1
- package/wwwroot/static/centaline/centaline-data-driven.js +2 -2
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
package/package.json
CHANGED
package/src/SearchList.vue
CHANGED
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
<!-- <ct-searchlist :searchConditionApi="'/PropertyRETList/getLayoutOfSearch'" :searchDataApi="'/PropertyRETList/getListOfSearchModel'" :searchCategoryApi="'/PropertyRETList/getLayoutOfSearchCategory'"></ct-searchlist> -->
|
|
6
6
|
|
|
7
|
-
<ct-searchlist :searchConditionApi="'/SystemParameterList/getLayoutOfSearch'"
|
|
8
|
-
:searchDataApi="'/SystemParameterList/getListOfSearchModel'" :apiParam="para"></ct-searchlist>
|
|
7
|
+
<!-- <ct-searchlist :searchConditionApi="'/SystemParameterList/getLayoutOfSearch'"
|
|
8
|
+
:searchDataApi="'/SystemParameterList/getListOfSearchModel'" :apiParam="para"></ct-searchlist> -->
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
<ct-searchlist :searchConditionApi="'/PropertyRETList/getLayoutOfSearch'"
|
|
11
11
|
:searchDataApi="'/PropertyRETList/getListOfSearchModel'"
|
|
12
12
|
:searchCategoryApi="'/PropertyRETList/getLayoutOfSearchCategory'"
|
|
13
13
|
:searchStatsApi="'/exampleList/getListStats'"
|
|
14
|
-
></ct-searchlist>
|
|
14
|
+
></ct-searchlist>
|
|
15
15
|
|
|
16
16
|
<!--<ct-searchlist :searchConditionApi="'/api/invoice-info/search-condition'" :searchDataApi="'/api/invoice-info/list'" :searchDataStatisticsApi="'api/ContractList/GetLayoutOfStatisticsTool'" :apiParam="para"></ct-searchlist>-->
|
|
17
17
|
<!-- <ct-searchlist :searchConditionApi="'/PropertyStatusList/getLayoutOfSearch'" :searchDataApi="'/PropertyStatusList/getListOfSearchModel'" :apiParam="para"></ct-searchlist> -->
|
|
@@ -26,10 +26,6 @@
|
|
|
26
26
|
data() {
|
|
27
27
|
return {
|
|
28
28
|
para:{
|
|
29
|
-
code: "001.001",
|
|
30
|
-
name: "物业用途",
|
|
31
|
-
paramKey: "PropertyUsageID",
|
|
32
|
-
paramName: "物业用途"
|
|
33
29
|
},
|
|
34
30
|
// para: {searchFields: {fields: []}, pageAttribute: {pageIndex: 1}, flagSearch: true}
|
|
35
31
|
// para: {publishID: "1503900718229229568"}
|
|
@@ -67,8 +67,11 @@
|
|
|
67
67
|
</component>
|
|
68
68
|
</div>
|
|
69
69
|
<span :slot="showIndex>0?'reference':''" class="more" style="margin-left: 10px;"></span>
|
|
70
|
-
</el-popover>
|
|
70
|
+
</el-popover>
|
|
71
71
|
</div>
|
|
72
|
+
<!-- <div ref="shortcutFollow" v-if="model.shortcutFollowForm!==undefined && model.shortcutFollowForm!==null" style="margin-top: 16px;">
|
|
73
|
+
<ct-form :source="model.shortcutFollowForm"></ct-form>
|
|
74
|
+
</div> -->
|
|
72
75
|
<div class="tablist-info base-box">
|
|
73
76
|
<div class="details-tabs-box">
|
|
74
77
|
<el-tabs :value="model.activeIndex1" @tab-click="handleSelect">
|
|
@@ -90,11 +93,13 @@
|
|
|
90
93
|
<script>
|
|
91
94
|
import dynamicElement from '../../mixins/dynamicElement';
|
|
92
95
|
import dynamicContact from '../../dynamicContact/src/dynamicContact.vue';
|
|
96
|
+
import dynamicForm from '../../dynamicForm/src/dynamicForm.vue';
|
|
93
97
|
export default {
|
|
94
98
|
name: 'ct-PropertySimpleDetailRET',
|
|
95
99
|
mixins: [dynamicElement],
|
|
96
100
|
components: {
|
|
97
101
|
'ct-contact': dynamicContact,
|
|
102
|
+
'ct-form': dynamicForm,
|
|
98
103
|
},
|
|
99
104
|
props: {
|
|
100
105
|
vmodel: Object,
|
|
@@ -32,7 +32,7 @@ const Detail = function (source,para ,callBack) {
|
|
|
32
32
|
_commissionList:null,
|
|
33
33
|
get title() {
|
|
34
34
|
return data.title;
|
|
35
|
-
|
|
35
|
+
},
|
|
36
36
|
get fields1() {
|
|
37
37
|
return data.fields1;
|
|
38
38
|
},
|
|
@@ -370,6 +370,9 @@ const Detail = function (source,para ,callBack) {
|
|
|
370
370
|
}
|
|
371
371
|
return rtn._commissionList;
|
|
372
372
|
},
|
|
373
|
+
get shortcutFollowForm() {
|
|
374
|
+
return rtn.shortcutFollowForm;
|
|
375
|
+
},
|
|
373
376
|
doAction(response,field) {
|
|
374
377
|
if (response.responseData) {
|
|
375
378
|
response = response.responseData;
|
|
@@ -609,7 +609,7 @@ const SearchTable = function (data, callBack, searchModel, flagSearch, defaultSe
|
|
|
609
609
|
rtn.dataDictionary[row[rtn.primaryKey]][vkey] = row[vkey];
|
|
610
610
|
}
|
|
611
611
|
});
|
|
612
|
-
if (rtn.cellLayout
|
|
612
|
+
if (rtn.cellLayout) {
|
|
613
613
|
rtn.$vue.$set(rtn.listData, rtn.selectIndex, rtn.dataDictionary[searchValue1]);
|
|
614
614
|
}
|
|
615
615
|
}
|
package/src/main.js
CHANGED
|
@@ -12,7 +12,7 @@ Vue.use(ElementUI, { size: 'mini'});
|
|
|
12
12
|
// 关闭生产模式下给出的提示
|
|
13
13
|
Vue.config.productionTip = false;
|
|
14
14
|
Vue.use(centaline, {
|
|
15
|
-
baseUrl: "http://10.88.22.
|
|
15
|
+
baseUrl: "http://10.88.22.46:7070/v1/form/router",
|
|
16
16
|
// baseUrl: "http://10.88.23.22:9999/v1/form/router",
|
|
17
17
|
// baseUrl: "http://10.88.22.69:8080/",
|
|
18
18
|
// flagRouterSelf: true,
|