hoeditor-web 2.0.93 → 2.0.96
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/lib/hoeditor.common.js +94 -85
- package/lib/hoeditor.css +1 -1
- package/lib/hoeditor.umd.js +94 -85
- package/lib/hoeditor.umd.min.js +3 -3
- package/package.json +1 -1
package/lib/hoeditor.common.js
CHANGED
|
@@ -9053,7 +9053,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
9053
9053
|
|
|
9054
9054
|
/***/ }),
|
|
9055
9055
|
|
|
9056
|
-
/***/
|
|
9056
|
+
/***/ 25425:
|
|
9057
9057
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
9058
9058
|
|
|
9059
9059
|
"use strict";
|
|
@@ -9065,8 +9065,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
9065
9065
|
"default": function() { return /* binding */ Poper; }
|
|
9066
9066
|
});
|
|
9067
9067
|
|
|
9068
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/popers/Poper.vue?vue&type=template&id=
|
|
9069
|
-
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.classSelected,style:(_vm.poperStyle),on:{"mouseenter":_vm.mouseenter,"mouseleave":_vm.mouseleave}},[_vm.
|
|
9068
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/popers/Poper.vue?vue&type=template&id=c961989a&
|
|
9069
|
+
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.classSelected,style:(_vm.poperStyle),on:{"mouseenter":_vm.mouseenter,"mouseleave":_vm.mouseleave}},[(_vm.svg)?_c('span',{class:_vm.classNames}):_vm._t("default"),(_vm.title && _vm.show)?_c('Title',{attrs:{"title":_vm.title,"styles":_vm.styles}}):_vm._e()],2)}
|
|
9070
9070
|
var staticRenderFns = []
|
|
9071
9071
|
|
|
9072
9072
|
|
|
@@ -9084,7 +9084,6 @@ var Title = __webpack_require__(40168);
|
|
|
9084
9084
|
//
|
|
9085
9085
|
//
|
|
9086
9086
|
//
|
|
9087
|
-
//
|
|
9088
9087
|
|
|
9089
9088
|
/* harmony default export */ var Popervue_type_script_lang_js_ = ({
|
|
9090
9089
|
name: 'Poper',
|
|
@@ -14288,7 +14287,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
14288
14287
|
|
|
14289
14288
|
/***/ }),
|
|
14290
14289
|
|
|
14291
|
-
/***/
|
|
14290
|
+
/***/ 97599:
|
|
14292
14291
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
14293
14292
|
|
|
14294
14293
|
"use strict";
|
|
@@ -14300,7 +14299,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
14300
14299
|
"default": function() { return /* binding */ UploadImageDialog; }
|
|
14301
14300
|
});
|
|
14302
14301
|
|
|
14303
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/upload/UploadImageDialog.vue?vue&type=template&id=
|
|
14302
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/upload/UploadImageDialog.vue?vue&type=template&id=7ab93c5e&scoped=true&
|
|
14304
14303
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.animationClassNames},[_c('header',{staticClass:"modal-title"},[_c('span',[_vm._v("上传图片")]),_c('i',{staticClass:"el-icon-close modal-title-close",on:{"click":_vm.handleClose}})]),_c('section',{staticClass:"modal-content"},[_c('ul',{staticClass:"control-list"},[_c('li',{staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("上传图片")]),_c('el-upload',{ref:"upload",staticClass:"upload-image",attrs:{"action":"","file-list":_vm.fileList,"show-file-list":false,"auto-upload":false,"on-change":_vm.uploadImage,"accept":"image/*"}},[_c('el-button',{attrs:{"size":"small"}},[_vm._v("选择图片")])],1)],1),_c('li',{staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("修改")]),_c('el-radio',{attrs:{"label":"w"},model:{value:(_vm.radio),callback:function ($$v) {_vm.radio=$$v},expression:"radio"}},[_vm._v("宽度")]),_c('el-radio',{attrs:{"label":"h"},model:{value:(_vm.radio),callback:function ($$v) {_vm.radio=$$v},expression:"radio"}},[_vm._v("高度")])],1),_c('li',{staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("图片宽度")]),_c('el-input',{attrs:{"disabled":_vm.radio == 'h',"size":"mini","placeholder":"设置插入后的图片宽度","maxlength":"20"},model:{value:(_vm.width),callback:function ($$v) {_vm.width=$$v},expression:"width"}})],1),_c('li',{staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("图片高度")]),_c('el-input',{attrs:{"disabled":_vm.radio == 'w',"size":"mini","placeholder":"设置插入后的图片高度","maxlength":"20"},model:{value:(_vm.height),callback:function ($$v) {_vm.height=$$v},expression:"height"}})],1),(_vm.uploadImageParams && _vm.uploadImageParams.uploadUrl)?[_c('li',{staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("图片格式")]),_c('el-radio',{attrs:{"label":false},model:{value:(_vm.upload),callback:function ($$v) {_vm.upload=$$v},expression:"upload"}},[_vm._v("生成base64")]),_c('el-radio',{attrs:{"label":true},model:{value:(_vm.upload),callback:function ($$v) {_vm.upload=$$v},expression:"upload"}},[_vm._v("上传到服务器")])],1)]:_vm._e(),(!_vm.upload)?[_c('li',{staticClass:"control-item"},[_c('span',{staticClass:"label"}),_c('el-checkbox',{model:{value:(_vm.compress),callback:function ($$v) {_vm.compress=$$v},expression:"compress"}},[_vm._v("是否按缩放后尺寸压缩图片")])],1),_c('li',{staticStyle:{"text-align":"left","padding":"0 0 0 10px","line-height":"20px"}},[_vm._v("图片初始大小:"+_vm._s((_vm.uploadImageUrl.length / 1024).toFixed(2))+" kb")]),_c('li',{staticStyle:{"text-align":"left","padding":"0 0 0 10px","line-height":"20px"}},[_vm._v("压缩后图片大小:"+_vm._s((_vm.imageUrl.length / 1024).toFixed(2))+" kb")]),_c('li',{staticStyle:{"text-align":"left","padding":"0 0 0 10px","line-height":"20px"}},[_vm._v("图片默认压缩为 jpeg 格式")])]:_vm._e(),_c('fieldset',{staticClass:"fieldset"},[_c('legend',[_vm._v("预 览")]),_c('div',{staticClass:"view-image"},[(_vm.imageUrl)?_c('img',{ref:"image",attrs:{"width":this.width,"src":_vm.imageUrl}}):_vm._e()])])],2)]),_c('footer',{staticClass:"ho-modal-footer"},[_c('el-button',{attrs:{"size":"small","loading":_vm.uploadLoading,"type":"primary"},on:{"click":_vm.sure}},[_vm._v(_vm._s(_vm.uploadLoading ? '正在上传。。。' : '上传'))]),_c('el-button',{staticStyle:{"margin-left":"30px"},attrs:{"size":"small"},on:{"click":_vm.handleClose}},[_vm._v("取消")])],1)])}
|
|
14305
14304
|
var staticRenderFns = []
|
|
14306
14305
|
|
|
@@ -14312,8 +14311,6 @@ var message_default = /*#__PURE__*/__webpack_require__.n(message);
|
|
|
14312
14311
|
var es_number_to_fixed = __webpack_require__(56977);
|
|
14313
14312
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.number.constructor.js
|
|
14314
14313
|
var es_number_constructor = __webpack_require__(9653);
|
|
14315
|
-
// EXTERNAL MODULE: ./node_modules/vue-property-decorator/lib/vue-property-decorator.js + 1 modules
|
|
14316
|
-
var vue_property_decorator = __webpack_require__(14391);
|
|
14317
14314
|
// EXTERNAL MODULE: ./src/plugins/ajax.ts
|
|
14318
14315
|
var ajax = __webpack_require__(6255);
|
|
14319
14316
|
// EXTERNAL MODULE: ./src/plugins/util.ts
|
|
@@ -14396,7 +14393,6 @@ var util = __webpack_require__(33913);
|
|
|
14396
14393
|
//
|
|
14397
14394
|
|
|
14398
14395
|
|
|
14399
|
-
|
|
14400
14396
|
/* harmony default export */ var UploadImageDialogvue_type_script_lang_js_ = ({
|
|
14401
14397
|
name: 'UploadImageDialog',
|
|
14402
14398
|
props: {
|
|
@@ -14616,10 +14612,10 @@ var util = __webpack_require__(33913);
|
|
|
14616
14612
|
});
|
|
14617
14613
|
;// CONCATENATED MODULE: ./src/components/controls/upload/UploadImageDialog.vue?vue&type=script&lang=js&
|
|
14618
14614
|
/* harmony default export */ var upload_UploadImageDialogvue_type_script_lang_js_ = (UploadImageDialogvue_type_script_lang_js_);
|
|
14619
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22[0].rules[0].use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22[0].rules[0].use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22[0].rules[0].use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/upload/UploadImageDialog.vue?vue&type=style&index=0&id=
|
|
14615
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22[0].rules[0].use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22[0].rules[0].use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22[0].rules[0].use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/upload/UploadImageDialog.vue?vue&type=style&index=0&id=7ab93c5e&lang=scss&scoped=true&
|
|
14620
14616
|
// extracted by mini-css-extract-plugin
|
|
14621
14617
|
|
|
14622
|
-
;// CONCATENATED MODULE: ./src/components/controls/upload/UploadImageDialog.vue?vue&type=style&index=0&id=
|
|
14618
|
+
;// CONCATENATED MODULE: ./src/components/controls/upload/UploadImageDialog.vue?vue&type=style&index=0&id=7ab93c5e&lang=scss&scoped=true&
|
|
14623
14619
|
|
|
14624
14620
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
14625
14621
|
var componentNormalizer = __webpack_require__(1001);
|
|
@@ -14638,7 +14634,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
14638
14634
|
staticRenderFns,
|
|
14639
14635
|
false,
|
|
14640
14636
|
null,
|
|
14641
|
-
"
|
|
14637
|
+
"7ab93c5e",
|
|
14642
14638
|
null
|
|
14643
14639
|
|
|
14644
14640
|
)
|
|
@@ -16360,7 +16356,7 @@ var commonParamList = new Map();
|
|
|
16360
16356
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
16361
16357
|
|
|
16362
16358
|
"use strict";
|
|
16363
|
-
/* harmony import */ var _Poper_vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
16359
|
+
/* harmony import */ var _Poper_vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25425);
|
|
16364
16360
|
|
|
16365
16361
|
/* harmony default export */ __webpack_exports__["Z"] = (_Poper_vue__WEBPACK_IMPORTED_MODULE_0__["default"]);
|
|
16366
16362
|
|
|
@@ -24813,7 +24809,7 @@ var Print = /*#__PURE__*/function () {
|
|
|
24813
24809
|
key: "printToPDF",
|
|
24814
24810
|
value: function () {
|
|
24815
24811
|
var _printToPDF = (0,asyncToGenerator/* default */.Z)( /*#__PURE__*/(0,regeneratorRuntime/* default */.Z)().mark(function _callee2(hoEditorFactoryID, PDF, type, fileName, reslove, positionY, format) {
|
|
24816
|
-
var hoEditorFactory, dPage, docHeight, dHeight, startPageNum, svgBox, orientation, width, height, last, _iterator, _step, _cpage$drawDomLevel3, index, cpage, dShape, posIndex, posY, _dShape, svg2pdfOptions, _cpage$drawDomLevel, _cpage$drawDomLevel$s, ctx, _cpage$drawDomLevel2, _cpage$drawDomLevel2$, _ctx, _ctx2, _svgBox2, svgData, _ctx3, _last, printStyle, _svgBox, exportHtml, url, link, name;
|
|
24812
|
+
var hoEditorFactory, dPage, docHeight, dHeight, startPageNum, svgBox, orientation, width, height, last, _iterator, _step, _cpage$drawDomLevel3, index, cpage, dShape, posIndex, posY, _dShape, svg2pdfOptions, _cpage$drawDomLevel, _cpage$drawDomLevel$s, ctx, _cpage$drawDomLevel2, _cpage$drawDomLevel2$, _ctx, _ctx2, _svgBox2, svgData, _ctx3, _last, printStyle, _svgBox, exportHtml, url, link, otherPageNumber, i, name;
|
|
24817
24813
|
|
|
24818
24814
|
return (0,regeneratorRuntime/* default */.Z)().wrap(function _callee2$(_context3) {
|
|
24819
24815
|
while (1) {
|
|
@@ -25108,11 +25104,15 @@ var Print = /*#__PURE__*/function () {
|
|
|
25108
25104
|
return link.remove();
|
|
25109
25105
|
}, 100);
|
|
25110
25106
|
} else {
|
|
25111
|
-
|
|
25112
|
-
|
|
25107
|
+
otherPageNumber = PDF.internal.getNumberOfPages() - hoEditorFactory.drawTree.drawPages.length;
|
|
25108
|
+
|
|
25109
|
+
if (otherPageNumber >= 1) {
|
|
25110
|
+
for (i = 0; i < otherPageNumber; i++) {
|
|
25111
|
+
PDF === null || PDF === void 0 ? void 0 : PDF.deletePage(1);
|
|
25112
|
+
}
|
|
25113
25113
|
}
|
|
25114
25114
|
|
|
25115
|
-
|
|
25115
|
+
console.warn("\u4ECE\u5F00\u59CB\u5220\u6389".concat(otherPageNumber, "\u9875\u7A7A\u767D\u9875"));
|
|
25116
25116
|
name = hoEditorFactory.vueController.getDocTitle() ? hoEditorFactory.vueController.getDocTitle() : '电子病历文档';
|
|
25117
25117
|
PDF && this.openDataUriInWindow(PDF, name, hoEditorFactory.pageProperty.widthPixes);
|
|
25118
25118
|
}
|
|
@@ -28157,13 +28157,13 @@ var DocController = /*#__PURE__*/function () {
|
|
|
28157
28157
|
if (node.keyValue !== "") {
|
|
28158
28158
|
node.childNodes.splice(1, node.childNodes.length - 2);
|
|
28159
28159
|
var textNode = new _treeNode_TextNode__WEBPACK_IMPORTED_MODULE_27__/* .TextNode */ .R(this._hoEditorFactoryID, node.rootNodes, node, _treeNode_BaseNode__WEBPACK_IMPORTED_MODULE_24__/* .NodeType.ntText */ .Jq.ntText, values["text"], hoEditorFactory.docTree.curStyleIndex);
|
|
28160
|
-
node.childNodes.splice(1, 0, textNode);
|
|
28160
|
+
node.childNodes.splice(1, 0, textNode);
|
|
28161
|
+
changeEvent.afterChangePath = hoEditorFactory.docTree.getNodeLastPath(textNode);
|
|
28161
28162
|
} else {
|
|
28162
28163
|
node.childNodes.splice(1, node.childNodes.length - 2);
|
|
28163
28164
|
node.childNodes.splice(1, 0, node.childNodes2[1]);
|
|
28165
|
+
changeEvent.afterChangePath = ePath;
|
|
28164
28166
|
}
|
|
28165
|
-
|
|
28166
|
-
changeEvent.afterChangePath = ePath;
|
|
28167
28167
|
} else {
|
|
28168
28168
|
//changeEvent.afterChangePath = hoEditorFactory.docTree.getNodeLastPath(node);
|
|
28169
28169
|
changeEvent.afterChangePath = ePath;
|
|
@@ -47440,16 +47440,13 @@ var SignNode = /*#__PURE__*/function (_BaseNode) {
|
|
|
47440
47440
|
_this._signTime = signTime;
|
|
47441
47441
|
_this._imgSrc = imgSrc;
|
|
47442
47442
|
_this._attribute = attribute === undefined ? 0 : attribute;
|
|
47443
|
-
_this._connectChar = connectChar === undefined ? ":" : connectChar;
|
|
47444
|
-
|
|
47445
|
-
|
|
47446
|
-
|
|
47447
|
-
|
|
47448
|
-
_this._type = 3;
|
|
47449
|
-
} // if(attribute == 1) { // 患者签名修改 type == 3
|
|
47443
|
+
_this._connectChar = connectChar === undefined ? ":" : connectChar; // if (fingerPrintSrc || (imgSrc && !fingerPrintSrc && customProperty && !customProperty.created_date)) { // 用自定义属性区分并兼容旧的患者签名
|
|
47444
|
+
// this._attribute = 1;
|
|
47445
|
+
// this._type = 3;
|
|
47446
|
+
// }
|
|
47447
|
+
// if(attribute == 1) { // 患者签名修改 type == 3
|
|
47450
47448
|
// this._type = 3;
|
|
47451
47449
|
// }
|
|
47452
|
-
|
|
47453
47450
|
|
|
47454
47451
|
if (fingerPrintSrc) {
|
|
47455
47452
|
_this._fingerPrintSrc = fingerPrintSrc;
|
|
@@ -58454,10 +58451,10 @@ var DrawArea = /*#__PURE__*/function (_DrawRect) {
|
|
|
58454
58451
|
commentTextShape.alpha = 1; //背景
|
|
58455
58452
|
|
|
58456
58453
|
var backShape = new createjs.Shape();
|
|
58457
|
-
backShape.graphics.setStrokeDash([4, 1], 0).setStrokeStyle(1).beginStroke("rgba(255, 0, 0, 1)").beginFill("#ffe5e5")
|
|
58454
|
+
backShape.graphics.setStrokeDash([4, 1], 0).setStrokeStyle(1).beginStroke("rgba(255, 0, 0, 1)").beginFill("#ffe5e5") //.drawRoundRect(0, 0, commentWidth - 20, comment.lineHeigh,5);
|
|
58455
|
+
.drawRect(0, 0, commentWidth - 20, comment.lineHeight);
|
|
58458
58456
|
backShape.name = "back";
|
|
58459
|
-
backShape.alpha = 0.5;
|
|
58460
|
-
//横线
|
|
58457
|
+
backShape.alpha = 0.5; //横线
|
|
58461
58458
|
|
|
58462
58459
|
var horizontalLine = new createjs.Shape();
|
|
58463
58460
|
horizontalLine.graphics.setStrokeDash([4, 1], 0).setStrokeStyle(1).beginStroke("rgba(255, 0, 0, 1)").moveTo(nodeX, nodeY).lineTo(docWidth, nodeY);
|
|
@@ -65714,14 +65711,14 @@ var DrawRect = /*#__PURE__*/function (_DrawContainer) {
|
|
|
65714
65711
|
/* harmony import */ var D_project_go_emr_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_createClass_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(22342);
|
|
65715
65712
|
/* harmony import */ var D_project_go_emr_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_inherits_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(99640);
|
|
65716
65713
|
/* harmony import */ var D_project_go_emr_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_createSuper_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(28214);
|
|
65717
|
-
/* harmony import */ var
|
|
65718
|
-
/* harmony import */ var
|
|
65719
|
-
/* harmony import */ var
|
|
65720
|
-
/* harmony import */ var
|
|
65721
|
-
/* harmony import */ var
|
|
65722
|
-
/* harmony import */ var
|
|
65723
|
-
/* harmony import */ var
|
|
65724
|
-
/* harmony import */ var
|
|
65714
|
+
/* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(26699);
|
|
65715
|
+
/* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_3__);
|
|
65716
|
+
/* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(32023);
|
|
65717
|
+
/* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_4__);
|
|
65718
|
+
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(74916);
|
|
65719
|
+
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_5__);
|
|
65720
|
+
/* harmony import */ var core_js_modules_es_string_split_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(23123);
|
|
65721
|
+
/* harmony import */ var core_js_modules_es_string_split_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_split_js__WEBPACK_IMPORTED_MODULE_6__);
|
|
65725
65722
|
/* harmony import */ var _editor_dom_treeNode_CellNode__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(15798);
|
|
65726
65723
|
/* harmony import */ var _editor_dom_treeNode_SignNode__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(34450);
|
|
65727
65724
|
/* harmony import */ var _editor_SubDocManger__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(24113);
|
|
@@ -65743,7 +65740,7 @@ var DrawRect = /*#__PURE__*/function (_DrawContainer) {
|
|
|
65743
65740
|
/*
|
|
65744
65741
|
* @Author: your name
|
|
65745
65742
|
* @Date: 2021-09-01 16:51:49
|
|
65746
|
-
* @LastEditTime: 2022-08-
|
|
65743
|
+
* @LastEditTime: 2022-08-29 10:17:11
|
|
65747
65744
|
* @LastEditors: liyanan 2441631434@qq.com
|
|
65748
65745
|
* @Description: In User Settings Edit
|
|
65749
65746
|
* @FilePath: \hoeditor-web\src\editor\draw\drawNode\DrawSignNode.ts
|
|
@@ -65782,9 +65779,20 @@ var DrawSignNode = /*#__PURE__*/function (_DrawCombineNode) {
|
|
|
65782
65779
|
|
|
65783
65780
|
_this.dHeight = _HOEditorFactorys__WEBPACK_IMPORTED_MODULE_10__/* .HOEditorFactorys.instance */ .b.instance().getFactory(hoeditfactoryID).signHeight; //this.dHeight = 40;
|
|
65784
65781
|
|
|
65785
|
-
_this._textStyle = cbStyle.getStyleKey();
|
|
65782
|
+
_this._textStyle = cbStyle.getStyleKey(); // 处理混乱的类型
|
|
65786
65783
|
|
|
65787
|
-
if (
|
|
65784
|
+
if (node.customProperty && node.customProperty.created_date) {
|
|
65785
|
+
// 区分图片签名和普通文本签名 并更新对应的值
|
|
65786
|
+
if ((imgSrc.includes('data:image/') || imgSrc.split("/").length > 1) && type == 3) {
|
|
65787
|
+
node.type = 1;
|
|
65788
|
+
_this.type = 1;
|
|
65789
|
+
} else if (!imgSrc.includes('data:image/') && !imgSrc.includes("/") && type == 3) {
|
|
65790
|
+
node.type = 2;
|
|
65791
|
+
_this.type = 2;
|
|
65792
|
+
}
|
|
65793
|
+
}
|
|
65794
|
+
|
|
65795
|
+
if (_this.number > 0 && _this.type === 2) {
|
|
65788
65796
|
var signArr = imgSrc.split('\n');
|
|
65789
65797
|
|
|
65790
65798
|
if (signArr.length > 1) {
|
|
@@ -65810,7 +65818,7 @@ var DrawSignNode = /*#__PURE__*/function (_DrawCombineNode) {
|
|
|
65810
65818
|
var dText = new createjs.Text(_this.signName, _this._textStyle, '#000000');
|
|
65811
65819
|
_this.dWidth = dText.getMeasuredWidth();
|
|
65812
65820
|
} else {
|
|
65813
|
-
if (type === 1) {
|
|
65821
|
+
if (_this.type === 1) {
|
|
65814
65822
|
var scale = _this.dHeight / imgHeight;
|
|
65815
65823
|
|
|
65816
65824
|
if (number === 1) {
|
|
@@ -65825,7 +65833,7 @@ var DrawSignNode = /*#__PURE__*/function (_DrawCombineNode) {
|
|
|
65825
65833
|
}
|
|
65826
65834
|
}
|
|
65827
65835
|
|
|
65828
|
-
if (type === 2) {
|
|
65836
|
+
if (_this.type === 2) {
|
|
65829
65837
|
var _signArr = imgSrc.split('\n');
|
|
65830
65838
|
|
|
65831
65839
|
var aText = new createjs.Text(_signArr[0], _this._textStyle, '#000000');
|
|
@@ -65855,31 +65863,12 @@ var DrawSignNode = /*#__PURE__*/function (_DrawCombineNode) {
|
|
|
65855
65863
|
}
|
|
65856
65864
|
}
|
|
65857
65865
|
}
|
|
65858
|
-
}
|
|
65866
|
+
} // if ((((imgSrc || fingerPrintSrc) && this.type == 1) || this.type == 3) && node.customProperty && !node.customProperty.created_date) {
|
|
65859
65867
|
|
|
65860
|
-
if ((imgSrc || fingerPrintSrc) && type == 1 || type == 3) {
|
|
65861
|
-
// 处理混乱的
|
|
65862
|
-
if (node.customProperty && node.customProperty.abi02) {
|
|
65863
|
-
// 区分图片签名和普通文本签名 并更新对应的值
|
|
65864
|
-
if ((imgSrc.includes('data:image/') || imgSrc.split("/").length > 1) && type == 3) {
|
|
65865
|
-
node.type = 1;
|
|
65866
|
-
_this.type = 1;
|
|
65867
|
-
} else if (!imgSrc.includes('data:image/') && !imgSrc.includes("/") && type == 3) {
|
|
65868
|
-
node.type = 2;
|
|
65869
|
-
_this.type = 2;
|
|
65870
|
-
}
|
|
65871
|
-
|
|
65872
|
-
console.warn('医生签名');
|
|
65873
|
-
|
|
65874
|
-
_this.drawSignNode();
|
|
65875
|
-
} else {
|
|
65876
|
-
console.warn('患者签名');
|
|
65877
65868
|
|
|
65878
|
-
|
|
65879
|
-
|
|
65869
|
+
if (fingerPrintSrc || imgSrc && !fingerPrintSrc && node.customProperty && !node.customProperty.created_date) {
|
|
65870
|
+
_this.drawWriteSignNode(node);
|
|
65880
65871
|
} else {
|
|
65881
|
-
console.warn('医生签名');
|
|
65882
|
-
|
|
65883
65872
|
_this.drawSignNode();
|
|
65884
65873
|
}
|
|
65885
65874
|
|
|
@@ -66184,6 +66173,7 @@ var DrawSignNode = /*#__PURE__*/function (_DrawCombineNode) {
|
|
|
66184
66173
|
image.src = _this3.imgSrc;
|
|
66185
66174
|
var bitmap = new createjs.Bitmap(image);
|
|
66186
66175
|
bitmap.y = -_this3.dHeight;
|
|
66176
|
+
bitmap.setBounds(0, 0, drawNode.dWidth, drawNode.dHeight);
|
|
66187
66177
|
|
|
66188
66178
|
if (_this3.number === 1) {
|
|
66189
66179
|
bitmap.x = 0;
|
|
@@ -71474,9 +71464,14 @@ var DrawTree = /*#__PURE__*/function () {
|
|
|
71474
71464
|
paragraphNode = this.clearDrawParagraphAfterDline(dline.paragraphNode, dline, inLineIndex, e.beforeChangePath);
|
|
71475
71465
|
dendDrawLine = this.drawDocInsert(paragraphNode, lineIndex, // inLineIndex,
|
|
71476
71466
|
node, startChildIndex + 1, e.afterChangePath);
|
|
71477
|
-
var endIndex = alines.
|
|
71467
|
+
var endIndex = alines.indexOf(dendDrawLine);
|
|
71468
|
+
|
|
71469
|
+
if (hoEditorFactory.isUseDrawingOptimization) {
|
|
71470
|
+
endIndex = alines.length - 1;
|
|
71471
|
+
} // if (paragraphNode.parentNode === null) {
|
|
71478
71472
|
// const darea = this.getDrawA(dline);
|
|
71479
71473
|
|
|
71474
|
+
|
|
71480
71475
|
if (e.repaintImmediate) {
|
|
71481
71476
|
if (!dArea) {
|
|
71482
71477
|
return false;
|
|
@@ -212782,7 +212777,7 @@ var map = {
|
|
|
212782
212777
|
"./poperSelect/PoperMark.vue": 93069,
|
|
212783
212778
|
"./poperSelect/PoperSelect.vue": 23915,
|
|
212784
212779
|
"./poperTipText/PoperTipText.vue": 91831,
|
|
212785
|
-
"./popers/Poper.vue":
|
|
212780
|
+
"./popers/Poper.vue": 25425,
|
|
212786
212781
|
"./popers/Title.vue": 40168,
|
|
212787
212782
|
"./printstyle/PrintLineStyle.vue": 90069,
|
|
212788
212783
|
"./qrCode/QrCode.vue": 67776,
|
|
@@ -212797,7 +212792,7 @@ var map = {
|
|
|
212797
212792
|
"./table/TableRowProperty.vue": 74456,
|
|
212798
212793
|
"./textDialog/TextDialog.vue": 74796,
|
|
212799
212794
|
"./upload/CanvasImageDialog.vue": 49532,
|
|
212800
|
-
"./upload/UploadImageDialog.vue":
|
|
212795
|
+
"./upload/UploadImageDialog.vue": 97599
|
|
212801
212796
|
};
|
|
212802
212797
|
|
|
212803
212798
|
|
|
@@ -214336,9 +214331,9 @@ var es_string_match = __webpack_require__(4723);
|
|
|
214336
214331
|
var es_number_constructor = __webpack_require__(9653);
|
|
214337
214332
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.json.stringify.js
|
|
214338
214333
|
var es_json_stringify = __webpack_require__(38862);
|
|
214339
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HoDoc.vue?vue&type=template&id=
|
|
214340
|
-
var
|
|
214341
|
-
var
|
|
214334
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HoDoc.vue?vue&type=template&id=5f466836&
|
|
214335
|
+
var HoDocvue_type_template_id_5f466836_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.docClassNames},[_c('div',{ref:"editorArea",staticClass:"editors"},[(_vm.drawPageLength > 0)?_c('div',{staticClass:"editor",on:{"click":function($event){return _vm.setActiveDocIndex(_vm.hoEditorId)}}},[_vm._l((_vm.drawPageCount.count),function(pgIndex){return [_c('HoPage',{key:pgIndex - 1,attrs:{"data-id":pgIndex - 1,"index":pgIndex - 1,"docIndex":_vm.docIndex,"canvasWidth":_vm.canvasParams.width,"canvasHeight":_vm.canvasParams.height,"currentActivePages":_vm.activePageIndex.index,"hoEditorId":_vm.hoEditorId,"hoEditorFactoryIdList":_vm.hoEditorFactoryIdList,"mouseMoveNodes":_vm.mouseMoveNodes,"viewableAreaObserver":_vm.viewableAreaObserver,"inViewPages":_vm.inViewPages,"canvasHeadFootPos":_vm.canvasHeadFootPos,"poperTipPos":_vm.poperTipPos,"textStyle":_vm.textStyle,"aiInfo":_vm.aiInfo},on:{"pageReady":_vm.pageReady,"canvasRightClick":_vm.mouseRightClickEvent},scopedSlots:_vm._u([{key:"hoPageHead",fn:function(){return [_vm._t("hoDocHead")]},proxy:true},{key:"hoPageFoot",fn:function(){return [_vm._t("hoDocFoot")]},proxy:true}],null,true)})]})],2):_vm._e()]),(_vm.poperType === 'datePoper' || _vm.poperType === 'selectPoper')?_c('PoperSelectModal',{attrs:{"poperType":_vm.poperType,"poperSelectList":_vm.poperSelectList,"poperPos":_vm.poperPos,"hoEditorId":_vm.hoEditorId},on:{"poperClose":_vm.poperClose}}):_vm._e(),_c('PoperMark',{directives:[{name:"show",rawName:"v-show",value:(_vm.poperType === 'datePoper' || _vm.poperType === 'selectPoper' || _vm.poperType === 'table-cell-poper'),expression:"poperType === 'datePoper' || poperType === 'selectPoper' || poperType === 'table-cell-poper'"}]}),(_vm.poperType === 'table-cell-poper')?_c('TableCellPoper',{attrs:{"poperNode":_vm.nodeValue,"poperPos":_vm.poperPos},on:{"poperClose":_vm.poperClose}}):_vm._e(),_c('HoToPage',{attrs:{"hoEditorId":_vm.hoEditorId,"inViewPages":_vm.inViewPages}}),_c('PoperTipText',{attrs:{"isPoperText":_vm.isPoperText,"poperText":_vm.poperText,"poperPos":_vm.poperTextPos},on:{"poperTextClose":_vm.poperTextClose}}),_c('ul',{directives:[{name:"click-outside",rawName:"v-click-outside",value:(function () { return (_vm.isCreateRightMenuModal = false); }),expression:"() => (isCreateRightMenuModal = false)"},{name:"show",rawName:"v-show",value:(_vm.isCreateRightMenuModal),expression:"isCreateRightMenuModal"}],ref:"rightMenuModal",staticClass:"create-right-menu"},[(_vm.showCommentsBtn)?_c('li',{staticClass:"mouse-menu-item",on:{"click":_vm.hideComments}},[_vm._v(_vm._s(_vm.isHideComments ? '显示' : '隐藏')+"批注")]):_vm._e(),(_vm.showDeleteSignMenu)?_c('li',{staticClass:"mouse-menu-item",on:{"click":_vm.deleteSignNode}},[_vm._v("删除签名")]):_vm._e(),_c('li',{staticClass:"mouse-menu-item"},[_vm._v(" 编辑器内核版本: "),_c('span',{staticStyle:{"font-size":"14px","color":"#0a77e3"}},[_vm._v("v "+_vm._s(_vm.version))])])])],1)}
|
|
214336
|
+
var HoDocvue_type_template_id_5f466836_staticRenderFns = []
|
|
214342
214337
|
|
|
214343
214338
|
|
|
214344
214339
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.filter.js
|
|
@@ -217979,7 +217974,7 @@ var SignNode = __webpack_require__(34450);
|
|
|
217979
217974
|
// EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
|
|
217980
217975
|
var ParagraphNode = __webpack_require__(14208);
|
|
217981
217976
|
;// CONCATENATED MODULE: ./src/components/version.ts
|
|
217982
|
-
/* harmony default export */ var version = ('2.0.
|
|
217977
|
+
/* harmony default export */ var version = ('2.0.96');
|
|
217983
217978
|
// EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
|
|
217984
217979
|
var PoperTipText = __webpack_require__(91831);
|
|
217985
217980
|
;// CONCATENATED MODULE: ./src/components/controls/poperTipText/index.ts
|
|
@@ -218465,7 +218460,7 @@ var ImageNode = __webpack_require__(88389);
|
|
|
218465
218460
|
|
|
218466
218461
|
if (node instanceof SignNode/* SignNode */.N) {
|
|
218467
218462
|
// 通过自定义属性内部字段判断是否属于患者签名 指纹签名只有患者签名才会有 同时患者签名不存在自定义属性可以用是否存在某个属性确定是否是患者签名(需要确定的是imgsrc要存在 imgsrc不存在是指空签名元素)
|
|
218468
|
-
if (node.fingerPrintSrc || node.imgSrc && !node.fingerPrintSrc && node.customProperty && !node.customProperty.
|
|
218463
|
+
if (node.fingerPrintSrc || node.imgSrc && !node.fingerPrintSrc && node.customProperty && !node.customProperty.created_date) return false;
|
|
218469
218464
|
this.$emit('dblNodeClick', {
|
|
218470
218465
|
node: this.getCurrentSelectNode,
|
|
218471
218466
|
type: 'sign'
|
|
@@ -218758,8 +218753,8 @@ var ImageNode = __webpack_require__(88389);
|
|
|
218758
218753
|
|
|
218759
218754
|
var HoDoc_component = (0,componentNormalizer/* default */.Z)(
|
|
218760
218755
|
components_HoDocvue_type_script_lang_js_,
|
|
218761
|
-
|
|
218762
|
-
|
|
218756
|
+
HoDocvue_type_template_id_5f466836_render,
|
|
218757
|
+
HoDocvue_type_template_id_5f466836_staticRenderFns,
|
|
218763
218758
|
false,
|
|
218764
218759
|
null,
|
|
218765
218760
|
null,
|
|
@@ -219098,7 +219093,10 @@ var DrawPageTree = /*#__PURE__*/function () {
|
|
|
219098
219093
|
return;
|
|
219099
219094
|
}
|
|
219100
219095
|
|
|
219101
|
-
|
|
219096
|
+
if (hoEditorFactory.isUseDrawingOptimization) {
|
|
219097
|
+
this.clearAfterDTop(mainArea, dTop);
|
|
219098
|
+
}
|
|
219099
|
+
|
|
219102
219100
|
var nextLine = startLine;
|
|
219103
219101
|
var pageIsFull = new Map();
|
|
219104
219102
|
|
|
@@ -219154,7 +219152,7 @@ var DrawPageTree = /*#__PURE__*/function () {
|
|
|
219154
219152
|
restHeight = drawArea.maxHeight - dTop;
|
|
219155
219153
|
}
|
|
219156
219154
|
|
|
219157
|
-
if (!isNew) {
|
|
219155
|
+
if (!isNew && hoEditorFactory.isUseDrawingOptimization) {
|
|
219158
219156
|
break;
|
|
219159
219157
|
}
|
|
219160
219158
|
}
|
|
@@ -219674,7 +219672,6 @@ var DrawPageTree = /*#__PURE__*/function () {
|
|
|
219674
219672
|
}
|
|
219675
219673
|
}
|
|
219676
219674
|
|
|
219677
|
-
this.clearAfterDTop(drawArea, dTop);
|
|
219678
219675
|
drawArea.update(prevArea, dRoots, startIndex, dTop, restHeight);
|
|
219679
219676
|
this.afterAreaFinishPaint(drawArea);
|
|
219680
219677
|
this._startNeedUpdatePage = Math.min(drawArea.index, this._startNeedUpdatePage === -1 ? 99999 : this._startNeedUpdatePage);
|
|
@@ -233394,13 +233391,14 @@ var jspdf = __webpack_require__(53672);
|
|
|
233394
233391
|
|
|
233395
233392
|
|
|
233396
233393
|
|
|
233394
|
+
|
|
233397
233395
|
|
|
233398
233396
|
|
|
233399
233397
|
/*
|
|
233400
233398
|
* @Author: your name
|
|
233401
233399
|
* @Date: 2021-07-31 09:25:57
|
|
233402
|
-
* @LastEditTime:
|
|
233403
|
-
* @LastEditors:
|
|
233400
|
+
* @LastEditTime: 2022-08-26 13:53:54
|
|
233401
|
+
* @LastEditors: liyanan 2441631434@qq.com
|
|
233404
233402
|
* @Description: In User Settings Edit
|
|
233405
233403
|
* @FilePath: \hoeditor-web\src\editor\externalCall\PrintController.ts
|
|
233406
233404
|
*/
|
|
@@ -233709,10 +233707,21 @@ var PrintController = /*#__PURE__*/function () {
|
|
|
233709
233707
|
});
|
|
233710
233708
|
|
|
233711
233709
|
return;
|
|
233712
|
-
}
|
|
233710
|
+
} // if (hoEditorFactory.isHideComments) {
|
|
233711
|
+
// hoEditorFactory.vueController.hideComments(true);
|
|
233712
|
+
// }
|
|
233713
|
+
|
|
233713
233714
|
|
|
233714
|
-
|
|
233715
|
-
|
|
233715
|
+
var drawMainDocs = hoEditorFactory.drawPageTree.drawMainDocs;
|
|
233716
|
+
|
|
233717
|
+
for (var k = 0; k < drawMainDocs.length; k++) {
|
|
233718
|
+
for (var s = drawMainDocs[k].children.length - 1; s >= 0; s--) {
|
|
233719
|
+
var child = drawMainDocs[k].children[s];
|
|
233720
|
+
|
|
233721
|
+
if (child.name && child.name.substring(0, 1) === "C" && child.name.length > 15) {
|
|
233722
|
+
drawMainDocs[k].removeChildAt(s);
|
|
233723
|
+
}
|
|
233724
|
+
}
|
|
233716
233725
|
}
|
|
233717
233726
|
|
|
233718
233727
|
if (printMode && printAppoint) {
|
|
@@ -235160,7 +235169,7 @@ var HOEditorFactory = /*#__PURE__*/function () {
|
|
|
235160
235169
|
|
|
235161
235170
|
this._isCanUseTableProperty = false; //非设计模式下是否可以使用表格、单元格、行、列属性设置
|
|
235162
235171
|
|
|
235163
|
-
this._isUseDrawingOptimization =
|
|
235172
|
+
this._isUseDrawingOptimization = false; // 是否启用绘制优化 默认启用
|
|
235164
235173
|
|
|
235165
235174
|
this._loadImageCount = 0; // 待加载的图片数量
|
|
235166
235175
|
|
package/lib/hoeditor.css
CHANGED
|
@@ -103,7 +103,7 @@ canvas[data-v-4ca2496a] {
|
|
|
103
103
|
.table-row-modal[data-v-3bd61b91]{z-index:2000;width:420px}.table-row-modal .footer[data-v-3bd61b91]{margin:20px 0 0 0;text-align:center}
|
|
104
104
|
.text-modal{z-index:2000;width:470px;height:614px;background:#fff}.text-modal .el-checkbox,.text-modal .el-checkbox:last-of-type{margin:0 10px 0 0}.text-modal .line{width:423px;height:1px;background:#bbb;margin:5px auto}.text-modal .el-tabs{margin:0 auto;width:443px}.text-modal .modal-content .el-tabs{min-height:338px}.text-modal .control-list .control-item{padding:2px 10px}.text-modal fieldset{padding:2px 10px 10px}.text-modal fieldset legend{margin:0}.text-modal .ho-toolbar{-webkit-box-shadow:none;box-shadow:none}.text-modal .ho-toolbar .tabs-active-bar{display:block}.text-modal .main-bar li.selected{background-color:#fff;color:#409eff}.text-modal .sub-bar-box,.text-modal .sub-bar{overflow-y:auto;min-height:300px;height:476px}.text-modal .main-bar li:hover{background-color:#fff;color:#409eff}
|
|
105
105
|
.canvas-image[data-v-1e0a2026]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.canvas-image #loon_canvas_editor[data-v-1e0a2026]{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;display:block;position:relative}.canvas-image #loon_canvas_editor #loon_canvas_editor_box[data-v-1e0a2026]{position:absolute;left:50%;top:50%;z-index:111;border:1px solid #ccc;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.canvas-image #loon_canvas_editor textarea[data-v-1e0a2026]{background:rgba(0,0,0,0);position:absolute;color:red;border:1px dashed #000;font-size:16px;z-index:1222;outline:none;padding:2px}
|
|
106
|
-
.view-image[data-v-
|
|
106
|
+
.view-image[data-v-7ab93c5e]{padding:20px 0;max-height:418px;max-width:418px;overflow:auto;margin:5px 0 10px 0;background:#f2f4f7;border:1px solid #f0f0f0;text-align:center;color:red;overflow-y:hidden}.view-image image[data-v-7ab93c5e]{background:#fff}.image-modal[data-v-7ab93c5e]{z-index:2000;background:#fff}.image-modal .control-list[data-v-7ab93c5e]{padding:0 20px;min-width:360px}.image-modal .footer[data-v-7ab93c5e]{margin:20px 0 0 0;text-align:center}.control-item .upload-image[data-v-7ab93c5e]{-webkit-box-flex:1;-ms-flex:1;flex:1}.upload-image[data-v-7ab93c5e]{width:100%;height:36px;line-height:36px}.upload-image[data-v-7ab93c5e] .el-upload{text-align:left;width:100%;height:36px;line-height:36px}
|
|
107
107
|
#HoPrintToPDF{position:absolute;left:0;top:0;z-index:6666}#versionPoper{position:fixed;right:10px;top:10px;font-size:14px;z-index:10}#versionPoper span{font-size:14px}
|
|
108
108
|
.el-dropdown-menu[data-v-beffa98c] .el-dropdown-menu__item:focus,.el-dropdown-menu[data-v-beffa98c] .el-dropdown-menu__item:not(.is-disabled):hover{color:#000}.el-dropdown-menu p[data-v-beffa98c]{height:24px;line-height:24px}.el-dropdown-menu svg[data-v-beffa98c]{width:130px;height:60px}.el-dropdown-menu svg .text[data-v-beffa98c]{width:130px;height:60px}.el-dropdown-menu svg .text text[data-v-beffa98c]{height:16px;font-family:"微软雅黑"}
|
|
109
109
|
.ho-print-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 0 0 0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ho-print-content label{line-height:30px;margin:0;padding:0;text-align:left}.ho-print-content .el-radio__label{font-size:14px}.ho-print-content .el-input{width:64%}.ho-print-content .ho-print-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ho-print-content .ho-print-error{font-size:14px;color:red;width:100%;text-align:right;line-height:30px}.ho-print-content .ho-print-title{font-size:12px;color:#66b3ff;width:100%;text-align:right;line-height:20px}
|