centaline-data-driven 1.2.39 → 1.2.42

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.2.39",
3
+ "version": "1.2.42",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
package/src/Form.vue CHANGED
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div id="app-form" class="data-driven" style="width:100%;height:100%;overflow:auto">
3
3
  <!-- <ct-form :api="'/api/third-dept-tran/profit-return/applyUI'" :apiParam="apiParam"></ct-form> -->
4
- <ct-form :api="'/Flow/readDetail'" :apiParam="apiParam"></ct-form>
4
+ <ct-form :api="'/PropertyRET/getLayoutOfNew'" :apiParam="apiParam"></ct-form>
5
5
  <!-- <ct-form :source="formdata.content" :apiParam="apiParam"></ct-form> -->
6
6
  <!--<ct-form :api="'/api/form/formdata/contractDetail'" :apiParam="apiParam"></ct-form>-->
7
7
  <!--<ct-form :api="'api/Form/formdata'"></ct-form>-->
@@ -17,7 +17,7 @@
17
17
  // apiParam: {profitReturnId: "1504359257134055426", actionType: 1, pageStyle: 2, pageTitle: "查看返利", pageOnly: true} ,
18
18
  // apiParam: {headerParam: {}, urlParam: {contractID: "06cad32e-4d0d-4b6f-bd24-16a28629a550", actionType: "0"}}
19
19
  // apiParam: {originalTraId: "1475658732246241281", actionType: 2, chanceID: "1"} ,
20
- apiParam: {actionType: "2",jsonData: {}},
20
+ apiParam: {actionType: "2", propertyID: "", estateID: "1", buildingID: "1", floorID: "1", roomNo: "1504",tradeID: "100"}
21
21
  }
22
22
  },
23
23
  methods: {
@@ -1,15 +1,15 @@
1
1
  <template>
2
2
  <div id="app-search" style="height:100%;position: fixed;">
3
- <ct-searchlist :searchConditionApi="'/api/third-dept-tran/tran-list/tran-emp-achievement-layout'" :searchDataApi="'/api/third-dept-tran/tran-list/tran-emp-achievement-list'"></ct-searchlist>
3
+ <!-- <ct-searchlist :searchConditionApi="'/api/third-dept-tran/transaction-workflow/getLayoutOfSearch'" :searchDataApi="'/api/third-dept-tran/transaction-workflow/list'"></ct-searchlist> -->
4
4
 
5
5
  <!-- <ct-searchlist :searchConditionApi="'/PropertyRETList/getLayoutOfSearch'" :searchDataApi="'/PropertyRETList/getListOfSearchModel'" :searchCategoryApi="'/PropertyRETList/getLayoutOfSearchCategory'"></ct-searchlist> -->
6
6
  <!-- <ct-searchlist :searchConditionApi="'/PropertyPublishLogList/getLayoutOfSearch'" :searchDataApi="'/PropertyPublishLogList/getListOfSearchModel'"></ct-searchlist> -->
7
7
 
8
- <!-- <ct-searchlist :searchConditionApi="'/PropertyRETList/getLayoutOfSearch'"
8
+ <ct-searchlist :searchConditionApi="'/PropertyRETList/getLayoutOfSearch'"
9
9
  :searchDataApi="'/PropertyRETList/getListOfSearchModel'"
10
10
  :searchCategoryApi="'/PropertyRETList/getLayoutOfSearchCategory'"
11
11
  :searchStatsApi="'/exampleList/getListStats'"
12
- ></ct-searchlist> -->
12
+ ></ct-searchlist>
13
13
 
14
14
  <!--<ct-searchlist :searchConditionApi="'/api/invoice-info/search-condition'" :searchDataApi="'/api/invoice-info/list'" :searchDataStatisticsApi="'api/ContractList/GetLayoutOfStatisticsTool'" :apiParam="para"></ct-searchlist>-->
15
15
  <!-- <ct-searchlist :searchConditionApi="'/PropertyStatusList/getLayoutOfSearch'" :searchDataApi="'/PropertyStatusList/getListOfSearchModel'" :apiParam="para"></ct-searchlist> -->
@@ -23,7 +23,8 @@
23
23
  name: 'DataDrivenSearch',
24
24
  data() {
25
25
  return {
26
- para: {searchFields: {fields: []}, pageAttribute: {pageIndex: 1}, flagSearch: true}
26
+ para:{},
27
+ // para: {searchFields: {fields: []}, pageAttribute: {pageIndex: 1}, flagSearch: true}
27
28
  // para: {publishID: "1503900718229229568"}
28
29
  // para: {paramKey: "PropertyStatusID", code: "002.001", name: "盘源状态", paramName: "盘源状态"}
29
30
  }
Binary file
@@ -114,7 +114,6 @@ html {
114
114
  display:initial;
115
115
  }
116
116
  .ct-Seg .ct-radios .el-input__suffix-inner {
117
- float: right;
118
117
  display: none;
119
118
  }
120
119
  .ct-Seg .ct-radios .el-input__suffix-inner .el-icon-circle-close {
@@ -321,7 +320,12 @@ html {
321
320
  .el-input__icon {
322
321
  height:initial;
323
322
  }
324
-
323
+ .st-serach-screen .el-input__icon {
324
+ line-height:initial!important;
325
+ }
326
+ .ct-checkbox .cover-list-item-span{
327
+ line-height: initial!important;
328
+ }
325
329
  /*两个div在同一行并居中*/
326
330
  .div_allinline {
327
331
  text-align: center;
@@ -644,8 +648,8 @@ html {
644
648
  padding: 0 15px 0 5px;
645
649
  } */
646
650
  .ct-Seg .ct-radios .el-input__icon.el-icon-circle-close{
647
- min-height: 25px;
648
- line-height: 25px;
651
+ min-height: initial;
652
+ line-height: initial;
649
653
 
650
654
  }
651
655
  .list-field .el-input-group__append, .list-field .el-input-group__prepend{
@@ -783,4 +787,11 @@ html {
783
787
  }
784
788
  .list-button .max-btn-add{
785
789
  width: 85px;
786
- }
790
+ }
791
+ .el-radio__input.is-checked .el-radio__inner {
792
+ border-color: #409eff;
793
+ background: #409eff;
794
+ }
795
+ .el-radio__input.is-checked + .el-radio__label {
796
+ color: #409eff;
797
+ }
@@ -105,6 +105,8 @@
105
105
  }
106
106
  .ct-checkbox .ct-checkbox-mian{
107
107
  padding-left: 0!important;
108
+ min-height: 26px;
109
+ line-height: 25px;
108
110
  }
109
111
  .cover-list-item .el-checkbox{
110
112
  margin-right: 10px!important;
@@ -156,7 +158,7 @@
156
158
  white-space: nowrap;
157
159
  }
158
160
  .max-cover-list-item .el-input__icon{
159
- line-height: 40px!important;
161
+ line-height:initial;
160
162
  }
161
163
  .el-card{
162
164
  border: none;
@@ -200,13 +202,13 @@
200
202
  padding: 5px 10px;
201
203
  }
202
204
  .ct-Seg .ct-radios .el-input__icon.el-icon-circle-close{
203
- min-height: 26px;
204
- line-height: 26px;
205
+ min-height: initial;
206
+ line-height: initial;
205
207
 
206
208
  }
207
209
  .ct-Seg.ct-Seg-mini .ct-radios, .ct-Seg.ct-Seg-mini .ct-radios .el-radio__label {
208
- min-height: 26px;
209
- line-height: 26px;
210
+ min-height: initial;
211
+ line-height: initial;
210
212
  }
211
213
  .el-input-group__append, .el-input-group__prepend {
212
214
  color: #666;
@@ -228,3 +230,10 @@
228
230
  .hyperLinkList .el-button + .el-button{
229
231
  margin-left: 0!important;
230
232
  }
233
+ .el-radio__input.is-checked .el-radio__inner {
234
+ border-color: #409eff;
235
+ background: #409eff;
236
+ }
237
+ .el-radio__input.is-checked + .el-radio__label {
238
+ color: #409eff;
239
+ }
@@ -6,15 +6,12 @@
6
6
  {{model.label}}
7
7
  </div>
8
8
  <div class="ct-checkbox-mian cover-list-item" :class="[model.showLabel?'showLabel':'',model.value !== ''?'hasValue':'']">
9
- <span>
10
- <el-checkbox-group v-model="model.checkedItemArr" @change="changeHandler1">
11
- <el-checkbox :disabled="model.lock" v-for="item in model.options" :label="item[model.optionAttrs.value]" :key="item[model.optionAttrs.value]">{{item[model.optionAttrs.label]}}</el-checkbox>
12
- </el-checkbox-group>
13
- </span>
14
-
15
- <span v-if="!model.lock" class="cover-list-item-span max-cover-list-item">
16
- <i class="el-input__icon el-icon-circle-close" @click="clearClickHandle"></i>
17
- </span>
9
+ <el-checkbox-group v-model="model.checkedItemArr" @change="changeHandler1">
10
+ <el-checkbox :disabled="model.lock" v-for="item in model.options" :label="item[model.optionAttrs.value]" :key="item[model.optionAttrs.value]">{{item[model.optionAttrs.label]}}</el-checkbox>
11
+ <span v-if="!model.lock" class="cover-list-item-span max-cover-list-item">
12
+ <i class="el-input__icon el-icon-circle-close" @click="clearClickHandle"></i>
13
+ </span>
14
+ </el-checkbox-group>
18
15
  </div>
19
16
  </div>
20
17
  <span v-show="!valid" class="errorMessage">
@@ -103,14 +100,12 @@
103
100
  }
104
101
 
105
102
  .ct-checkbox .cover-list-item {
106
- position: relative;
107
103
  }
108
104
 
109
105
  .ct-checkbox .cover-list-item-span {
110
- position: absolute;
111
- top: -6px;
112
- right: 0px;
113
106
  display: none;
107
+ min-height: 26px;
108
+ font-size: 12px;
114
109
  }
115
110
 
116
111
  .ct-checkbox .ct-checkbox-mian .el-icon-circle-close:hover {
@@ -404,9 +404,6 @@
404
404
  lookOwner() {
405
405
  this.codeOwner = true
406
406
  },
407
- onSearch() {
408
- console.log('submit!');
409
- },
410
407
  handleClick(tab, event) {
411
408
  let i=tab.index;
412
409
  if(this.model.tags2 && this.model.tags2[i]){
@@ -534,8 +534,9 @@
534
534
  if (f.$el.offsetParent && f.$el.offsetParent.offsetParent) {
535
535
  let total = f.$el.offsetParent.offsetParent.offsetTop;
536
536
  //this.$common.setScrollTop(total);
537
-
538
- if (f.$el.offsetParent.offsetParent.offsetParent === null || f.$el.offsetParent.offsetParent.classList[0] === 'app-main') {
537
+ if (f.$el.offsetParent.offsetParent.offsetParent === null
538
+ || f.$el.offsetParent.offsetParent.offsetParent.classList[0] === 'app-main'
539
+ || f.$el.offsetParent.offsetParent.classList[0] === 'app-main') {
539
540
  total = f.$el.offsetParent.offsetTop;
540
541
  this.$common.setScrollTop(total);
541
542
  }
@@ -88,9 +88,21 @@
88
88
  v-bind="column.attrs">
89
89
  <!--操作列-->
90
90
  <div v-if="column.id==='operation'" class="div_allinline" :class="column.autoRowHeight ? 'lineFeedCell':'cell'">
91
- <ct-tablecurrency v-for="(router,rowRouterIndex) in model.rowRouter" :key="rowRouterIndex" v-if="!router.rightField || row[router.rightField] == 1" :isOperationalColumn="true"
92
- :router="router" :colValue="router.label" :rowData="row" @click="rolRouterClickHandler">
91
+ <ct-tablecurrency v-for="(router,rowRouterIndex) in getRowRouterShow(row)" :key="rowRouterIndex"
92
+ v-if="!router.rightField || row[router.rightField] == 1" :isOperationalColumn="true"
93
+ :router="router" :colValue="router.label" :rowData="row" @click="rolRouterClickHandler">
93
94
  </ct-tablecurrency>
95
+ <el-popover :ref="'popover'+rowindex" :append-to-table="option.appendId?option.appendId:''" class="Stats-popover" popper-class="el-popover1"
96
+ :placement="option.placement?option.placement:'left'"
97
+ :trigger="option.trigger?option.trigger:''">
98
+ <div class="tab-list" style="border-bottom:none">
99
+ <ct-tablecurrency v-for="(router,rowRouterIndex) in getRowRouterDisplay(row)" :key="rowRouterIndex"
100
+ v-if="!router.rightField || row[router.rightField] == 1" :isOperationalColumn="true" :isShowImg="false" :rowindex="rowindex"
101
+ :router="router" :colValue="router.label" :rowData="row" @click="rolRouterClickHandler">
102
+ </ct-tablecurrency>
103
+ </div>
104
+ <span :slot="getRowRouterDisplay(row).length>0?'reference':''" class="icon-more"></span>
105
+ </el-popover>
94
106
  </div>
95
107
 
96
108
  <!--可点击的列-->
@@ -178,6 +190,13 @@
178
190
  pageRowMax: 100,//页面实际的第后行号
179
191
  displayRowNumber: 30,
180
192
  selectAllType:1,
193
+ option: {
194
+ isHidden: true,//是否开启操作栏隐藏设置,默认开启
195
+ showNum: 3,//如果isHidden为true时,个数大于3就会隐藏,默认是3
196
+ appendId: '',//将浮动栏添加到对应id或者class节点中。或者.xxx。传空字符串是添加到body中。
197
+ trigger: 'hover',//触发方式,传值可查看Popper UI组件trigger属性
198
+ placement: 'right-start',//方向,传值可查看Popper UI组件placement属性
199
+ },
181
200
  }
182
201
  },
183
202
  activated() {
@@ -508,9 +527,8 @@
508
527
  var h4 = this.$refs.footer.$el.offsetHeight | 0;
509
528
  var h5 = this.$refs.listHeader.$el.offsetHeight | 0;
510
529
  var h6 = this.$refs.listFooter.$el.offsetHeight | 0;
511
- var h7 = this.$refs.tableStats?(this.$refs.tableStats.$el.offsetHeight+7 | 0):0;
530
+ var h7 = this.$refs.tableStats?(this.$refs.tableStats.$el.offsetHeight+7 | 0):0;
512
531
  let tableHeight = h1 - h2 - h3 - h4 - h5 - h6 - h7-22;
513
- console.log(tableHeight+" "+h7);
514
532
  this.model.tableHeight = tableHeight < 40 ? 350 : tableHeight;
515
533
  this.$nextTick(() => {
516
534
  self.getScrollAttr();
@@ -652,9 +670,13 @@
652
670
 
653
671
  this.routerClickHandler(field, submitData, action);
654
672
  },
655
- rolRouterClickHandler(field, rowData) {
673
+ rolRouterClickHandler(field, rowData,rowindex) {
674
+ if(this.$refs['popover'+rowindex]){
675
+ this.$refs['popover'+rowindex][0].doClose();
676
+ }
677
+
656
678
  var self = this;
657
- var submitData = {};
679
+ var submitData = {};
658
680
  field.submitListField.forEach((k) => {
659
681
  submitData[k] = rowData[k];
660
682
  });
@@ -896,7 +918,33 @@
896
918
  let self = this;
897
919
  self.model.searchStats = m;
898
920
  self.getPage(1);
899
- }
921
+ },
922
+ getRowRouterShow(row) {
923
+ let self=this;
924
+ let rowRouterShow=[];
925
+ self.model.rowRouter.forEach((v) => {
926
+ if (!v.rightField || row[v.rightField] == 1) {
927
+ if(rowRouterShow.length<self.model.rowMenuDisplayCount){
928
+ rowRouterShow.push(v);
929
+ }
930
+ }
931
+ });
932
+ return rowRouterShow;
933
+ },
934
+ getRowRouterDisplay(row) {
935
+ let self=this;
936
+ let rowRouterDisplay=[];
937
+ let i=0;
938
+ self.model.rowRouter.forEach((v) => {
939
+ if (!v.rightField || row[v.rightField] == 1) {
940
+ i=i+1;
941
+ if(i>self.model.rowMenuDisplayCount){
942
+ rowRouterDisplay.push(v);
943
+ }
944
+ }
945
+ });
946
+ return rowRouterDisplay;
947
+ },
900
948
  },
901
949
  }</script>
902
950
  <style>
@@ -1113,4 +1161,35 @@
1113
1161
  .ct-table .checkbox-td .checkbox-td-1 {
1114
1162
  vertical-align: inherit;
1115
1163
  }
1164
+
1165
+ .tab-list {
1166
+ position: relative;
1167
+ margin-bottom: 0px !important;;
1168
+ height: auto !important;;
1169
+ display: block;
1170
+ padding-left: 8px;
1171
+ padding-right: 4px;
1172
+ }
1173
+ .tab-list .subdiv_allinline {
1174
+ float: none;
1175
+ display: block;
1176
+ width: -webkit-fill-available;
1177
+ }
1178
+ .div_allinline .Stats-popover {
1179
+ float: right;
1180
+ margin-top: 3px;
1181
+ margin-left: 4px;
1182
+ height: 16px;
1183
+ }
1184
+ .icon-more {
1185
+ background: url('../../../assets/XL.png')no-repeat;
1186
+ background-size: 100% 100%;
1187
+ width: 16px;
1188
+ height: 16px;
1189
+ display: table-caption;
1190
+ cursor: pointer;
1191
+ }
1192
+ .el-popover1 {
1193
+ min-width: inherit !important;
1194
+ }
1116
1195
  </style>
@@ -44,7 +44,7 @@
44
44
  <br />
45
45
  </div>
46
46
  </div>
47
- <sapn slot="reference" class="icon-more">⋮</sapn>
47
+ <span slot="reference" class="icon-more">⋮</span>
48
48
 
49
49
  </el-popover>
50
50
  </template>
@@ -265,10 +265,13 @@
265
265
  cursor: pointer;
266
266
  }
267
267
 
268
- .Stats-popover {
269
- position: absolute;
270
- right: 5px;
268
+  .Stats-popover {
269
+ float: left;
270
+ margin-top: 4px;
271
+ margin-left: 4px;
272
+ height: 16px;
271
273
  }
274
+
272
275
  </style>
273
276
  <style>
274
277
  .el-popover1 {
@@ -9,7 +9,6 @@ import Vue from 'vue';
9
9
 
10
10
  const Form = function (source, callBack, apiParam, failCallBack, isFormList) {
11
11
  var init = function (source) {
12
- //source.layoutOrientation = Enum.Orientation.Horizontal;
13
12
  let rtn = {
14
13
  get source() {
15
14
  return source;
@@ -255,8 +255,7 @@ const SearchTable = function (data, callBack, searchModel, flagSearch, defaultSe
255
255
  },
256
256
  set selectAllType(v1) {
257
257
  source.selectAllType = v1;
258
- },
259
-
258
+ },
260
259
  getSelectRowData(router) {
261
260
  if (rtn.listData.length === 0) {
262
261
  return null;
@@ -841,6 +840,9 @@ const SearchTable = function (data, callBack, searchModel, flagSearch, defaultSe
841
840
  }
842
841
  return c;
843
842
  },
843
+ get rowMenuDisplayCount() {
844
+ return source.content.rowMenuDisplayCount && source.content.rowMenuDisplayCount>0?source.content.rowMenuDisplayCount : 4;
845
+ },
844
846
  };
845
847
  if (rtn.template) {
846
848
  var tempLoader = template.loader(rtn.template).default;
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div :class="isOperationalColumn?'subdiv_allinline':''" v-if="isShowLabel">
3
- <img v-if="router.imgUrl" class="ct-tablecurrencyImg ct-tablecurrencyItem" :src="router.imgUrl" :title="router.label" @click="clickHandler($event);" />
3
+ <img v-if="router.imgUrl && isShowImg" class="ct-tablecurrencyImg ct-tablecurrencyItem" :src="router.imgUrl" :title="router.label" @click="clickHandler($event);" />
4
4
  <a v-else href="javascript:void(0);" class="ct-tablecurrencyItem" @click="clickHandler($event)">
5
5
  {{label}}
6
6
  </a>
@@ -14,9 +14,14 @@
14
14
  router: Object,
15
15
  rowData: Object,
16
16
  colValue: String,
17
+ rowindex: Number,
17
18
  isOperationalColumn: {
18
19
  type: Boolean,
19
20
  default: false
21
+ },
22
+ isShowImg: {
23
+ type: Boolean,
24
+ default: true
20
25
  }
21
26
  },
22
27
  computed: {
@@ -38,7 +43,7 @@
38
43
  },
39
44
  methods: {
40
45
  clickHandler(ev) {
41
- this.$emit('click', this.router, this.rowData);
46
+ this.$emit('click', this.router, this.rowData,this.rowindex);
42
47
  }
43
48
  }
44
49
  }
package/src/main.js CHANGED
@@ -13,7 +13,7 @@ Vue.use(ElementUI, { size: 'mini'});
13
13
  Vue.config.productionTip = false;
14
14
  Vue.use(centaline, {
15
15
  baseUrl: "http://10.88.22.46:7070/v1/form/router",
16
- // baseUrl: "http://10.1.245.111:38028/v1/form/router",
16
+ // baseUrl: "http://tjcptest.centaline.com.cn/",
17
17
  // baseUrl: "http://10.88.22.46:7070/",
18
18
  // flagRouterSelf: true,
19
19
  zindex: 999,
@@ -36,7 +36,7 @@ Vue.use(centaline, {
36
36
  // 获取请求头
37
37
  getRequestHeaders: function () {
38
38
  return {
39
- oldToken: '5e730b63-1439-4850-9e88-4a83c8609525',
39
+ oldToken: 'fd2b9945-9709-4608-a57b-13a8ad61030a',
40
40
  estateId: '20210729104021C49F04B55C50F6AF58',
41
41
  originalRequestURL: 'http://10.88.22.67:8080',
42
42
  Authorization:'Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjE0NmU5ZjEzLTVjMmYtNGVlMy1hM2U5LWIxM2QyZThjZTBhZSJ9.Gl8K5lbG7t5DyCqouu7Ux7Oh9xuAxqdOXr4JnoHCN-YwC3b2zPO-C2sHbYJUZHYQPa7kTNRmg1xJiwugpVo5Xw',