@zscreate/form-component 1.1.267 → 1.1.270
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/dist/form-component.css +143 -138
- package/dist/form-component.umd.js +89 -80
- package/package.json +1 -1
|
@@ -74579,7 +74579,7 @@ Sortable.mount(Remove, Revert);
|
|
|
74579
74579
|
/* harmony import */ var _util_mathUtils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(38);
|
|
74580
74580
|
/* harmony import */ var _util_util__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(6955);
|
|
74581
74581
|
/* harmony import */ var _layoutItem__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(9655);
|
|
74582
|
-
/* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
74582
|
+
/* harmony import */ var _components_index__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(6137);
|
|
74583
74583
|
/* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(2980);
|
|
74584
74584
|
/* harmony import */ var pubsub_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(pubsub_js__WEBPACK_IMPORTED_MODULE_7__);
|
|
74585
74585
|
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(7203);
|
|
@@ -76418,18 +76418,17 @@ const API = '/form/formdesiger/countLeaveDays';
|
|
|
76418
76418
|
},
|
|
76419
76419
|
labelCol() {
|
|
76420
76420
|
let labelWidth = this.labelWidth + "px";
|
|
76421
|
-
|
|
76421
|
+
let obj = {
|
|
76422
76422
|
style: {
|
|
76423
76423
|
width: labelWidth,
|
|
76424
76424
|
background: this.config.bgc,
|
|
76425
76425
|
color: this.config.color,
|
|
76426
|
-
borderColor: this.config.borderColor
|
|
76427
|
-
border: this.labelWidth == 0 ? 0 : undefined
|
|
76428
|
-
// borderBottomWidth: "1px",
|
|
76426
|
+
borderColor: this.config.borderColor
|
|
76429
76427
|
}
|
|
76430
76428
|
};
|
|
76429
|
+
if (this.labelWidth == 0) obj.style.border = 0;
|
|
76430
|
+
return obj;
|
|
76431
76431
|
},
|
|
76432
|
-
|
|
76433
76432
|
//label样式
|
|
76434
76433
|
wrapperCol() {
|
|
76435
76434
|
return {
|
|
@@ -77061,7 +77060,7 @@ module.exports = {
|
|
|
77061
77060
|
|
|
77062
77061
|
/***/ }),
|
|
77063
77062
|
|
|
77064
|
-
/***/
|
|
77063
|
+
/***/ 6137:
|
|
77065
77064
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
77066
77065
|
|
|
77067
77066
|
"use strict";
|
|
@@ -78564,13 +78563,13 @@ var defaultValueWithSql_component = (0,componentNormalizer/* default */.Z)(
|
|
|
78564
78563
|
)
|
|
78565
78564
|
|
|
78566
78565
|
/* harmony default export */ const defaultValueWithSql = (defaultValueWithSql_component.exports);
|
|
78567
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/datasetManagement.vue?vue&type=template&id=
|
|
78568
|
-
var
|
|
78566
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/datasetManagement.vue?vue&type=template&id=a6036fb4&scoped=true&
|
|
78567
|
+
var datasetManagementvue_type_template_id_a6036fb4_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a-modal',{attrs:{"title":'选择数据集',"width":900,"visible":_vm.visible,"destroyOnClose":true,"centered":true,"cancelText":"关闭","wrapClassName":"ant-modal-cust-warp","maskClosable":false},on:{"ok":_vm.handleOk,"cancel":_vm.handleCancel}},[_c('div',{staticClass:"datasetManagement",staticStyle:{"display":"flex","justify-content":"space-between","min-height":"700px"}},[_c('a-card',{staticStyle:{"flex":"4","margin-right":"10px","height":"700px","overflow-y":"auto","background-color":"#f2f2f2"},attrs:{"bordered":false}},[_c('a-spin',{attrs:{"spinning":_vm.loadingModal}},[_c('div',[_c('div',{staticClass:"ellipsis",staticStyle:{"cursor":"pointer","padding":"0px 5px","display":"flex","align-items":"center"},on:{"click":function($event){_vm.classificationList.parent.isDown = !_vm.classificationList.parent.isDown}}},[(_vm.classificationList.parent.isDown)?_c('a-icon',{attrs:{"type":"caret-down"}}):_c('a-icon',{attrs:{"type":"caret-right"}}),_c('div',{staticStyle:{"display":"flex","justify-content":"space-between","align-items":"center","width":"100%"}},[_c('span',{staticStyle:{"margin-left":"5px"}},[_vm._v(_vm._s(_vm.classificationList.parent.title))])])],1),_vm._l((_vm.classificationList.children),function(item){return _c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.classificationList.parent.isDown),expression:"classificationList.parent.isDown"}],key:item.id,staticClass:"ellipsis",class:{ classificationItem: _vm.classificationActived === item.itemValue },staticStyle:{"padding":"0px 5px 0 10px","margin-left":"10px"},on:{"click":function($event){return _vm.clickFn(item)}}},[_c('div',{staticStyle:{"display":"flex","justify-content":"space-between","align-items":"center"}},[_c('span',{directives:[{name:"ellipsis",rawName:"v-ellipsis",value:(1),expression:"1"}],staticClass:"ellipsis"},[_vm._v(_vm._s(item.itemText))])])])})],2)])],1),_c('a-card',{staticStyle:{"flex":"12"},attrs:{"bordered":false}},[_c('div',{staticClass:"table-page-search-wrapper"},[_c('a-form',{attrs:{"layout":"inline"}},[_c('a-row',{attrs:{"gutter":24}},[_c('a-col',{attrs:{"span":8}},[_c('a-form-item',[_c('a-input',{attrs:{"placeholder":"请输入数据集名称","maxLength":40},model:{value:(_vm.queryParam.setName),callback:function ($$v) {_vm.$set(_vm.queryParam, "setName", $$v)},expression:"queryParam.setName"}})],1)],1),_c('a-col',{attrs:{"span":8}},[_c('span',{staticClass:"table-page-search-submitButtons",staticStyle:{"float":"left","overflow":"hidden"}},[_c('a-button',{attrs:{"type":"primary","icon":"search"},on:{"click":_vm.searchQuery}},[_vm._v("查询")]),_c('a-button',{staticStyle:{"margin-left":"8px"},attrs:{"type":"primary","icon":"reload"},on:{"click":_vm.reset}},[_vm._v("重置")])],1)])],1)],1),(_vm.selectedRowKeys.length > 0)?_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.clearSelected}},[_vm._v("清空选择")]):_vm._e()],1),_c('div',{staticClass:"content"},[_c('a-table',{ref:"table",attrs:{"size":"middle","defaultExpandAllRows":true,"bordered":"","rowKey":"id","columns":_vm.columns,"dataSource":_vm.dataSource,"pagination":_vm.ipagination,"loading":_vm.loading,"rowSelection":{
|
|
78569
78568
|
selectedRowKeys: _vm.selectedRowKeys,
|
|
78570
78569
|
onChange: _vm.onSelectChange,
|
|
78571
78570
|
type: 'radio'
|
|
78572
78571
|
}},on:{"change":_vm.handleTableChange}})],1)])],1)])}
|
|
78573
|
-
var
|
|
78572
|
+
var datasetManagementvue_type_template_id_a6036fb4_scoped_true_staticRenderFns = []
|
|
78574
78573
|
|
|
78575
78574
|
|
|
78576
78575
|
// EXTERNAL MODULE: ./src/utils/util.js
|
|
@@ -78985,6 +78984,7 @@ const JeecgListMixin = {
|
|
|
78985
78984
|
//
|
|
78986
78985
|
//
|
|
78987
78986
|
//
|
|
78987
|
+
//
|
|
78988
78988
|
|
|
78989
78989
|
|
|
78990
78990
|
|
|
@@ -79083,12 +79083,16 @@ const JeecgListMixin = {
|
|
|
79083
79083
|
},
|
|
79084
79084
|
// 确认选择
|
|
79085
79085
|
handleOk() {
|
|
79086
|
+
debugger;
|
|
79086
79087
|
this.$emit("setDateOk", {
|
|
79087
79088
|
querySql: this.selectedRowKeys[0],
|
|
79088
79089
|
typeCode: this.classificationActived
|
|
79089
79090
|
});
|
|
79090
79091
|
this.handleCancel();
|
|
79091
79092
|
},
|
|
79093
|
+
clearSelected() {
|
|
79094
|
+
this.selectedRowKeys = [''];
|
|
79095
|
+
},
|
|
79092
79096
|
// 关闭弹框
|
|
79093
79097
|
handleCancel() {
|
|
79094
79098
|
this.visible = false;
|
|
@@ -79219,10 +79223,10 @@ const JeecgListMixin = {
|
|
|
79219
79223
|
});
|
|
79220
79224
|
;// CONCATENATED MODULE: ./src/form/modules/common/Modals/datasetManagement.vue?vue&type=script&lang=js&
|
|
79221
79225
|
/* harmony default export */ const Modals_datasetManagementvue_type_script_lang_js_ = (datasetManagementvue_type_script_lang_js_);
|
|
79222
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-
|
|
79226
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/datasetManagement.vue?vue&type=style&index=0&id=a6036fb4&prod&scoped=true&lang=less&
|
|
79223
79227
|
// extracted by mini-css-extract-plugin
|
|
79224
79228
|
|
|
79225
|
-
;// CONCATENATED MODULE: ./src/form/modules/common/Modals/datasetManagement.vue?vue&type=style&index=0&id=
|
|
79229
|
+
;// CONCATENATED MODULE: ./src/form/modules/common/Modals/datasetManagement.vue?vue&type=style&index=0&id=a6036fb4&prod&scoped=true&lang=less&
|
|
79226
79230
|
|
|
79227
79231
|
;// CONCATENATED MODULE: ./src/form/modules/common/Modals/datasetManagement.vue
|
|
79228
79232
|
|
|
@@ -79235,18 +79239,18 @@ const JeecgListMixin = {
|
|
|
79235
79239
|
|
|
79236
79240
|
var datasetManagement_component = (0,componentNormalizer/* default */.Z)(
|
|
79237
79241
|
Modals_datasetManagementvue_type_script_lang_js_,
|
|
79238
|
-
|
|
79239
|
-
|
|
79242
|
+
datasetManagementvue_type_template_id_a6036fb4_scoped_true_render,
|
|
79243
|
+
datasetManagementvue_type_template_id_a6036fb4_scoped_true_staticRenderFns,
|
|
79240
79244
|
false,
|
|
79241
79245
|
null,
|
|
79242
|
-
"
|
|
79246
|
+
"a6036fb4",
|
|
79243
79247
|
null
|
|
79244
79248
|
|
|
79245
79249
|
)
|
|
79246
79250
|
|
|
79247
79251
|
/* harmony default export */ const datasetManagement = (datasetManagement_component.exports);
|
|
79248
79252
|
// EXTERNAL MODULE: ./src/form/util/Bus.js
|
|
79249
|
-
var Bus = __webpack_require__(
|
|
79253
|
+
var Bus = __webpack_require__(767);
|
|
79250
79254
|
;// CONCATENATED MODULE: ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.3.0@babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Input/widgetSetup.vue?vue&type=script&lang=js&
|
|
79251
79255
|
//
|
|
79252
79256
|
//
|
|
@@ -80809,16 +80813,16 @@ var Table_component_component = (0,componentNormalizer/* default */.Z)(
|
|
|
80809
80813
|
)
|
|
80810
80814
|
|
|
80811
80815
|
/* harmony default export */ const Table_component = (Table_component_component.exports);
|
|
80812
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Table/widgetSetup.vue?vue&type=template&id=
|
|
80813
|
-
var
|
|
80816
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Table/widgetSetup.vue?vue&type=template&id=765abcc4&scoped=true&
|
|
80817
|
+
var widgetSetupvue_type_template_id_765abcc4_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"control"},[_c('div',{staticClass:"form_wrap"},[_c('div',{staticClass:"form"},[_c('a-form-model',[_c('a-form-model-item',{attrs:{"label":"默认值"}},[(!_vm.isFormDesignSQL)?_c('a-radio-group',{attrs:{"button-style":"solid"},on:{"change":_vm.handleGroupChange},model:{value:(_vm.source),callback:function ($$v) {_vm.source=$$v},expression:"source"}},[_c('a-radio-button',{attrs:{"value":"1"}},[_vm._v("输入数据")]),_c('a-radio-button',{attrs:{"value":"4"}},[_vm._v("数据集")])],1):_vm._e(),(_vm.source == '1')?_c('a-input',{attrs:{"type":"textarea"},model:{value:(_vm.defaultValue),callback:function ($$v) {_vm.defaultValue=$$v},expression:"defaultValue"}}):_vm._e()],1),(_vm.source == '4')?_c('a-button',{attrs:{"type":"primary"},on:{"click":_vm.openDefaultValueWithSql}},[_vm._v("关联数据集")]):_vm._e(),_c('a-form-model-item',{attrs:{"label":"支持导入"}},[_c('a-switch',{model:{value:(_vm.widget.options.enableImport),callback:function ($$v) {_vm.$set(_vm.widget.options, "enableImport", $$v)},expression:"widget.options.enableImport"}})],1),_c('a-form-model-item',{attrs:{"label":"禁用双击编辑"}},[_c('a-switch',{model:{value:(_vm.widget.options.disbaledDoubleClickEdit),callback:function ($$v) {_vm.$set(_vm.widget.options, "disbaledDoubleClickEdit", $$v)},expression:"widget.options.disbaledDoubleClickEdit"}})],1),_c('a-form-model-item',{attrs:{"label":"隐藏操作按钮"}},[_c('a-switch',{model:{value:(_vm.widget.options.hiddenOperateBtn),callback:function ($$v) {_vm.$set(_vm.widget.options, "hiddenOperateBtn", $$v)},expression:"widget.options.hiddenOperateBtn"}})],1),_c('a-form-model-item',{attrs:{"label":"子表单内组件宽度"}},[_c('a-switch',{model:{value:(_vm.widget.options.customSubWidth),callback:function ($$v) {_vm.$set(_vm.widget.options, "customSubWidth", $$v)},expression:"widget.options.customSubWidth"}}),_c('div',{staticStyle:{"margin-left":"10px"}},[_vm._l((_vm.widget.columns),function(col){return (_vm.widget.options.customSubWidth)?[_c('div',[_c('div',[_c('span',[_vm._v(_vm._s(col.name))])]),_c('a-input-number',{staticStyle:{"width":"100%"},attrs:{"min":0,"max":1000,"placeholder":"宽度设置(px), 不设置为自动分配"},model:{value:(col.subWidth),callback:function ($$v) {_vm.$set(col, "subWidth", $$v)},expression:"col.subWidth"}})],1)]:_vm._e()})],2)],1),_c('a-form-model-item',{ref:"title",attrs:{"label":"标题布局方式:","prop":"title"}},[_c('a-radio-group',{attrs:{"button-style":"solid"},model:{value:(_vm.widget.options.inline),callback:function ($$v) {_vm.$set(_vm.widget.options, "inline", $$v)},expression:"widget.options.inline"}},[_c('a-radio-button',{attrs:{"value":false}},[_vm._v(" 块级 ")]),_c('a-radio-button',{attrs:{"value":true}},[_vm._v(" 行内 ")])],1)],1),(
|
|
80814
80818
|
_vm.widget.options &&
|
|
80815
80819
|
Object.keys(_vm.widget.options).indexOf('inline') >= 0 &&
|
|
80816
80820
|
_vm.widget.options.inline == false
|
|
80817
80821
|
)?_c('a-form-model-item',{attrs:{"label":"子集布局方式:"}},[_c('a-radio-group',{attrs:{"button-style":"solid"},model:{value:(_vm.widget.options.layoutModel),callback:function ($$v) {_vm.$set(_vm.widget.options, "layoutModel", $$v)},expression:"widget.options.layoutModel"}},[_c('a-radio-button',{attrs:{"value":"auto"}},[_vm._v("默认")]),_c('a-radio-button',{attrs:{"value":"design"}},[_vm._v("自定义 ")])],1)],1):_vm._e(),(
|
|
80818
80822
|
_vm.widget.options.inline == false &&
|
|
80819
80823
|
_vm.widget.options.layoutModel == 'design'
|
|
80820
|
-
)?[_c('a-form-model-item',{attrs:{"label":"基础网格列数:"}},[_c('a-input-number',{attrs:{"step":2,"max":24,"min":0},model:{value:(_vm.widget.options.columnsNum),callback:function ($$v) {_vm.$set(_vm.widget.options, "columnsNum", $$v)},expression:"widget.options.columnsNum"}})],1),_c('a-form-model-item',{attrs:{"label":"基础网格行数"}},[_c('a-input-number',{attrs:{"step":1,"min":0},model:{value:(_vm.widget.options.rowsNum),callback:function ($$v) {_vm.$set(_vm.widget.options, "rowsNum", $$v)},expression:"widget.options.rowsNum"}})],1),_c('a-form-model-item',{attrs:{"label":"基础行高"}},[_c('a-input-number',{attrs:{"step":1,"min":20},model:{value:(_vm.widget.options.rowsHeight),callback:function ($$v) {_vm.$set(_vm.widget.options, "rowsHeight", $$v)},expression:"widget.options.rowsHeight"}})],1),_c('a-form-model-item',{attrs:{"label":"子集配置:"}},[_c('ul',[_c('li',[_c('span',[_vm._v("横向起点")]),_vm._v("/ "),_c('span',[_vm._v("步长")]),_vm._v("/ "),_c('span',[_vm._v("纵向起点")]),_vm._v("/ "),_c('span',[_vm._v("步长")])]),_vm._l((_vm.widget.designList),function(item,index){return _c('li',{key:index},[_c('i',{staticClass:"drag-item",staticStyle:{"font-size":"16px","margin":"0 5px"}},[_c('i',{staticClass:"iconfont icon-icon_bars"})]),_c('a-input-number',{staticStyle:{"width":"47px"},attrs:{"placeholder":"横向起始位置","type":"number","min":0},model:{value:(item.x),callback:function ($$v) {_vm.$set(item, "x", _vm._n($$v))},expression:"item.x"}}),_c('a-input-number',{staticStyle:{"width":"47px","marginright":"3px"},attrs:{"placeholder":"行步长","type":"number","min":0},model:{value:(item.w),callback:function ($$v) {_vm.$set(item, "w", _vm._n($$v))},expression:"item.w"}}),_c('a-input-number',{staticStyle:{"width":"47px","marginright":"3px"},attrs:{"placeholder":"竖向起始位置","type":"number","min":0},model:{value:(item.y),callback:function ($$v) {_vm.$set(item, "y", _vm._n($$v))},expression:"item.y"}}),_c('a-input-number',{staticStyle:{"width":"47px","marginright":"3px"},attrs:{"placeholder":"列步长","type":"number","min":0},model:{value:(item.h),callback:function ($$v) {_vm.$set(item, "h", _vm._n($$v))},expression:"item.h"}}),_c('a-button',{staticStyle:{"margin-left":"5px","border-radius":"50%"},attrs:{"circle":"","plain":"","type":"danger","size":"small","icon":"minus"},on:{"click":function($event){return _vm.handleOptionsRemove(index)}}})],1)})],2),_c('div',{staticStyle:{"margin-left":"22px"}},[_c('el-button',{attrs:{"type":"text"},on:{"click":_vm.handleTableAddColumn}},[_vm._v("添加列")])],1)])]:_vm._e()
|
|
80821
|
-
var
|
|
80824
|
+
)?[_c('a-form-model-item',{attrs:{"label":"基础网格列数:"}},[_c('a-input-number',{attrs:{"step":2,"max":24,"min":0},model:{value:(_vm.widget.options.columnsNum),callback:function ($$v) {_vm.$set(_vm.widget.options, "columnsNum", $$v)},expression:"widget.options.columnsNum"}})],1),_c('a-form-model-item',{attrs:{"label":"基础网格行数"}},[_c('a-input-number',{attrs:{"step":1,"min":0},model:{value:(_vm.widget.options.rowsNum),callback:function ($$v) {_vm.$set(_vm.widget.options, "rowsNum", $$v)},expression:"widget.options.rowsNum"}})],1),_c('a-form-model-item',{attrs:{"label":"基础行高"}},[_c('a-input-number',{attrs:{"step":1,"min":20},model:{value:(_vm.widget.options.rowsHeight),callback:function ($$v) {_vm.$set(_vm.widget.options, "rowsHeight", $$v)},expression:"widget.options.rowsHeight"}})],1),_c('a-form-model-item',{attrs:{"label":"子集配置:"}},[_c('ul',[_c('li',[_c('span',[_vm._v("横向起点")]),_vm._v("/ "),_c('span',[_vm._v("步长")]),_vm._v("/ "),_c('span',[_vm._v("纵向起点")]),_vm._v("/ "),_c('span',[_vm._v("步长")])]),_vm._l((_vm.widget.designList),function(item,index){return _c('li',{key:index},[_c('i',{staticClass:"drag-item",staticStyle:{"font-size":"16px","margin":"0 5px"}},[_c('i',{staticClass:"iconfont icon-icon_bars"})]),_c('a-input-number',{staticStyle:{"width":"47px"},attrs:{"placeholder":"横向起始位置","type":"number","min":0},model:{value:(item.x),callback:function ($$v) {_vm.$set(item, "x", _vm._n($$v))},expression:"item.x"}}),_c('a-input-number',{staticStyle:{"width":"47px","marginright":"3px"},attrs:{"placeholder":"行步长","type":"number","min":0},model:{value:(item.w),callback:function ($$v) {_vm.$set(item, "w", _vm._n($$v))},expression:"item.w"}}),_c('a-input-number',{staticStyle:{"width":"47px","marginright":"3px"},attrs:{"placeholder":"竖向起始位置","type":"number","min":0},model:{value:(item.y),callback:function ($$v) {_vm.$set(item, "y", _vm._n($$v))},expression:"item.y"}}),_c('a-input-number',{staticStyle:{"width":"47px","marginright":"3px"},attrs:{"placeholder":"列步长","type":"number","min":0},model:{value:(item.h),callback:function ($$v) {_vm.$set(item, "h", _vm._n($$v))},expression:"item.h"}}),_c('a-button',{staticStyle:{"margin-left":"5px","border-radius":"50%"},attrs:{"circle":"","plain":"","type":"danger","size":"small","icon":"minus"},on:{"click":function($event){return _vm.handleOptionsRemove(index)}}})],1)})],2),_c('div',{staticStyle:{"margin-left":"22px"}},[_c('el-button',{attrs:{"type":"text"},on:{"click":_vm.handleTableAddColumn}},[_vm._v("添加列")])],1)])]:_vm._e()],2),_c('datasetManagement',{ref:"datasetManagement",on:{"setDateOk":_vm.setDateOk}})],1)])])}
|
|
80825
|
+
var widgetSetupvue_type_template_id_765abcc4_scoped_true_staticRenderFns = []
|
|
80822
80826
|
|
|
80823
80827
|
|
|
80824
80828
|
;// CONCATENATED MODULE: ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.3.0@babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Table/widgetSetup.vue?vue&type=script&lang=js&
|
|
@@ -81059,6 +81063,9 @@ var widgetSetupvue_type_template_id_061862e0_scoped_true_staticRenderFns = []
|
|
|
81059
81063
|
}
|
|
81060
81064
|
},
|
|
81061
81065
|
methods: {
|
|
81066
|
+
handleGroupChange(e) {
|
|
81067
|
+
this.widget.options.source = e.target.value;
|
|
81068
|
+
},
|
|
81062
81069
|
handleChange(selectedItems) {
|
|
81063
81070
|
this.widget.options.computingMethod = selectedItems;
|
|
81064
81071
|
},
|
|
@@ -81089,10 +81096,10 @@ var widgetSetupvue_type_template_id_061862e0_scoped_true_staticRenderFns = []
|
|
|
81089
81096
|
});
|
|
81090
81097
|
;// CONCATENATED MODULE: ./src/form/modules/components/Table/widgetSetup.vue?vue&type=script&lang=js&
|
|
81091
81098
|
/* harmony default export */ const components_Table_widgetSetupvue_type_script_lang_js_ = (Table_widgetSetupvue_type_script_lang_js_);
|
|
81092
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Table/widgetSetup.vue?vue&type=style&index=0&id=
|
|
81099
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Table/widgetSetup.vue?vue&type=style&index=0&id=765abcc4&prod&lang=less&scoped=true&
|
|
81093
81100
|
// extracted by mini-css-extract-plugin
|
|
81094
81101
|
|
|
81095
|
-
;// CONCATENATED MODULE: ./src/form/modules/components/Table/widgetSetup.vue?vue&type=style&index=0&id=
|
|
81102
|
+
;// CONCATENATED MODULE: ./src/form/modules/components/Table/widgetSetup.vue?vue&type=style&index=0&id=765abcc4&prod&lang=less&scoped=true&
|
|
81096
81103
|
|
|
81097
81104
|
;// CONCATENATED MODULE: ./src/form/modules/components/Table/widgetSetup.vue
|
|
81098
81105
|
|
|
@@ -81105,11 +81112,11 @@ var widgetSetupvue_type_template_id_061862e0_scoped_true_staticRenderFns = []
|
|
|
81105
81112
|
|
|
81106
81113
|
var Table_widgetSetup_component = (0,componentNormalizer/* default */.Z)(
|
|
81107
81114
|
components_Table_widgetSetupvue_type_script_lang_js_,
|
|
81108
|
-
|
|
81109
|
-
|
|
81115
|
+
widgetSetupvue_type_template_id_765abcc4_scoped_true_render,
|
|
81116
|
+
widgetSetupvue_type_template_id_765abcc4_scoped_true_staticRenderFns,
|
|
81110
81117
|
false,
|
|
81111
81118
|
null,
|
|
81112
|
-
"
|
|
81119
|
+
"765abcc4",
|
|
81113
81120
|
null
|
|
81114
81121
|
|
|
81115
81122
|
)
|
|
@@ -82050,17 +82057,18 @@ var Textarea_widgetSetup_component = (0,componentNormalizer/* default */.Z)(
|
|
|
82050
82057
|
)
|
|
82051
82058
|
|
|
82052
82059
|
/* harmony default export */ const Textarea_widgetSetup = (Textarea_widgetSetup_component.exports);
|
|
82053
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Textarea/widgetDesign.vue?vue&type=template&id=
|
|
82054
|
-
var
|
|
82060
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Textarea/widgetDesign.vue?vue&type=template&id=46f743f8&scoped=true&
|
|
82061
|
+
var widgetDesignvue_type_template_id_46f743f8_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.widget)?_c('div',{staticClass:"custom_form_item",style:({ height: _vm.widget.options.height + 'px',background: _vm.widget.options.bgColor, })},[_c('a-form-model-item',{attrs:{"colon":false,"label-col":_vm.labelCol,"wrapperCol":_vm.wrapperCol}},[(_vm.widget.options.labelWidth !== 0)?_c('div',{class:[
|
|
82055
82062
|
_vm.config.align,
|
|
82056
82063
|
_vm.config.validate === true && _vm.widget.options.required === true
|
|
82057
82064
|
? 'is_required'
|
|
82058
82065
|
: 'no_required' ],style:({
|
|
82059
82066
|
color:_vm.config.color,
|
|
82060
82067
|
}),attrs:{"slot":"label"},slot:"label"},[_vm._v(_vm._s(_vm.widget.name))]):_vm._e(),_c('a-textarea',{style:({
|
|
82061
|
-
height: _vm.widget.options.height - 10 + 'px'
|
|
82068
|
+
height: _vm.widget.options.height - 10 + 'px',
|
|
82069
|
+
resize: 'none',
|
|
82062
82070
|
}),attrs:{"placeholder":_vm.widget.options.placeholder,"rows":4,"disabled":""},model:{value:(_vm.widget.options.defaultValue),callback:function ($$v) {_vm.$set(_vm.widget.options, "defaultValue", $$v)},expression:"widget.options.defaultValue"}})],1)],1):_vm._e()}
|
|
82063
|
-
var
|
|
82071
|
+
var widgetDesignvue_type_template_id_46f743f8_scoped_true_staticRenderFns = []
|
|
82064
82072
|
|
|
82065
82073
|
|
|
82066
82074
|
;// CONCATENATED MODULE: ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.3.0@babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Textarea/widgetDesign.vue?vue&type=script&lang=js&
|
|
@@ -82099,6 +82107,7 @@ var widgetDesignvue_type_template_id_399c56d0_scoped_true_staticRenderFns = []
|
|
|
82099
82107
|
//
|
|
82100
82108
|
//
|
|
82101
82109
|
//
|
|
82110
|
+
//
|
|
82102
82111
|
|
|
82103
82112
|
|
|
82104
82113
|
/* harmony default export */ const Textarea_widgetDesignvue_type_script_lang_js_ = ({
|
|
@@ -82136,10 +82145,10 @@ var widgetDesignvue_type_template_id_399c56d0_scoped_true_staticRenderFns = []
|
|
|
82136
82145
|
});
|
|
82137
82146
|
;// CONCATENATED MODULE: ./src/form/modules/components/Textarea/widgetDesign.vue?vue&type=script&lang=js&
|
|
82138
82147
|
/* harmony default export */ const components_Textarea_widgetDesignvue_type_script_lang_js_ = (Textarea_widgetDesignvue_type_script_lang_js_);
|
|
82139
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Textarea/widgetDesign.vue?vue&type=style&index=0&id=
|
|
82148
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Textarea/widgetDesign.vue?vue&type=style&index=0&id=46f743f8&prod&lang=less&scoped=true&
|
|
82140
82149
|
// extracted by mini-css-extract-plugin
|
|
82141
82150
|
|
|
82142
|
-
;// CONCATENATED MODULE: ./src/form/modules/components/Textarea/widgetDesign.vue?vue&type=style&index=0&id=
|
|
82151
|
+
;// CONCATENATED MODULE: ./src/form/modules/components/Textarea/widgetDesign.vue?vue&type=style&index=0&id=46f743f8&prod&lang=less&scoped=true&
|
|
82143
82152
|
|
|
82144
82153
|
;// CONCATENATED MODULE: ./src/form/modules/components/Textarea/widgetDesign.vue
|
|
82145
82154
|
|
|
@@ -82152,11 +82161,11 @@ var widgetDesignvue_type_template_id_399c56d0_scoped_true_staticRenderFns = []
|
|
|
82152
82161
|
|
|
82153
82162
|
var Textarea_widgetDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
82154
82163
|
components_Textarea_widgetDesignvue_type_script_lang_js_,
|
|
82155
|
-
|
|
82156
|
-
|
|
82164
|
+
widgetDesignvue_type_template_id_46f743f8_scoped_true_render,
|
|
82165
|
+
widgetDesignvue_type_template_id_46f743f8_scoped_true_staticRenderFns,
|
|
82157
82166
|
false,
|
|
82158
82167
|
null,
|
|
82159
|
-
"
|
|
82168
|
+
"46f743f8",
|
|
82160
82169
|
null
|
|
82161
82170
|
|
|
82162
82171
|
)
|
|
@@ -86893,17 +86902,17 @@ var AllLayout_widgetDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
|
86893
86902
|
widgetSetup: AllLayout_widgetSetup,
|
|
86894
86903
|
widgetDesign: AllLayout_widgetDesign
|
|
86895
86904
|
});
|
|
86896
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Verify/component.vue?vue&type=template&id=
|
|
86897
|
-
var
|
|
86905
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Verify/component.vue?vue&type=template&id=3c753b98&scoped=true&
|
|
86906
|
+
var componentvue_type_template_id_3c753b98_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.widget)?_c('div',{staticClass:"custom_form_item custom_form_item_special",style:({ height: _vm.widget.options.height + 'px' })},[_c('a-form-model-item',{ref:_vm.widget.model,attrs:{"colon":false,"label-col":_vm.labelCol,"wrapperCol":_vm.wrapperCol,"prop":_vm.tableKey ? (_vm.tableKey + "." + _vm.tableIndex + "." + (_vm.widget.model)) : _vm.widget.model,"rules":_vm.tableKey ? _vm.rules[_vm.tableKey][_vm.widget.model] : _vm.rules[_vm.widget.model]}},[_c('div',{staticClass:"verify clear verify-no-border",style:({ height: _vm.widget.options.height + 'px' })},[_c('a-form-model-item',{attrs:{"colon":false,"label-col":_vm.labelCol,"wrapperCol":_vm.wrapperCol}},[_c('div',{class:[
|
|
86898
86907
|
_vm.config.align,
|
|
86899
86908
|
_vm.config.validate === true && _vm.widget.options.required === true
|
|
86900
86909
|
? 'is_required'
|
|
86901
|
-
: 'no_required' ],style:({ color: _vm.config.color }),attrs:{"slot":"label"},slot:"label"},[_vm._v(" "+_vm._s(_vm.widget.name)+" ")]),_c('div',{ref:"verifyRight",staticClass:"verify-right",style:({ 'border-color': _vm.config.borderColor })},[(_vm.widget.model == _vm.verifyNode)?[(_vm.userSeal && _vm.isShowSeal)?_c('vdr',{staticStyle:{"position":"absolute","z-index":"999"},attrs:{"w":_vm.initCdrUserSeal.width,"h":_vm.initCdrUserSeal.height,"y":_vm.initCdrUserSeal.y,"x":_vm.initCdrUserSeal.x,"resizable":false,"parent":true},on:{"dragging":_vm.onSealDrag}},[_c('img',{style:({ width: _vm.initCdrUserSeal.width + 'px', height: _vm.initCdrUserSeal.height + 'px'}),attrs:{"src":_vm.userSeal.startsWith('data:image') ? _vm.userSeal: (_vm.imgUrl + _vm.userSeal),"alt":""}}),_c('a-icon',{directives:[{name:"show",rawName:"v-show",value:(_vm.userSeal && _vm.isShowSeal),expression:"userSeal && isShowSeal"}],staticClass:"verify-icon",staticStyle:{"font-size":"18px"},attrs:{"type":"close"},on:{"click":_vm.handleClose}})],1):_vm._e()]:[(_vm.models[_vm.widget.model].userSeal)?_c('div',{staticClass:"verify-seal",style:(Object.assign({}, _vm.userSealPosition, {position: 'absolute'}))},[_c('img',{style:({ width: _vm.userSealPosition.width, height: _vm.userSealPosition.height }),attrs:{"src":_vm.models[_vm.widget.model].userSeal.startsWith('data:image') ? _vm.models[_vm.widget.model].userSeal : (_vm.imgUrl + _vm.models[_vm.widget.model].userSeal),"alt":""}})]):_vm._e()],_c('div',{staticClass:"verify-text",style:({ 'border-color': _vm.config.borderColor })},[_c('a-form-model-item',{staticClass:"inner-form-item",attrs:{"prop":((_vm.widget.model) + ".comments"),"rules":_vm.verifyRules.comments}},[(_vm.models[_vm.widget.model])?_c('a-input',{style:({ position: 'relative'}),attrs:{"type":"textarea","disabled":_vm.widget.model !== _vm.verifyNode,"rows":"4","placeholder":_vm.widget.options.placeholder},model:{value:(_vm.models[_vm.widget.model].comments),callback:function ($$v) {_vm.$set(_vm.models[_vm.widget.model], "comments", $$v)},expression:"models[widget.model].comments"}}):_vm._e()],1),(_vm.widget.model == _vm.verifyNode)?[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isShowBtn),expression:"isShowBtn"}],staticClass:"verify-btn",style:({bottom: _vm.widget.options.isAuditing == '1' ? '40px' : '
|
|
86910
|
+
: 'no_required' ],style:({ color: _vm.config.color }),attrs:{"slot":"label"},slot:"label"},[_vm._v(" "+_vm._s(_vm.widget.name)+" ")]),_c('div',{ref:"verifyRight",staticClass:"verify-right",style:({ 'border-color': _vm.config.borderColor })},[(_vm.widget.model == _vm.verifyNode)?[(_vm.userSeal && _vm.isShowSeal)?_c('vdr',{staticStyle:{"position":"absolute","z-index":"999"},attrs:{"w":_vm.initCdrUserSeal.width,"h":_vm.initCdrUserSeal.height,"y":_vm.initCdrUserSeal.y,"x":_vm.initCdrUserSeal.x,"resizable":false,"parent":true},on:{"dragging":_vm.onSealDrag}},[_c('img',{style:({ width: _vm.initCdrUserSeal.width + 'px', height: _vm.initCdrUserSeal.height + 'px'}),attrs:{"src":_vm.userSeal.startsWith('data:image') ? _vm.userSeal: (_vm.imgUrl + _vm.userSeal),"alt":""}}),_c('a-icon',{directives:[{name:"show",rawName:"v-show",value:(_vm.userSeal && _vm.isShowSeal),expression:"userSeal && isShowSeal"}],staticClass:"verify-icon",staticStyle:{"font-size":"18px"},attrs:{"type":"close"},on:{"click":_vm.handleClose}})],1):_vm._e()]:[(_vm.models[_vm.widget.model].userSeal)?_c('div',{staticClass:"verify-seal",style:(Object.assign({}, _vm.userSealPosition, {position: 'absolute'}))},[_c('img',{style:({ width: _vm.userSealPosition.width, height: _vm.userSealPosition.height }),attrs:{"src":_vm.models[_vm.widget.model].userSeal.startsWith('data:image') ? _vm.models[_vm.widget.model].userSeal : (_vm.imgUrl + _vm.models[_vm.widget.model].userSeal),"alt":""}})]):_vm._e()],_c('div',{staticClass:"verify-text",style:({ 'border-color': _vm.config.borderColor })},[_c('a-form-model-item',{staticClass:"inner-form-item",attrs:{"prop":((_vm.widget.model) + ".comments"),"rules":_vm.verifyRules.comments}},[(_vm.models[_vm.widget.model])?_c('a-input',{style:({ position: 'relative'}),attrs:{"type":"textarea","disabled":_vm.widget.model !== _vm.verifyNode,"rows":"4","placeholder":_vm.widget.options.placeholder},model:{value:(_vm.models[_vm.widget.model].comments),callback:function ($$v) {_vm.$set(_vm.models[_vm.widget.model], "comments", $$v)},expression:"models[widget.model].comments"}}):_vm._e()],1),(_vm.widget.model == _vm.verifyNode)?[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isShowBtn),expression:"isShowBtn"}],staticClass:"verify-btn",style:({bottom: _vm.widget.options.isAuditing == '1' ? '40px' : '4%'})},[_c('a-popconfirm',{attrs:{"title":"请确认是否添加印章?","ok-text":"是","cancel-text":"否","getPopupContainer":function (triggerNode) {
|
|
86902
86911
|
return triggerNode.parentNode || _vm.document.body;
|
|
86903
86912
|
}},on:{"confirm":function($event){return _vm.handleSeal(2)}}},[_c('a',{attrs:{"href":"#"}},[_vm._v("盖章")])])],1)]:_vm._e(),(_vm.widget.options.isAuditing == '1' && _vm.widget.model === _vm.verifyNode)?[_c('div',{staticClass:"tw-flex flex-gap-[6px] tw-items-center tw-absolute tw-leading-[30px]",staticStyle:{"display":"flex","position":"absolute","align-items":"center","line-height":"30px","font-size":"13px","right":"1%","bottom":"20px","z-index":"10"}},[_c('span',[_vm._v("推荐审核意见:")]),_vm._l((_vm.notes),function(item,idx){return _c('span',{key:idx,staticClass:"tw-cursor-pointer tw-h-[23px] tw-mr-[10px] tw-px-[14px] tw-rounded-[6px] tw-leading-[23px] tw-bg-[#ecf5fc] tw-text-[#006EC5]",staticStyle:{"cursor":"pointer","line-height":"23px","height":"23px","margin-right":"10px","background":"#ecf5fc","padding":"0 14px","border-radius":"6px","color":"#006EC5"},on:{"click":function($event){_vm.models[_vm.widget.model].comments = item}}},[_vm._v(_vm._s(item))])})],2)]:_vm._e()],2),_c('div',{staticClass:"verify-option"},[_c('div',{style:({ 'border-color': _vm.config.borderColor })},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operation)+" ")]),_c('span',[_c('a-form-model-item',{staticClass:"inner-form-item",attrs:{"prop":("[" + (_vm.widget.model) + "].operation"),"rules":_vm.verifyRules.operation}},[_c('a-select',{directives:[{name:"show",rawName:"v-show",value:(_vm.models[_vm.widget.model]),expression:"models[widget.model]"}],style:({ width: '90%' }),attrs:{"disabled":_vm.widget.model !== _vm.verifyNode,"value":_vm.models[_vm.widget.model].operation},on:{"change":_vm.handleChange}},_vm._l((_vm.suggest),function(item,idx){return _c('a-select-option',{key:idx,attrs:{"value":item.value}},[_vm._v(_vm._s(item.label))])}),1)],1)],1)]),_c('div',{style:({ 'border-color': _vm.config.borderColor })},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operator)+" ")]),(_vm.widget.model == _vm.verifyNode)?[(_vm.widget.options.platform && !_vm.userSign)?_c('span',[_c('a-popconfirm',{attrs:{"title":"请确认是否添加签名?","ok-text":"是","cancel-text":"否","getPopupContainer":function (triggerNode) {
|
|
86904
86913
|
return triggerNode.parentNode || _vm.document.body;
|
|
86905
86914
|
}},on:{"confirm":function($event){return _vm.handleSeal(1)}}},[_c('a-button',{attrs:{"type":"link"}},[_vm._v("签名")])],1)],1):(_vm.userSign)?_c('span',[_c('img',{staticStyle:{"max-width":"100%","height":"100%"},attrs:{"src":_vm.userSign.startsWith('data:image') ? _vm.userSign: (_vm.imgUrl + _vm.userSign),"alt":""}}),_c('a-icon',{attrs:{"name":"close"}})],1):_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.models[_vm.widget.model] ? _vm.models[_vm.widget.model].operator : "")+" ")])]:[(_vm.models[_vm.widget.model].userSign)?_c('span',[_c('img',{staticStyle:{"max-width":"100%","height":"100%"},attrs:{"src":_vm.models[_vm.widget.model].userSign.startsWith('data:image') ? _vm.models[_vm.widget.model].userSign : (_vm.imgUrl + _vm.models[_vm.widget.model].userSign),"alt":""}})]):_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.models[_vm.widget.model] ? _vm.models[_vm.widget.model].operator : "")+" ")])]],2),_c('div',{staticStyle:{"flex-grow":"1.2"}},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operationTime)+" ")]),_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.models[_vm.widget.model] ? _vm.models[_vm.widget.model].operationTime : "")+" ")])])])],2)])],1)]),(_vm.widget.model == _vm.verifyNode && _vm.widget.options.platform)?_c('a-modal',{attrs:{"zIndex":100000,"title":"选择签名签章","footer":null},model:{value:(_vm.platformVisible),callback:function ($$v) {_vm.platformVisible=$$v},expression:"platformVisible"}},[_c('a-spin',{attrs:{"tip":"加载中","spinning":_vm.iframeLoading}},[_c('iframe',{ref:"platformIframe",staticStyle:{"width":"100%","height":"470px"},attrs:{"src":_vm.platformUrl},on:{"load":_vm.platformIframeLoad,"error":function($event){_vm.iframeLoading = false; _vm.$message.error('页面加载失败')}}})])],1):_vm._e()],1):_vm._e()}
|
|
86906
|
-
var
|
|
86915
|
+
var componentvue_type_template_id_3c753b98_scoped_true_staticRenderFns = []
|
|
86907
86916
|
|
|
86908
86917
|
|
|
86909
86918
|
// EXTERNAL MODULE: ./node_modules/_core-js@3.30.2@core-js/modules/es.symbol.description.js
|
|
@@ -87533,10 +87542,10 @@ const Verify_componentvue_type_script_lang_js_layoutItem = () => Promise.resolve
|
|
|
87533
87542
|
});
|
|
87534
87543
|
;// CONCATENATED MODULE: ./src/form/modules/components/Verify/component.vue?vue&type=script&lang=js&
|
|
87535
87544
|
/* harmony default export */ const components_Verify_componentvue_type_script_lang_js_ = (Verify_componentvue_type_script_lang_js_);
|
|
87536
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Verify/component.vue?vue&type=style&index=0&id=
|
|
87545
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/Verify/component.vue?vue&type=style&index=0&id=3c753b98&prod&lang=less&scoped=true&
|
|
87537
87546
|
// extracted by mini-css-extract-plugin
|
|
87538
87547
|
|
|
87539
|
-
;// CONCATENATED MODULE: ./src/form/modules/components/Verify/component.vue?vue&type=style&index=0&id=
|
|
87548
|
+
;// CONCATENATED MODULE: ./src/form/modules/components/Verify/component.vue?vue&type=style&index=0&id=3c753b98&prod&lang=less&scoped=true&
|
|
87540
87549
|
|
|
87541
87550
|
;// CONCATENATED MODULE: ./src/form/modules/components/Verify/component.vue
|
|
87542
87551
|
|
|
@@ -87549,11 +87558,11 @@ const Verify_componentvue_type_script_lang_js_layoutItem = () => Promise.resolve
|
|
|
87549
87558
|
|
|
87550
87559
|
var Verify_component_component = (0,componentNormalizer/* default */.Z)(
|
|
87551
87560
|
components_Verify_componentvue_type_script_lang_js_,
|
|
87552
|
-
|
|
87553
|
-
|
|
87561
|
+
componentvue_type_template_id_3c753b98_scoped_true_render,
|
|
87562
|
+
componentvue_type_template_id_3c753b98_scoped_true_staticRenderFns,
|
|
87554
87563
|
false,
|
|
87555
87564
|
null,
|
|
87556
|
-
"
|
|
87565
|
+
"3c753b98",
|
|
87557
87566
|
null
|
|
87558
87567
|
|
|
87559
87568
|
)
|
|
@@ -115864,18 +115873,18 @@ var RichEditor_widgetDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
|
115864
115873
|
widgetSetup: RichEditor_widgetSetup,
|
|
115865
115874
|
widgetDesign: RichEditor_widgetDesign
|
|
115866
115875
|
});
|
|
115867
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=template&id=
|
|
115868
|
-
var
|
|
115876
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=template&id=1ca3e97a&scoped=true&
|
|
115877
|
+
var componentvue_type_template_id_1ca3e97a_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.widget)?_c('div',{class:("custom_form_item custom_form_item_special " + (_vm.widget.options.type === 'grid-verify' ? 'verify-style_grid_verify' : '')),style:({
|
|
115869
115878
|
height: _vm.widget.options.type === 'grid-verify' ? '100%' : (_vm.widget.options.height * (_vm.verifyLogsList.length + 1) + 'px'),
|
|
115870
|
-
borderRight: _vm.widget.options.type === 'grid-verify' ? '1px solid #
|
|
115879
|
+
borderRight: _vm.widget.options.type === 'grid-verify' ? '1px solid #e6e6e6' : ''
|
|
115871
115880
|
})},[_c('a-form-model-item',{ref:_vm.widget.model,attrs:{"colon":false,"label-col":_vm.labelCol,"wrapperCol":_vm.wrapperCol,"prop":_vm.tableKey ? (_vm.tableKey + "." + _vm.tableIndex + "." + (_vm.widget.model)) : _vm.widget.model,"rules":_vm.tableKey ? _vm.rules[_vm.tableKey][_vm.widget.model] : _vm.rules[_vm.widget.model]}},[_c('div',{class:("verify clear verify-no-border verify-style_label_" + (_vm.widget.options.labelPosition)),style:({ height: _vm.widget.options.type === 'grid-verify' ? '100%' : (_vm.widget.options.height * (_vm.verifyLogsList.length + 1) + 'px') })},[_c('a-form-model-item',{attrs:{"colon":false,"label-col":_vm.labelCol,"wrapperCol":_vm.wrapperCol}},[_c('div',{class:[
|
|
115872
115881
|
_vm.config.align,
|
|
115873
115882
|
_vm.config.validate === true && _vm.widget.options.required === true
|
|
115874
115883
|
? 'is_required'
|
|
115875
|
-
: 'no_required' ],style:({ color: _vm.config.color }),attrs:{"slot":"label"},slot:"label"},[_vm._v(" "+_vm._s(_vm.widget.name)+" ")]),_vm._l((_vm.verifyLogsList),function(log,idx){return [_c('div',{staticClass:"verify-right",style:({ 'border-color': _vm.config.borderColor, height: ("calc(100% / " + (_vm.verifyLogsList.length + 1) + ")!important"), 'border-bottom': '1px solid '+_vm.config.borderColor })},[(log.userSeal)?_c('div',{staticClass:"verify-seal",style:(Object.assign({}, _vm.getUserSealPosition({ left: log['sealPositionLeft'], top: log['sealPositionTop']}), {position: 'absolute'}))},[_c('img',{style:(_vm.style),attrs:{"src":_vm.imgUrl + log.userSeal,"alt":""}})]):_vm._e(),_c('div',{staticClass:"verify-text",style:({ 'border-color': _vm.config.borderColor })},[_c('span',[(log['note'])?_c('a-input',{style:({ position: 'relative', zIndex: 2 }),attrs:{"type":"textarea","rows":"4","disabled":true,"placeholder":_vm.widget.options.placeholder},model:{value:(log['note']),callback:function ($$v) {_vm.$set(log, 'note', $$v)},expression:"log['note']"}}):_vm._e()],1)]),_c('div',{staticClass:"verify-option"},[_c('div',{style:({ 'border-color': _vm.config.borderColor })},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operation)+" ")]),_c('span',[_c('a-select',{directives:[{name:"show",rawName:"v-show",value:(log['shenpiYijian']),expression:"log['shenpiYijian']"}],style:({ width: '90%' }),attrs:{"disabled":true,"default-value":log['shenpiYijian']}},_vm._l((_vm.suggest),function(item,idx){return _c('a-select-option',{key:idx,attrs:{"value":item.value}},[_vm._v(_vm._s(item.label))])}),1)],1)]),_c('div',{style:({ 'border-color': _vm.config.borderColor })},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operator)+" ")]),[(log['userSign'])?_c('span',[(log['userSign'].startsWith('/'))?_c('img',{staticStyle:{"max-width":"100%","height":"100%"},attrs:{"src":_vm.imgUrl + log['userSign'],"alt":""}}):_c('span',[_vm._v(" "+_vm._s(log['userSign'])+" ")])]):_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(log['realname'] || '')+" ")])]],2),_c('div',{staticStyle:{"flex-grow":"1.2"}},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operationTime)+" ")]),_c('span',[_vm._v(" "+_vm._s(log['shenpiTime'])+" ")])])])])]}),_c('div',{ref:"verifyRight",staticClass:"verify-right",style:({ 'border-color': _vm.config.borderColor, height: _vm.widget.options.type === 'grid-verify' ? '100%' : ("calc(100% / " + (_vm.verifyLogsList.length + 1) + ")!important") , position: 'relative' })},[(_vm.widget.model == _vm.verifyNode)?[(_vm.userSeal && _vm.isShowSeal)?_c('vdr',{staticStyle:{"position":"absolute","z-index":"999"},attrs:{"w":_vm.initCdrUserSeal.width,"h":_vm.initCdrUserSeal.height,"y":_vm.initCdrUserSeal.y,"x":_vm.initCdrUserSeal.x,"resizable":false,"parent":true},on:{"dragging":_vm.onSealDrag}},[_c('img',{style:(_vm.style),attrs:{"src":_vm.imgUrl + _vm.userSeal,"alt":""}}),_c('a-icon',{directives:[{name:"show",rawName:"v-show",value:(_vm.userSeal && _vm.isShowSeal),expression:"userSeal && isShowSeal"}],staticClass:"verify-icon",staticStyle:{"font-size":"18px"},attrs:{"type":"close"},on:{"click":_vm.handleClose}})],1):_vm._e()]:[(_vm.models[_vm.widget.model] && _vm.models[_vm.widget.model].userSeal)?_c('div',{staticClass:"verify-seal",style:(Object.assign({}, _vm.userSealPosition, {position: 'absolute'}))},[_c('img',{style:(_vm.style),attrs:{"src":_vm.imgUrl + _vm.models[_vm.widget.model].userSeal,"alt":""}})]):_vm._e()],_c('div',{staticClass:"verify-text",style:({ 'border-color': _vm.config.borderColor })},[_c('a-form-model-item',{staticClass:"inner-form-item",attrs:{"prop":((_vm.widget.model) + ".comments"),"rules":_vm.verifyRules.comments}},[(_vm.models[_vm.widget.model])?_c('text-area',{style:({ position: 'relative', zIndex: 2 }),attrs:{"type":"textarea","show-word-limit":"","max-length":_vm.widget.options.commentsLength,"disabled":_vm.widget.model !== _vm.verifyNode,"rows":"4","placeholder":_vm.widget.options.placeholder},model:{value:(_vm.models[_vm.widget.model].comments),callback:function ($$v) {_vm.$set(_vm.models[_vm.widget.model], "comments", $$v)},expression:"models[widget.model].comments"}}):_vm._e()],1),(_vm.widget.model == _vm.verifyNode)?[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isShowBtn),expression:"isShowBtn"}],staticClass:"verify-btn",style:({bottom: _vm.widget.options.isAuditing == '1' ? '40px' : '
|
|
115884
|
+
: 'no_required' ],style:({ color: _vm.config.color }),attrs:{"slot":"label"},slot:"label"},[_vm._v(" "+_vm._s(_vm.widget.name)+" ")]),_vm._l((_vm.verifyLogsList),function(log,idx){return [_c('div',{staticClass:"verify-right",style:({ 'border-color': _vm.config.borderColor, height: ("calc(100% / " + (_vm.verifyLogsList.length + 1) + ")!important"), 'border-bottom': '1px solid '+_vm.config.borderColor })},[(log.userSeal)?_c('div',{staticClass:"verify-seal",style:(Object.assign({}, _vm.getUserSealPosition({ left: log['sealPositionLeft'], top: log['sealPositionTop']}), {position: 'absolute'}))},[_c('img',{style:(_vm.style),attrs:{"src":_vm.imgUrl + log.userSeal,"alt":""}})]):_vm._e(),_c('div',{staticClass:"verify-text",style:({ 'border-color': _vm.config.borderColor })},[_c('span',[(log['note'])?_c('a-input',{style:({ position: 'relative', zIndex: 2 }),attrs:{"type":"textarea","rows":"4","disabled":true,"placeholder":_vm.widget.options.placeholder},model:{value:(log['note']),callback:function ($$v) {_vm.$set(log, 'note', $$v)},expression:"log['note']"}}):_vm._e()],1)]),_c('div',{staticClass:"verify-option"},[_c('div',{style:({ 'border-color': _vm.config.borderColor })},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operation)+" ")]),_c('span',[_c('a-select',{directives:[{name:"show",rawName:"v-show",value:(log['shenpiYijian']),expression:"log['shenpiYijian']"}],style:({ width: '90%' }),attrs:{"disabled":true,"default-value":log['shenpiYijian']}},_vm._l((_vm.suggest),function(item,idx){return _c('a-select-option',{key:idx,attrs:{"value":item.value}},[_vm._v(_vm._s(item.label))])}),1)],1)]),_c('div',{style:({ 'border-color': _vm.config.borderColor })},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operator)+" ")]),[(log['userSign'])?_c('span',[(log['userSign'].startsWith('/'))?_c('img',{staticStyle:{"max-width":"100%","height":"100%"},attrs:{"src":_vm.imgUrl + log['userSign'],"alt":""}}):_c('span',[_vm._v(" "+_vm._s(log['userSign'])+" ")])]):_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(log['realname'] || '')+" ")])]],2),_c('div',{staticStyle:{"flex-grow":"1.2"}},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operationTime)+" ")]),_c('span',[_vm._v(" "+_vm._s(log['shenpiTime'])+" ")])])])])]}),_c('div',{ref:"verifyRight",staticClass:"verify-right",style:({ 'border-color': _vm.config.borderColor, height: _vm.widget.options.type === 'grid-verify' ? '100%' : ("calc(100% / " + (_vm.verifyLogsList.length + 1) + ")!important") , position: 'relative' })},[(_vm.widget.model == _vm.verifyNode)?[(_vm.userSeal && _vm.isShowSeal)?_c('vdr',{staticStyle:{"position":"absolute","z-index":"999"},attrs:{"w":_vm.initCdrUserSeal.width,"h":_vm.initCdrUserSeal.height,"y":_vm.initCdrUserSeal.y,"x":_vm.initCdrUserSeal.x,"resizable":false,"parent":true},on:{"dragging":_vm.onSealDrag}},[_c('img',{style:(_vm.style),attrs:{"src":_vm.imgUrl + _vm.userSeal,"alt":""}}),_c('a-icon',{directives:[{name:"show",rawName:"v-show",value:(_vm.userSeal && _vm.isShowSeal),expression:"userSeal && isShowSeal"}],staticClass:"verify-icon",staticStyle:{"font-size":"18px"},attrs:{"type":"close"},on:{"click":_vm.handleClose}})],1):_vm._e()]:[(_vm.models[_vm.widget.model] && _vm.models[_vm.widget.model].userSeal)?_c('div',{staticClass:"verify-seal",style:(Object.assign({}, _vm.userSealPosition, {position: 'absolute'}))},[_c('img',{style:(_vm.style),attrs:{"src":_vm.imgUrl + _vm.models[_vm.widget.model].userSeal,"alt":""}})]):_vm._e()],_c('div',{staticClass:"verify-text",style:({ 'border-color': _vm.config.borderColor })},[_c('a-form-model-item',{staticClass:"inner-form-item",attrs:{"prop":((_vm.widget.model) + ".comments"),"rules":_vm.verifyRules.comments}},[(_vm.models[_vm.widget.model])?_c('text-area',{style:({ position: 'relative', zIndex: 2 }),attrs:{"type":"textarea","show-word-limit":"","max-length":_vm.widget.options.commentsLength,"disabled":_vm.widget.model !== _vm.verifyNode,"rows":"4","placeholder":_vm.widget.options.placeholder},model:{value:(_vm.models[_vm.widget.model].comments),callback:function ($$v) {_vm.$set(_vm.models[_vm.widget.model], "comments", $$v)},expression:"models[widget.model].comments"}}):_vm._e()],1),(_vm.widget.model == _vm.verifyNode)?[_c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isShowBtn),expression:"isShowBtn"}],staticClass:"verify-btn",style:({bottom: _vm.widget.options.isAuditing == '1' ? '40px' : '4%'})},[_c('a-popconfirm',{attrs:{"title":"请确认是否添加印章?","ok-text":"是","cancel-text":"否","getPopupContainer":function (triggerNode) {
|
|
115876
115885
|
return triggerNode.parentNode || _vm.document.body;
|
|
115877
115886
|
}},on:{"confirm":_vm.handleSeal}},[_c('a',{attrs:{"href":"#"}},[_vm._v("盖章")])])],1)]:_vm._e(),(_vm.widget.options.isAuditing == '1' && _vm.widget.model === _vm.verifyNode)?[_c('div',{staticClass:"tw-flex flex-gap-[6px] tw-items-center tw-absolute tw-leading-[30px]",staticStyle:{"display":"flex","position":"absolute","align-items":"center","line-height":"30px","font-size":"13px","right":"1%","bottom":"20px","z-index":"10"}},[_c('span',[_vm._v("推荐审核意见:")]),_vm._l((_vm.notes),function(item,idx){return _c('span',{key:idx,staticClass:"tw-cursor-pointer tw-h-[23px] tw-mr-[10px] tw-px-[14px] tw-rounded-[6px] tw-leading-[23px] tw-bg-[#ecf5fc] tw-text-[#006EC5]",staticStyle:{"cursor":"pointer","line-height":"23px","height":"23px","margin-right":"10px","background":"#ecf5fc","padding":"0 14px","border-radius":"6px","color":"#006EC5"},on:{"click":function($event){_vm.models[_vm.widget.model].comments = item}}},[_vm._v(_vm._s(item))])})],2)]:_vm._e()],2),_c('div',{staticClass:"verify-option"},[_c('div',{style:({ 'border-color': _vm.config.borderColor })},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operation)+" ")]),_c('a-form-model-item',{staticClass:"inner-form-item",attrs:{"prop":((_vm.widget.model) + ".operation"),"rules":_vm.verifyRules.operation}},[_c('a-select',{directives:[{name:"show",rawName:"v-show",value:(_vm.models[_vm.widget.model]),expression:"models[widget.model]"}],style:({ width: '90%' }),attrs:{"disabled":_vm.widget.model !== _vm.verifyNode,"value":_vm.models[_vm.widget.model].operation},on:{"change":_vm.handleChange}},_vm._l((_vm.suggest),function(item,idx){return _c('a-select-option',{key:idx,attrs:{"value":item.value}},[_vm._v(_vm._s(item.label))])}),1)],1)],1),_c('div',{style:({ 'border-color': _vm.config.borderColor })},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operator)+" ")]),(_vm.widget.model == _vm.verifyNode)?[(_vm.userSign)?_c('span',[(_vm.userSign.startsWith('/'))?_c('img',{staticStyle:{"max-width":"100%","height":"100%"},attrs:{"src":_vm.imgUrl + _vm.userSign,"alt":""}}):_c('span',[_vm._v(" "+_vm._s(_vm.userSign)+" ")])]):_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.models[_vm.widget.model] ? _vm.models[_vm.widget.model].operator : "")+" ")])]:[(_vm.models[_vm.widget.model].userSign)?_c('span',[(_vm.models[_vm.widget.model].userSign.startsWith('/'))?_c('img',{staticStyle:{"max-width":"100%","height":"100%"},attrs:{"src":_vm.imgUrl + _vm.models[_vm.widget.model].userSign,"alt":""}}):_c('span',[_vm._v(_vm._s(_vm.models[_vm.widget.model].userSign))])]):_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.models[_vm.widget.model] ? _vm.models[_vm.widget.model].operator : "")+" ")])]],2),_c('div',{staticStyle:{"flex-grow":"1.2"}},[_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.widget.options.operationTime)+" ")]),_c('span',{style:({ 'border-color': _vm.config.borderColor })},[_vm._v(" "+_vm._s(_vm.models[_vm.widget.model] ? _vm.models[_vm.widget.model].operationTime : "")+" ")])])])],2)],2)],1)])],1):_vm._e()}
|
|
115878
|
-
var
|
|
115887
|
+
var componentvue_type_template_id_1ca3e97a_scoped_true_staticRenderFns = []
|
|
115879
115888
|
|
|
115880
115889
|
|
|
115881
115890
|
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/components/TextArea/TextArea.vue?vue&type=template&id=64726beb&scoped=true&
|
|
@@ -116544,7 +116553,7 @@ var TextArea_component = (0,componentNormalizer/* default */.Z)(
|
|
|
116544
116553
|
if (this.userSeal) {
|
|
116545
116554
|
let arr = this.suggest.find(item => item.value == val);
|
|
116546
116555
|
if (arr.description == "TIJIAO") {
|
|
116547
|
-
this.isShowBtn = true;
|
|
116556
|
+
if (!this.isShowSeal) this.isShowBtn = true;
|
|
116548
116557
|
} else {
|
|
116549
116558
|
this.isShowBtn = false;
|
|
116550
116559
|
this.isShowSeal = false;
|
|
@@ -116560,10 +116569,10 @@ var TextArea_component = (0,componentNormalizer/* default */.Z)(
|
|
|
116560
116569
|
});
|
|
116561
116570
|
;// CONCATENATED MODULE: ./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=script&lang=js&
|
|
116562
116571
|
/* harmony default export */ const AllComponent_hnkj_Verify_componentvue_type_script_lang_js_ = (hnkj_Verify_componentvue_type_script_lang_js_);
|
|
116563
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=style&index=0&id=
|
|
116572
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=style&index=0&id=1ca3e97a&prod&lang=less&scoped=true&
|
|
116564
116573
|
// extracted by mini-css-extract-plugin
|
|
116565
116574
|
|
|
116566
|
-
;// CONCATENATED MODULE: ./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=style&index=0&id=
|
|
116575
|
+
;// CONCATENATED MODULE: ./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=style&index=0&id=1ca3e97a&prod&lang=less&scoped=true&
|
|
116567
116576
|
|
|
116568
116577
|
;// CONCATENATED MODULE: ./src/form/modules/components/AllComponent/hnkj/Verify/component.vue
|
|
116569
116578
|
|
|
@@ -116576,11 +116585,11 @@ var TextArea_component = (0,componentNormalizer/* default */.Z)(
|
|
|
116576
116585
|
|
|
116577
116586
|
var hnkj_Verify_component_component = (0,componentNormalizer/* default */.Z)(
|
|
116578
116587
|
AllComponent_hnkj_Verify_componentvue_type_script_lang_js_,
|
|
116579
|
-
|
|
116580
|
-
|
|
116588
|
+
componentvue_type_template_id_1ca3e97a_scoped_true_render,
|
|
116589
|
+
componentvue_type_template_id_1ca3e97a_scoped_true_staticRenderFns,
|
|
116581
116590
|
false,
|
|
116582
116591
|
null,
|
|
116583
|
-
"
|
|
116592
|
+
"1ca3e97a",
|
|
116584
116593
|
null
|
|
116585
116594
|
|
|
116586
116595
|
)
|
|
@@ -116780,15 +116789,15 @@ var hnkj_Verify_widgetSetup_component = (0,componentNormalizer/* default */.Z)(
|
|
|
116780
116789
|
)
|
|
116781
116790
|
|
|
116782
116791
|
/* harmony default export */ const hnkj_Verify_widgetSetup = (hnkj_Verify_widgetSetup_component.exports);
|
|
116783
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/widgetDesign.vue?vue&type=template&id=
|
|
116784
|
-
var
|
|
116792
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/widgetDesign.vue?vue&type=template&id=f728cb92&scoped=true&
|
|
116793
|
+
var widgetDesignvue_type_template_id_f728cb92_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.widget)?_c('div',{class:("custom_form_item " + (_vm.widget.options.type === 'grid-verify' ? 'verify-style_grid_verify' : '')),style:({ height: _vm.widget.options.type === 'grid-verify' ? '100%' : (_vm.widget.options.height + 'px') })},[_c('a-form-model-item',{class:("verify-style_label_" + (_vm.widget.options.labelPosition)),attrs:{"colon":false,"label-col":_vm.labelCol,"wrapperCol":_vm.wrapperCol}},[_c('div',{class:[
|
|
116785
116794
|
_vm.config.align,
|
|
116786
116795
|
_vm.config.validate === true && _vm.widget.options.required === true
|
|
116787
116796
|
? 'is_required'
|
|
116788
116797
|
: 'no_required' ],style:({
|
|
116789
116798
|
color: _vm.config.color,
|
|
116790
|
-
}),attrs:{"slot":"label"},slot:"label"},[_vm._v(" "+_vm._s(_vm.widget.name)+" ")]),_c('div',{staticClass:"verify-com"},[_c('div',{staticClass:"verify-text"},[_c('a-textarea',{staticStyle:{"width":"100%"},attrs:{"name":"","id":"","rows":"2","placeholder":_vm.widget.options.placeholder,"disabled":"","resize":"false"}})],1),_c('div',{staticClass:"verify-option"},[_c('div',[_c('span',[_vm._v(_vm._s(_vm.widget.options.operation))]),_c('a-input',{attrs:{"disabled":""}})],1),_c('div',[_c('span',[_vm._v(_vm._s(_vm.widget.options.operator))]),_c('a-input',{attrs:{"disabled":""}})],1),_c('div',[_c('span',[_vm._v(_vm._s(_vm.widget.options.operationTime))]),_c('a-input',{attrs:{"disabled":""}})],1)])])])],1):_vm._e()}
|
|
116791
|
-
var
|
|
116799
|
+
}),attrs:{"slot":"label"},slot:"label"},[_vm._v(" "+_vm._s(_vm.widget.name)+" ")]),_c('div',{staticClass:"verify-com"},[_c('div',{staticClass:"verify-text"},[_c('a-textarea',{staticStyle:{"width":"100%","resize":"none"},attrs:{"name":"","id":"","rows":"2","placeholder":_vm.widget.options.placeholder,"disabled":"","resize":"false"}})],1),_c('div',{staticClass:"verify-option"},[_c('div',[_c('span',[_vm._v(_vm._s(_vm.widget.options.operation))]),_c('a-input',{attrs:{"disabled":""}})],1),_c('div',[_c('span',[_vm._v(_vm._s(_vm.widget.options.operator))]),_c('a-input',{attrs:{"disabled":""}})],1),_c('div',[_c('span',[_vm._v(_vm._s(_vm.widget.options.operationTime))]),_c('a-input',{attrs:{"disabled":""}})],1)])])])],1):_vm._e()}
|
|
116800
|
+
var widgetDesignvue_type_template_id_f728cb92_scoped_true_staticRenderFns = []
|
|
116792
116801
|
|
|
116793
116802
|
|
|
116794
116803
|
;// CONCATENATED MODULE: ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.3.0@babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/widgetDesign.vue?vue&type=script&lang=js&
|
|
@@ -116872,10 +116881,10 @@ var widgetDesignvue_type_template_id_67b91002_scoped_true_staticRenderFns = []
|
|
|
116872
116881
|
});
|
|
116873
116882
|
;// CONCATENATED MODULE: ./src/form/modules/components/AllComponent/hnkj/Verify/widgetDesign.vue?vue&type=script&lang=js&
|
|
116874
116883
|
/* harmony default export */ const AllComponent_hnkj_Verify_widgetDesignvue_type_script_lang_js_ = (hnkj_Verify_widgetDesignvue_type_script_lang_js_);
|
|
116875
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/widgetDesign.vue?vue&type=style&index=0&id=
|
|
116884
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/components/AllComponent/hnkj/Verify/widgetDesign.vue?vue&type=style&index=0&id=f728cb92&prod&lang=less&scoped=true&
|
|
116876
116885
|
// extracted by mini-css-extract-plugin
|
|
116877
116886
|
|
|
116878
|
-
;// CONCATENATED MODULE: ./src/form/modules/components/AllComponent/hnkj/Verify/widgetDesign.vue?vue&type=style&index=0&id=
|
|
116887
|
+
;// CONCATENATED MODULE: ./src/form/modules/components/AllComponent/hnkj/Verify/widgetDesign.vue?vue&type=style&index=0&id=f728cb92&prod&lang=less&scoped=true&
|
|
116879
116888
|
|
|
116880
116889
|
;// CONCATENATED MODULE: ./src/form/modules/components/AllComponent/hnkj/Verify/widgetDesign.vue
|
|
116881
116890
|
|
|
@@ -116888,11 +116897,11 @@ var widgetDesignvue_type_template_id_67b91002_scoped_true_staticRenderFns = []
|
|
|
116888
116897
|
|
|
116889
116898
|
var hnkj_Verify_widgetDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
116890
116899
|
AllComponent_hnkj_Verify_widgetDesignvue_type_script_lang_js_,
|
|
116891
|
-
|
|
116892
|
-
|
|
116900
|
+
widgetDesignvue_type_template_id_f728cb92_scoped_true_render,
|
|
116901
|
+
widgetDesignvue_type_template_id_f728cb92_scoped_true_staticRenderFns,
|
|
116893
116902
|
false,
|
|
116894
116903
|
null,
|
|
116895
|
-
"
|
|
116904
|
+
"f728cb92",
|
|
116896
116905
|
null
|
|
116897
116906
|
|
|
116898
116907
|
)
|
|
@@ -117200,7 +117209,7 @@ const HnKjTypes = config.map(item => item.type);
|
|
|
117200
117209
|
|
|
117201
117210
|
/***/ }),
|
|
117202
117211
|
|
|
117203
|
-
/***/
|
|
117212
|
+
/***/ 767:
|
|
117204
117213
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
117205
117214
|
|
|
117206
117215
|
"use strict";
|
|
@@ -139482,7 +139491,7 @@ var CorrectionItemvue_type_template_id_6fe27568_scoped_true_staticRenderFns = []
|
|
|
139482
139491
|
|
|
139483
139492
|
|
|
139484
139493
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 884 modules
|
|
139485
|
-
var components = __webpack_require__(
|
|
139494
|
+
var components = __webpack_require__(6137);
|
|
139486
139495
|
;// CONCATENATED MODULE: ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.3.0@babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/common/Modals/CorrectionItem.vue?vue&type=script&lang=js&
|
|
139487
139496
|
//
|
|
139488
139497
|
//
|
|
@@ -141403,9 +141412,9 @@ var vuedraggable_umd_default = /*#__PURE__*/__webpack_require__.n(vuedraggable_u
|
|
|
141403
141412
|
// EXTERNAL MODULE: ./src/api/manage.js
|
|
141404
141413
|
var manage = __webpack_require__(1474);
|
|
141405
141414
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 884 modules
|
|
141406
|
-
var components = __webpack_require__(
|
|
141415
|
+
var components = __webpack_require__(6137);
|
|
141407
141416
|
// EXTERNAL MODULE: ./src/form/util/Bus.js
|
|
141408
|
-
var Bus = __webpack_require__(
|
|
141417
|
+
var Bus = __webpack_require__(767);
|
|
141409
141418
|
// EXTERNAL MODULE: ./src/form/modules/config/hnkj.js
|
|
141410
141419
|
var hnkj = __webpack_require__(4105);
|
|
141411
141420
|
;// CONCATENATED MODULE: ./node_modules/_thread-loader@3.0.4@thread-loader/dist/cjs.js!./node_modules/_babel-loader@8.3.0@babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/widgetFormItem.vue?vue&type=script&lang=js&
|
|
@@ -145929,7 +145938,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
|
145929
145938
|
/***/ ((module) => {
|
|
145930
145939
|
|
|
145931
145940
|
"use strict";
|
|
145932
|
-
module.exports = {"i8":"1.1.
|
|
145941
|
+
module.exports = {"i8":"1.1.270"};
|
|
145933
145942
|
|
|
145934
145943
|
/***/ })
|
|
145935
145944
|
|
|
@@ -149231,7 +149240,7 @@ var es_array_sort = __webpack_require__(8284);
|
|
|
149231
149240
|
// EXTERNAL MODULE: ./src/form/util/util.js
|
|
149232
149241
|
var util = __webpack_require__(6955);
|
|
149233
149242
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 884 modules
|
|
149234
|
-
var components = __webpack_require__(
|
|
149243
|
+
var components = __webpack_require__(6137);
|
|
149235
149244
|
// EXTERNAL MODULE: ./src/api/manage.js
|
|
149236
149245
|
var manage = __webpack_require__(1474);
|
|
149237
149246
|
// EXTERNAL MODULE: ./src/form/modules/widgetFormItem.vue + 6 modules
|
|
@@ -150145,8 +150154,8 @@ var widgetConfigvue_type_template_id_1f57611e_scoped_true_render = function () {
|
|
|
150145
150154
|
var widgetConfigvue_type_template_id_1f57611e_scoped_true_staticRenderFns = []
|
|
150146
150155
|
|
|
150147
150156
|
|
|
150148
|
-
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/widgetPublicConfig.vue?vue&type=template&id=
|
|
150149
|
-
var
|
|
150157
|
+
;// CONCATENATED MODULE: ./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/widgetPublicConfig.vue?vue&type=template&id=3649c897&scoped=true&
|
|
150158
|
+
var widgetPublicConfigvue_type_template_id_3649c897_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"form"},[_c('a-form-model',[_c('a-form-model-item',{ref:"title",attrs:{"label":"标题"}},[_c('a-input',{model:{value:(_vm.widget.name),callback:function ($$v) {_vm.$set(_vm.widget, "name", $$v)},expression:"widget.name"}})],1),_c('a-form-model-item',{attrs:{"label":"标签宽度","prop":"title"}},[_c('a-input-number',{attrs:{"placeholder":"auto"},model:{value:(_vm.widget.options.labelWidth),callback:function ($$v) {_vm.$set(_vm.widget.options, "labelWidth", $$v)},expression:"widget.options.labelWidth"}})],1),_c('a-form-model-item',{attrs:{"label":"高度","prop":"title"}},[_c('a-input-number',{attrs:{"placeholder":"auto"},model:{value:(_vm.widget.options.height),callback:function ($$v) {_vm.$set(_vm.widget.options, "height", $$v)},expression:"widget.options.height"}})],1),(_vm.widget.type === 'select')?_c('a-form-model-item',{ref:"bg_bgc",attrs:{"label":"背景颜色","prop":"bgcolor"}},[_c('colorPicker',{attrs:{"defaultColor":"#FFFFFF"},model:{value:(_vm.widget.options.bgColor),callback:function ($$v) {_vm.$set(_vm.widget.options, "bgColor", $$v)},expression:"widget.options.bgColor"}})],1):_vm._e(),(!['placeholder', 'responsibility'].includes(_vm.widget.type))?_c('a-form-model-item',{attrs:{"label":"组件无边框","prop":"title"}},[_c('a-switch',{model:{value:(_vm.widget.options.noBorder),callback:function ($$v) {_vm.$set(_vm.widget.options, "noBorder", $$v)},expression:"widget.options.noBorder"}})],1):_vm._e(),(['input', 'textarea'].includes(_vm.widget.type))?_c('div',[_c('a-form-model-item',{ref:"bgc",attrs:{"label":"字体颜色","prop":"labelwordcolor"}},[_c('colorPicker',{staticStyle:{"z-index":"3"},attrs:{"defaultColor":"#000000"},model:{value:(_vm.widget.options.fontColor),callback:function ($$v) {_vm.$set(_vm.widget.options, "fontColor", $$v)},expression:"widget.options.fontColor"}})],1),_c('a-form-model-item',{ref:"bg_bgc",attrs:{"label":"背景颜色","prop":"bgcolor"}},[_c('colorPicker',{attrs:{"defaultColor":"#FFFFFF"},model:{value:(_vm.widget.options.bgColor),callback:function ($$v) {_vm.$set(_vm.widget.options, "bgColor", $$v)},expression:"widget.options.bgColor"}})],1),_c('a-form-model-item',{attrs:{"label":"字体类型","prop":"title"}},[_c('a-select',{attrs:{"placeholder":"请选择字体"},model:{value:(_vm.widget.options.fontFamily),callback:function ($$v) {_vm.$set(_vm.widget.options, "fontFamily", $$v)},expression:"widget.options.fontFamily"}},_vm._l((_vm.fontNames),function(item,idx){return _c('a-select-option',{key:idx,attrs:{"value":item}},[_vm._v(" "+_vm._s(item)+" ")])}),1)],1)],1):_vm._e(),(_vm.widget.type == 'codeControl')?_c('a-form-model-item',{attrs:{"label":"默认值"}},[_c('a-input',{attrs:{"disabled":""},model:{value:(_vm.widget.key),callback:function ($$v) {_vm.$set(_vm.widget, "key", $$v)},expression:"widget.key"}})],1):_vm._e(),(!_vm.seatList.includes(_vm.widget.type))?_c('a-form-model-item',{attrs:{"label":"占位内容"}},[_c('a-input',{model:{value:(_vm.widget.options.placeholder),callback:function ($$v) {_vm.$set(_vm.widget.options, "placeholder", $$v)},expression:"widget.options.placeholder"}})],1):_vm._e(),(_vm.widget.type == 'superLink')?_c('a-form-model-item',{attrs:{"label":"超链接名称"}},[_c('a-input',{model:{value:(_vm.widget.options.title),callback:function ($$v) {_vm.$set(_vm.widget.options, "title", $$v)},expression:"widget.options.title"}})],1):_vm._e(),_vm._t("default"),(['input', 'textarea', 'number', 'date'].includes(_vm.widget.type))?[_c('a-form-model-item',{attrs:{"label":"公式联动"}},[_c('warp-formula-edit',{attrs:{"datalist":_vm.datalist,"widget":_vm.widget}})],1)]:_vm._e(),(!['dataTable'].includes(_vm.widget.type))?_c('a-form-model-item',{attrs:{"label":"数据操作类型"}},[_c('a-select',{attrs:{"placeholder":"默认覆盖"},model:{value:(_vm.widget.options.zhuijiaType),callback:function ($$v) {_vm.$set(_vm.widget.options, "zhuijiaType", $$v)},expression:"widget.options.zhuijiaType"}},[_c('a-select-option',{attrs:{"value":"1"}},[_vm._v("覆盖")]),_c('a-select-option',{attrs:{"value":"2"}},[_vm._v("追加")])],1)],1):_vm._e(),(_vm.$route.query.jghsj === '1')?_c('a-form-model-item',{attrs:{"label":"选择入库唯一key"}},[_c('a-switch',{model:{value:(_vm.widget.isJghsjKey),callback:function ($$v) {_vm.$set(_vm.widget, "isJghsjKey", $$v)},expression:"widget.isJghsjKey"}})],1):_vm._e(),(_vm.$route.query.jghsj === '1' && _vm.widget.isJghsjKey)?_c('a-form-model-item',{attrs:{"label":"唯一key"}},[_c('a-select',{model:{value:(_vm.widget.model),callback:function ($$v) {_vm.$set(_vm.widget, "model", $$v)},expression:"widget.model"}},_vm._l((_vm.filedNameList),function(item){return _c('a-select-option',{key:item.field_name,attrs:{"value":item.field_name,"title":item.field_name_value}},[_vm._v(" "+_vm._s(item.field_name_value)+" ")])}),1)],1):_c('a-form-model-item',{attrs:{"label":"唯一key"}},[_c('a-input',{model:{value:(_vm.widget.model),callback:function ($$v) {_vm.$set(_vm.widget, "model", $$v)},expression:"widget.model"}})],1),(
|
|
150150
150159
|
_vm.widget.options && Object.keys(_vm.widget.options).indexOf('multiple') >= 0 && !_vm.excludeMultipleList.includes(_vm.widget.type)
|
|
150151
150160
|
)?_c('a-form-model-item',{attrs:{"label":"是否多选"}},[_c('a-switch',{model:{value:(_vm.widget.options.multiple),callback:function ($$v) {_vm.$set(_vm.widget.options, "multiple", $$v)},expression:"widget.options.multiple"}})],1):_vm._e(),(
|
|
150152
150161
|
_vm.widget.type != 'verify' &&
|
|
@@ -150154,7 +150163,7 @@ var widgetPublicConfigvue_type_template_id_125e0f8d_scoped_true_render = functio
|
|
|
150154
150163
|
_vm.widget.type != 'table' &&
|
|
150155
150164
|
_vm.widget.type != 'responsibility' &&
|
|
150156
150165
|
_vm.widget.type != 'placeholder' && _vm.widget.type != 'hnkj-nameSignature' && _vm.widget.type != 'hnkj-sealSignature' &&
|
|
150157
|
-
_vm.widget.type != 'dataTable'
|
|
150166
|
+
_vm.widget.type != 'dataTable' && _vm.widget.type != 'hnkj-verify'
|
|
150158
150167
|
)?_c('a-form-model-item',{attrs:{"label":"操作属性:"}},[(
|
|
150159
150168
|
_vm.widget.options &&
|
|
150160
150169
|
Object.keys(_vm.widget.options).indexOf('canCorrect') >= 0
|
|
@@ -150189,12 +150198,12 @@ var widgetPublicConfigvue_type_template_id_125e0f8d_scoped_true_render = functio
|
|
|
150189
150198
|
)?_c('a-select',{staticStyle:{"width":"100%"},attrs:{"show-search":"","filter-option":_vm.searchDataType},model:{value:(_vm.widget.options.dataType),callback:function ($$v) {_vm.$set(_vm.widget.options, "dataType", $$v)},expression:"widget.options.dataType"}},[_c('a-select-option',{attrs:{"name":"字符串","value":"string"}},[_vm._v("字符串")]),_c('a-select-option',{attrs:{"name":"URL地址","value":"url"}},[_vm._v("URL地址")]),_c('a-select-option',{attrs:{"name":"邮箱地址","value":"email"}},[_vm._v("邮箱地址")]),(_vm.regularCheckDicts.length > 0)?_vm._l((_vm.regularCheckDicts),function(regular,idx){return _c('a-select-option',{key:idx,attrs:{"name":regular.title,"value":'regular__' + regular.value}},[_vm._v(_vm._s(regular.title))])}):_vm._e()],2):_vm._e(),(
|
|
150190
150199
|
_vm.widget.options &&
|
|
150191
150200
|
Object.keys(_vm.widget.options).indexOf('pattern') >= 0
|
|
150192
|
-
)?_c('div',[(_vm.widget.type !== 'dataTable')?_c('a-input',{staticStyle:{"width":"100%"},attrs:{"disabled":String(_vm.widget.options.dataType).startsWith('regular__'),"placeholder":"填写正则表达式"},model:{value:(_vm.widget.options.pattern),callback:function ($$v) {_vm.$set(_vm.widget.options, "pattern", $$v)},expression:"widget.options.pattern"}}):_vm._e(),_c('a-input',{directives:[{name:"show",rawName:"v-show",value:(_vm.widget.options.pattern),expression:"widget.options.pattern"}],staticStyle:{"width":"100%"},attrs:{"placeholder":"请填写错误提示"},on:{"blur":_vm.valideError},model:{value:(_vm.widget.options.patternError),callback:function ($$v) {_vm.$set(_vm.widget.options, "patternError", $$v)},expression:"widget.options.patternError"}})],1):_vm._e()],1):_vm._e()],2)],1)}
|
|
150193
|
-
var
|
|
150201
|
+
)?_c('div',[(_vm.widget.type !== 'dataTable' && _vm.widget.type != 'hnkj-verify')?_c('a-input',{staticStyle:{"width":"100%"},attrs:{"disabled":String(_vm.widget.options.dataType).startsWith('regular__'),"placeholder":"填写正则表达式"},model:{value:(_vm.widget.options.pattern),callback:function ($$v) {_vm.$set(_vm.widget.options, "pattern", $$v)},expression:"widget.options.pattern"}}):_vm._e(),_c('a-input',{directives:[{name:"show",rawName:"v-show",value:(_vm.widget.options.pattern),expression:"widget.options.pattern"}],staticStyle:{"width":"100%"},attrs:{"placeholder":"请填写错误提示"},on:{"blur":_vm.valideError},model:{value:(_vm.widget.options.patternError),callback:function ($$v) {_vm.$set(_vm.widget.options, "patternError", $$v)},expression:"widget.options.patternError"}})],1):_vm._e()],1):_vm._e()],2)],1)}
|
|
150202
|
+
var widgetPublicConfigvue_type_template_id_3649c897_scoped_true_staticRenderFns = []
|
|
150194
150203
|
|
|
150195
150204
|
|
|
150196
150205
|
// EXTERNAL MODULE: ./src/form/util/Bus.js
|
|
150197
|
-
var Bus = __webpack_require__(
|
|
150206
|
+
var Bus = __webpack_require__(767);
|
|
150198
150207
|
;// CONCATENATED MODULE: ./src/form/util/index.js
|
|
150199
150208
|
|
|
150200
150209
|
const loadJs = url => {
|
|
@@ -150873,10 +150882,10 @@ const fontNames = ["黑体", "仿宋", "楷体", "标楷体", "华文仿宋", "
|
|
|
150873
150882
|
});
|
|
150874
150883
|
;// CONCATENATED MODULE: ./src/form/modules/widgetPublicConfig.vue?vue&type=script&lang=js&
|
|
150875
150884
|
/* harmony default export */ const modules_widgetPublicConfigvue_type_script_lang_js_ = (widgetPublicConfigvue_type_script_lang_js_);
|
|
150876
|
-
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/widgetPublicConfig.vue?vue&type=style&index=0&id=
|
|
150885
|
+
;// CONCATENATED MODULE: ./node_modules/_mini-css-extract-plugin@2.7.5@mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/_css-loader@6.7.3@css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/loaders/stylePostLoader.js!./node_modules/_postcss-loader@6.2.1@postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/_less-loader@5.0.0@less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/_vue-loader@15.10.1@vue-loader/lib/index.js??vue-loader-options!./src/form/modules/widgetPublicConfig.vue?vue&type=style&index=0&id=3649c897&prod&lang=less&scoped=true&
|
|
150877
150886
|
// extracted by mini-css-extract-plugin
|
|
150878
150887
|
|
|
150879
|
-
;// CONCATENATED MODULE: ./src/form/modules/widgetPublicConfig.vue?vue&type=style&index=0&id=
|
|
150888
|
+
;// CONCATENATED MODULE: ./src/form/modules/widgetPublicConfig.vue?vue&type=style&index=0&id=3649c897&prod&lang=less&scoped=true&
|
|
150880
150889
|
|
|
150881
150890
|
;// CONCATENATED MODULE: ./src/form/modules/widgetPublicConfig.vue
|
|
150882
150891
|
|
|
@@ -150889,11 +150898,11 @@ const fontNames = ["黑体", "仿宋", "楷体", "标楷体", "华文仿宋", "
|
|
|
150889
150898
|
|
|
150890
150899
|
var widgetPublicConfig_component = (0,componentNormalizer/* default */.Z)(
|
|
150891
150900
|
modules_widgetPublicConfigvue_type_script_lang_js_,
|
|
150892
|
-
|
|
150893
|
-
|
|
150901
|
+
widgetPublicConfigvue_type_template_id_3649c897_scoped_true_render,
|
|
150902
|
+
widgetPublicConfigvue_type_template_id_3649c897_scoped_true_staticRenderFns,
|
|
150894
150903
|
false,
|
|
150895
150904
|
null,
|
|
150896
|
-
"
|
|
150905
|
+
"3649c897",
|
|
150897
150906
|
null
|
|
150898
150907
|
|
|
150899
150908
|
)
|