centaline-data-driven 1.6.53 → 1.6.55

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.6.53",
3
+ "version": "1.6.55",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
package/release-log.md CHANGED
@@ -1,3 +1,18 @@
1
+ # v1.6.55
2
+ 2025-10-11
3
+
4
+ BUG
5
+
6
+ 表单弹层打开定位后,关闭定位会把表单弹层关闭bug处理
7
+
8
+
9
+ # v1.6.54
10
+ 2025-09-19
11
+
12
+ 优化
13
+
14
+ 列表添加调用客户端函数openSideBar可以打开右侧,closeSideBar可以关闭右侧
15
+
1
16
  # v1.6.53
2
17
  2025-09-19
3
18
 
package/src/Form.vue CHANGED
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div id="form-app" class="data-driven" style="width:100%;height:100%;overflow:auto">
3
3
  <!-- <ct-form :source="formdata.content" :apiParam="apiParam"></ct-form> -->
4
- <ct-form :api="'/paperandbank/ContractImport/getContractImportForm'" :apiParam="apiParam" :topHeight="topHeight" :documentHeight="'600px'"></ct-form>
4
+ <ct-form :api="'/api/third-dept-tran/transaction/edit'" :apiParam="apiParam" :topHeight="topHeight" :documentHeight="'600px'"></ct-form>
5
5
  <ct-dialog-list></ct-dialog-list>
6
6
  </div>
7
7
  </template>
@@ -12,7 +12,7 @@
12
12
  data() {
13
13
  return {
14
14
  apiParam:{
15
- "estateId":"241112160400DF3DC1EB63A14A1DBBF4","propertyId":"2411121629063ADD517E35104A4E98FD","actionType":2
15
+ "originalTraId":"1913105048579919873","actionType":3,"pageStyle":2,"pageTitle":"修改成交单","pageOnly":true
16
16
  },
17
17
  topHeight:10,
18
18
  }
@@ -35,10 +35,10 @@
35
35
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/salemattersmanage/EntranceNoticeInfoList/getLayoutOfSearch'" :searchDataApi="'/salemattersmanage/EntranceNoticeInfoList/getList'"></ct-searchlist> -->
36
36
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/commissionquery/properformanceszjjbreport/getLayoutOfSearch'" :searchDataApi="'/commissionquery/properformanceszjjbreport/getList'"></ct-searchlist> -->
37
37
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/employeelist/getLayoutOfSearch'" :searchDataApi="'/employeelist/getList'"></ct-searchlist> -->
38
- <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/estatemanage/estatlist/getLayoutOfSearch'" :searchDataApi="'/estatemanage/estatlist/getList'"></ct-searchlist> -->
38
+ <ct-searchlist :apiParam="para" :searchConditionApi="'/estatemanage/estatlist/getLayoutOfSearch'" :searchDataApi="'/estatemanage/estatlist/getList'"></ct-searchlist>
39
39
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/system/AreaList/getLayoutOfSearch'" :searchDataApi="'/system/AreaList/getList'"></ct-searchlist> -->
40
40
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/roomtypelist/getLayoutOfSearch'" :searchDataApi="'/roomtypelist/getList'"></ct-searchlist> -->
41
- <ct-searchlist :apiParam="para" :searchConditionApi="'/salemattersmanage/priceuploadlist/getLayoutOfSearch'" :searchDataApi="'//salemattersmanage/priceuploadlist/getList'"></ct-searchlist>
41
+ <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/salemattersmanage/priceuploadlist/getLayoutOfSearch'" :searchDataApi="'//salemattersmanage/priceuploadlist/getList'"></ct-searchlist> -->
42
42
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/app/workbenchdetails/getContractLayoutOfSearch'" :searchDataApi="'/app/workbenchdetails/getContractList'"></ct-searchlist> -->
43
43
  <!-- <ct-searchlist :apiParam="para" :searchConditionApi="'/selectionactivitymanage/EvaluationActWorksList/getLayoutOfSearch'" :searchDataApi="'/selectionactivitymanage/EvaluationActWorksList/getListOfSearchModel'"></ct-searchlist> -->
44
44
  <!-- CCES -->
@@ -1379,7 +1379,7 @@
1379
1379
  submitData.lat=field.code2;
1380
1380
  submitData = router.getActionPara(submitData).para;
1381
1381
 
1382
- var dialogOption = {
1382
+ let dialogOption = {
1383
1383
  title: router.pageTitle || router.label,
1384
1384
  pane: self.$common.getParentPane(self),
1385
1385
  content: [{
@@ -1400,8 +1400,8 @@
1400
1400
  }
1401
1401
  self.$common.closeDialog(dialogOption.dialog);
1402
1402
  },
1403
- closeDialog(ev) {
1404
- self.$common.closeDialog(dialogOption.dialog);
1403
+ closeDialog(ev) {
1404
+ // self.$common.closeDialog(dialogOption.dialog);
1405
1405
  }
1406
1406
  }
1407
1407
  }]
@@ -17,7 +17,7 @@
17
17
  @toolbarClick="toolbarClickHandler" @refreshParent="refreshParentHandler" :key="reloadKeyTable" @searchComplate="searchComplate" @closeSideBar="closeSideBar"
18
18
  @rowClickHandle="rowClickHandle" @scrollHandle="scrollHandle" @refreshRowHandle="refreshRowHandle" @doClosePopoverHandle="doClosePopoverHandle"
19
19
  @showTitle="showTitleHandler" @popupClickHandler="popupClickHandler" @simpleRouterRefreshHandler="simpleRouterRefreshHandler" @loadedError="tableLoadedError"
20
- @drop="drop" @openSideHandler="openSideHandler" :dragStartItem="dragStartItem" :dragStartName="dragStartName" @flagNotificationParentAfterContentChanged="flagNotificationParentAfterContentChanged"
20
+ @drop="drop" @openSideBarHandler="openSideBarHandler" @closeSideBarHandler="closeSideBarHandler" :dragStartItem="dragStartItem" :dragStartName="dragStartName" @flagNotificationParentAfterContentChanged="flagNotificationParentAfterContentChanged"
21
21
  ></ct-searchtable>
22
22
  </div>
23
23
  <div ref="sidebar" v-if="flagSideBar && flagSideBarOfData"
@@ -445,11 +445,16 @@
445
445
  this.$refs.table.setTableHeight();
446
446
  }
447
447
  },
448
- openSideHandler() {
448
+ openSideBarHandler() {
449
449
  if(this.sideBarStatus == 'close'){
450
450
  this.$refs.sideMenu.clickHandler();
451
451
  }
452
452
  },
453
+ closeSideBarHandler() {
454
+ if(this.sideBarStatus == 'open'){
455
+ this.$refs.sideMenu.clickHandler();
456
+ }
457
+ },
453
458
  closeSideHandler() {
454
459
  this.$refs.sideMenu.clickHandler();
455
460
  },
@@ -1740,10 +1740,15 @@ export default {
1740
1740
  }
1741
1741
  //执行客户端脚本
1742
1742
  else {
1743
- if(field.action=='openSide'){
1744
- self.$emit('openSideHandler');
1743
+ if(field.action=='openSideBar'){
1744
+ self.$emit('openSideBarHandler');
1745
1745
  return;
1746
1746
  }
1747
+ else if(field.action=='closeSideBar'){
1748
+ self.$emit('closeSideBarHandler');
1749
+ return;
1750
+ }
1751
+
1747
1752
 
1748
1753
  let title = field.pageTitle == undefined ? field.label : field.pageTitle;
1749
1754
  submitData = field.getActionPara(submitData).para;
@@ -132,7 +132,7 @@
132
132
  var dropdown = self.$refs["pop"];
133
133
  this.unwatch1=self.$watch('model.options', function (newVal, oldVal) {
134
134
  self.$nextTick(() => {
135
- if (typeof dropdown.popperJS !== 'undefined' && dropdown.popperJS) {
135
+ if (dropdown && typeof dropdown.popperJS !== 'undefined' && dropdown.popperJS) {
136
136
  dropdown.popperJS.destroy();
137
137
  dropdown.popperJS = null;
138
138
  dropdown.updatePopper();
@@ -110,8 +110,10 @@
110
110
  removeReadOnly() {
111
111
  this.$nextTick(() => {
112
112
  setTimeout(() => {
113
- const input = this.$refs.refselect.$el.querySelector('.el-input__inner');
114
- input.removeAttribute('readonly');
113
+ if(this.$refs.refselect){
114
+ const input = this.$refs.refselect.$el.querySelector('.el-input__inner');
115
+ input.removeAttribute('readonly');
116
+ }
115
117
  }, 200);
116
118
  });
117
119
  },
package/src/main.js CHANGED
@@ -30,7 +30,7 @@ Vue.use(centaline, {
30
30
  // baseUrl: "http://10.25.10.67:9999/service-api/",
31
31
  // baseUrl: "http://10.25.10.69:8080/",
32
32
  // baseUrl: "https://ccesutest.centaline.com.cn/service-api/v1/form/router",
33
- // baseUrl: "http://10.88.22.80:8080/",
33
+ baseUrl: "http://10.88.22.69:8080/",
34
34
  // baseUrl: "http://10.88.22.42:9999/service-api/",
35
35
  // baseUrl: "http://10.1.245.111:38908/service-api/",
36
36
  // baseUrl: "http://10.1.245.111:31574/service-api/",
@@ -68,7 +68,7 @@ Vue.use(centaline, {
68
68
  // 获取请求头
69
69
  getRequestHeaders: function () {
70
70
  return {
71
- oldToken: 'c827efdb-95fd-4b50-9b65-4e3f736acb53',
71
+ oldToken: '30bf66c7-b93e-47b4-9d6f-3a7e85c19ac0',
72
72
  token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjksOwjAMBe-SdS05tuPE7PpJNhwCBWglWCHaSiDE3SniEGznjfTm5eb16HYuIUWltoc-sYKkYGDcF_ApGWYzjrE_CHOHKANQxAJSYgYTCYBoahaC0qAHJc6lbRW8bLuUbpNIBDS3QTJhZiHXuPFxczsfmXxCJG3cpS4_gMb6Bes83vfj8x9x1-Wy3eJ48seQJuCaziATTWDRIlSazCNrlerd-wMAAP__.93H7c7k4TLTqbKpozp0aTSU4U_WrQu3eS990iS-TCpw',
73
73
  // authObject: '{token:"jiangzf-1955865005534617600",platform:"WEB"}',
74
74
 
@@ -77,8 +77,8 @@ Vue.use(centaline, {
77
77
  estateId: '',
78
78
  appinfo:'{"appId":"8F184E91-2C73-45E3-B518-889491E07CDA","appName":"%E6%95%B0%E6%8D%AE%E9%A9%B1%E5%8A%A8%E7%AE%A1%E7%90%86%E5%90%8E%E5%8F%B0"}',
79
79
 
80
- authObject: '{"currentEstate":{"estateId":"2411211358417B58943C6E954B35BB56","estateName":"%E6%8C%89%E9%83%A8%E5%B0%B1%E7%8F%AD%EF%BC%88zhangtm%E6%B5%8B%E8%AF%95%E6%A5%BC%E7%9B%98%E6%88%90%E4%BA%A4%E6%95%A3%E5%8D%95%EF%BC%89","estDeptPath":"001.200.063.001"},"platform":1,"osVersion":"","machineCode":"eeb8e2fc88b5bcbc2e4f297777142537","token":"","random":"gSg0Kp","time":1758158269574,"sign":"d36e86247988f1069dc5361f73552fea","systemSource":"CCESU","empNo":"hqxtgl","empId":"2411121446336B97FBEB7FD54905A903","clientVersion":"12.5","empName":"hq%E7%B3%BB%E7%BB%9F%E7%AE%A1%E7%90%86","roleName":"%E7%B3%BB%E7%BB%9F%E7%AE%A1%E7%90%86%E5%91%98","deptFullName":"%E6%9C%AA%E5%8C%B9%E9%85%8DCCHR%E4%B8%ADHROC%E9%83%A8%E9%97%A8%2F%E9%9B%86%E5%9B%A2IT%2FCCES%E7%BB%84"}',
81
- AuthorizationCode:'Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImU0OGQwYjYwLTYzMTMtNDgzNy1hZTVhLWQxYmIxODQxYzBiOSJ9.Wp51nERfelBCIe9nq1QgA5GEKgOvcBP75_is6cpi6vZZx09eabFvpyjKLwS7a39Wiz7Wab0_nODdZ2UG3G8rkQ',
80
+ authObject: '{"currentEstate":{},"platform":1,"osVersion":"","machineCode":"eeb8e2fc88b5bcbc2e4f297777142537","token":"","random":"KAuXV9","time":1758521266777,"sign":"7b7b810344386d079c18a92a30bfb5e4","systemSource":"CCESU","empNo":"hqxtgl","empId":"2411121446336B97FBEB7FD54905A903","clientVersion":"12.5","empName":"hq%E7%B3%BB%E7%BB%9F%E7%AE%A1%E7%90%86","roleName":"%E7%B3%BB%E7%BB%9F%E7%AE%A1%E7%90%86%E5%91%98","deptFullName":"%E6%9C%AA%E5%8C%B9%E9%85%8DCCHR%E4%B8%ADHROC%E9%83%A8%E9%97%A8%2F%E9%9B%86%E5%9B%A2IT%2FCCES%E7%BB%84"}',
81
+ AuthorizationCode:'Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjFjYzc4ZTY3LTM0YjAtNDNmMC1iN2U1LThmMzc3NGQxMmYyMyJ9.QrBgk0iLrBj9sDdDdfxBApNUXVH0DX1sYIsFgmIWxTwCWJU_RRbaGmHuZ_xV3Co_j_9GmDCNjRBeQWoRoiYaRg',
82
82
  };
83
83
  },
84
84
  // 请求完成事件,可判断是否登录过期执行响应操作
@@ -11275,7 +11275,7 @@ exports.default = _assign2.default || function (target) {
11275
11275
  "use strict";
11276
11276
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchList_vue__ = __webpack_require__(155);
11277
11277
  /* unused harmony namespace reexport */
11278
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_39cca794_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchList_vue__ = __webpack_require__(641);
11278
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_de816a70_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchList_vue__ = __webpack_require__(641);
11279
11279
  function injectStyle (ssrContext) {
11280
11280
  __webpack_require__(522)
11281
11281
  }
@@ -11290,12 +11290,12 @@ var __vue_template_functional__ = false
11290
11290
  /* styles */
11291
11291
  var __vue_styles__ = injectStyle
11292
11292
  /* scopeId */
11293
- var __vue_scopeId__ = "data-v-39cca794"
11293
+ var __vue_scopeId__ = "data-v-de816a70"
11294
11294
  /* moduleIdentifier (server only) */
11295
11295
  var __vue_module_identifier__ = null
11296
11296
  var Component = normalizeComponent(
11297
11297
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchList_vue__["a" /* default */],
11298
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_39cca794_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchList_vue__["a" /* default */],
11298
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_de816a70_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchList_vue__["a" /* default */],
11299
11299
  __vue_template_functional__,
11300
11300
  __vue_styles__,
11301
11301
  __vue_scopeId__,
@@ -11342,7 +11342,7 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABX
11342
11342
  "use strict";
11343
11343
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicForm_vue__ = __webpack_require__(188);
11344
11344
  /* unused harmony namespace reexport */
11345
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_1f060056_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicForm_vue__ = __webpack_require__(622);
11345
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_579cd88f_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicForm_vue__ = __webpack_require__(622);
11346
11346
  function injectStyle (ssrContext) {
11347
11347
  __webpack_require__(616)
11348
11348
  }
@@ -11362,7 +11362,7 @@ var __vue_scopeId__ = null
11362
11362
  var __vue_module_identifier__ = null
11363
11363
  var Component = normalizeComponent(
11364
11364
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicForm_vue__["a" /* default */],
11365
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_1f060056_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicForm_vue__["a" /* default */],
11365
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_579cd88f_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicForm_vue__["a" /* default */],
11366
11366
  __vue_template_functional__,
11367
11367
  __vue_styles__,
11368
11368
  __vue_scopeId__,
@@ -19626,11 +19626,16 @@ exports.f = __webpack_require__(29) ? gOPD : function getOwnPropertyDescriptor(O
19626
19626
  this.$refs.table.setTableHeight();
19627
19627
  }
19628
19628
  },
19629
- openSideHandler: function openSideHandler() {
19629
+ openSideBarHandler: function openSideBarHandler() {
19630
19630
  if (this.sideBarStatus == 'close') {
19631
19631
  this.$refs.sideMenu.clickHandler();
19632
19632
  }
19633
19633
  },
19634
+ closeSideBarHandler: function closeSideBarHandler() {
19635
+ if (this.sideBarStatus == 'open') {
19636
+ this.$refs.sideMenu.clickHandler();
19637
+ }
19638
+ },
19634
19639
  closeSideHandler: function closeSideHandler() {
19635
19640
  this.$refs.sideMenu.clickHandler();
19636
19641
  },
@@ -20780,7 +20785,7 @@ exports.f = __webpack_require__(29) ? gOPD : function getOwnPropertyDescriptor(O
20780
20785
  "use strict";
20781
20786
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchTable_vue__ = __webpack_require__(160);
20782
20787
  /* unused harmony namespace reexport */
20783
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_84ce4936_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__ = __webpack_require__(577);
20788
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_cea173ee_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__ = __webpack_require__(577);
20784
20789
  function injectStyle (ssrContext) {
20785
20790
  __webpack_require__(539)
20786
20791
  }
@@ -20800,7 +20805,7 @@ var __vue_scopeId__ = null
20800
20805
  var __vue_module_identifier__ = null
20801
20806
  var Component = normalizeComponent(
20802
20807
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSearchTable_vue__["a" /* default */],
20803
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_84ce4936_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__["a" /* default */],
20808
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_cea173ee_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSearchTable_vue__["a" /* default */],
20804
20809
  __vue_template_functional__,
20805
20810
  __vue_styles__,
20806
20811
  __vue_scopeId__,
@@ -22461,8 +22466,11 @@ var Component = normalizeComponent(
22461
22466
  }
22462
22467
  //执行客户端脚本
22463
22468
  else {
22464
- if (field.action == 'openSide') {
22465
- self.$emit('openSideHandler');
22469
+ if (field.action == 'openSideBar') {
22470
+ self.$emit('openSideBarHandler');
22471
+ return;
22472
+ } else if (field.action == 'closeSideBar') {
22473
+ self.$emit('closeSideBarHandler');
22466
22474
  return;
22467
22475
  }
22468
22476
 
@@ -30579,7 +30587,7 @@ exports.clearImmediate = (typeof self !== "undefined" && self.clearImmediate) ||
30579
30587
  self.$common.closeDialog(dialogOption.dialog);
30580
30588
  },
30581
30589
  closeDialog: function closeDialog(ev) {
30582
- self.$common.closeDialog(dialogOption.dialog);
30590
+ // self.$common.closeDialog(dialogOption.dialog);
30583
30591
  }
30584
30592
  }
30585
30593
  }]
@@ -55727,7 +55735,7 @@ if (typeof window !== 'undefined' && window.Vue) {
55727
55735
  var dropdown = self.$refs["pop"];
55728
55736
  this.unwatch1 = self.$watch('model.options', function (newVal, oldVal) {
55729
55737
  self.$nextTick(function () {
55730
- if (typeof dropdown.popperJS !== 'undefined' && dropdown.popperJS) {
55738
+ if (dropdown && typeof dropdown.popperJS !== 'undefined' && dropdown.popperJS) {
55731
55739
  dropdown.popperJS.destroy();
55732
55740
  dropdown.popperJS = null;
55733
55741
  dropdown.updatePopper();
@@ -68759,8 +68767,10 @@ var ctSpan = {
68759
68767
 
68760
68768
  this.$nextTick(function () {
68761
68769
  setTimeout(function () {
68762
- var input = _this.$refs.refselect.$el.querySelector('.el-input__inner');
68763
- input.removeAttribute('readonly');
68770
+ if (_this.$refs.refselect) {
68771
+ var input = _this.$refs.refselect.$el.querySelector('.el-input__inner');
68772
+ input.removeAttribute('readonly');
68773
+ }
68764
68774
  }, 200);
68765
68775
  });
68766
68776
  },
@@ -77852,7 +77862,7 @@ var content = __webpack_require__(523);
77852
77862
  if(typeof content === 'string') content = [[module.i, content, '']];
77853
77863
  if(content.locals) module.exports = content.locals;
77854
77864
  // add the styles to the DOM
77855
- var update = __webpack_require__(3)("46b2e00e", content, true, {});
77865
+ var update = __webpack_require__(3)("cd7c89c0", content, true, {});
77856
77866
 
77857
77867
  /***/ }),
77858
77868
  /* 523 */
@@ -77863,7 +77873,7 @@ exports = module.exports = __webpack_require__(2)(false);
77863
77873
 
77864
77874
 
77865
77875
  // module
77866
- exports.push([module.i, ".sidebar[data-v-39cca794]{z-index:1000;top:-1px;bottom:-1px;padding:0;width:auto;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);-webkit-box-shadow:0 6px 12px rgba(0,0,0,.18);box-shadow:0 6px 12px rgba(0,0,0,.18)}", ""]);
77876
+ exports.push([module.i, ".sidebar[data-v-de816a70]{z-index:1000;top:-1px;bottom:-1px;padding:0;width:auto;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);-webkit-box-shadow:0 6px 12px rgba(0,0,0,.18);box-shadow:0 6px 12px rgba(0,0,0,.18)}", ""]);
77867
77877
 
77868
77878
  // exports
77869
77879
 
@@ -78860,7 +78870,7 @@ var content = __webpack_require__(540);
78860
78870
  if(typeof content === 'string') content = [[module.i, content, '']];
78861
78871
  if(content.locals) module.exports = content.locals;
78862
78872
  // add the styles to the DOM
78863
- var update = __webpack_require__(3)("948f6ba0", content, true, {});
78873
+ var update = __webpack_require__(3)("34eeb078", content, true, {});
78864
78874
 
78865
78875
  /***/ }),
78866
78876
  /* 540 */
@@ -80280,7 +80290,7 @@ var content = __webpack_require__(617);
80280
80290
  if(typeof content === 'string') content = [[module.i, content, '']];
80281
80291
  if(content.locals) module.exports = content.locals;
80282
80292
  // add the styles to the DOM
80283
- var update = __webpack_require__(3)("fec1bdac", content, true, {});
80293
+ var update = __webpack_require__(3)("39bb2448", content, true, {});
80284
80294
 
80285
80295
  /***/ }),
80286
80296
  /* 617 */
@@ -80686,7 +80696,7 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
80686
80696
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
80687
80697
 
80688
80698
  "use strict";
80689
- var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.flagShow)?_c('div',{ref:"main",class:{'domDisabled':_vm.pageDisabled},staticStyle:{"width":"100%","height":"100%","display":"flex"}},[_c('div',{staticClass:"ct-search-list",style:({'height': _vm.pageHeightReal? _vm.pageHeightReal:'100%','width':_vm.searchWidth?_vm.searchWidth+'px':'100%'})},[(typeof _vm.title !== 'undefined' && _vm.showTitle)?_c('div',{staticClass:"clearfix",attrs:{"slot":"header"},slot:"header"},[_c('span',{staticStyle:{"font-weight":"bold"}},[_vm._v(_vm._s(_vm.title))])]):_vm._e(),_vm._v(" "),(_vm.searchCategoryApi)?_c('ct-searchcategory',{ref:"category",attrs:{"api":_vm.searchCategoryApi},on:{"loadedCategory":_vm.categoryLoaded,"loadedCategoryError":_vm.categoryLoadedError,"changeCategory":_vm.categorychange}}):_vm._e(),_vm._v(" "),_c('ct-searchscreen',{key:_vm.reloadKeyScreen,ref:"screen",attrs:{"api":_vm.searchConditionApi,"screenPara":_vm.screenPara,"categoryLoaded":_vm.loaded.categoryLoaded},on:{"loaded":_vm.screenLoaded,"resetSearch":function($event){_vm.resetSearch()},"search":function($event){_vm.search()},"saveShortcut":_vm.saveShortcut,"showTitle":_vm.showTitleScreenHandler}}),_vm._v(" "),_c('ct-searchtable',{key:_vm.reloadKeyTable,ref:"table",attrs:{"api":_vm.searchDataApi,"searchStatsApi":_vm.searchStatsApi,"from":_vm.from,"isIframe":_vm.isIframe,"documentHeight":_vm.documentHeight,"documentWidth":_vm.documentWidth,"flagPopupSearchlist":_vm.flagPopupSearchlist,"screenTop":_vm.screenTop,"flagAppMode":_vm.flagAppMode,"dragStartItem":_vm.dragStartItem,"dragStartName":_vm.dragStartName},on:{"loaded":_vm.tableLoaded,"toolbarClick":_vm.toolbarClickHandler,"refreshParent":_vm.refreshParentHandler,"searchComplate":_vm.searchComplate,"closeSideBar":_vm.closeSideBar,"rowClickHandle":_vm.rowClickHandle,"scrollHandle":_vm.scrollHandle,"refreshRowHandle":_vm.refreshRowHandle,"doClosePopoverHandle":_vm.doClosePopoverHandle,"showTitle":_vm.showTitleHandler,"popupClickHandler":_vm.popupClickHandler,"simpleRouterRefreshHandler":_vm.simpleRouterRefreshHandler,"loadedError":_vm.tableLoadedError,"drop":_vm.drop,"openSideHandler":_vm.openSideHandler,"flagNotificationParentAfterContentChanged":_vm.flagNotificationParentAfterContentChanged}})],1),_vm._v(" "),(_vm.flagSideBar && _vm.flagSideBarOfData)?_c('div',{ref:"sidebar",staticClass:"sidebar",style:({'height': _vm.pageHeight? _vm.pageHeight:'100%','width':_vm.sideBarWidth+'px',right:_vm.sideBarRight+'px'})},[_c('ct-Detail',{key:_vm.detailKey,ref:"detail",attrs:{"api":_vm.sideBarApi,"apiParam":_vm.sideBarApiParam,"pageType":_vm.sideBarPageType,"searchConditionApi":_vm.sideBarSearchConditionApi,"searchStatsApi":_vm.sideBarSearchStatsApi,"searchDataApi":_vm.sideBarSearchDataApi,"listHeight":_vm.listHeight,"selectIndex":_vm.selectIndex,"rowCount":_vm.rowCount,"drowerClose":_vm.drowerClose},on:{"clickNextHandler":_vm.clickNextHandler,"clickPrevHandler":_vm.clickPrevHandler,"simpleRouterclickHandler":_vm.simpleRouterclickHandler,"closeSideHandler":_vm.closeSideHandler,"submit":_vm.submitHandler}}),_vm._v(" "),_c('ct-SearchSideMenu',{ref:"sideMenu",attrs:{"sideBarMenuRight":_vm.sideBarMenuRight,"sideBarStatus":_vm.sideBarStatus},on:{"sideMenuClickHandler":_vm.sideMenuClickHandler}})],1):_vm._e()]):_vm._e()}
80699
+ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.flagShow)?_c('div',{ref:"main",class:{'domDisabled':_vm.pageDisabled},staticStyle:{"width":"100%","height":"100%","display":"flex"}},[_c('div',{staticClass:"ct-search-list",style:({'height': _vm.pageHeightReal? _vm.pageHeightReal:'100%','width':_vm.searchWidth?_vm.searchWidth+'px':'100%'})},[(typeof _vm.title !== 'undefined' && _vm.showTitle)?_c('div',{staticClass:"clearfix",attrs:{"slot":"header"},slot:"header"},[_c('span',{staticStyle:{"font-weight":"bold"}},[_vm._v(_vm._s(_vm.title))])]):_vm._e(),_vm._v(" "),(_vm.searchCategoryApi)?_c('ct-searchcategory',{ref:"category",attrs:{"api":_vm.searchCategoryApi},on:{"loadedCategory":_vm.categoryLoaded,"loadedCategoryError":_vm.categoryLoadedError,"changeCategory":_vm.categorychange}}):_vm._e(),_vm._v(" "),_c('ct-searchscreen',{key:_vm.reloadKeyScreen,ref:"screen",attrs:{"api":_vm.searchConditionApi,"screenPara":_vm.screenPara,"categoryLoaded":_vm.loaded.categoryLoaded},on:{"loaded":_vm.screenLoaded,"resetSearch":function($event){_vm.resetSearch()},"search":function($event){_vm.search()},"saveShortcut":_vm.saveShortcut,"showTitle":_vm.showTitleScreenHandler}}),_vm._v(" "),_c('ct-searchtable',{key:_vm.reloadKeyTable,ref:"table",attrs:{"api":_vm.searchDataApi,"searchStatsApi":_vm.searchStatsApi,"from":_vm.from,"isIframe":_vm.isIframe,"documentHeight":_vm.documentHeight,"documentWidth":_vm.documentWidth,"flagPopupSearchlist":_vm.flagPopupSearchlist,"screenTop":_vm.screenTop,"flagAppMode":_vm.flagAppMode,"dragStartItem":_vm.dragStartItem,"dragStartName":_vm.dragStartName},on:{"loaded":_vm.tableLoaded,"toolbarClick":_vm.toolbarClickHandler,"refreshParent":_vm.refreshParentHandler,"searchComplate":_vm.searchComplate,"closeSideBar":_vm.closeSideBar,"rowClickHandle":_vm.rowClickHandle,"scrollHandle":_vm.scrollHandle,"refreshRowHandle":_vm.refreshRowHandle,"doClosePopoverHandle":_vm.doClosePopoverHandle,"showTitle":_vm.showTitleHandler,"popupClickHandler":_vm.popupClickHandler,"simpleRouterRefreshHandler":_vm.simpleRouterRefreshHandler,"loadedError":_vm.tableLoadedError,"drop":_vm.drop,"openSideBarHandler":_vm.openSideBarHandler,"closeSideBarHandler":_vm.closeSideBarHandler,"flagNotificationParentAfterContentChanged":_vm.flagNotificationParentAfterContentChanged}})],1),_vm._v(" "),(_vm.flagSideBar && _vm.flagSideBarOfData)?_c('div',{ref:"sidebar",staticClass:"sidebar",style:({'height': _vm.pageHeight? _vm.pageHeight:'100%','width':_vm.sideBarWidth+'px',right:_vm.sideBarRight+'px'})},[_c('ct-Detail',{key:_vm.detailKey,ref:"detail",attrs:{"api":_vm.sideBarApi,"apiParam":_vm.sideBarApiParam,"pageType":_vm.sideBarPageType,"searchConditionApi":_vm.sideBarSearchConditionApi,"searchStatsApi":_vm.sideBarSearchStatsApi,"searchDataApi":_vm.sideBarSearchDataApi,"listHeight":_vm.listHeight,"selectIndex":_vm.selectIndex,"rowCount":_vm.rowCount,"drowerClose":_vm.drowerClose},on:{"clickNextHandler":_vm.clickNextHandler,"clickPrevHandler":_vm.clickPrevHandler,"simpleRouterclickHandler":_vm.simpleRouterclickHandler,"closeSideHandler":_vm.closeSideHandler,"submit":_vm.submitHandler}}),_vm._v(" "),_c('ct-SearchSideMenu',{ref:"sideMenu",attrs:{"sideBarMenuRight":_vm.sideBarMenuRight,"sideBarStatus":_vm.sideBarStatus},on:{"sideMenuClickHandler":_vm.sideMenuClickHandler}})],1):_vm._e()]):_vm._e()}
80690
80700
  var staticRenderFns = []
80691
80701
  var esExports = { render: render, staticRenderFns: staticRenderFns }
80692
80702
  /* harmony default export */ __webpack_exports__["a"] = (esExports);
@@ -86297,7 +86307,7 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
86297
86307
  "use strict";
86298
86308
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSo_vue__ = __webpack_require__(358);
86299
86309
  /* unused harmony namespace reexport */
86300
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_117d9946_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSo_vue__ = __webpack_require__(732);
86310
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_96144d24_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSo_vue__ = __webpack_require__(732);
86301
86311
  function injectStyle (ssrContext) {
86302
86312
  __webpack_require__(730)
86303
86313
  }
@@ -86317,7 +86327,7 @@ var __vue_scopeId__ = null
86317
86327
  var __vue_module_identifier__ = null
86318
86328
  var Component = normalizeComponent(
86319
86329
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSo_vue__["a" /* default */],
86320
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_117d9946_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSo_vue__["a" /* default */],
86330
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_96144d24_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSo_vue__["a" /* default */],
86321
86331
  __vue_template_functional__,
86322
86332
  __vue_styles__,
86323
86333
  __vue_scopeId__,
@@ -86338,7 +86348,7 @@ var content = __webpack_require__(731);
86338
86348
  if(typeof content === 'string') content = [[module.i, content, '']];
86339
86349
  if(content.locals) module.exports = content.locals;
86340
86350
  // add the styles to the DOM
86341
- var update = __webpack_require__(3)("152c7445", content, true, {});
86351
+ var update = __webpack_require__(3)("18dc7aa8", content, true, {});
86342
86352
 
86343
86353
  /***/ }),
86344
86354
  /* 731 */
@@ -88946,7 +88956,7 @@ if (typeof window !== 'undefined' && window.Vue) {
88946
88956
  "use strict";
88947
88957
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSosNew_vue__ = __webpack_require__(417);
88948
88958
  /* unused harmony namespace reexport */
88949
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3ef71b20_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSosNew_vue__ = __webpack_require__(872);
88959
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_1df7239a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSosNew_vue__ = __webpack_require__(872);
88950
88960
  function injectStyle (ssrContext) {
88951
88961
  __webpack_require__(870)
88952
88962
  }
@@ -88966,7 +88976,7 @@ var __vue_scopeId__ = null
88966
88976
  var __vue_module_identifier__ = null
88967
88977
  var Component = normalizeComponent(
88968
88978
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicSosNew_vue__["a" /* default */],
88969
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3ef71b20_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSosNew_vue__["a" /* default */],
88979
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_1df7239a_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicSosNew_vue__["a" /* default */],
88970
88980
  __vue_template_functional__,
88971
88981
  __vue_styles__,
88972
88982
  __vue_scopeId__,
@@ -88987,7 +88997,7 @@ var content = __webpack_require__(871);
88987
88997
  if(typeof content === 'string') content = [[module.i, content, '']];
88988
88998
  if(content.locals) module.exports = content.locals;
88989
88999
  // add the styles to the DOM
88990
- var update = __webpack_require__(3)("5d898def", content, true, {});
89000
+ var update = __webpack_require__(3)("4182b9ac", content, true, {});
88991
89001
 
88992
89002
  /***/ }),
88993
89003
  /* 871 */