centaline-data-driven 1.5.75 → 1.5.76

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.5.75",
3
+ "version": "1.5.76",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
package/release-log.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## v1.5.76
2
+ 2023-11-09
3
+ bug修复
4
+
5
+ 浏览器放大后,文本框高度修复
6
+
1
7
  ## v1.5.75
2
8
  2023-11-08
3
9
  bug修复
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="'/ccesmanage/MOUpgradeRecord/readDetail'" :apiParam="apiParam" :topHeight="topHeight"></ct-form>
4
+ <ct-form :api="'/api/distribution/agent/detail'" :apiParam="apiParam" :topHeight="topHeight"></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
- "actionType":2
15
+ "actionType":"2","pageStyle":"2","pageTitle":"新增分销项目","pageOnly":"true"
16
16
  },
17
17
  topHeight:10,
18
18
  }
@@ -804,7 +804,7 @@ color: var(--centalinePlaceholder);
804
804
  height: 26px!important;
805
805
  line-height: 26px!important;
806
806
  }
807
- .field-top .new-text .el-input--mini .el-input__inner{
807
+ .field-top .textarea-box .el-input--mini .el-input__inner{
808
808
  height: 24px!important;
809
809
  line-height: 24px!important;
810
810
  }
@@ -87,6 +87,6 @@
87
87
  }
88
88
  .ct-form .checkboxHeight {
89
89
  height: 1px;
90
- min-height: 28px;
90
+ min-height: 26px;
91
91
  }
92
92
  </style>
@@ -82,7 +82,7 @@
82
82
  </script>
83
83
  <style>
84
84
  .ct-checkbox {
85
- min-height:28px
85
+ min-height:26px
86
86
  }
87
87
  .ct-checkbox .ct-checkbox-mian {
88
88
  color: var(--bagGray);
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div class="field-top">
3
3
  <div style="width:100%;" :style="{ display: (model.inputType === 'textarea' ? 'block' : 'flex') }">
4
- <div v-if="model !== null" class="new-text ct-text ct-flex-div max-flex-div hoverColor" style="flex:1;"
4
+ <div v-if="model !== null" class="ct-text ct-flex-div max-flex-div hoverColor" style="flex:1;"
5
5
  :class="[model.showLabel?'el-input-group el-input-group--prepend':'',!valid?'inputError':'',model.attrs.size?'ct-font-size-'+model.attrs.size:'']"
6
6
  @mouseover="mouseOverHandle" @mouseout="mouseOutHandle">
7
7
  <div v-if="model.showLabel && model.label" class="el-input-group__prepend field-label-div max-input-group" :class="[model.labelClass]">
@@ -31,7 +31,7 @@
31
31
  </el-input>
32
32
  </el-popover>
33
33
 
34
- <div v-else class="textarea-box" ref="input">
34
+ <div v-else class="textarea-box" ref="input">
35
35
  <div ref="highlights" v-if="model.forbiddenWords" class="backdrop hoverColor" :style="{width:forbiddenWordsWidth+'px',height:forbiddenWordsHeight+'px',left:forbiddenWordsLeft+'px',top:forbiddenWordsTop+'px'}">
36
36
  <div class="highlights" v-html="forbiddenWordsValue"></div>
37
37
  </div>
@@ -316,6 +316,7 @@
316
316
  width: 100%;
317
317
  position: relative;
318
318
  border-radius: 4px;
319
+ min-height: 26px;
319
320
  }
320
321
  .textarea-box:active,.textarea-box:focus,.textarea-box:hover{
321
322
  border-color: var(--centalineBlue) !important;
package/src/main.js CHANGED
@@ -20,13 +20,13 @@ Vue.use(centaline, {
20
20
  // baseUrl: "http://10.6.1.163:9000/max-uplink-api/v1/form/router",
21
21
  // baseUrl: "http://10.25.10.63:22026/service-api/v1/form/router",
22
22
  // baseUrl: "http://10.25.10.67:8080/",
23
- baseUrl: "http://10.88.22.42:20403/service-api/v1/form/router",
23
+ // baseUrl: "http://10.88.22.42:20403/service-api/v1/form/router",
24
24
  // baseUrl: "http://10.88.22.69:8080/api/",
25
25
  // baseUrl: "http://10.88.22.40:8080/api/",
26
26
  // baseUrl: "http://10.58.2.108:8080/",
27
- // baseUrl: "http://tjcptest.centaline.com.cn/",
27
+ baseUrl: "http://tjcptest.centaline.com.cn/",
28
28
  // baseUrl: "http://tjcpuat.centaline.com.cn:9090/",
29
- // flagRouterSelf: true,
29
+ flagRouterSelf: true,
30
30
  zindex: 999,
31
31
  showRequestSuccessMessage: true,
32
32
  showRequestErrorMessage: true,
@@ -70468,7 +70468,7 @@ if (typeof window !== 'undefined' && window.Vue) {
70468
70468
  "use strict";
70469
70469
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicCb_vue__ = __webpack_require__(286);
70470
70470
  /* unused harmony namespace reexport */
70471
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_b380321e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicCb_vue__ = __webpack_require__(519);
70471
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_0aeb236f_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicCb_vue__ = __webpack_require__(519);
70472
70472
  function injectStyle (ssrContext) {
70473
70473
  __webpack_require__(517)
70474
70474
  }
@@ -70488,7 +70488,7 @@ var __vue_scopeId__ = null
70488
70488
  var __vue_module_identifier__ = null
70489
70489
  var Component = normalizeComponent(
70490
70490
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicCb_vue__["a" /* default */],
70491
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_b380321e_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicCb_vue__["a" /* default */],
70491
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_0aeb236f_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicCb_vue__["a" /* default */],
70492
70492
  __vue_template_functional__,
70493
70493
  __vue_styles__,
70494
70494
  __vue_scopeId__,
@@ -70509,7 +70509,7 @@ var content = __webpack_require__(518);
70509
70509
  if(typeof content === 'string') content = [[module.i, content, '']];
70510
70510
  if(content.locals) module.exports = content.locals;
70511
70511
  // add the styles to the DOM
70512
- var update = __webpack_require__(3)("5a0355bb", content, true, {});
70512
+ var update = __webpack_require__(3)("3498d2be", content, true, {});
70513
70513
 
70514
70514
  /***/ }),
70515
70515
  /* 518 */
@@ -70520,7 +70520,7 @@ exports = module.exports = __webpack_require__(2)(false);
70520
70520
 
70521
70521
 
70522
70522
  // module
70523
- exports.push([module.i, ".ct-checkbox{font-size:12px;width:100%}.ct-checkbox .ct-radios{color:#606266;padding-bottom:3px;padding-top:3px}.ct-form .line-feed{white-space:normal;cursor:pointer}.ct-checkbox .ct-radios .el-checkbox{min-width:0}.ct-form .checkboxHeight{height:1px;min-height:28px}", ""]);
70523
+ exports.push([module.i, ".ct-checkbox{font-size:12px;width:100%}.ct-checkbox .ct-radios{color:#606266;padding-bottom:3px;padding-top:3px}.ct-form .line-feed{white-space:normal;cursor:pointer}.ct-checkbox .ct-radios .el-checkbox{min-width:0}.ct-form .checkboxHeight{height:1px;min-height:26px}", ""]);
70524
70524
 
70525
70525
  // exports
70526
70526
 
@@ -70561,7 +70561,7 @@ if (typeof window !== 'undefined' && window.Vue) {
70561
70561
  "use strict";
70562
70562
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicCheckbox_vue__ = __webpack_require__(287);
70563
70563
  /* unused harmony namespace reexport */
70564
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_158d38a4_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicCheckbox_vue__ = __webpack_require__(524);
70564
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3be82ca8_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicCheckbox_vue__ = __webpack_require__(524);
70565
70565
  function injectStyle (ssrContext) {
70566
70566
  __webpack_require__(522)
70567
70567
  }
@@ -70581,7 +70581,7 @@ var __vue_scopeId__ = null
70581
70581
  var __vue_module_identifier__ = null
70582
70582
  var Component = normalizeComponent(
70583
70583
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicCheckbox_vue__["a" /* default */],
70584
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_158d38a4_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicCheckbox_vue__["a" /* default */],
70584
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_3be82ca8_hasScoped_false_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicCheckbox_vue__["a" /* default */],
70585
70585
  __vue_template_functional__,
70586
70586
  __vue_styles__,
70587
70587
  __vue_scopeId__,
@@ -70602,7 +70602,7 @@ var content = __webpack_require__(523);
70602
70602
  if(typeof content === 'string') content = [[module.i, content, '']];
70603
70603
  if(content.locals) module.exports = content.locals;
70604
70604
  // add the styles to the DOM
70605
- var update = __webpack_require__(3)("4847205a", content, true, {});
70605
+ var update = __webpack_require__(3)("f40fce56", content, true, {});
70606
70606
 
70607
70607
  /***/ }),
70608
70608
  /* 523 */
@@ -70613,7 +70613,7 @@ exports = module.exports = __webpack_require__(2)(false);
70613
70613
 
70614
70614
 
70615
70615
  // module
70616
- exports.push([module.i, ".ct-checkbox{min-height:28px}.ct-checkbox .ct-checkbox-mian{color:var(--bagGray);border-radius:4px;min-height:22px;line-height:16px;padding-top:4px;padding-left:15px;-webkit-box-sizing:content-box;box-sizing:content-box}.ct-checkbox .ct-checkbox-mian:hover{border-color:var(--bagGray)}.ct-checkbox .ct-checkbox-mian .el-radio{margin-left:0;margin-right:10px}.ct-checkbox .showLabel.ct-checkbox-mian{padding-right:15px}.ct-checkbox .ct-checkbox-mian .ct-checkbox-label{margin-right:10px}.ct-checkbox .cover-list-item-span{display:none;min-height:26px;font-size:12px}.cover-list-item-span .el-input__icon{line-height:normal}.ct-checkbox .ct-checkbox-mian .el-icon-circle-close:hover{color:#606266}.ct-checkbox .ct-checkbox-mian:hover .cover-list-item-span{display:initial;color:var(--bagGray)}", ""]);
70616
+ exports.push([module.i, ".ct-checkbox{min-height:26px}.ct-checkbox .ct-checkbox-mian{color:var(--bagGray);border-radius:4px;min-height:22px;line-height:16px;padding-top:4px;padding-left:15px;-webkit-box-sizing:content-box;box-sizing:content-box}.ct-checkbox .ct-checkbox-mian:hover{border-color:var(--bagGray)}.ct-checkbox .ct-checkbox-mian .el-radio{margin-left:0;margin-right:10px}.ct-checkbox .showLabel.ct-checkbox-mian{padding-right:15px}.ct-checkbox .ct-checkbox-mian .ct-checkbox-label{margin-right:10px}.ct-checkbox .cover-list-item-span{display:none;min-height:26px;font-size:12px}.cover-list-item-span .el-input__icon{line-height:normal}.ct-checkbox .ct-checkbox-mian .el-icon-circle-close:hover{color:#606266}.ct-checkbox .ct-checkbox-mian:hover .cover-list-item-span{display:initial;color:var(--bagGray)}", ""]);
70617
70617
 
70618
70618
  // exports
70619
70619
 
@@ -78409,7 +78409,7 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
78409
78409
  "use strict";
78410
78410
  /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicT_vue__ = __webpack_require__(352);
78411
78411
  /* unused harmony namespace reexport */
78412
- /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_593665fb_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicT_vue__ = __webpack_require__(716);
78412
+ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_72ab2325_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicT_vue__ = __webpack_require__(716);
78413
78413
  function injectStyle (ssrContext) {
78414
78414
  __webpack_require__(709)
78415
78415
  }
@@ -78424,12 +78424,12 @@ var __vue_template_functional__ = false
78424
78424
  /* styles */
78425
78425
  var __vue_styles__ = injectStyle
78426
78426
  /* scopeId */
78427
- var __vue_scopeId__ = "data-v-593665fb"
78427
+ var __vue_scopeId__ = "data-v-72ab2325"
78428
78428
  /* moduleIdentifier (server only) */
78429
78429
  var __vue_module_identifier__ = null
78430
78430
  var Component = normalizeComponent(
78431
78431
  __WEBPACK_IMPORTED_MODULE_0__babel_loader_node_modules_vue_loader_lib_selector_type_script_index_0_dynamicT_vue__["a" /* default */],
78432
- __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_593665fb_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicT_vue__["a" /* default */],
78432
+ __WEBPACK_IMPORTED_MODULE_1__node_modules_vue_loader_lib_template_compiler_index_id_data_v_72ab2325_hasScoped_true_buble_transforms_node_modules_vue_loader_lib_selector_type_template_index_0_dynamicT_vue__["a" /* default */],
78433
78433
  __vue_template_functional__,
78434
78434
  __vue_styles__,
78435
78435
  __vue_scopeId__,
@@ -78450,7 +78450,7 @@ var content = __webpack_require__(710);
78450
78450
  if(typeof content === 'string') content = [[module.i, content, '']];
78451
78451
  if(content.locals) module.exports = content.locals;
78452
78452
  // add the styles to the DOM
78453
- var update = __webpack_require__(3)("1ae656c2", content, true, {});
78453
+ var update = __webpack_require__(3)("1e9b7b5d", content, true, {});
78454
78454
 
78455
78455
  /***/ }),
78456
78456
  /* 710 */
@@ -78462,7 +78462,7 @@ exports = module.exports = __webpack_require__(2)(false);
78462
78462
 
78463
78463
 
78464
78464
  // module
78465
- exports.push([module.i, ".errorMessageMarginLeft[data-v-593665fb]{margin-left:108px}.hoverColor[data-v-593665fb]:hover{border-color:var(--centalineBlue)}.is-show-Span[data-v-593665fb]{display:none}.hoverColor:hover .is-show-Span[data-v-593665fb]{display:inline-block}.backdrop[data-v-593665fb]{position:absolute;z-index:1;border:none;background-color:#fff;pointer-events:none;overflow-y:auto;border-radius:4px;-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s}.highlights[data-v-593665fb]{white-space:pre-wrap;word-wrap:break-word;color:transparent;padding:5px 15px 5px 5px;line-height:1.5;font-family:monospace}.autoFill[data-v-593665fb]{width:100%}.textarea-box[data-v-593665fb]{border:1px solid var(--bagGray);width:100%;position:relative;border-radius:4px}.textarea-box[data-v-593665fb]:active,.textarea-box[data-v-593665fb]:focus,.textarea-box[data-v-593665fb]:hover{border-color:var(--centalineBlue)!important}.textarea-tip[data-v-593665fb]{margin-left:5px;color:#606266}.textarea-count[data-v-593665fb]{position:absolute;right:10px}.textarea-icon[data-v-593665fb]{background:url(" + escape(__webpack_require__(711)) + ")no-repeat;background-size:100% 100%;width:12px;height:12px;display:inline-block;position:absolute;right:0;bottom:0}", ""]);
78465
+ exports.push([module.i, ".errorMessageMarginLeft[data-v-72ab2325]{margin-left:108px}.hoverColor[data-v-72ab2325]:hover{border-color:var(--centalineBlue)}.is-show-Span[data-v-72ab2325]{display:none}.hoverColor:hover .is-show-Span[data-v-72ab2325]{display:inline-block}.backdrop[data-v-72ab2325]{position:absolute;z-index:1;border:none;background-color:#fff;pointer-events:none;overflow-y:auto;border-radius:4px;-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;transition:transform 1s;transition:transform 1s,-webkit-transform 1s}.highlights[data-v-72ab2325]{white-space:pre-wrap;word-wrap:break-word;color:transparent;padding:5px 15px 5px 5px;line-height:1.5;font-family:monospace}.autoFill[data-v-72ab2325]{width:100%}.textarea-box[data-v-72ab2325]{border:1px solid var(--bagGray);width:100%;position:relative;border-radius:4px;min-height:26px}.textarea-box[data-v-72ab2325]:active,.textarea-box[data-v-72ab2325]:focus,.textarea-box[data-v-72ab2325]:hover{border-color:var(--centalineBlue)!important}.textarea-tip[data-v-72ab2325]{margin-left:5px;color:#606266}.textarea-count[data-v-72ab2325]{position:absolute;right:10px}.textarea-icon[data-v-72ab2325]{background:url(" + escape(__webpack_require__(711)) + ")no-repeat;background-size:100% 100%;width:12px;height:12px;display:inline-block;position:absolute;right:0;bottom:0}", ""]);
78466
78466
 
78467
78467
  // exports
78468
78468
 
@@ -78552,7 +78552,7 @@ var esExports = { render: render, staticRenderFns: staticRenderFns }
78552
78552
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
78553
78553
 
78554
78554
  "use strict";
78555
- var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"field-top"},[_c('div',{staticStyle:{"width":"100%"},style:({ display: (_vm.model.inputType === 'textarea' ? 'block' : 'flex') })},[(_vm.model !== null)?_c('div',{staticClass:"new-text ct-text ct-flex-div max-flex-div hoverColor",class:[_vm.model.showLabel?'el-input-group el-input-group--prepend':'',!_vm.valid?'inputError':'',_vm.model.attrs.size?'ct-font-size-'+_vm.model.attrs.size:''],staticStyle:{"flex":"1"},on:{"mouseover":_vm.mouseOverHandle,"mouseout":_vm.mouseOutHandle}},[(_vm.model.showLabel && _vm.model.label)?_c('div',{staticClass:"el-input-group__prepend field-label-div max-input-group",class:[_vm.model.labelClass]},[_c('span',[_vm._v(_vm._s(_vm.model.label))])]):_vm._e(),_vm._v(" "),(_vm.model.preLabel)?_c('div',[_c('span',{domProps:{"innerHTML":_vm._s(_vm.model.preLabel)}})]):_vm._e(),_vm._v(" "),(_vm.model.autoFill && _vm.model.paramName)?_c('el-popover',{staticClass:"autoFill",attrs:{"placement":"bottom-start","trigger":'manual'},model:{value:(_vm.showDrop),callback:function ($$v) {_vm.showDrop=$$v},expression:"showDrop"}},[_c('div',[_c('ctSelectOptionVertical',{attrs:{"model":_vm.model},on:{"click":function($event){_vm.selectOption($event)}}})],1),_vm._v(" "),_c('el-input',_vm._b({ref:"input",staticClass:"ct-flex-div-input max-input",class:[_vm.model.showLabel?'showLabel':'',!_vm.valid?'inputError':'',_vm.model.forbiddenWords?'inputHighlights':''],staticStyle:{"z-index":"3","background-color":"transparent"},attrs:{"slot":"reference","title":_vm.model.lock?_vm.model.value:'',"type":_vm.model.inputType,"disabled":_vm.model.lock,"rows":_vm.model.rows,"resize":_vm.model.forbiddenWords?'none':'vertical',"readonly":_vm.model.readonly,"show-password":_vm.model.isPassword,"autocomplete":"on","maxlength":_vm.model.max,"show-word-limit":_vm.model.showWordLimit},on:{"input":function($event){_vm.inputHandler($event);_vm.showDropHandle();_vm.isShowClear();_vm.applyHighlights()},"change":function($event){_vm.changeHandler($event)}},nativeOn:{"keyup":function($event){if(!('button' in $event)&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }_vm.search()}},slot:"reference",model:{value:(_vm.model.value),callback:function ($$v) {_vm.$set(_vm.model, "value", $$v)},expression:"model.value"}},'el-input',_vm.model.attrs,false),[(_vm.model.unitName)?_c('span',{staticClass:"ct-unitname",class:_vm.showClear?'unitName-20':'unitName-0',attrs:{"slot":"suffix"},slot:"suffix"},[_vm._v(_vm._s(_vm.model.unitName))]):_vm._e(),_vm._v(" "),(!_vm.model.isPassword&&_vm.showClear)?_c('span',{staticClass:"el-input__suffix el-input--mini is-show-Span",class:_vm.model.unitName?'ct-right-10':'ct-right-0',attrs:{"slot":"suffix"},slot:"suffix"},[_c('span',{staticClass:"el-input__suffix-inner ct-close"},[_c('i',{staticClass:"el-select__caret el-input__icon el-icon-circle-close is-show-close",on:{"click":function($event){_vm.clearClickHandle($event)}}})])]):_vm._e()])],1):_c('div',{ref:"input",staticClass:"textarea-box"},[(_vm.model.forbiddenWords)?_c('div',{ref:"highlights",staticClass:"backdrop hoverColor",style:({width:_vm.forbiddenWordsWidth+'px',height:_vm.forbiddenWordsHeight+'px',left:_vm.forbiddenWordsLeft+'px',top:_vm.forbiddenWordsTop+'px'})},[_c('div',{staticClass:"highlights",domProps:{"innerHTML":_vm._s(_vm.forbiddenWordsValue)}})]):_vm._e(),_vm._v(" "),_c('el-input',_vm._b({ref:"inputText",staticClass:"ct-flex-div-input max-input",class:[_vm.model.showLabel?'showLabel':'',!_vm.valid?'inputError':'',_vm.model.forbiddenWords?'inputHighlights':''],staticStyle:{"z-index":"3","background-color":"transparent"},attrs:{"title":_vm.model.lock?_vm.model.value:'',"type":_vm.model.rows==1 ? '':_vm.model.inputType,"disabled":_vm.model.lock,"rows":_vm.model.rows,"readonly":_vm.model.readonly,"show-password":_vm.model.isPassword,"autocomplete":"on","maxlength":_vm.model.max},on:{"input":function($event){_vm.inputHandler($event);_vm.isShowClear();_vm.applyHighlights()},"change":function($event){_vm.changeHandler($event)}},nativeOn:{"keyup":function($event){if(!('button' in $event)&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }_vm.search()}},model:{value:(_vm.model.value),callback:function ($$v) {_vm.$set(_vm.model, "value", $$v)},expression:"model.value"}},'el-input',_vm.model.attrs,false),[(_vm.model.unitName)?_c('span',{staticClass:"ct-unitname",class:_vm.showClear?'unitName-20':'unitName-0',attrs:{"slot":"suffix"},slot:"suffix"},[_vm._v(_vm._s(_vm.model.unitName))]):_vm._e(),_vm._v(" "),(!_vm.model.isPassword&&_vm.showClear)?_c('span',{staticClass:"el-input__suffix el-input--mini is-show-Span",class:_vm.model.unitName?'ct-right-10':'ct-right-0',attrs:{"slot":"suffix"},slot:"suffix"},[_c('span',{staticClass:"el-input__suffix-inner ct-close"},[_c('i',{staticClass:"el-select__caret el-input__icon el-icon-circle-close is-show-close",on:{"click":function($event){_vm.clearClickHandle($event)}}})])]):_vm._e()]),_vm._v(" "),(_vm.model.inputType === 'textarea' && this.minText)?_c('span',{staticClass:"textarea-tip",domProps:{"innerHTML":_vm._s(_vm.minText)}}):_vm._e(),_vm._v(" "),(_vm.model.showWordLimit)?_c('span',{staticClass:"textarea-count"},[_vm._v(_vm._s(_vm.model.value.length)+"/"+_vm._s(_vm.model.max))]):_vm._e(),_vm._v(" "),(!_vm.model.forbiddenWords)?_c('span',{staticClass:"textarea-icon"}):_vm._e()],1),_vm._v(" "),(_vm.model.sufLabel)?_c('span',{staticClass:"spanMessage ct-flex-div-span"},[_vm._v(_vm._s(_vm.model.sufLabel))]):_vm._e(),_vm._v(" "),(!_vm.model.lock && _vm.model.paramName && !_vm.model.autoFill)?_c('ctQuickInputSos',{staticClass:"ct-flex-div-span",attrs:{"pn":_vm.model.paramName,"action":_vm.api,"flagNew":true,"textValue":_vm.model.value},on:{"click":_vm.quickSelect}}):_vm._e(),_vm._v(" "),(_vm.model.moreActionRouter && !_vm.model.lock)?_c('div',[(_vm.model.moreActionRouter.imgUrl)?_c('img',{staticClass:"ct-tablecurrencyImg ct-tablecurrencyItem",attrs:{"src":_vm.model.moreActionRouter.imgUrl,"title":_vm.model.moreActionRouter.label},on:{"click":function($event){_vm.popupSearchListHandle($event)}}}):_c('el-button',{staticClass:"h26",attrs:{"size":"mini","type":"primary"},on:{"click":function($event){_vm.popupSearchListHandle($event)}}},[_vm._v("\n "+_vm._s(_vm.model.moreActionRouter.label)+"\n ")])],1):_vm._e()],1):_vm._e(),_vm._v(" "),_c('transition',{staticClass:"ct-flex-div-span",attrs:{"name":"el-fade-in"}},[_c('span',{directives:[{name:"show",rawName:"v-show",value:(!_vm.valid),expression:"!valid"}],staticClass:"errorMessage",class:{ 'errorMessageMarginLeft': _vm.model.inputType === 'textarea' }},[_vm._v("\n "+_vm._s(_vm.validMessage)+"\n ")])])],1)])}
78555
+ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"field-top"},[_c('div',{staticStyle:{"width":"100%"},style:({ display: (_vm.model.inputType === 'textarea' ? 'block' : 'flex') })},[(_vm.model !== null)?_c('div',{staticClass:"ct-text ct-flex-div max-flex-div hoverColor",class:[_vm.model.showLabel?'el-input-group el-input-group--prepend':'',!_vm.valid?'inputError':'',_vm.model.attrs.size?'ct-font-size-'+_vm.model.attrs.size:''],staticStyle:{"flex":"1"},on:{"mouseover":_vm.mouseOverHandle,"mouseout":_vm.mouseOutHandle}},[(_vm.model.showLabel && _vm.model.label)?_c('div',{staticClass:"el-input-group__prepend field-label-div max-input-group",class:[_vm.model.labelClass]},[_c('span',[_vm._v(_vm._s(_vm.model.label))])]):_vm._e(),_vm._v(" "),(_vm.model.preLabel)?_c('div',[_c('span',{domProps:{"innerHTML":_vm._s(_vm.model.preLabel)}})]):_vm._e(),_vm._v(" "),(_vm.model.autoFill && _vm.model.paramName)?_c('el-popover',{staticClass:"autoFill",attrs:{"placement":"bottom-start","trigger":'manual'},model:{value:(_vm.showDrop),callback:function ($$v) {_vm.showDrop=$$v},expression:"showDrop"}},[_c('div',[_c('ctSelectOptionVertical',{attrs:{"model":_vm.model},on:{"click":function($event){_vm.selectOption($event)}}})],1),_vm._v(" "),_c('el-input',_vm._b({ref:"input",staticClass:"ct-flex-div-input max-input",class:[_vm.model.showLabel?'showLabel':'',!_vm.valid?'inputError':'',_vm.model.forbiddenWords?'inputHighlights':''],staticStyle:{"z-index":"3","background-color":"transparent"},attrs:{"slot":"reference","title":_vm.model.lock?_vm.model.value:'',"type":_vm.model.inputType,"disabled":_vm.model.lock,"rows":_vm.model.rows,"resize":_vm.model.forbiddenWords?'none':'vertical',"readonly":_vm.model.readonly,"show-password":_vm.model.isPassword,"autocomplete":"on","maxlength":_vm.model.max,"show-word-limit":_vm.model.showWordLimit},on:{"input":function($event){_vm.inputHandler($event);_vm.showDropHandle();_vm.isShowClear();_vm.applyHighlights()},"change":function($event){_vm.changeHandler($event)}},nativeOn:{"keyup":function($event){if(!('button' in $event)&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }_vm.search()}},slot:"reference",model:{value:(_vm.model.value),callback:function ($$v) {_vm.$set(_vm.model, "value", $$v)},expression:"model.value"}},'el-input',_vm.model.attrs,false),[(_vm.model.unitName)?_c('span',{staticClass:"ct-unitname",class:_vm.showClear?'unitName-20':'unitName-0',attrs:{"slot":"suffix"},slot:"suffix"},[_vm._v(_vm._s(_vm.model.unitName))]):_vm._e(),_vm._v(" "),(!_vm.model.isPassword&&_vm.showClear)?_c('span',{staticClass:"el-input__suffix el-input--mini is-show-Span",class:_vm.model.unitName?'ct-right-10':'ct-right-0',attrs:{"slot":"suffix"},slot:"suffix"},[_c('span',{staticClass:"el-input__suffix-inner ct-close"},[_c('i',{staticClass:"el-select__caret el-input__icon el-icon-circle-close is-show-close",on:{"click":function($event){_vm.clearClickHandle($event)}}})])]):_vm._e()])],1):_c('div',{ref:"input",staticClass:"textarea-box"},[(_vm.model.forbiddenWords)?_c('div',{ref:"highlights",staticClass:"backdrop hoverColor",style:({width:_vm.forbiddenWordsWidth+'px',height:_vm.forbiddenWordsHeight+'px',left:_vm.forbiddenWordsLeft+'px',top:_vm.forbiddenWordsTop+'px'})},[_c('div',{staticClass:"highlights",domProps:{"innerHTML":_vm._s(_vm.forbiddenWordsValue)}})]):_vm._e(),_vm._v(" "),_c('el-input',_vm._b({ref:"inputText",staticClass:"ct-flex-div-input max-input",class:[_vm.model.showLabel?'showLabel':'',!_vm.valid?'inputError':'',_vm.model.forbiddenWords?'inputHighlights':''],staticStyle:{"z-index":"3","background-color":"transparent"},attrs:{"title":_vm.model.lock?_vm.model.value:'',"type":_vm.model.rows==1 ? '':_vm.model.inputType,"disabled":_vm.model.lock,"rows":_vm.model.rows,"readonly":_vm.model.readonly,"show-password":_vm.model.isPassword,"autocomplete":"on","maxlength":_vm.model.max},on:{"input":function($event){_vm.inputHandler($event);_vm.isShowClear();_vm.applyHighlights()},"change":function($event){_vm.changeHandler($event)}},nativeOn:{"keyup":function($event){if(!('button' in $event)&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }_vm.search()}},model:{value:(_vm.model.value),callback:function ($$v) {_vm.$set(_vm.model, "value", $$v)},expression:"model.value"}},'el-input',_vm.model.attrs,false),[(_vm.model.unitName)?_c('span',{staticClass:"ct-unitname",class:_vm.showClear?'unitName-20':'unitName-0',attrs:{"slot":"suffix"},slot:"suffix"},[_vm._v(_vm._s(_vm.model.unitName))]):_vm._e(),_vm._v(" "),(!_vm.model.isPassword&&_vm.showClear)?_c('span',{staticClass:"el-input__suffix el-input--mini is-show-Span",class:_vm.model.unitName?'ct-right-10':'ct-right-0',attrs:{"slot":"suffix"},slot:"suffix"},[_c('span',{staticClass:"el-input__suffix-inner ct-close"},[_c('i',{staticClass:"el-select__caret el-input__icon el-icon-circle-close is-show-close",on:{"click":function($event){_vm.clearClickHandle($event)}}})])]):_vm._e()]),_vm._v(" "),(_vm.model.inputType === 'textarea' && this.minText)?_c('span',{staticClass:"textarea-tip",domProps:{"innerHTML":_vm._s(_vm.minText)}}):_vm._e(),_vm._v(" "),(_vm.model.showWordLimit)?_c('span',{staticClass:"textarea-count"},[_vm._v(_vm._s(_vm.model.value.length)+"/"+_vm._s(_vm.model.max))]):_vm._e(),_vm._v(" "),(!_vm.model.forbiddenWords)?_c('span',{staticClass:"textarea-icon"}):_vm._e()],1),_vm._v(" "),(_vm.model.sufLabel)?_c('span',{staticClass:"spanMessage ct-flex-div-span"},[_vm._v(_vm._s(_vm.model.sufLabel))]):_vm._e(),_vm._v(" "),(!_vm.model.lock && _vm.model.paramName && !_vm.model.autoFill)?_c('ctQuickInputSos',{staticClass:"ct-flex-div-span",attrs:{"pn":_vm.model.paramName,"action":_vm.api,"flagNew":true,"textValue":_vm.model.value},on:{"click":_vm.quickSelect}}):_vm._e(),_vm._v(" "),(_vm.model.moreActionRouter && !_vm.model.lock)?_c('div',[(_vm.model.moreActionRouter.imgUrl)?_c('img',{staticClass:"ct-tablecurrencyImg ct-tablecurrencyItem",attrs:{"src":_vm.model.moreActionRouter.imgUrl,"title":_vm.model.moreActionRouter.label},on:{"click":function($event){_vm.popupSearchListHandle($event)}}}):_c('el-button',{staticClass:"h26",attrs:{"size":"mini","type":"primary"},on:{"click":function($event){_vm.popupSearchListHandle($event)}}},[_vm._v("\n "+_vm._s(_vm.model.moreActionRouter.label)+"\n ")])],1):_vm._e()],1):_vm._e(),_vm._v(" "),_c('transition',{staticClass:"ct-flex-div-span",attrs:{"name":"el-fade-in"}},[_c('span',{directives:[{name:"show",rawName:"v-show",value:(!_vm.valid),expression:"!valid"}],staticClass:"errorMessage",class:{ 'errorMessageMarginLeft': _vm.model.inputType === 'textarea' }},[_vm._v("\n "+_vm._s(_vm.validMessage)+"\n ")])])],1)])}
78556
78556
  var staticRenderFns = []
78557
78557
  var esExports = { render: render, staticRenderFns: staticRenderFns }
78558
78558
  /* harmony default export */ __webpack_exports__["a"] = (esExports);