hoeditor-web 3.0.96 → 3.0.98
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.umd.js +203 -108
- package/lib/hoeditor.umd.min.js +3 -3
- package/package.json +1 -1
package/lib/hoeditor.umd.js
CHANGED
|
@@ -17995,7 +17995,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
17995
17995
|
|
|
17996
17996
|
/***/ }),
|
|
17997
17997
|
|
|
17998
|
-
/***/
|
|
17998
|
+
/***/ 17857:
|
|
17999
17999
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
18000
18000
|
|
|
18001
18001
|
"use strict";
|
|
@@ -18015,7 +18015,7 @@ var es_array_includes = __webpack_require__(26699);
|
|
|
18015
18015
|
var es_string_includes = __webpack_require__(32023);
|
|
18016
18016
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.number.constructor.js
|
|
18017
18017
|
var es_number_constructor = __webpack_require__(9653);
|
|
18018
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/table/TableColProperty.vue?vue&type=template&id=
|
|
18018
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/table/TableColProperty.vue?vue&type=template&id=a8b426b6&
|
|
18019
18019
|
|
|
18020
18020
|
|
|
18021
18021
|
|
|
@@ -18041,12 +18041,6 @@ var render = function render() {
|
|
|
18041
18041
|
staticClass: "control-list"
|
|
18042
18042
|
}, [_c('li', {
|
|
18043
18043
|
staticClass: "control-item"
|
|
18044
|
-
}, [_c('span', {
|
|
18045
|
-
staticClass: "label"
|
|
18046
|
-
}, [_vm._v("编号")]), _c('span', {
|
|
18047
|
-
staticClass: "readonly-value"
|
|
18048
|
-
}, [_vm._v(_vm._s(_vm.id))])]), _c('li', {
|
|
18049
|
-
staticClass: "control-item"
|
|
18050
18044
|
}, [_c('div', {
|
|
18051
18045
|
staticClass: "control-item"
|
|
18052
18046
|
}, [_c('span', {
|
|
@@ -18283,27 +18277,6 @@ var render = function render() {
|
|
|
18283
18277
|
expression: "editorProperty === 1"
|
|
18284
18278
|
}],
|
|
18285
18279
|
staticClass: "control-item"
|
|
18286
|
-
}, [_c('span', {
|
|
18287
|
-
staticClass: "label"
|
|
18288
|
-
}, [_vm._v("来源")]), _c('a-input', {
|
|
18289
|
-
attrs: {
|
|
18290
|
-
"size": "small"
|
|
18291
|
-
},
|
|
18292
|
-
model: {
|
|
18293
|
-
value: _vm.source,
|
|
18294
|
-
callback: function callback($$v) {
|
|
18295
|
-
_vm.source = $$v;
|
|
18296
|
-
},
|
|
18297
|
-
expression: "source"
|
|
18298
|
-
}
|
|
18299
|
-
})], 1), _c('li', {
|
|
18300
|
-
directives: [{
|
|
18301
|
-
name: "show",
|
|
18302
|
-
rawName: "v-show",
|
|
18303
|
-
value: _vm.editorProperty === 1,
|
|
18304
|
-
expression: "editorProperty === 1"
|
|
18305
|
-
}],
|
|
18306
|
-
staticClass: "control-item"
|
|
18307
18280
|
}, [_c('a-table', {
|
|
18308
18281
|
staticStyle: {
|
|
18309
18282
|
"width": "100%",
|
|
@@ -18520,7 +18493,7 @@ var render = function render() {
|
|
|
18520
18493
|
};
|
|
18521
18494
|
var staticRenderFns = [];
|
|
18522
18495
|
|
|
18523
|
-
;// CONCATENATED MODULE: ./src/components/controls/table/TableColProperty.vue?vue&type=template&id=
|
|
18496
|
+
;// CONCATENATED MODULE: ./src/components/controls/table/TableColProperty.vue?vue&type=template&id=a8b426b6&
|
|
18524
18497
|
|
|
18525
18498
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js + 3 modules
|
|
18526
18499
|
var toConsumableArray = __webpack_require__(61748);
|
|
@@ -18587,7 +18560,7 @@ var getCellNode = __webpack_require__(5986);
|
|
|
18587
18560
|
data: function data() {
|
|
18588
18561
|
return {
|
|
18589
18562
|
dateFormatList: util/* dateFormatList */.eG,
|
|
18590
|
-
id: '',
|
|
18563
|
+
//id: '',
|
|
18591
18564
|
editorProperty: 1,
|
|
18592
18565
|
align: 0,
|
|
18593
18566
|
width: 0,
|
|
@@ -18596,7 +18569,7 @@ var getCellNode = __webpack_require__(5986);
|
|
|
18596
18569
|
// 签名类型 插入元素的签名名称
|
|
18597
18570
|
|
|
18598
18571
|
listItems: [],
|
|
18599
|
-
source: '',
|
|
18572
|
+
//source: '',
|
|
18600
18573
|
canModifyContent: true,
|
|
18601
18574
|
isAllowDel: true,
|
|
18602
18575
|
allowMultiSelected: false,
|
|
@@ -18622,7 +18595,7 @@ var getCellNode = __webpack_require__(5986);
|
|
|
18622
18595
|
tableInfo: null
|
|
18623
18596
|
};
|
|
18624
18597
|
},
|
|
18625
|
-
inject: [
|
|
18598
|
+
inject: ['hoEditorProvider'],
|
|
18626
18599
|
computed: {
|
|
18627
18600
|
customProperties: function customProperties() {
|
|
18628
18601
|
// 获取自定义属性列表,并去除空值
|
|
@@ -18656,7 +18629,7 @@ var getCellNode = __webpack_require__(5986);
|
|
|
18656
18629
|
var _colProperty$dateTime, _colProperty$dateTime2;
|
|
18657
18630
|
var hoEditorFactory = HOEditorFactorys/* HOEditorFactorys.instance */.b.instance().getFactory(this.hoEditorFactoryId);
|
|
18658
18631
|
var colProperty = colInfoes.colProperty;
|
|
18659
|
-
this.id = colProperty.id ? colProperty.id : this.vueController.generateID('TB');
|
|
18632
|
+
//this.id = colProperty.id ? colProperty.id : this.vueController.generateID('TB');
|
|
18660
18633
|
this.editorProperty = colProperty.editorProperty ? colProperty.editorProperty : 0;
|
|
18661
18634
|
this.align = colProperty.align ? colProperty.align : 0;
|
|
18662
18635
|
var listKeyId = this.getKeyId(0);
|
|
@@ -18666,7 +18639,7 @@ var getCellNode = __webpack_require__(5986);
|
|
|
18666
18639
|
id: listKeyId
|
|
18667
18640
|
}];
|
|
18668
18641
|
this.listItems = colProperty.downListProperty && JSON.parse(colProperty.downListProperty.listItems) ? [].concat((0,toConsumableArray/* default */.Z)(JSON.parse(colProperty.downListProperty.listItems)), list) : [].concat(list);
|
|
18669
|
-
this.source = colProperty.downListProperty ? colProperty.downListProperty.source : '';
|
|
18642
|
+
//this.source = colProperty.downListProperty ? colProperty.downListProperty.source : '';
|
|
18670
18643
|
this.canModifyContent = colProperty.downListProperty ? colProperty.downListProperty.canModifyContent : true;
|
|
18671
18644
|
this.isAllowDel = colProperty.downListProperty ? colProperty.downListProperty.isAllowDel : true;
|
|
18672
18645
|
this.allowMultiSelected = colProperty.downListProperty ? colProperty.downListProperty.allowMultiSelected : false;
|
|
@@ -18796,7 +18769,7 @@ var getCellNode = __webpack_require__(5986);
|
|
|
18796
18769
|
if (this.editorProperty !== this.defaultColProperty.editorProperty) param.signProperty = signProperty;
|
|
18797
18770
|
}
|
|
18798
18771
|
var params = {
|
|
18799
|
-
id: this.id,
|
|
18772
|
+
//id: this.id,
|
|
18800
18773
|
editorProperty: this.editorProperty,
|
|
18801
18774
|
align: this.align,
|
|
18802
18775
|
width: this.width,
|
|
@@ -18823,10 +18796,10 @@ var getCellNode = __webpack_require__(5986);
|
|
|
18823
18796
|
});
|
|
18824
18797
|
;// CONCATENATED MODULE: ./src/components/controls/table/TableColProperty.vue?vue&type=script&lang=js&
|
|
18825
18798
|
/* harmony default export */ var table_TableColPropertyvue_type_script_lang_js_ = (TableColPropertyvue_type_script_lang_js_);
|
|
18826
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/table/TableColProperty.vue?vue&type=style&index=0&id=
|
|
18799
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/table/TableColProperty.vue?vue&type=style&index=0&id=a8b426b6&prod&lang=scss&
|
|
18827
18800
|
// extracted by mini-css-extract-plugin
|
|
18828
18801
|
|
|
18829
|
-
;// CONCATENATED MODULE: ./src/components/controls/table/TableColProperty.vue?vue&type=style&index=0&id=
|
|
18802
|
+
;// CONCATENATED MODULE: ./src/components/controls/table/TableColProperty.vue?vue&type=style&index=0&id=a8b426b6&prod&lang=scss&
|
|
18830
18803
|
|
|
18831
18804
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
18832
18805
|
var componentNormalizer = __webpack_require__(70713);
|
|
@@ -19423,7 +19396,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
19423
19396
|
|
|
19424
19397
|
/***/ }),
|
|
19425
19398
|
|
|
19426
|
-
/***/
|
|
19399
|
+
/***/ 83037:
|
|
19427
19400
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
19428
19401
|
|
|
19429
19402
|
"use strict";
|
|
@@ -19435,7 +19408,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
19435
19408
|
"default": function() { return /* binding */ table_TableFormula; }
|
|
19436
19409
|
});
|
|
19437
19410
|
|
|
19438
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/table/TableFormula.vue?vue&type=template&id=
|
|
19411
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/table/TableFormula.vue?vue&type=template&id=31c7016a&
|
|
19439
19412
|
var render = function render() {
|
|
19440
19413
|
var _vm = this,
|
|
19441
19414
|
_c = _vm._self._c;
|
|
@@ -19740,6 +19713,19 @@ var render = function render() {
|
|
|
19740
19713
|
},
|
|
19741
19714
|
expression: "bodySurfaceAreaWeight"
|
|
19742
19715
|
}
|
|
19716
|
+
})], 1)]) : _vm._e(), _vm.formula === 'idealWeight' ? _c('section', [_c('div', {
|
|
19717
|
+
staticClass: "ho-table-features-list"
|
|
19718
|
+
}, [_c('p', [_vm._v("身高")]), _c('a-input', {
|
|
19719
|
+
attrs: {
|
|
19720
|
+
"autocomplete": "off"
|
|
19721
|
+
},
|
|
19722
|
+
model: {
|
|
19723
|
+
value: _vm.idealWeightHeight,
|
|
19724
|
+
callback: function callback($$v) {
|
|
19725
|
+
_vm.idealWeightHeight = $$v;
|
|
19726
|
+
},
|
|
19727
|
+
expression: "idealWeightHeight"
|
|
19728
|
+
}
|
|
19743
19729
|
})], 1)]) : _vm._e(), _vm.formula === 'costumRowColumns' ? _c('section', {
|
|
19744
19730
|
staticClass: "costum-row-columns"
|
|
19745
19731
|
}, [_c('div', {
|
|
@@ -19937,7 +19923,8 @@ var TableFormula = __webpack_require__(90832);
|
|
|
19937
19923
|
},
|
|
19938
19924
|
bodySurfaceAreaWeight: '',
|
|
19939
19925
|
startDateCode: '',
|
|
19940
|
-
endDateCode: ''
|
|
19926
|
+
endDateCode: '',
|
|
19927
|
+
idealWeightHeight: ''
|
|
19941
19928
|
};
|
|
19942
19929
|
},
|
|
19943
19930
|
inject: ['hoEditorProvider'],
|
|
@@ -19984,12 +19971,12 @@ var TableFormula = __webpack_require__(90832);
|
|
|
19984
19971
|
if (node.formulaStr) {
|
|
19985
19972
|
try {
|
|
19986
19973
|
var ftScoreMapping = JSON.parse(node.formulaStr);
|
|
19987
|
-
var cell = ftScoreMapping.cell.split(
|
|
19974
|
+
var cell = ftScoreMapping.cell.split(',');
|
|
19988
19975
|
if (cell.length > 1) {
|
|
19989
19976
|
ftScoreMapping.cell = cell[0];
|
|
19990
19977
|
this.ftScoreMappingCell = cell.filter(function (v, index) {
|
|
19991
19978
|
return index > 0;
|
|
19992
|
-
}).join(
|
|
19979
|
+
}).join(',');
|
|
19993
19980
|
}
|
|
19994
19981
|
ftScoreMapping.items = ftScoreMapping.items.map(function (v) {
|
|
19995
19982
|
v.range = v.range.split('-');
|
|
@@ -20000,7 +19987,7 @@ var TableFormula = __webpack_require__(90832);
|
|
|
20000
19987
|
console.warn("\u5206\u503C\u6620\u5C04\u516C\u5F0F\u89E3\u6790\u5931\u8D25\uFF1A".concat(node.formulaStr));
|
|
20001
19988
|
}
|
|
20002
19989
|
}
|
|
20003
|
-
} else if (this.formula === 'ftCalcDays' || this.formula ===
|
|
19990
|
+
} else if (this.formula === 'ftCalcDays' || this.formula === 'ftCalcTime') {
|
|
20004
19991
|
if (node.formulaStr) {
|
|
20005
19992
|
this.startDateCode = node.formulaStr.split(',')[0];
|
|
20006
19993
|
this.endDateCode = node.formulaStr.split(',')[1];
|
|
@@ -20061,8 +20048,10 @@ var TableFormula = __webpack_require__(90832);
|
|
|
20061
20048
|
this.vueController.insertTableFormula("".concat(this.bodySurfaceAreaWeight).toLocaleLowerCase(), this.isHideZero, TableFormula/* FormularType.ftBodySurfaceArea */.a.ftBodySurfaceArea);
|
|
20062
20049
|
} else if (this.formula === 'ftCalcDays') {
|
|
20063
20050
|
this.vueController.insertTableFormula("".concat(this.startDateCode, ",").concat(this.endDateCode).toLocaleLowerCase(), this.isHideZero, TableFormula/* FormularType.ftCalcDays */.a.ftCalcDays);
|
|
20064
|
-
} else if (this.formula ===
|
|
20051
|
+
} else if (this.formula === 'ftCalcTime') {
|
|
20065
20052
|
this.vueController.insertTableFormula("".concat(this.startDateCode, ",").concat(this.endDateCode).toLocaleLowerCase(), this.isHideZero, TableFormula/* FormularType.ftCalcTime */.a.ftCalcTime);
|
|
20053
|
+
} else if (this.formula === 'idealWeight') {
|
|
20054
|
+
this.vueController.insertTableFormula("".concat(this.idealWeightHeight).toLocaleLowerCase(), this.isHideZero, TableFormula/* FormularType.ftIdealWeight */.a.ftIdealWeight);
|
|
20066
20055
|
}
|
|
20067
20056
|
this.handleClose();
|
|
20068
20057
|
},
|
|
@@ -20084,10 +20073,10 @@ var TableFormula = __webpack_require__(90832);
|
|
|
20084
20073
|
});
|
|
20085
20074
|
;// CONCATENATED MODULE: ./src/components/controls/table/TableFormula.vue?vue&type=script&lang=js&
|
|
20086
20075
|
/* harmony default export */ var table_TableFormulavue_type_script_lang_js_ = (TableFormulavue_type_script_lang_js_);
|
|
20087
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/table/TableFormula.vue?vue&type=style&index=0&id=
|
|
20076
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/table/TableFormula.vue?vue&type=style&index=0&id=31c7016a&prod&lang=scss&
|
|
20088
20077
|
// extracted by mini-css-extract-plugin
|
|
20089
20078
|
|
|
20090
|
-
;// CONCATENATED MODULE: ./src/components/controls/table/TableFormula.vue?vue&type=style&index=0&id=
|
|
20079
|
+
;// CONCATENATED MODULE: ./src/components/controls/table/TableFormula.vue?vue&type=style&index=0&id=31c7016a&prod&lang=scss&
|
|
20091
20080
|
|
|
20092
20081
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
20093
20082
|
var componentNormalizer = __webpack_require__(70713);
|
|
@@ -20549,7 +20538,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
20549
20538
|
|
|
20550
20539
|
/***/ }),
|
|
20551
20540
|
|
|
20552
|
-
/***/
|
|
20541
|
+
/***/ 37466:
|
|
20553
20542
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
20554
20543
|
|
|
20555
20544
|
"use strict";
|
|
@@ -20561,7 +20550,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
20561
20550
|
"default": function() { return /* binding */ TableRowProperty; }
|
|
20562
20551
|
});
|
|
20563
20552
|
|
|
20564
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/table/TableRowProperty.vue?vue&type=template&id=
|
|
20553
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/table/TableRowProperty.vue?vue&type=template&id=aceae0d4&
|
|
20565
20554
|
var render = function render() {
|
|
20566
20555
|
var _vm = this,
|
|
20567
20556
|
_c = _vm._self._c;
|
|
@@ -20801,8 +20790,8 @@ var TableNode = __webpack_require__(5010);
|
|
|
20801
20790
|
forcedPageBreak: false,
|
|
20802
20791
|
printCellBorders: true,
|
|
20803
20792
|
printCellBg: true,
|
|
20804
|
-
newLineWithCellContent: false,
|
|
20805
20793
|
tabKeyInsNewLine: false,
|
|
20794
|
+
newLineWithCellContent: false,
|
|
20806
20795
|
customProperties: [{
|
|
20807
20796
|
name: '',
|
|
20808
20797
|
value: ''
|
|
@@ -20822,6 +20811,7 @@ var TableNode = __webpack_require__(5010);
|
|
|
20822
20811
|
rowHeight: 0,
|
|
20823
20812
|
isSpecifyHeight: false,
|
|
20824
20813
|
isLockRowHeight: false,
|
|
20814
|
+
newLineWithCellContent: false,
|
|
20825
20815
|
repeatAsTitleAtPageTop: false,
|
|
20826
20816
|
sameLineCanAcrossPages: true,
|
|
20827
20817
|
forcedPageBreak: false,
|
|
@@ -20968,10 +20958,10 @@ var TableNode = __webpack_require__(5010);
|
|
|
20968
20958
|
});
|
|
20969
20959
|
;// CONCATENATED MODULE: ./src/components/controls/table/TableRowProperty.vue?vue&type=script&lang=js&
|
|
20970
20960
|
/* harmony default export */ var table_TableRowPropertyvue_type_script_lang_js_ = (TableRowPropertyvue_type_script_lang_js_);
|
|
20971
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/table/TableRowProperty.vue?vue&type=style&index=0&id=
|
|
20961
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/table/TableRowProperty.vue?vue&type=style&index=0&id=aceae0d4&prod&lang=scss&
|
|
20972
20962
|
// extracted by mini-css-extract-plugin
|
|
20973
20963
|
|
|
20974
|
-
;// CONCATENATED MODULE: ./src/components/controls/table/TableRowProperty.vue?vue&type=style&index=0&id=
|
|
20964
|
+
;// CONCATENATED MODULE: ./src/components/controls/table/TableRowProperty.vue?vue&type=style&index=0&id=aceae0d4&prod&lang=scss&
|
|
20975
20965
|
|
|
20976
20966
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
20977
20967
|
var componentNormalizer = __webpack_require__(70713);
|
|
@@ -41341,9 +41331,37 @@ var DocController = /*#__PURE__*/function () {
|
|
|
41341
41331
|
var spath = sCell.childNodes[0].getNodePath();
|
|
41342
41332
|
var epath = hoEditorFactory.docTree.getNodeLastPath(sCell.childNodes[sCell.childNodes.length - 1]);
|
|
41343
41333
|
var domRange = new _DomRange__WEBPACK_IMPORTED_MODULE_30__/* .DomRange */ .a(this._hoEditorFactoryID, spath, epath);
|
|
41344
|
-
var jsonData = hoEditorFactory.structureNode.Copy(domRange, null);
|
|
41334
|
+
var jsonData = hoEditorFactory.structureNode.Copy(domRange, null, false);
|
|
41345
41335
|
hoEditorFactory.docTree.curDomRange.setSamePath(tCell.childNodes[0].getNodePath());
|
|
41346
41336
|
var nodes = hoEditorFactory.structureNode.Parse(_utils_StructureNode__WEBPACK_IMPORTED_MODULE_89__/* .ClipboardType.ctJSON */ .Y6.ctJSON, jsonData);
|
|
41337
|
+
for (var n = 0; n < nodes.length; n++) {
|
|
41338
|
+
var anode = nodes[n];
|
|
41339
|
+
if (anode instanceof _treeNode_TextNode__WEBPACK_IMPORTED_MODULE_26__/* .TextNode */ .R) {
|
|
41340
|
+
nodes.splice(n, 1);
|
|
41341
|
+
} else if (anode instanceof _treeNode_TextInputFieldNode__WEBPACK_IMPORTED_MODULE_45__/* .TextInputFieldNode */ .re && !anode.isEmpty()) {
|
|
41342
|
+
anode.childNodes.splice(1, anode.childNodes.length - 2);
|
|
41343
|
+
var markNode = new _treeNode_MarkNode__WEBPACK_IMPORTED_MODULE_46__/* .MarkNode */ .j(this._hoEditorFactoryID, anode.rootNodes, anode, _treeNode_BaseNode__WEBPACK_IMPORTED_MODULE_23__/* .NodeType.ntMark */ .Jq.ntMark, anode.name, anode.childNodes[0].styleIndex, 1);
|
|
41344
|
+
anode.childNodes.splice(1, 0, markNode);
|
|
41345
|
+
} else if (anode instanceof _treeNode_DownListNode__WEBPACK_IMPORTED_MODULE_54__/* .DownListNode */ .yF && anode.keyValue !== "") {
|
|
41346
|
+
anode.text = anode.name;
|
|
41347
|
+
anode.keyValue = "";
|
|
41348
|
+
anode.node2DrawNode();
|
|
41349
|
+
} else if (anode instanceof _treeNode_DateTimeNode__WEBPACK_IMPORTED_MODULE_53__/* .DateTimeNode */ .Z && anode.text !== anode.labelText) {
|
|
41350
|
+
anode.text = anode.labelText;
|
|
41351
|
+
anode.node2DrawNode();
|
|
41352
|
+
} else if (anode instanceof _treeNode_SignNode__WEBPACK_IMPORTED_MODULE_83__/* .SignNode */ .N && anode.number !== 0) {
|
|
41353
|
+
anode.number = 0;
|
|
41354
|
+
anode.type = 0;
|
|
41355
|
+
anode.signor = "";
|
|
41356
|
+
anode.signTime = "";
|
|
41357
|
+
anode.imgWidth = 0;
|
|
41358
|
+
anode.imgHeight = 0;
|
|
41359
|
+
anode.customProperty = new Object();
|
|
41360
|
+
anode.fingerPrintSrc = "";
|
|
41361
|
+
anode.fingerPosition = 0;
|
|
41362
|
+
anode.imgSrc = "";
|
|
41363
|
+
}
|
|
41364
|
+
}
|
|
41347
41365
|
hoEditorFactory.docController.parseNodeData(nodes);
|
|
41348
41366
|
}
|
|
41349
41367
|
}
|
|
@@ -41431,9 +41449,37 @@ var DocController = /*#__PURE__*/function () {
|
|
|
41431
41449
|
var spath = sCell.childNodes[0].getNodePath();
|
|
41432
41450
|
var epath = hoEditorFactory.docTree.getNodeLastPath(sCell.childNodes[sCell.childNodes.length - 1]);
|
|
41433
41451
|
var domRange = new _DomRange__WEBPACK_IMPORTED_MODULE_30__/* .DomRange */ .a(this._hoEditorFactoryID, spath, epath);
|
|
41434
|
-
var jsonData = hoEditorFactory.structureNode.Copy(domRange, null);
|
|
41452
|
+
var jsonData = hoEditorFactory.structureNode.Copy(domRange, null, false);
|
|
41435
41453
|
var nodes = hoEditorFactory.structureNode.Parse(_utils_StructureNode__WEBPACK_IMPORTED_MODULE_89__/* .ClipboardType.ctJSON */ .Y6.ctJSON, jsonData);
|
|
41436
41454
|
hoEditorFactory.docTree.curDomRange.setSamePath(tCell.childNodes[0].getNodePath());
|
|
41455
|
+
for (var n = 0; n < nodes.length; n++) {
|
|
41456
|
+
var anode = nodes[n];
|
|
41457
|
+
if (anode instanceof _treeNode_TextNode__WEBPACK_IMPORTED_MODULE_26__/* .TextNode */ .R) {
|
|
41458
|
+
nodes.splice(n, 1);
|
|
41459
|
+
} else if (anode instanceof _treeNode_TextInputFieldNode__WEBPACK_IMPORTED_MODULE_45__/* .TextInputFieldNode */ .re && !anode.isEmpty()) {
|
|
41460
|
+
anode.childNodes.splice(1, anode.childNodes.length - 2);
|
|
41461
|
+
var markNode = new _treeNode_MarkNode__WEBPACK_IMPORTED_MODULE_46__/* .MarkNode */ .j(this._hoEditorFactoryID, anode.rootNodes, anode, _treeNode_BaseNode__WEBPACK_IMPORTED_MODULE_23__/* .NodeType.ntMark */ .Jq.ntMark, anode.name, anode.childNodes[0].styleIndex, 1);
|
|
41462
|
+
anode.childNodes.splice(1, 0, markNode);
|
|
41463
|
+
} else if (anode instanceof _treeNode_DownListNode__WEBPACK_IMPORTED_MODULE_54__/* .DownListNode */ .yF && anode.keyValue !== "") {
|
|
41464
|
+
anode.text = anode.name;
|
|
41465
|
+
anode.keyValue = "";
|
|
41466
|
+
anode.node2DrawNode();
|
|
41467
|
+
} else if (anode instanceof _treeNode_DateTimeNode__WEBPACK_IMPORTED_MODULE_53__/* .DateTimeNode */ .Z && anode.text !== anode.labelText) {
|
|
41468
|
+
anode.text = anode.labelText;
|
|
41469
|
+
anode.node2DrawNode();
|
|
41470
|
+
} else if (anode instanceof _treeNode_SignNode__WEBPACK_IMPORTED_MODULE_83__/* .SignNode */ .N && anode.number !== 0) {
|
|
41471
|
+
anode.number = 0;
|
|
41472
|
+
anode.type = 0;
|
|
41473
|
+
anode.signor = "";
|
|
41474
|
+
anode.signTime = "";
|
|
41475
|
+
anode.imgWidth = 0;
|
|
41476
|
+
anode.imgHeight = 0;
|
|
41477
|
+
anode.customProperty = new Object();
|
|
41478
|
+
anode.fingerPrintSrc = "";
|
|
41479
|
+
anode.fingerPosition = 0;
|
|
41480
|
+
anode.imgSrc = "";
|
|
41481
|
+
}
|
|
41482
|
+
}
|
|
41437
41483
|
hoEditorFactory.docController.parseNodeData(nodes);
|
|
41438
41484
|
}
|
|
41439
41485
|
}
|
|
@@ -47361,7 +47407,7 @@ var PageProperty = /*#__PURE__*/function () {
|
|
|
47361
47407
|
/*
|
|
47362
47408
|
* @Author: your name
|
|
47363
47409
|
* @Date: 2020-12-24 16:01:16
|
|
47364
|
-
* @LastEditTime: 2023-08-
|
|
47410
|
+
* @LastEditTime: 2023-08-04 14:39:49
|
|
47365
47411
|
* @LastEditors: liyanan 2441631434@qq.com
|
|
47366
47412
|
* @Description: In User Settings Edit
|
|
47367
47413
|
* @FilePath: \hoeditor-web\src\editor\dom\TableProperty.ts
|
|
@@ -47651,7 +47697,7 @@ var RowProperty = /*#__PURE__*/function () {
|
|
|
47651
47697
|
//打印单元格背景
|
|
47652
47698
|
//按下Tab键强制插入新行(即使不是最后一行)
|
|
47653
47699
|
//是否锁定行高
|
|
47654
|
-
|
|
47700
|
+
//新增行带着单元格元素
|
|
47655
47701
|
function RowProperty(objectValues //, table: TableNode
|
|
47656
47702
|
) {
|
|
47657
47703
|
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_classCallCheck_js__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z)(this, RowProperty);
|
|
@@ -47807,7 +47853,7 @@ var VAlign;
|
|
|
47807
47853
|
var ColDownListProperty = /*#__PURE__*/function () {
|
|
47808
47854
|
//允许多选 编辑器属性是DownList类型的情况
|
|
47809
47855
|
//列表项目分隔字符 编辑器属性是DownList类型的情况
|
|
47810
|
-
//来源 编辑器属性是DownList类型的情况
|
|
47856
|
+
//private _source = ""; //来源 编辑器属性是DownList类型的情况
|
|
47811
47857
|
//列表项目 编辑器属性是DownList类型的情况
|
|
47812
47858
|
//用户可以直接编辑修改内容 编辑器属性是DownList类型的情况
|
|
47813
47859
|
//允许被删除 编辑器属性是DownList类型的情况
|
|
@@ -47815,13 +47861,12 @@ var ColDownListProperty = /*#__PURE__*/function () {
|
|
|
47815
47861
|
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_classCallCheck_js__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z)(this, ColDownListProperty);
|
|
47816
47862
|
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(this, "_allowMultiSelected", true);
|
|
47817
47863
|
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(this, "_splitCharacter", ",");
|
|
47818
|
-
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(this, "_source", "");
|
|
47819
47864
|
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(this, "_listItems", "");
|
|
47820
47865
|
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(this, "_canModifyContent", true);
|
|
47821
47866
|
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(this, "_isAllowDel", true);
|
|
47822
47867
|
this._allowMultiSelected = objectValues["allowMultiSelected"] !== undefined ? objectValues["allowMultiSelected"] : objectValues["_allowMultiSelected"];
|
|
47823
47868
|
this._splitCharacter = objectValues["splitCharacter"] ? objectValues["splitCharacter"] : objectValues["_splitCharacter"];
|
|
47824
|
-
this._source = objectValues["source"] ? objectValues["source"] : objectValues["_source"];
|
|
47869
|
+
//this._source = objectValues["source"] ? objectValues["source"] : objectValues["_source"];
|
|
47825
47870
|
this._listItems = objectValues["listItems"] ? objectValues["listItems"] : objectValues["_listItems"];
|
|
47826
47871
|
this._canModifyContent = objectValues["canModifyContent"] !== undefined ? objectValues["canModifyContent"] : objectValues["_canModifyContent"];
|
|
47827
47872
|
this._isAllowDel = objectValues["isAllowDel"] !== undefined ? objectValues["isAllowDel"] : objectValues["_isAllowDel"];
|
|
@@ -47842,14 +47887,12 @@ var ColDownListProperty = /*#__PURE__*/function () {
|
|
|
47842
47887
|
set: function set(value) {
|
|
47843
47888
|
this._splitCharacter = value;
|
|
47844
47889
|
}
|
|
47845
|
-
|
|
47846
|
-
|
|
47847
|
-
|
|
47848
|
-
|
|
47849
|
-
|
|
47850
|
-
|
|
47851
|
-
this._source = value;
|
|
47852
|
-
}
|
|
47890
|
+
// get source(): string {
|
|
47891
|
+
// return this._source;
|
|
47892
|
+
// }
|
|
47893
|
+
// set source(value: string) {
|
|
47894
|
+
// this._source = value;
|
|
47895
|
+
// }
|
|
47853
47896
|
}, {
|
|
47854
47897
|
key: "listItems",
|
|
47855
47898
|
get: function get() {
|
|
@@ -61473,6 +61516,7 @@ var FormularType;
|
|
|
61473
61516
|
FormularType[FormularType["ftBodySurfaceArea"] = 7] = "ftBodySurfaceArea";
|
|
61474
61517
|
FormularType[FormularType["ftCalcDays"] = 8] = "ftCalcDays";
|
|
61475
61518
|
FormularType[FormularType["ftCalcTime"] = 9] = "ftCalcTime";
|
|
61519
|
+
FormularType[FormularType["ftIdealWeight"] = 10] = "ftIdealWeight";
|
|
61476
61520
|
})(FormularType || (FormularType = {}));
|
|
61477
61521
|
var TableFormula = /*#__PURE__*/function (_ControlNode) {
|
|
61478
61522
|
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_inherits_js__WEBPACK_IMPORTED_MODULE_7__/* ["default"] */ .Z)(TableFormula, _ControlNode);
|
|
@@ -61586,6 +61630,9 @@ var TableFormula = /*#__PURE__*/function (_ControlNode) {
|
|
|
61586
61630
|
if (this.formularType === FormularType.ftCalcTime) {
|
|
61587
61631
|
this.clacTime();
|
|
61588
61632
|
}
|
|
61633
|
+
if (this.formularType === FormularType.ftIdealWeight) {
|
|
61634
|
+
this.clacIdealWeight();
|
|
61635
|
+
}
|
|
61589
61636
|
}
|
|
61590
61637
|
}
|
|
61591
61638
|
}, {
|
|
@@ -62484,6 +62531,45 @@ var TableFormula = /*#__PURE__*/function (_ControlNode) {
|
|
|
62484
62531
|
}
|
|
62485
62532
|
return strRet;
|
|
62486
62533
|
}
|
|
62534
|
+
}, {
|
|
62535
|
+
key: "clacIdealWeight",
|
|
62536
|
+
value: function clacIdealWeight() {
|
|
62537
|
+
var strRet = " ";
|
|
62538
|
+
var table = this.getParentCell().table;
|
|
62539
|
+
if (this.formulaStr == "") {
|
|
62540
|
+
ant_design_vue_es_message__WEBPACK_IMPORTED_MODULE_38__/* ["default"].warn */ .Z.warn("身高的单元格编号传入有误:" + this.formulaStr);
|
|
62541
|
+
}
|
|
62542
|
+
var _this$getRowColByCell33 = this.getRowColByCellAdress(this.formulaStr),
|
|
62543
|
+
_this$getRowColByCell34 = (0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_slicedToArray_js__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z)(_this$getRowColByCell33, 2),
|
|
62544
|
+
row = _this$getRowColByCell34[0],
|
|
62545
|
+
col = _this$getRowColByCell34[1];
|
|
62546
|
+
if (row >= 0 && col >= 0) {
|
|
62547
|
+
if (!table.rows[row]) return strRet;
|
|
62548
|
+
var hCell = table.rows[row][col];
|
|
62549
|
+
if (hCell) {
|
|
62550
|
+
var _this$getCellNumber13 = this.getCellNumber(table, row, col),
|
|
62551
|
+
_this$getCellNumber14 = (0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_slicedToArray_js__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z)(_this$getCellNumber13, 2),
|
|
62552
|
+
hRet = _this$getCellNumber14[0],
|
|
62553
|
+
height = _this$getCellNumber14[1];
|
|
62554
|
+
if (height == "") return strRet;
|
|
62555
|
+
var heightNum = Number(height);
|
|
62556
|
+
if (hRet) {
|
|
62557
|
+
var num = 0;
|
|
62558
|
+
if (heightNum > 3) {
|
|
62559
|
+
num = heightNum - 105;
|
|
62560
|
+
} else {
|
|
62561
|
+
num = 100 * heightNum - 105;
|
|
62562
|
+
}
|
|
62563
|
+
if (num < 0) {
|
|
62564
|
+
strRet = "?";
|
|
62565
|
+
} else {
|
|
62566
|
+
strRet = num.toFixed(2);
|
|
62567
|
+
}
|
|
62568
|
+
}
|
|
62569
|
+
}
|
|
62570
|
+
}
|
|
62571
|
+
return strRet;
|
|
62572
|
+
}
|
|
62487
62573
|
}, {
|
|
62488
62574
|
key: "isCellInFormula",
|
|
62489
62575
|
value: function isCellInFormula(acell, r, c) {
|
|
@@ -62556,6 +62642,8 @@ var TableFormula = /*#__PURE__*/function (_ControlNode) {
|
|
|
62556
62642
|
this._text = this.clacDays();
|
|
62557
62643
|
} else if (this.formularType === FormularType.ftCalcTime) {
|
|
62558
62644
|
this._text = this.clacTime();
|
|
62645
|
+
} else if (this.formularType === FormularType.ftIdealWeight) {
|
|
62646
|
+
this._text = this.clacIdealWeight();
|
|
62559
62647
|
}
|
|
62560
62648
|
this.node2DrawNode();
|
|
62561
62649
|
}
|
|
@@ -81912,12 +82000,11 @@ var EditorController = /*#__PURE__*/function () {
|
|
|
81912
82000
|
this.editor.input.addEventListener('keypress', this._editKeyPress);
|
|
81913
82001
|
this.editor.input.addEventListener('keyup', this._editKeyUp);
|
|
81914
82002
|
this.editor.input.addEventListener('keydown', this._editKeyDown);
|
|
81915
|
-
|
|
81916
|
-
|
|
81917
|
-
|
|
81918
|
-
|
|
81919
|
-
|
|
81920
|
-
// })
|
|
82003
|
+
document.addEventListener('visibilitychange', function () {
|
|
82004
|
+
if (!document.hidden) {
|
|
82005
|
+
_this2.editor.input.focus();
|
|
82006
|
+
}
|
|
82007
|
+
});
|
|
81921
82008
|
this.editor.input.addEventListener('cut', function (e) {
|
|
81922
82009
|
if (!e || !e.clipboardData) {
|
|
81923
82010
|
return;
|
|
@@ -87081,7 +87168,7 @@ var DrawTree = /*#__PURE__*/function () {
|
|
|
87081
87168
|
// value.parentNode.update();
|
|
87082
87169
|
// }
|
|
87083
87170
|
//const isCellInFormula = value.isCellInFormula(cell, r, c);
|
|
87084
|
-
if (value.formularType === TableFormula/* FormularType.ftSum */.a.ftSum || value.formularType === TableFormula/* FormularType.ftFormular */.a.ftFormular || value.formularType === TableFormula/* FormularType.ftBMI */.a.ftBMI || value.formularType === TableFormula/* FormularType.ftLaborProcess */.a.ftLaborProcess || value.formularType === TableFormula/* FormularType.ftExpectedBirthDate */.a.ftExpectedBirthDate || value.formularType === TableFormula/* FormularType.ftPregnantWeeks */.a.ftPregnantWeeks || value.formularType === TableFormula/* FormularType.ftScoreMapping */.a.ftScoreMapping || value.formularType === TableFormula/* FormularType.ftBodySurfaceArea */.a.ftBodySurfaceArea || value.formularType === TableFormula/* FormularType.ftCalcDays */.a.ftCalcDays || value.formularType === TableFormula/* FormularType.ftCalcTime */.a.ftCalcTime) {
|
|
87171
|
+
if (value.formularType === TableFormula/* FormularType.ftSum */.a.ftSum || value.formularType === TableFormula/* FormularType.ftFormular */.a.ftFormular || value.formularType === TableFormula/* FormularType.ftBMI */.a.ftBMI || value.formularType === TableFormula/* FormularType.ftLaborProcess */.a.ftLaborProcess || value.formularType === TableFormula/* FormularType.ftExpectedBirthDate */.a.ftExpectedBirthDate || value.formularType === TableFormula/* FormularType.ftPregnantWeeks */.a.ftPregnantWeeks || value.formularType === TableFormula/* FormularType.ftScoreMapping */.a.ftScoreMapping || value.formularType === TableFormula/* FormularType.ftBodySurfaceArea */.a.ftBodySurfaceArea || value.formularType === TableFormula/* FormularType.ftCalcDays */.a.ftCalcDays || value.formularType === TableFormula/* FormularType.ftCalcTime */.a.ftCalcTime || value.formularType === TableFormula/* FormularType.ftIdealWeight */.a.ftIdealWeight) {
|
|
87085
87172
|
//const str = value.formulaStr;
|
|
87086
87173
|
value.updateResult();
|
|
87087
87174
|
value.getParentCell().drawCell.needUpdate = true;
|
|
@@ -89871,12 +89958,12 @@ var NodesDeleteUndoUnit = /*#__PURE__*/function () {
|
|
|
89871
89958
|
this._isError = true;
|
|
89872
89959
|
return _context2.abrupt("return");
|
|
89873
89960
|
case 47:
|
|
89874
|
-
if (!(node instanceof _dom_treeNode_SignNode__WEBPACK_IMPORTED_MODULE_36__/* .SignNode */ .N
|
|
89961
|
+
if (!(node instanceof _dom_treeNode_SignNode__WEBPACK_IMPORTED_MODULE_36__/* .SignNode */ .N)) {
|
|
89875
89962
|
_context2.next = 52;
|
|
89876
89963
|
break;
|
|
89877
89964
|
}
|
|
89878
89965
|
ant_design_vue_es_message__WEBPACK_IMPORTED_MODULE_41__/* ["default"].destroy */ .Z.destroy();
|
|
89879
|
-
ant_design_vue_es_message__WEBPACK_IMPORTED_MODULE_41__/* ["default"].warn */ .Z.warn("
|
|
89966
|
+
ant_design_vue_es_message__WEBPACK_IMPORTED_MODULE_41__/* ["default"].warn */ .Z.warn("不允许直接删除签名!");
|
|
89880
89967
|
this._isError = true;
|
|
89881
89968
|
return _context2.abrupt("return");
|
|
89882
89969
|
case 52:
|
|
@@ -200451,12 +200538,12 @@ var map = {
|
|
|
200451
200538
|
"./sign/Sign.vue": 28715,
|
|
200452
200539
|
"./table/TableCellPoper.vue": 61917,
|
|
200453
200540
|
"./table/TableCellProperty.vue": 47585,
|
|
200454
|
-
"./table/TableColProperty.vue":
|
|
200541
|
+
"./table/TableColProperty.vue": 17857,
|
|
200455
200542
|
"./table/TableForm.vue": 19064,
|
|
200456
200543
|
"./table/TableFormTree.vue": 39703,
|
|
200457
|
-
"./table/TableFormula.vue":
|
|
200544
|
+
"./table/TableFormula.vue": 83037,
|
|
200458
200545
|
"./table/TableProperty.vue": 47130,
|
|
200459
|
-
"./table/TableRowProperty.vue":
|
|
200546
|
+
"./table/TableRowProperty.vue": 37466,
|
|
200460
200547
|
"./textDialog/TextDialog.vue": 26401,
|
|
200461
200548
|
"./textDialog/TextToLabelDialog.vue": 35791,
|
|
200462
200549
|
"./textDialog/VerifyTip.vue": 63210,
|
|
@@ -236704,8 +236791,8 @@ var es_string_match = __webpack_require__(4723);
|
|
|
236704
236791
|
var es_number_constructor = __webpack_require__(9653);
|
|
236705
236792
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.json.stringify.js
|
|
236706
236793
|
var es_json_stringify = __webpack_require__(38862);
|
|
236707
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HoDoc.vue?vue&type=template&id=
|
|
236708
|
-
var
|
|
236794
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HoDoc.vue?vue&type=template&id=65a78357&
|
|
236795
|
+
var HoDocvue_type_template_id_65a78357_render = function render() {
|
|
236709
236796
|
var _vm = this,
|
|
236710
236797
|
_c = _vm._self._c;
|
|
236711
236798
|
return _c('div', {
|
|
@@ -236853,7 +236940,7 @@ var HoDocvue_type_template_id_1e9632f5_render = function render() {
|
|
|
236853
236940
|
}
|
|
236854
236941
|
}, [_vm._v("v " + _vm._s(_vm.version))])])])], 1);
|
|
236855
236942
|
};
|
|
236856
|
-
var
|
|
236943
|
+
var HoDocvue_type_template_id_65a78357_staticRenderFns = [];
|
|
236857
236944
|
|
|
236858
236945
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.filter.js
|
|
236859
236946
|
var es_array_filter = __webpack_require__(57327);
|
|
@@ -239857,7 +239944,7 @@ var TextNode = __webpack_require__(27198);
|
|
|
239857
239944
|
// EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
|
|
239858
239945
|
var ParagraphNode = __webpack_require__(67945);
|
|
239859
239946
|
;// CONCATENATED MODULE: ./src/components/version.ts
|
|
239860
|
-
/* harmony default export */ var version = ('3.0.
|
|
239947
|
+
/* harmony default export */ var version = ('3.0.98');
|
|
239861
239948
|
// EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
|
|
239862
239949
|
var PoperTipText = __webpack_require__(36081);
|
|
239863
239950
|
;// CONCATENATED MODULE: ./src/components/controls/poperTipText/index.ts
|
|
@@ -240380,7 +240467,7 @@ var defaultHeight = Math.floor(1122 * scaleXY) % 2 === 1 ? Math.floor(1122 * sca
|
|
|
240380
240467
|
}
|
|
240381
240468
|
this.poperType = 'datePoper';
|
|
240382
240469
|
} else if (Number(_parentNode.inputFieldType) === 1) {
|
|
240383
|
-
var _node$parentNode$down, _node$parentNode$down2;
|
|
240470
|
+
var _node$parentNode$down, _node$parentNode$down2, _node$parentNode$down3;
|
|
240384
240471
|
if (paintStatus === 0) {
|
|
240385
240472
|
this.hoEditorProvider.setControlProperty('text', 'update', '');
|
|
240386
240473
|
this.hoEditorProvider.setUpdateNodeValue(this.getCurrentSelectNode());
|
|
@@ -240388,7 +240475,8 @@ var defaultHeight = Math.floor(1122 * scaleXY) % 2 === 1 ? Math.floor(1122 * sca
|
|
|
240388
240475
|
}
|
|
240389
240476
|
var text = node.text.replace(/ /g, '');
|
|
240390
240477
|
var list = (_node$parentNode$down = node.parentNode.downListProperty) !== null && _node$parentNode$down !== void 0 && _node$parentNode$down.listItems ? JSON.parse((_node$parentNode$down2 = node.parentNode.downListProperty) === null || _node$parentNode$down2 === void 0 ? void 0 : _node$parentNode$down2.listItems) : [];
|
|
240391
|
-
|
|
240478
|
+
var allowMultiSelected = ((_node$parentNode$down3 = node.parentNode.downListProperty) === null || _node$parentNode$down3 === void 0 ? void 0 : _node$parentNode$down3.allowMultiSelected) || false;
|
|
240479
|
+
if (text != node.parentNode.name && text !== '' && !allowMultiSelected && list.length > 0) {
|
|
240392
240480
|
if (list.filter(function (v) {
|
|
240393
240481
|
return v.text.split('<元素>')[0].includes(text);
|
|
240394
240482
|
}).length === 0) {
|
|
@@ -240602,10 +240690,10 @@ var defaultHeight = Math.floor(1122 * scaleXY) % 2 === 1 ? Math.floor(1122 * sca
|
|
|
240602
240690
|
});
|
|
240603
240691
|
;// CONCATENATED MODULE: ./src/components/HoDoc.vue?vue&type=script&lang=js&
|
|
240604
240692
|
/* harmony default export */ var components_HoDocvue_type_script_lang_js_ = (HoDocvue_type_script_lang_js_);
|
|
240605
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HoDoc.vue?vue&type=style&index=0&id=
|
|
240693
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HoDoc.vue?vue&type=style&index=0&id=65a78357&prod&lang=scss&
|
|
240606
240694
|
// extracted by mini-css-extract-plugin
|
|
240607
240695
|
|
|
240608
|
-
;// CONCATENATED MODULE: ./src/components/HoDoc.vue?vue&type=style&index=0&id=
|
|
240696
|
+
;// CONCATENATED MODULE: ./src/components/HoDoc.vue?vue&type=style&index=0&id=65a78357&prod&lang=scss&
|
|
240609
240697
|
|
|
240610
240698
|
;// CONCATENATED MODULE: ./src/components/HoDoc.vue
|
|
240611
240699
|
|
|
@@ -240618,8 +240706,8 @@ var defaultHeight = Math.floor(1122 * scaleXY) % 2 === 1 ? Math.floor(1122 * sca
|
|
|
240618
240706
|
|
|
240619
240707
|
var HoDoc_component = (0,componentNormalizer/* default */.Z)(
|
|
240620
240708
|
components_HoDocvue_type_script_lang_js_,
|
|
240621
|
-
|
|
240622
|
-
|
|
240709
|
+
HoDocvue_type_template_id_65a78357_render,
|
|
240710
|
+
HoDocvue_type_template_id_65a78357_staticRenderFns,
|
|
240623
240711
|
false,
|
|
240624
240712
|
null,
|
|
240625
240713
|
null,
|
|
@@ -245713,7 +245801,7 @@ var StructureConvert = /*#__PURE__*/function () {
|
|
|
245713
245801
|
var formularNodes = hoEditorFactory.drawTree.formularNodes;
|
|
245714
245802
|
var tableArr = [];
|
|
245715
245803
|
formularNodes.forEach(function (value, key) {
|
|
245716
|
-
if (value.formularType === TableFormula/* FormularType.ftSum */.a.ftSum || value.formularType === TableFormula/* FormularType.ftFormular */.a.ftFormular || value.formularType === TableFormula/* FormularType.ftBMI */.a.ftBMI || value.formularType === TableFormula/* FormularType.ftLaborProcess */.a.ftLaborProcess || value.formularType === TableFormula/* FormularType.ftExpectedBirthDate */.a.ftExpectedBirthDate || value.formularType === TableFormula/* FormularType.ftPregnantWeeks */.a.ftPregnantWeeks || value.formularType === TableFormula/* FormularType.ftScoreMapping */.a.ftScoreMapping || value.formularType === TableFormula/* FormularType.ftBodySurfaceArea */.a.ftBodySurfaceArea || value.formularType === TableFormula/* FormularType.ftCalcDays */.a.ftCalcDays || value.formularType === TableFormula/* FormularType.ftCalcTime */.a.ftCalcTime) {
|
|
245804
|
+
if (value.formularType === TableFormula/* FormularType.ftSum */.a.ftSum || value.formularType === TableFormula/* FormularType.ftFormular */.a.ftFormular || value.formularType === TableFormula/* FormularType.ftBMI */.a.ftBMI || value.formularType === TableFormula/* FormularType.ftLaborProcess */.a.ftLaborProcess || value.formularType === TableFormula/* FormularType.ftExpectedBirthDate */.a.ftExpectedBirthDate || value.formularType === TableFormula/* FormularType.ftPregnantWeeks */.a.ftPregnantWeeks || value.formularType === TableFormula/* FormularType.ftScoreMapping */.a.ftScoreMapping || value.formularType === TableFormula/* FormularType.ftBodySurfaceArea */.a.ftBodySurfaceArea || value.formularType === TableFormula/* FormularType.ftCalcDays */.a.ftCalcDays || value.formularType === TableFormula/* FormularType.ftCalcTime */.a.ftCalcTime || value.formularType === TableFormula/* FormularType.ftIdealWeight */.a.ftIdealWeight) {
|
|
245717
245805
|
value.updateResult();
|
|
245718
245806
|
value.getParentCell().drawCell.needUpdate = true;
|
|
245719
245807
|
var table = value.getParentCell().table;
|
|
@@ -261151,7 +261239,8 @@ var formularType = {
|
|
|
261151
261239
|
6: 'ftScoreMapping',
|
|
261152
261240
|
7: 'bodySurfaceArea',
|
|
261153
261241
|
8: 'ftCalcDays',
|
|
261154
|
-
9: 'ftCalcTime'
|
|
261242
|
+
9: 'ftCalcTime',
|
|
261243
|
+
10: 'idealWeight' //计算理想体重
|
|
261155
261244
|
};
|
|
261156
261245
|
|
|
261157
261246
|
var getFormula = function getFormula(tableFormular) {
|
|
@@ -265549,8 +265638,8 @@ var ToolControlvue_type_template_id_08c856c8_render = function render() {
|
|
|
265549
265638
|
};
|
|
265550
265639
|
var ToolControlvue_type_template_id_08c856c8_staticRenderFns = [];
|
|
265551
265640
|
|
|
265552
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/toolbar/insert/HoSpecialChars.vue?vue&type=template&id=
|
|
265553
|
-
var
|
|
265641
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/toolbar/insert/HoSpecialChars.vue?vue&type=template&id=069ded6b&
|
|
265642
|
+
var HoSpecialCharsvue_type_template_id_069ded6b_render = function render() {
|
|
265554
265643
|
var _vm = this,
|
|
265555
265644
|
_c = _vm._self._c;
|
|
265556
265645
|
return _c('a-dropdown', {
|
|
@@ -265625,7 +265714,7 @@ var HoSpecialCharsvue_type_template_id_44e54a58_render = function render() {
|
|
|
265625
265714
|
}, [_vm._v(_vm._s(chars))]);
|
|
265626
265715
|
}), 0)])])])])], 1)], 1)], 2);
|
|
265627
265716
|
};
|
|
265628
|
-
var
|
|
265717
|
+
var HoSpecialCharsvue_type_template_id_069ded6b_staticRenderFns = [];
|
|
265629
265718
|
|
|
265630
265719
|
;// CONCATENATED MODULE: ./node_modules/vue-property-decorator/lib/vue-property-decorator.js
|
|
265631
265720
|
/** vue-property-decorator verson 8.5.1 MIT LICENSE copyright 2020 kaorun343 */
|
|
@@ -265924,7 +266013,7 @@ function isPromise(obj) {
|
|
|
265924
266013
|
data: function data() {
|
|
265925
266014
|
return {
|
|
265926
266015
|
arrChars: ['㎎', '㎏', '㎜', '㎝', '㎞', '㎡', '㏄', '㏎', '㏑', '㏒', '㏕', '℡'],
|
|
265927
|
-
specialChars: ['、', '。', '·', 'ˉ', 'ˇ', '¨', '〃', '々', '—', '~', '‖', '…', '‘', '’', '“', '”', '〔', '〕', '〈', '〉', '《', '》', '「', '」', '『', '』', '﹂', '﹁', '└', '┐', '┌', '┘', '|', '±', '×', '÷', '∶', '∧', '∨', '∑', '∏', '∪', '∩', '∈', 'α', 'β', 'γ', 'λ', '∷', '√', '⊥', '∥', '∠', '⌒', '⊙', '∫', '∮', '≡', '≌', '≈', '∽', '∝', '≠', '≮', '≯', '≤', '≥', '∞', '∵', '∴', '♂', '♀', '°', '′', '″', '℃', '$', '¤', '¢', '£', '‰', '§', '№', '※', '→', '←', '↑', '↓', '℡', '▽', '△', '
|
|
266016
|
+
specialChars: ['、', '。', '·', 'ˉ', 'ˇ', '¨', '〃', '々', '—', '~', '‖', '…', '‘', '’', '“', '”', '〔', '〕', '〈', '〉', '《', '》', '{', '}', '【', '】', '〖', '〗', '「', '」', '『', '』', '﹂', '﹁', '└', '┐', '┌', '┘', '|', '±', '×', '÷', '∶', '∧', '∨', '∑', '∏', '∪', '∩', '∈', 'α', 'β', 'γ', 'λ', '∷', '√', '⊥', '∥', '∠', '⌒', '⊙', '○', '◎', '□', '∫', '∮', '≡', '≌', '≈', '~', '∽', '∝', '≠', '≮', '≯', '≤', '≥', '∞', '∵', '∴', '♂', '♀', '°', '•', '●', '′', '″', '℃', '$', '¥', '¤', '¢', '£', '‰', '%', '§', '№', '#', '※', '→', '←', '↑', '↓', '℡', '▽', '△', '/', '∕', '㎎', '㎏', '㎜', '㎝', '㎞', '㎡', '㏄', '㏎', '㏑', '㏒', '㏕', 'mmol/L', 'μmol/L', 'umol/L', 'pg/ml', 'ng/ml', 'mmHg', 'g/L', 'Cells', 'Φ', '次/分', '?á', '?à', '£L', '?', '??', '+2'],
|
|
265928
266017
|
romanChars: ['ⅰ', 'ⅱ', 'ⅲ', 'ⅳ', 'ⅴ', 'ⅵ', 'ⅶ', 'ⅷ', 'ⅸ', 'ⅹ', 'Ⅰ', 'Ⅱ', 'Ⅲ', 'Ⅳ', 'Ⅴ', 'Ⅵ', 'Ⅶ', 'Ⅷ', 'Ⅸ', 'Ⅹ', 'Ⅺ', 'Ⅻ'],
|
|
265929
266018
|
usedChars: [],
|
|
265930
266019
|
mathChars: ['⒈', '⒉', '⒊', '⒋', '⒌', '⒍', '⒎', '⒏', '⒐', '⒑', '⒒', '⒓', '⒔', '⒕', '⒖', '⒗', '⒘', '⒙', '⒚', '⒛', '⑴', '⑵', '⑶', '⑷', '⑸', '⑹', '⑺', '⑻', '⑼', '⑽', '⑾', '⑿', '⒀', '⒁', '⒂', '⒃', '⒄', '⒅', '⒆', '⒇', '①', '②', '③', '④', '⑤', '⑥', '⑦', '⑧', '⑨', '⑩', '㈠', '㈡', '㈢', '㈣', '㈤', '㈥', '㈦', '㈧', '㈨', '㈩']
|
|
@@ -265954,10 +266043,10 @@ function isPromise(obj) {
|
|
|
265954
266043
|
});
|
|
265955
266044
|
;// CONCATENATED MODULE: ./src/components/toolbar/insert/HoSpecialChars.vue?vue&type=script&lang=js&
|
|
265956
266045
|
/* harmony default export */ var insert_HoSpecialCharsvue_type_script_lang_js_ = (HoSpecialCharsvue_type_script_lang_js_);
|
|
265957
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/toolbar/insert/HoSpecialChars.vue?vue&type=style&index=0&id=
|
|
266046
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/toolbar/insert/HoSpecialChars.vue?vue&type=style&index=0&id=069ded6b&prod&lang=scss&
|
|
265958
266047
|
// extracted by mini-css-extract-plugin
|
|
265959
266048
|
|
|
265960
|
-
;// CONCATENATED MODULE: ./src/components/toolbar/insert/HoSpecialChars.vue?vue&type=style&index=0&id=
|
|
266049
|
+
;// CONCATENATED MODULE: ./src/components/toolbar/insert/HoSpecialChars.vue?vue&type=style&index=0&id=069ded6b&prod&lang=scss&
|
|
265961
266050
|
|
|
265962
266051
|
;// CONCATENATED MODULE: ./src/components/toolbar/insert/HoSpecialChars.vue
|
|
265963
266052
|
|
|
@@ -265970,8 +266059,8 @@ function isPromise(obj) {
|
|
|
265970
266059
|
|
|
265971
266060
|
var HoSpecialChars_component = (0,componentNormalizer/* default */.Z)(
|
|
265972
266061
|
insert_HoSpecialCharsvue_type_script_lang_js_,
|
|
265973
|
-
|
|
265974
|
-
|
|
266062
|
+
HoSpecialCharsvue_type_template_id_069ded6b_render,
|
|
266063
|
+
HoSpecialCharsvue_type_template_id_069ded6b_staticRenderFns,
|
|
265975
266064
|
false,
|
|
265976
266065
|
null,
|
|
265977
266066
|
null,
|
|
@@ -266374,8 +266463,8 @@ var ToolTablevue_type_template_id_c3a519ae_render = function render() {
|
|
|
266374
266463
|
};
|
|
266375
266464
|
var ToolTablevue_type_template_id_c3a519ae_staticRenderFns = [];
|
|
266376
266465
|
|
|
266377
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/toolbar/insert/HoTableFeatures.vue?vue&type=template&id=
|
|
266378
|
-
var
|
|
266466
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/toolbar/insert/HoTableFeatures.vue?vue&type=template&id=08ac57c8&
|
|
266467
|
+
var HoTableFeaturesvue_type_template_id_08ac57c8_render = function render() {
|
|
266379
266468
|
var _vm = this,
|
|
266380
266469
|
_c = _vm._self._c;
|
|
266381
266470
|
return _c('div', {
|
|
@@ -266424,7 +266513,9 @@ var HoTableFeaturesvue_type_template_id_2517920a_render = function render() {
|
|
|
266424
266513
|
key: "ftCalcDays"
|
|
266425
266514
|
}, [_vm._v("计算住院天数")]), _c('a-menu-item', {
|
|
266426
266515
|
key: "ftCalcTime"
|
|
266427
|
-
}, [_vm._v("时间计算")])
|
|
266516
|
+
}, [_vm._v("时间计算")]), _c('a-menu-item', {
|
|
266517
|
+
key: "idealWeight"
|
|
266518
|
+
}, [_vm._v("理想体重")])], 1)], 1)], 2)], 1) : _vm._e(), _vm.table.insertRowAbove && _vm.tableProperty.canAddRow ? _c('div', {
|
|
266428
266519
|
directives: [{
|
|
266429
266520
|
name: "debounce",
|
|
266430
266521
|
rawName: "v-debounce:1000.click",
|
|
@@ -266582,7 +266673,7 @@ var HoTableFeaturesvue_type_template_id_2517920a_render = function render() {
|
|
|
266582
266673
|
staticClass: "ho-emr-tool-item"
|
|
266583
266674
|
}, [_c('span', [_vm._v("取消合并单元格")])]) : _vm._e()]);
|
|
266584
266675
|
};
|
|
266585
|
-
var
|
|
266676
|
+
var HoTableFeaturesvue_type_template_id_08ac57c8_staticRenderFns = [];
|
|
266586
266677
|
|
|
266587
266678
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/toolbar/insert/HoTableFeatures.vue?vue&type=script&lang=js&
|
|
266588
266679
|
|
|
@@ -266657,7 +266748,8 @@ var HoTableFeaturesvue_type_template_id_2517920a_staticRenderFns = [];
|
|
|
266657
266748
|
}]
|
|
266658
266749
|
},
|
|
266659
266750
|
// 体表面积
|
|
266660
|
-
bodySurfaceAreaWeight: ''
|
|
266751
|
+
bodySurfaceAreaWeight: '',
|
|
266752
|
+
idealWeightHeight: ''
|
|
266661
266753
|
};
|
|
266662
266754
|
},
|
|
266663
266755
|
computed: {
|
|
@@ -266719,6 +266811,7 @@ var HoTableFeaturesvue_type_template_id_2517920a_staticRenderFns = [];
|
|
|
266719
266811
|
this.laborType = 1;
|
|
266720
266812
|
this.expectedDate = '';
|
|
266721
266813
|
this.bodySurfaceArea = '';
|
|
266814
|
+
this.idealWeight = '';
|
|
266722
266815
|
},
|
|
266723
266816
|
laborTypeChange: function laborTypeChange() {
|
|
266724
266817
|
this.labor1 = '';
|
|
@@ -266744,7 +266837,8 @@ var HoTableFeaturesvue_type_template_id_2517920a_staticRenderFns = [];
|
|
|
266744
266837
|
ftScoreMapping: '分值映射计算公式',
|
|
266745
266838
|
bodySurfaceArea: '体表面积公式',
|
|
266746
266839
|
ftCalcDays: '计算住院天数公式',
|
|
266747
|
-
ftCalcTime:
|
|
266840
|
+
ftCalcTime: '时间计算公式',
|
|
266841
|
+
idealWeight: '理想体重'
|
|
266748
266842
|
};
|
|
266749
266843
|
if (formula[formulaType] === 'code') {
|
|
266750
266844
|
this.setCellCode();
|
|
@@ -266819,8 +266913,8 @@ var HoTableFeaturesvue_type_template_id_2517920a_staticRenderFns = [];
|
|
|
266819
266913
|
;
|
|
266820
266914
|
var HoTableFeatures_component = (0,componentNormalizer/* default */.Z)(
|
|
266821
266915
|
insert_HoTableFeaturesvue_type_script_lang_js_,
|
|
266822
|
-
|
|
266823
|
-
|
|
266916
|
+
HoTableFeaturesvue_type_template_id_08ac57c8_render,
|
|
266917
|
+
HoTableFeaturesvue_type_template_id_08ac57c8_staticRenderFns,
|
|
266824
266918
|
false,
|
|
266825
266919
|
null,
|
|
266826
266920
|
null,
|
|
@@ -268291,7 +268385,8 @@ var popper = __webpack_require__(95551);
|
|
|
268291
268385
|
ftScoreMapping: '分值映射公式',
|
|
268292
268386
|
bodySurfaceArea: '体表面积公式',
|
|
268293
268387
|
ftCalcDays: '计算住院天数公式',
|
|
268294
|
-
ftCalcTime: "时间计算公式"
|
|
268388
|
+
ftCalcTime: "时间计算公式",
|
|
268389
|
+
idealWeight: "理想体重公式"
|
|
268295
268390
|
},
|
|
268296
268391
|
isPasted: false,
|
|
268297
268392
|
isWebview: false,
|