centaline-data-driven 1.3.22 → 1.3.23
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/Form.vue +2 -2
- package/src/SearchList.vue +1 -1
- package/src/centaline/dynamicForm/src/dynamicFormListTable.vue +1 -1
- package/src/centaline/dynamicLayout/src/dynamicLayoutLabel.vue +1 -0
- package/src/centaline/dynamicLayout/src/dynamicLayoutLine.vue +3 -1
- package/src/centaline/loader/src/ctl/Base.js +1 -1
- package/src/centaline/loader/src/ctl/SearchTable.js +3 -1
- package/src/main.js +2 -2
- package/wwwroot/static/centaline/centaline-data-driven.js +1 -1
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
package/package.json
CHANGED
package/src/Form.vue
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<div id="app-form" class="data-driven" style="width:100%;height:100%;overflow:auto">
|
|
3
3
|
<!-- <ct-form :api="'/PropertyRET/getLayoutOfNew'" :apiParam="apiParam"></ct-form> -->
|
|
4
4
|
<!-- <ct-form :source="formdata.content" :apiParam="apiParam"></ct-form> -->
|
|
5
|
-
<ct-form :api="'/
|
|
5
|
+
<ct-form :api="'/salemanage/adjust/point/readDetail'" :apiParam="apiParam"></ct-form>
|
|
6
6
|
<!--<ct-form :api="'api/Form/formdata'"></ct-form>-->
|
|
7
7
|
<ct-dialog-list></ct-dialog-list>
|
|
8
8
|
</div>
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
data() {
|
|
15
15
|
return {
|
|
16
16
|
apiParam:{
|
|
17
|
-
|
|
17
|
+
adjustID:"220704140952A0156309F316436CAEBA",actionType:3
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
},
|
package/src/SearchList.vue
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
:searchCategoryApi="'/ProfileWorklistList/getLayoutOfSearchCategory'"
|
|
9
9
|
:searchDataApi="'/ProfileWorklistList/getListOfSearchModel'" :apiParam="para"></ct-searchlist> -->
|
|
10
10
|
|
|
11
|
-
<ct-searchlist :searchConditionApi="'/
|
|
11
|
+
<ct-searchlist :searchConditionApi="'/PropertyDutyList/getLayoutOfSearch'" :searchDataApi="'/PropertyDutyList/getListOfSearchModel'"></ct-searchlist>
|
|
12
12
|
|
|
13
13
|
<!-- <ct-searchlist :searchConditionApi="'/PropertyRETList/getLayoutOfSearch'"
|
|
14
14
|
:searchDataApi="'/PropertyRETList/getListOfSearchModel'"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
@input="inputHandler(model.currentRow.data[v.id], model.currentRow.data.$sourceIndex)"></component>
|
|
29
29
|
</span>
|
|
30
30
|
<span v-else-if="v.is=='ct-sensitiveeye'">
|
|
31
|
-
<component
|
|
31
|
+
<component ref="Fields" :is="v.is" :vmodel="scope.row[v.id]" :vrowmodel="scope.row" :api="model.OptApi"></component>
|
|
32
32
|
</span>
|
|
33
33
|
<!--可点击的列-->
|
|
34
34
|
<span v-else-if="v.router" :class="'cell'" style="display: flex;">
|
|
@@ -608,6 +608,9 @@ const SearchTable = function (data, callBack, searchModel, flagSearch, defaultSe
|
|
|
608
608
|
for (var vkey in row) {
|
|
609
609
|
rtn.dataDictionary[row[rtn.primaryKey]][vkey] = row[vkey];
|
|
610
610
|
}
|
|
611
|
+
for (var vkey in rtn.dataDictionary[row[rtn.primaryKey]]) {
|
|
612
|
+
rtn.dataDictionary[row[rtn.primaryKey]][vkey] = row[vkey]||'';
|
|
613
|
+
}
|
|
611
614
|
});
|
|
612
615
|
if (rtn.cellLayout) {
|
|
613
616
|
rtn.$vue.$set(rtn.listData, rtn.selectIndex, rtn.dataDictionary[searchValue1]);
|
|
@@ -631,7 +634,6 @@ const SearchTable = function (data, callBack, searchModel, flagSearch, defaultSe
|
|
|
631
634
|
}
|
|
632
635
|
})
|
|
633
636
|
.catch((error) => {
|
|
634
|
-
console.error(error);
|
|
635
637
|
if (typeof callback !== 'undefined') {
|
|
636
638
|
callback();
|
|
637
639
|
}
|
package/src/main.js
CHANGED
|
@@ -43,8 +43,8 @@ Vue.use(centaline, {
|
|
|
43
43
|
return {
|
|
44
44
|
oldToken: 'a9e42494-1e0b-4c46-834e-eea096ba2564',
|
|
45
45
|
originalRequestURL: 'http://10.88.22.67:8080',
|
|
46
|
-
EstateInfo: '{"estateId":"201703020943128D8A8FCF463E4016D6","estateName":"%E4%B8%87%E7%A7%91%E4%BA%91%E5%9F%8E"}',
|
|
47
|
-
Authorization:'Bearer eyJhbGciOiJIUzUxMiJ9.
|
|
46
|
+
EstateInfo: ' {"estateId":"201703020943128D8A8FCF463E4016D6","estateName":"%E4%B8%87%E7%A7%91%E4%BA%91%E5%9F%8E"}',
|
|
47
|
+
Authorization:'Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjYzMzZiMDJiLTZjOGEtNDIzNC05MGQ5LTliYWI2MTIyNTQzNyJ9.hOxMvGLm03QMPu9C4lgRzkEHC7ECqxJ_L6mfqQRqv39xJ42I8gzSRO-E68vWp-A99ewnxnqvTZ6H_6fOQ9DljQ',
|
|
48
48
|
};
|
|
49
49
|
},
|
|
50
50
|
// 请求完成事件,可判断是否登录过期执行响应操作
|