@zscreate/form-component 1.1.269 → 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 +85 -75
- 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);
|
|
@@ -77060,7 +77060,7 @@ module.exports = {
|
|
|
77060
77060
|
|
|
77061
77061
|
/***/ }),
|
|
77062
77062
|
|
|
77063
|
-
/***/
|
|
77063
|
+
/***/ 6137:
|
|
77064
77064
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
77065
77065
|
|
|
77066
77066
|
"use strict";
|
|
@@ -78563,13 +78563,13 @@ var defaultValueWithSql_component = (0,componentNormalizer/* default */.Z)(
|
|
|
78563
78563
|
)
|
|
78564
78564
|
|
|
78565
78565
|
/* harmony default export */ const defaultValueWithSql = (defaultValueWithSql_component.exports);
|
|
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=
|
|
78567
|
-
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":{
|
|
78568
78568
|
selectedRowKeys: _vm.selectedRowKeys,
|
|
78569
78569
|
onChange: _vm.onSelectChange,
|
|
78570
78570
|
type: 'radio'
|
|
78571
78571
|
}},on:{"change":_vm.handleTableChange}})],1)])],1)])}
|
|
78572
|
-
var
|
|
78572
|
+
var datasetManagementvue_type_template_id_a6036fb4_scoped_true_staticRenderFns = []
|
|
78573
78573
|
|
|
78574
78574
|
|
|
78575
78575
|
// EXTERNAL MODULE: ./src/utils/util.js
|
|
@@ -78984,6 +78984,7 @@ const JeecgListMixin = {
|
|
|
78984
78984
|
//
|
|
78985
78985
|
//
|
|
78986
78986
|
//
|
|
78987
|
+
//
|
|
78987
78988
|
|
|
78988
78989
|
|
|
78989
78990
|
|
|
@@ -79082,12 +79083,16 @@ const JeecgListMixin = {
|
|
|
79082
79083
|
},
|
|
79083
79084
|
// 确认选择
|
|
79084
79085
|
handleOk() {
|
|
79086
|
+
debugger;
|
|
79085
79087
|
this.$emit("setDateOk", {
|
|
79086
79088
|
querySql: this.selectedRowKeys[0],
|
|
79087
79089
|
typeCode: this.classificationActived
|
|
79088
79090
|
});
|
|
79089
79091
|
this.handleCancel();
|
|
79090
79092
|
},
|
|
79093
|
+
clearSelected() {
|
|
79094
|
+
this.selectedRowKeys = [''];
|
|
79095
|
+
},
|
|
79091
79096
|
// 关闭弹框
|
|
79092
79097
|
handleCancel() {
|
|
79093
79098
|
this.visible = false;
|
|
@@ -79218,10 +79223,10 @@ const JeecgListMixin = {
|
|
|
79218
79223
|
});
|
|
79219
79224
|
;// CONCATENATED MODULE: ./src/form/modules/common/Modals/datasetManagement.vue?vue&type=script&lang=js&
|
|
79220
79225
|
/* harmony default export */ const Modals_datasetManagementvue_type_script_lang_js_ = (datasetManagementvue_type_script_lang_js_);
|
|
79221
|
-
;// 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&
|
|
79222
79227
|
// extracted by mini-css-extract-plugin
|
|
79223
79228
|
|
|
79224
|
-
;// 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&
|
|
79225
79230
|
|
|
79226
79231
|
;// CONCATENATED MODULE: ./src/form/modules/common/Modals/datasetManagement.vue
|
|
79227
79232
|
|
|
@@ -79234,18 +79239,18 @@ const JeecgListMixin = {
|
|
|
79234
79239
|
|
|
79235
79240
|
var datasetManagement_component = (0,componentNormalizer/* default */.Z)(
|
|
79236
79241
|
Modals_datasetManagementvue_type_script_lang_js_,
|
|
79237
|
-
|
|
79238
|
-
|
|
79242
|
+
datasetManagementvue_type_template_id_a6036fb4_scoped_true_render,
|
|
79243
|
+
datasetManagementvue_type_template_id_a6036fb4_scoped_true_staticRenderFns,
|
|
79239
79244
|
false,
|
|
79240
79245
|
null,
|
|
79241
|
-
"
|
|
79246
|
+
"a6036fb4",
|
|
79242
79247
|
null
|
|
79243
79248
|
|
|
79244
79249
|
)
|
|
79245
79250
|
|
|
79246
79251
|
/* harmony default export */ const datasetManagement = (datasetManagement_component.exports);
|
|
79247
79252
|
// EXTERNAL MODULE: ./src/form/util/Bus.js
|
|
79248
|
-
var Bus = __webpack_require__(
|
|
79253
|
+
var Bus = __webpack_require__(767);
|
|
79249
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&
|
|
79250
79255
|
//
|
|
79251
79256
|
//
|
|
@@ -80808,16 +80813,16 @@ var Table_component_component = (0,componentNormalizer/* default */.Z)(
|
|
|
80808
80813
|
)
|
|
80809
80814
|
|
|
80810
80815
|
/* harmony default export */ const Table_component = (Table_component_component.exports);
|
|
80811
|
-
;// 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=
|
|
80812
|
-
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),(
|
|
80813
80818
|
_vm.widget.options &&
|
|
80814
80819
|
Object.keys(_vm.widget.options).indexOf('inline') >= 0 &&
|
|
80815
80820
|
_vm.widget.options.inline == false
|
|
80816
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(),(
|
|
80817
80822
|
_vm.widget.options.inline == false &&
|
|
80818
80823
|
_vm.widget.options.layoutModel == 'design'
|
|
80819
|
-
)?[_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()
|
|
80820
|
-
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 = []
|
|
80821
80826
|
|
|
80822
80827
|
|
|
80823
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&
|
|
@@ -81058,6 +81063,9 @@ var widgetSetupvue_type_template_id_061862e0_scoped_true_staticRenderFns = []
|
|
|
81058
81063
|
}
|
|
81059
81064
|
},
|
|
81060
81065
|
methods: {
|
|
81066
|
+
handleGroupChange(e) {
|
|
81067
|
+
this.widget.options.source = e.target.value;
|
|
81068
|
+
},
|
|
81061
81069
|
handleChange(selectedItems) {
|
|
81062
81070
|
this.widget.options.computingMethod = selectedItems;
|
|
81063
81071
|
},
|
|
@@ -81088,10 +81096,10 @@ var widgetSetupvue_type_template_id_061862e0_scoped_true_staticRenderFns = []
|
|
|
81088
81096
|
});
|
|
81089
81097
|
;// CONCATENATED MODULE: ./src/form/modules/components/Table/widgetSetup.vue?vue&type=script&lang=js&
|
|
81090
81098
|
/* harmony default export */ const components_Table_widgetSetupvue_type_script_lang_js_ = (Table_widgetSetupvue_type_script_lang_js_);
|
|
81091
|
-
;// 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&
|
|
81092
81100
|
// extracted by mini-css-extract-plugin
|
|
81093
81101
|
|
|
81094
|
-
;// 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&
|
|
81095
81103
|
|
|
81096
81104
|
;// CONCATENATED MODULE: ./src/form/modules/components/Table/widgetSetup.vue
|
|
81097
81105
|
|
|
@@ -81104,11 +81112,11 @@ var widgetSetupvue_type_template_id_061862e0_scoped_true_staticRenderFns = []
|
|
|
81104
81112
|
|
|
81105
81113
|
var Table_widgetSetup_component = (0,componentNormalizer/* default */.Z)(
|
|
81106
81114
|
components_Table_widgetSetupvue_type_script_lang_js_,
|
|
81107
|
-
|
|
81108
|
-
|
|
81115
|
+
widgetSetupvue_type_template_id_765abcc4_scoped_true_render,
|
|
81116
|
+
widgetSetupvue_type_template_id_765abcc4_scoped_true_staticRenderFns,
|
|
81109
81117
|
false,
|
|
81110
81118
|
null,
|
|
81111
|
-
"
|
|
81119
|
+
"765abcc4",
|
|
81112
81120
|
null
|
|
81113
81121
|
|
|
81114
81122
|
)
|
|
@@ -82049,17 +82057,18 @@ var Textarea_widgetSetup_component = (0,componentNormalizer/* default */.Z)(
|
|
|
82049
82057
|
)
|
|
82050
82058
|
|
|
82051
82059
|
/* harmony default export */ const Textarea_widgetSetup = (Textarea_widgetSetup_component.exports);
|
|
82052
|
-
;// 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=
|
|
82053
|
-
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:[
|
|
82054
82062
|
_vm.config.align,
|
|
82055
82063
|
_vm.config.validate === true && _vm.widget.options.required === true
|
|
82056
82064
|
? 'is_required'
|
|
82057
82065
|
: 'no_required' ],style:({
|
|
82058
82066
|
color:_vm.config.color,
|
|
82059
82067
|
}),attrs:{"slot":"label"},slot:"label"},[_vm._v(_vm._s(_vm.widget.name))]):_vm._e(),_c('a-textarea',{style:({
|
|
82060
|
-
height: _vm.widget.options.height - 10 + 'px'
|
|
82068
|
+
height: _vm.widget.options.height - 10 + 'px',
|
|
82069
|
+
resize: 'none',
|
|
82061
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()}
|
|
82062
|
-
var
|
|
82071
|
+
var widgetDesignvue_type_template_id_46f743f8_scoped_true_staticRenderFns = []
|
|
82063
82072
|
|
|
82064
82073
|
|
|
82065
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&
|
|
@@ -82098,6 +82107,7 @@ var widgetDesignvue_type_template_id_399c56d0_scoped_true_staticRenderFns = []
|
|
|
82098
82107
|
//
|
|
82099
82108
|
//
|
|
82100
82109
|
//
|
|
82110
|
+
//
|
|
82101
82111
|
|
|
82102
82112
|
|
|
82103
82113
|
/* harmony default export */ const Textarea_widgetDesignvue_type_script_lang_js_ = ({
|
|
@@ -82135,10 +82145,10 @@ var widgetDesignvue_type_template_id_399c56d0_scoped_true_staticRenderFns = []
|
|
|
82135
82145
|
});
|
|
82136
82146
|
;// CONCATENATED MODULE: ./src/form/modules/components/Textarea/widgetDesign.vue?vue&type=script&lang=js&
|
|
82137
82147
|
/* harmony default export */ const components_Textarea_widgetDesignvue_type_script_lang_js_ = (Textarea_widgetDesignvue_type_script_lang_js_);
|
|
82138
|
-
;// 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&
|
|
82139
82149
|
// extracted by mini-css-extract-plugin
|
|
82140
82150
|
|
|
82141
|
-
;// 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&
|
|
82142
82152
|
|
|
82143
82153
|
;// CONCATENATED MODULE: ./src/form/modules/components/Textarea/widgetDesign.vue
|
|
82144
82154
|
|
|
@@ -82151,11 +82161,11 @@ var widgetDesignvue_type_template_id_399c56d0_scoped_true_staticRenderFns = []
|
|
|
82151
82161
|
|
|
82152
82162
|
var Textarea_widgetDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
82153
82163
|
components_Textarea_widgetDesignvue_type_script_lang_js_,
|
|
82154
|
-
|
|
82155
|
-
|
|
82164
|
+
widgetDesignvue_type_template_id_46f743f8_scoped_true_render,
|
|
82165
|
+
widgetDesignvue_type_template_id_46f743f8_scoped_true_staticRenderFns,
|
|
82156
82166
|
false,
|
|
82157
82167
|
null,
|
|
82158
|
-
"
|
|
82168
|
+
"46f743f8",
|
|
82159
82169
|
null
|
|
82160
82170
|
|
|
82161
82171
|
)
|
|
@@ -86892,17 +86902,17 @@ var AllLayout_widgetDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
|
86892
86902
|
widgetSetup: AllLayout_widgetSetup,
|
|
86893
86903
|
widgetDesign: AllLayout_widgetDesign
|
|
86894
86904
|
});
|
|
86895
|
-
;// 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=
|
|
86896
|
-
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:[
|
|
86897
86907
|
_vm.config.align,
|
|
86898
86908
|
_vm.config.validate === true && _vm.widget.options.required === true
|
|
86899
86909
|
? 'is_required'
|
|
86900
|
-
: '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) {
|
|
86901
86911
|
return triggerNode.parentNode || _vm.document.body;
|
|
86902
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) {
|
|
86903
86913
|
return triggerNode.parentNode || _vm.document.body;
|
|
86904
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()}
|
|
86905
|
-
var
|
|
86915
|
+
var componentvue_type_template_id_3c753b98_scoped_true_staticRenderFns = []
|
|
86906
86916
|
|
|
86907
86917
|
|
|
86908
86918
|
// EXTERNAL MODULE: ./node_modules/_core-js@3.30.2@core-js/modules/es.symbol.description.js
|
|
@@ -87532,10 +87542,10 @@ const Verify_componentvue_type_script_lang_js_layoutItem = () => Promise.resolve
|
|
|
87532
87542
|
});
|
|
87533
87543
|
;// CONCATENATED MODULE: ./src/form/modules/components/Verify/component.vue?vue&type=script&lang=js&
|
|
87534
87544
|
/* harmony default export */ const components_Verify_componentvue_type_script_lang_js_ = (Verify_componentvue_type_script_lang_js_);
|
|
87535
|
-
;// 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&
|
|
87536
87546
|
// extracted by mini-css-extract-plugin
|
|
87537
87547
|
|
|
87538
|
-
;// 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&
|
|
87539
87549
|
|
|
87540
87550
|
;// CONCATENATED MODULE: ./src/form/modules/components/Verify/component.vue
|
|
87541
87551
|
|
|
@@ -87548,11 +87558,11 @@ const Verify_componentvue_type_script_lang_js_layoutItem = () => Promise.resolve
|
|
|
87548
87558
|
|
|
87549
87559
|
var Verify_component_component = (0,componentNormalizer/* default */.Z)(
|
|
87550
87560
|
components_Verify_componentvue_type_script_lang_js_,
|
|
87551
|
-
|
|
87552
|
-
|
|
87561
|
+
componentvue_type_template_id_3c753b98_scoped_true_render,
|
|
87562
|
+
componentvue_type_template_id_3c753b98_scoped_true_staticRenderFns,
|
|
87553
87563
|
false,
|
|
87554
87564
|
null,
|
|
87555
|
-
"
|
|
87565
|
+
"3c753b98",
|
|
87556
87566
|
null
|
|
87557
87567
|
|
|
87558
87568
|
)
|
|
@@ -115863,18 +115873,18 @@ var RichEditor_widgetDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
|
115863
115873
|
widgetSetup: RichEditor_widgetSetup,
|
|
115864
115874
|
widgetDesign: RichEditor_widgetDesign
|
|
115865
115875
|
});
|
|
115866
|
-
;// 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=
|
|
115867
|
-
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:({
|
|
115868
115878
|
height: _vm.widget.options.type === 'grid-verify' ? '100%' : (_vm.widget.options.height * (_vm.verifyLogsList.length + 1) + 'px'),
|
|
115869
|
-
borderRight: _vm.widget.options.type === 'grid-verify' ? '1px solid #
|
|
115879
|
+
borderRight: _vm.widget.options.type === 'grid-verify' ? '1px solid #e6e6e6' : ''
|
|
115870
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:[
|
|
115871
115881
|
_vm.config.align,
|
|
115872
115882
|
_vm.config.validate === true && _vm.widget.options.required === true
|
|
115873
115883
|
? 'is_required'
|
|
115874
|
-
: '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) {
|
|
115875
115885
|
return triggerNode.parentNode || _vm.document.body;
|
|
115876
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()}
|
|
115877
|
-
var
|
|
115887
|
+
var componentvue_type_template_id_1ca3e97a_scoped_true_staticRenderFns = []
|
|
115878
115888
|
|
|
115879
115889
|
|
|
115880
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&
|
|
@@ -116543,7 +116553,7 @@ var TextArea_component = (0,componentNormalizer/* default */.Z)(
|
|
|
116543
116553
|
if (this.userSeal) {
|
|
116544
116554
|
let arr = this.suggest.find(item => item.value == val);
|
|
116545
116555
|
if (arr.description == "TIJIAO") {
|
|
116546
|
-
this.isShowBtn = true;
|
|
116556
|
+
if (!this.isShowSeal) this.isShowBtn = true;
|
|
116547
116557
|
} else {
|
|
116548
116558
|
this.isShowBtn = false;
|
|
116549
116559
|
this.isShowSeal = false;
|
|
@@ -116559,10 +116569,10 @@ var TextArea_component = (0,componentNormalizer/* default */.Z)(
|
|
|
116559
116569
|
});
|
|
116560
116570
|
;// CONCATENATED MODULE: ./src/form/modules/components/AllComponent/hnkj/Verify/component.vue?vue&type=script&lang=js&
|
|
116561
116571
|
/* harmony default export */ const AllComponent_hnkj_Verify_componentvue_type_script_lang_js_ = (hnkj_Verify_componentvue_type_script_lang_js_);
|
|
116562
|
-
;// 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&
|
|
116563
116573
|
// extracted by mini-css-extract-plugin
|
|
116564
116574
|
|
|
116565
|
-
;// 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&
|
|
116566
116576
|
|
|
116567
116577
|
;// CONCATENATED MODULE: ./src/form/modules/components/AllComponent/hnkj/Verify/component.vue
|
|
116568
116578
|
|
|
@@ -116575,11 +116585,11 @@ var TextArea_component = (0,componentNormalizer/* default */.Z)(
|
|
|
116575
116585
|
|
|
116576
116586
|
var hnkj_Verify_component_component = (0,componentNormalizer/* default */.Z)(
|
|
116577
116587
|
AllComponent_hnkj_Verify_componentvue_type_script_lang_js_,
|
|
116578
|
-
|
|
116579
|
-
|
|
116588
|
+
componentvue_type_template_id_1ca3e97a_scoped_true_render,
|
|
116589
|
+
componentvue_type_template_id_1ca3e97a_scoped_true_staticRenderFns,
|
|
116580
116590
|
false,
|
|
116581
116591
|
null,
|
|
116582
|
-
"
|
|
116592
|
+
"1ca3e97a",
|
|
116583
116593
|
null
|
|
116584
116594
|
|
|
116585
116595
|
)
|
|
@@ -116779,15 +116789,15 @@ var hnkj_Verify_widgetSetup_component = (0,componentNormalizer/* default */.Z)(
|
|
|
116779
116789
|
)
|
|
116780
116790
|
|
|
116781
116791
|
/* harmony default export */ const hnkj_Verify_widgetSetup = (hnkj_Verify_widgetSetup_component.exports);
|
|
116782
|
-
;// 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=
|
|
116783
|
-
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:[
|
|
116784
116794
|
_vm.config.align,
|
|
116785
116795
|
_vm.config.validate === true && _vm.widget.options.required === true
|
|
116786
116796
|
? 'is_required'
|
|
116787
116797
|
: 'no_required' ],style:({
|
|
116788
116798
|
color: _vm.config.color,
|
|
116789
|
-
}),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()}
|
|
116790
|
-
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 = []
|
|
116791
116801
|
|
|
116792
116802
|
|
|
116793
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&
|
|
@@ -116871,10 +116881,10 @@ var widgetDesignvue_type_template_id_67b91002_scoped_true_staticRenderFns = []
|
|
|
116871
116881
|
});
|
|
116872
116882
|
;// CONCATENATED MODULE: ./src/form/modules/components/AllComponent/hnkj/Verify/widgetDesign.vue?vue&type=script&lang=js&
|
|
116873
116883
|
/* harmony default export */ const AllComponent_hnkj_Verify_widgetDesignvue_type_script_lang_js_ = (hnkj_Verify_widgetDesignvue_type_script_lang_js_);
|
|
116874
|
-
;// 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&
|
|
116875
116885
|
// extracted by mini-css-extract-plugin
|
|
116876
116886
|
|
|
116877
|
-
;// 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&
|
|
116878
116888
|
|
|
116879
116889
|
;// CONCATENATED MODULE: ./src/form/modules/components/AllComponent/hnkj/Verify/widgetDesign.vue
|
|
116880
116890
|
|
|
@@ -116887,11 +116897,11 @@ var widgetDesignvue_type_template_id_67b91002_scoped_true_staticRenderFns = []
|
|
|
116887
116897
|
|
|
116888
116898
|
var hnkj_Verify_widgetDesign_component = (0,componentNormalizer/* default */.Z)(
|
|
116889
116899
|
AllComponent_hnkj_Verify_widgetDesignvue_type_script_lang_js_,
|
|
116890
|
-
|
|
116891
|
-
|
|
116900
|
+
widgetDesignvue_type_template_id_f728cb92_scoped_true_render,
|
|
116901
|
+
widgetDesignvue_type_template_id_f728cb92_scoped_true_staticRenderFns,
|
|
116892
116902
|
false,
|
|
116893
116903
|
null,
|
|
116894
|
-
"
|
|
116904
|
+
"f728cb92",
|
|
116895
116905
|
null
|
|
116896
116906
|
|
|
116897
116907
|
)
|
|
@@ -117199,7 +117209,7 @@ const HnKjTypes = config.map(item => item.type);
|
|
|
117199
117209
|
|
|
117200
117210
|
/***/ }),
|
|
117201
117211
|
|
|
117202
|
-
/***/
|
|
117212
|
+
/***/ 767:
|
|
117203
117213
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
117204
117214
|
|
|
117205
117215
|
"use strict";
|
|
@@ -139481,7 +139491,7 @@ var CorrectionItemvue_type_template_id_6fe27568_scoped_true_staticRenderFns = []
|
|
|
139481
139491
|
|
|
139482
139492
|
|
|
139483
139493
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 884 modules
|
|
139484
|
-
var components = __webpack_require__(
|
|
139494
|
+
var components = __webpack_require__(6137);
|
|
139485
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&
|
|
139486
139496
|
//
|
|
139487
139497
|
//
|
|
@@ -141402,9 +141412,9 @@ var vuedraggable_umd_default = /*#__PURE__*/__webpack_require__.n(vuedraggable_u
|
|
|
141402
141412
|
// EXTERNAL MODULE: ./src/api/manage.js
|
|
141403
141413
|
var manage = __webpack_require__(1474);
|
|
141404
141414
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 884 modules
|
|
141405
|
-
var components = __webpack_require__(
|
|
141415
|
+
var components = __webpack_require__(6137);
|
|
141406
141416
|
// EXTERNAL MODULE: ./src/form/util/Bus.js
|
|
141407
|
-
var Bus = __webpack_require__(
|
|
141417
|
+
var Bus = __webpack_require__(767);
|
|
141408
141418
|
// EXTERNAL MODULE: ./src/form/modules/config/hnkj.js
|
|
141409
141419
|
var hnkj = __webpack_require__(4105);
|
|
141410
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&
|
|
@@ -145928,7 +145938,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
|
145928
145938
|
/***/ ((module) => {
|
|
145929
145939
|
|
|
145930
145940
|
"use strict";
|
|
145931
|
-
module.exports = {"i8":"1.1.
|
|
145941
|
+
module.exports = {"i8":"1.1.270"};
|
|
145932
145942
|
|
|
145933
145943
|
/***/ })
|
|
145934
145944
|
|
|
@@ -149230,7 +149240,7 @@ var es_array_sort = __webpack_require__(8284);
|
|
|
149230
149240
|
// EXTERNAL MODULE: ./src/form/util/util.js
|
|
149231
149241
|
var util = __webpack_require__(6955);
|
|
149232
149242
|
// EXTERNAL MODULE: ./src/form/modules/components/index.js + 884 modules
|
|
149233
|
-
var components = __webpack_require__(
|
|
149243
|
+
var components = __webpack_require__(6137);
|
|
149234
149244
|
// EXTERNAL MODULE: ./src/api/manage.js
|
|
149235
149245
|
var manage = __webpack_require__(1474);
|
|
149236
149246
|
// EXTERNAL MODULE: ./src/form/modules/widgetFormItem.vue + 6 modules
|
|
@@ -150144,8 +150154,8 @@ var widgetConfigvue_type_template_id_1f57611e_scoped_true_render = function () {
|
|
|
150144
150154
|
var widgetConfigvue_type_template_id_1f57611e_scoped_true_staticRenderFns = []
|
|
150145
150155
|
|
|
150146
150156
|
|
|
150147
|
-
;// 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=
|
|
150148
|
-
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),(
|
|
150149
150159
|
_vm.widget.options && Object.keys(_vm.widget.options).indexOf('multiple') >= 0 && !_vm.excludeMultipleList.includes(_vm.widget.type)
|
|
150150
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(),(
|
|
150151
150161
|
_vm.widget.type != 'verify' &&
|
|
@@ -150153,7 +150163,7 @@ var widgetPublicConfigvue_type_template_id_125e0f8d_scoped_true_render = functio
|
|
|
150153
150163
|
_vm.widget.type != 'table' &&
|
|
150154
150164
|
_vm.widget.type != 'responsibility' &&
|
|
150155
150165
|
_vm.widget.type != 'placeholder' && _vm.widget.type != 'hnkj-nameSignature' && _vm.widget.type != 'hnkj-sealSignature' &&
|
|
150156
|
-
_vm.widget.type != 'dataTable'
|
|
150166
|
+
_vm.widget.type != 'dataTable' && _vm.widget.type != 'hnkj-verify'
|
|
150157
150167
|
)?_c('a-form-model-item',{attrs:{"label":"操作属性:"}},[(
|
|
150158
150168
|
_vm.widget.options &&
|
|
150159
150169
|
Object.keys(_vm.widget.options).indexOf('canCorrect') >= 0
|
|
@@ -150188,12 +150198,12 @@ var widgetPublicConfigvue_type_template_id_125e0f8d_scoped_true_render = functio
|
|
|
150188
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(),(
|
|
150189
150199
|
_vm.widget.options &&
|
|
150190
150200
|
Object.keys(_vm.widget.options).indexOf('pattern') >= 0
|
|
150191
|
-
)?_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)}
|
|
150192
|
-
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 = []
|
|
150193
150203
|
|
|
150194
150204
|
|
|
150195
150205
|
// EXTERNAL MODULE: ./src/form/util/Bus.js
|
|
150196
|
-
var Bus = __webpack_require__(
|
|
150206
|
+
var Bus = __webpack_require__(767);
|
|
150197
150207
|
;// CONCATENATED MODULE: ./src/form/util/index.js
|
|
150198
150208
|
|
|
150199
150209
|
const loadJs = url => {
|
|
@@ -150872,10 +150882,10 @@ const fontNames = ["黑体", "仿宋", "楷体", "标楷体", "华文仿宋", "
|
|
|
150872
150882
|
});
|
|
150873
150883
|
;// CONCATENATED MODULE: ./src/form/modules/widgetPublicConfig.vue?vue&type=script&lang=js&
|
|
150874
150884
|
/* harmony default export */ const modules_widgetPublicConfigvue_type_script_lang_js_ = (widgetPublicConfigvue_type_script_lang_js_);
|
|
150875
|
-
;// 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&
|
|
150876
150886
|
// extracted by mini-css-extract-plugin
|
|
150877
150887
|
|
|
150878
|
-
;// 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&
|
|
150879
150889
|
|
|
150880
150890
|
;// CONCATENATED MODULE: ./src/form/modules/widgetPublicConfig.vue
|
|
150881
150891
|
|
|
@@ -150888,11 +150898,11 @@ const fontNames = ["黑体", "仿宋", "楷体", "标楷体", "华文仿宋", "
|
|
|
150888
150898
|
|
|
150889
150899
|
var widgetPublicConfig_component = (0,componentNormalizer/* default */.Z)(
|
|
150890
150900
|
modules_widgetPublicConfigvue_type_script_lang_js_,
|
|
150891
|
-
|
|
150892
|
-
|
|
150901
|
+
widgetPublicConfigvue_type_template_id_3649c897_scoped_true_render,
|
|
150902
|
+
widgetPublicConfigvue_type_template_id_3649c897_scoped_true_staticRenderFns,
|
|
150893
150903
|
false,
|
|
150894
150904
|
null,
|
|
150895
|
-
"
|
|
150905
|
+
"3649c897",
|
|
150896
150906
|
null
|
|
150897
150907
|
|
|
150898
150908
|
)
|