ecinc-cloud-mappaio 9.7.39 → 9.7.40
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/ecmappaio.common.js +596 -39
- package/lib/ecmappaio.umd.js +612 -47
- package/lib/ecmappaio.umd.min.js +1 -1
- package/package.json +1 -1
package/lib/ecmappaio.umd.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
-
module.exports = factory(require("vue"));
|
|
3
|
+
module.exports = factory(require("vue"), require("jquery"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define([], factory);
|
|
5
|
+
define([, ], factory);
|
|
6
6
|
else if(typeof exports === 'object')
|
|
7
|
-
exports["ecmappaio"] = factory(require("vue"));
|
|
7
|
+
exports["ecmappaio"] = factory(require("vue"), require("jquery"));
|
|
8
8
|
else
|
|
9
|
-
root["ecmappaio"] = factory(root["Vue"]);
|
|
10
|
-
})((typeof self !== 'undefined' ? self : this), function(__WEBPACK_EXTERNAL_MODULE__9274__) {
|
|
9
|
+
root["ecmappaio"] = factory(root["Vue"], root["$"]);
|
|
10
|
+
})((typeof self !== 'undefined' ? self : this), function(__WEBPACK_EXTERNAL_MODULE__9274__, __WEBPACK_EXTERNAL_MODULE__9658__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
@@ -1416,7 +1416,7 @@ var actions = {
|
|
|
1416
1416
|
|
|
1417
1417
|
/***/ }),
|
|
1418
1418
|
|
|
1419
|
-
/***/
|
|
1419
|
+
/***/ 4079:
|
|
1420
1420
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1421
1421
|
|
|
1422
1422
|
"use strict";
|
|
@@ -1430,7 +1430,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1430
1430
|
|
|
1431
1431
|
// EXTERNAL MODULE: ./node_modules/e-vue-contextmenu/lib/e-vue-contextmenu.common.js
|
|
1432
1432
|
var e_vue_contextmenu_common = __webpack_require__(8572);
|
|
1433
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-83.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Module/src/index.vue?vue&type=template&id=
|
|
1433
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-83.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Module/src/index.vue?vue&type=template&id=0137cbc4&scoped=true
|
|
1434
1434
|
var render = function render() {
|
|
1435
1435
|
var _vm = this,
|
|
1436
1436
|
_c = _vm._self._c;
|
|
@@ -1696,6 +1696,521 @@ var staticRenderFns = [];
|
|
|
1696
1696
|
|
|
1697
1697
|
// EXTERNAL MODULE: ./node_modules/vuex/dist/vuex.esm.js
|
|
1698
1698
|
var vuex_esm = __webpack_require__(5353);
|
|
1699
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-83.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwapp/GiantTree/src/index.vue?vue&type=template&id=3e73e76c&scoped=true
|
|
1700
|
+
var srcvue_type_template_id_3e73e76c_scoped_true_render = function render() {
|
|
1701
|
+
var _vm = this,
|
|
1702
|
+
_c = _vm._self._c;
|
|
1703
|
+
return _c('div', {
|
|
1704
|
+
class: ['ztree-container', {
|
|
1705
|
+
'hide-node-icon': !_vm.showIcon
|
|
1706
|
+
}]
|
|
1707
|
+
}, [_c('div', {
|
|
1708
|
+
staticClass: "ztree",
|
|
1709
|
+
attrs: {
|
|
1710
|
+
"id": _vm.ztreeId
|
|
1711
|
+
}
|
|
1712
|
+
}), _c('e-vue-contextmenu', {
|
|
1713
|
+
ref: "ctxshow",
|
|
1714
|
+
nativeOn: {
|
|
1715
|
+
"click": function click($event) {
|
|
1716
|
+
return _vm.hideRightContextMenu.apply(null, arguments);
|
|
1717
|
+
}
|
|
1718
|
+
}
|
|
1719
|
+
}, [_vm._t("context-menu", null, {
|
|
1720
|
+
"treeId": _vm.ztreeId,
|
|
1721
|
+
"contextNode": _vm.contextNode
|
|
1722
|
+
})], 2)], 1);
|
|
1723
|
+
};
|
|
1724
|
+
var srcvue_type_template_id_3e73e76c_scoped_true_staticRenderFns = [];
|
|
1725
|
+
|
|
1726
|
+
// EXTERNAL MODULE: external {"commonjs":"jquery","commonjs2":"jquery","root":"$"}
|
|
1727
|
+
var external_commonjs_jquery_commonjs2_jquery_root_$_ = __webpack_require__(9658);
|
|
1728
|
+
var external_commonjs_jquery_commonjs2_jquery_root_$_default = /*#__PURE__*/__webpack_require__.n(external_commonjs_jquery_commonjs2_jquery_root_$_);
|
|
1729
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-83.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwapp/GiantTree/src/index.vue?vue&type=script&lang=js
|
|
1730
|
+
|
|
1731
|
+
if (!window.jQuery) {
|
|
1732
|
+
window.jQuery = (external_commonjs_jquery_commonjs2_jquery_root_$_default());
|
|
1733
|
+
}
|
|
1734
|
+
/* harmony default export */ var srcvue_type_script_lang_js = ({
|
|
1735
|
+
name: 'GiantTree',
|
|
1736
|
+
props: {
|
|
1737
|
+
ztreeId: {
|
|
1738
|
+
type: String,
|
|
1739
|
+
default: function _default() {
|
|
1740
|
+
return 'ztree_' + parseInt(Math.random() * 1e10);
|
|
1741
|
+
}
|
|
1742
|
+
},
|
|
1743
|
+
setting: {
|
|
1744
|
+
type: Object,
|
|
1745
|
+
require: false,
|
|
1746
|
+
default: function _default() {
|
|
1747
|
+
return {};
|
|
1748
|
+
}
|
|
1749
|
+
},
|
|
1750
|
+
nodes: {
|
|
1751
|
+
type: Array,
|
|
1752
|
+
require: true,
|
|
1753
|
+
default: function _default() {
|
|
1754
|
+
return [];
|
|
1755
|
+
}
|
|
1756
|
+
},
|
|
1757
|
+
// 自定义节点样式 可选方式 1、直接作为对象传入{color:'red'} 2、方法传入function(treeId,treeNode){return {color:'red'}}
|
|
1758
|
+
fontCss: {
|
|
1759
|
+
type: Function,
|
|
1760
|
+
default: function _default() {
|
|
1761
|
+
return {};
|
|
1762
|
+
}
|
|
1763
|
+
},
|
|
1764
|
+
multiple: {
|
|
1765
|
+
type: Boolean,
|
|
1766
|
+
default: false
|
|
1767
|
+
},
|
|
1768
|
+
showIcon: {
|
|
1769
|
+
type: Boolean,
|
|
1770
|
+
default: true
|
|
1771
|
+
},
|
|
1772
|
+
// 默认不显示连接线,对齐 element-ui tree 风格
|
|
1773
|
+
showLine: {
|
|
1774
|
+
type: Boolean,
|
|
1775
|
+
default: false
|
|
1776
|
+
},
|
|
1777
|
+
drag: {
|
|
1778
|
+
type: Boolean,
|
|
1779
|
+
default: false
|
|
1780
|
+
},
|
|
1781
|
+
treeBeforeDropNode: {
|
|
1782
|
+
type: Function,
|
|
1783
|
+
default: function _default() {
|
|
1784
|
+
return true;
|
|
1785
|
+
}
|
|
1786
|
+
}
|
|
1787
|
+
},
|
|
1788
|
+
data: function data() {
|
|
1789
|
+
var _this2 = this;
|
|
1790
|
+
return {
|
|
1791
|
+
ztreeObj: null,
|
|
1792
|
+
list: [],
|
|
1793
|
+
contextNode: {},
|
|
1794
|
+
curDragNodes: [],
|
|
1795
|
+
nextNode: {},
|
|
1796
|
+
prevNode: {},
|
|
1797
|
+
autoExpandNode: {},
|
|
1798
|
+
ztreeSetting: {
|
|
1799
|
+
edit: {
|
|
1800
|
+
drag: {
|
|
1801
|
+
autoExpandTrigger: true,
|
|
1802
|
+
prev: this.dropPrev,
|
|
1803
|
+
inner: this.dropInner,
|
|
1804
|
+
next: this.dropNext
|
|
1805
|
+
},
|
|
1806
|
+
enable: this.drag,
|
|
1807
|
+
showRemoveBtn: false,
|
|
1808
|
+
showRenameBtn: false
|
|
1809
|
+
},
|
|
1810
|
+
check: {
|
|
1811
|
+
enable: this.multiple // 默认不允许多选
|
|
1812
|
+
},
|
|
1813
|
+
data: {
|
|
1814
|
+
simpleData: {
|
|
1815
|
+
enable: true
|
|
1816
|
+
},
|
|
1817
|
+
key: {
|
|
1818
|
+
title: 'title'
|
|
1819
|
+
}
|
|
1820
|
+
},
|
|
1821
|
+
view: {
|
|
1822
|
+
showIcon: this.showIcon,
|
|
1823
|
+
// 默认显示图标
|
|
1824
|
+
showLine: this.showLine // 默认不显示连接线
|
|
1825
|
+
},
|
|
1826
|
+
callback: {
|
|
1827
|
+
beforeRightClick: function beforeRightClick() {
|
|
1828
|
+
if ((arguments.length <= 1 ? undefined : arguments[1]) === null) return false;
|
|
1829
|
+
_this2.contextNode = arguments.length <= 1 ? undefined : arguments[1];
|
|
1830
|
+
_this2.$bus.emit('getContextNode', _this2.contextNode);
|
|
1831
|
+
if (document.querySelector('.ctx-menu-container').innerText === '') {
|
|
1832
|
+
return false;
|
|
1833
|
+
} else {
|
|
1834
|
+
return true;
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1837
|
+
beforeDrag: function beforeDrag() {
|
|
1838
|
+
var treeNodes = arguments.length <= 1 ? undefined : arguments[1];
|
|
1839
|
+
for (var i = 0, l = treeNodes.length; i < l; i++) {
|
|
1840
|
+
if (treeNodes[i].drag === false) {
|
|
1841
|
+
_this2.curDragNodes = null;
|
|
1842
|
+
return false;
|
|
1843
|
+
} else if (treeNodes[i].parentTId && treeNodes[i].getParentNode().childDrag === false) {
|
|
1844
|
+
_this2.curDragNodes = null;
|
|
1845
|
+
return false;
|
|
1846
|
+
}
|
|
1847
|
+
}
|
|
1848
|
+
_this2.curDragNodes = treeNodes;
|
|
1849
|
+
return true;
|
|
1850
|
+
},
|
|
1851
|
+
beforeDragOpen: function beforeDragOpen() {
|
|
1852
|
+
_this2.autoExpandNode = arguments.length <= 1 ? undefined : arguments[1];
|
|
1853
|
+
return true;
|
|
1854
|
+
},
|
|
1855
|
+
beforeDrop: function beforeDrop() {
|
|
1856
|
+
for (var _len = arguments.length, arg = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
1857
|
+
arg[_key] = arguments[_key];
|
|
1858
|
+
}
|
|
1859
|
+
if (!arg[2].pId) {
|
|
1860
|
+
if (arg[3] === 'prev') {
|
|
1861
|
+
return false;
|
|
1862
|
+
}
|
|
1863
|
+
}
|
|
1864
|
+
if (arg[3] && typeof _this2.treeBeforeDropNode === 'function') {
|
|
1865
|
+
if (!_this2.treeBeforeDropNode.call(event, arg[0], arg[1][0], arg[2], arg[3], arg[4])) {
|
|
1866
|
+
return false;
|
|
1867
|
+
}
|
|
1868
|
+
}
|
|
1869
|
+
return true;
|
|
1870
|
+
},
|
|
1871
|
+
onAsyncError: function onAsyncError() {
|
|
1872
|
+
for (var _len2 = arguments.length, arg = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
|
1873
|
+
arg[_key2] = arguments[_key2];
|
|
1874
|
+
}
|
|
1875
|
+
_this2.$emit.apply(_this2, ['onAsyncError'].concat(arg));
|
|
1876
|
+
},
|
|
1877
|
+
onAsyncSuccess: function onAsyncSuccess() {
|
|
1878
|
+
for (var _len3 = arguments.length, arg = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {
|
|
1879
|
+
arg[_key3] = arguments[_key3];
|
|
1880
|
+
}
|
|
1881
|
+
_this2.$emit.apply(_this2, ['onAsyncSuccess'].concat(arg));
|
|
1882
|
+
},
|
|
1883
|
+
onCheck: function onCheck() {
|
|
1884
|
+
for (var _len4 = arguments.length, arg = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) {
|
|
1885
|
+
arg[_key4] = arguments[_key4];
|
|
1886
|
+
}
|
|
1887
|
+
_this2.$emit.apply(_this2, ['onCheck'].concat(arg));
|
|
1888
|
+
},
|
|
1889
|
+
onClick: function onClick() {
|
|
1890
|
+
for (var _len5 = arguments.length, arg = new Array(_len5), _key5 = 0; _key5 < _len5; _key5++) {
|
|
1891
|
+
arg[_key5] = arguments[_key5];
|
|
1892
|
+
}
|
|
1893
|
+
_this2.$emit.apply(_this2, ['onClick'].concat(arg));
|
|
1894
|
+
_this2.$emit.apply(_this2, ['on-click'].concat(arg));
|
|
1895
|
+
},
|
|
1896
|
+
onCollapse: function onCollapse() {
|
|
1897
|
+
for (var _len6 = arguments.length, arg = new Array(_len6), _key6 = 0; _key6 < _len6; _key6++) {
|
|
1898
|
+
arg[_key6] = arguments[_key6];
|
|
1899
|
+
}
|
|
1900
|
+
_this2.$emit.apply(_this2, ['onCollapse'].concat(arg));
|
|
1901
|
+
},
|
|
1902
|
+
onDblClick: function onDblClick() {
|
|
1903
|
+
for (var _len7 = arguments.length, arg = new Array(_len7), _key7 = 0; _key7 < _len7; _key7++) {
|
|
1904
|
+
arg[_key7] = arguments[_key7];
|
|
1905
|
+
}
|
|
1906
|
+
_this2.$emit.apply(_this2, ['onDblClick'].concat(arg));
|
|
1907
|
+
},
|
|
1908
|
+
onDrag: function onDrag() {
|
|
1909
|
+
for (var _len8 = arguments.length, arg = new Array(_len8), _key8 = 0; _key8 < _len8; _key8++) {
|
|
1910
|
+
arg[_key8] = arguments[_key8];
|
|
1911
|
+
}
|
|
1912
|
+
// const arr = arg[2][0].getParentNode().children.concat()
|
|
1913
|
+
var arr = _this2.ztreeObj.getNodesByParam('parentTId', arg[2][0].pId, null).concat();
|
|
1914
|
+
if (arr.length !== 1) {
|
|
1915
|
+
var _this = _this2;
|
|
1916
|
+
external_commonjs_jquery_commonjs2_jquery_root_$_default().each(arr, function (index, item) {
|
|
1917
|
+
if (item.id === arg[2][0].id) {
|
|
1918
|
+
if (index !== arr.length - 1) {
|
|
1919
|
+
_this.nextNode = arr[index + 1];
|
|
1920
|
+
_this.prevNode = null;
|
|
1921
|
+
} else {
|
|
1922
|
+
_this.prevNode = arr[index - 1];
|
|
1923
|
+
_this.nextNode = null;
|
|
1924
|
+
}
|
|
1925
|
+
}
|
|
1926
|
+
});
|
|
1927
|
+
}
|
|
1928
|
+
_this2.$emit.apply(_this2, ['onDrag'].concat(arg));
|
|
1929
|
+
},
|
|
1930
|
+
onDragMove: function onDragMove() {
|
|
1931
|
+
for (var _len9 = arguments.length, arg = new Array(_len9), _key9 = 0; _key9 < _len9; _key9++) {
|
|
1932
|
+
arg[_key9] = arguments[_key9];
|
|
1933
|
+
}
|
|
1934
|
+
_this2.$emit.apply(_this2, ['onDragMove'].concat(arg));
|
|
1935
|
+
},
|
|
1936
|
+
onDrop: function onDrop() {
|
|
1937
|
+
for (var _len10 = arguments.length, arg = new Array(_len10), _key10 = 0; _key10 < _len10; _key10++) {
|
|
1938
|
+
arg[_key10] = arguments[_key10];
|
|
1939
|
+
}
|
|
1940
|
+
if (arg[3] === null) return;
|
|
1941
|
+
var confirmMsg = '';
|
|
1942
|
+
if (arg[4] === 'inner') {
|
|
1943
|
+
confirmMsg = '确认要将“' + arg[2][0].name + '”移动到' + arg[3].name + '内吗?';
|
|
1944
|
+
} else if (arg[4] === 'prev') {
|
|
1945
|
+
confirmMsg = '确认将“' + arg[2][0].name + '”移动到' + arg[3].name + '前吗?';
|
|
1946
|
+
} else {
|
|
1947
|
+
confirmMsg = '确认将“' + arg[2][0].name + '”移动到' + arg[3].name + '后吗?';
|
|
1948
|
+
}
|
|
1949
|
+
_this2.$confirm(confirmMsg, {
|
|
1950
|
+
beforeClose: function beforeClose(action, instance, done) {
|
|
1951
|
+
if (action !== 'confirm') {
|
|
1952
|
+
if (_this2.nextNode) {
|
|
1953
|
+
_this2.ztreeObj.moveNode(_this2.nextNode, arg[2][0], 'prev');
|
|
1954
|
+
}
|
|
1955
|
+
if (_this2.prevNode) {
|
|
1956
|
+
_this2.ztreeObj.moveNode(_this2.prevNode, arg[2][0], 'next');
|
|
1957
|
+
}
|
|
1958
|
+
}
|
|
1959
|
+
done();
|
|
1960
|
+
}
|
|
1961
|
+
}).then(function () {
|
|
1962
|
+
_this2.$emit('onDrop', arg[0], arg[1], arg[2][0], arg[3], arg[4], arg[5]);
|
|
1963
|
+
});
|
|
1964
|
+
},
|
|
1965
|
+
onExpand: function onExpand() {
|
|
1966
|
+
for (var _len11 = arguments.length, arg = new Array(_len11), _key11 = 0; _key11 < _len11; _key11++) {
|
|
1967
|
+
arg[_key11] = arguments[_key11];
|
|
1968
|
+
}
|
|
1969
|
+
_this2.$emit.apply(_this2, ['onExpand'].concat(arg));
|
|
1970
|
+
},
|
|
1971
|
+
onMouseDown: function onMouseDown() {
|
|
1972
|
+
for (var _len12 = arguments.length, arg = new Array(_len12), _key12 = 0; _key12 < _len12; _key12++) {
|
|
1973
|
+
arg[_key12] = arguments[_key12];
|
|
1974
|
+
}
|
|
1975
|
+
_this2.$emit.apply(_this2, ['onMouseDown'].concat(arg));
|
|
1976
|
+
},
|
|
1977
|
+
onMouseUp: function onMouseUp() {
|
|
1978
|
+
for (var _len13 = arguments.length, arg = new Array(_len13), _key13 = 0; _key13 < _len13; _key13++) {
|
|
1979
|
+
arg[_key13] = arguments[_key13];
|
|
1980
|
+
}
|
|
1981
|
+
_this2.$emit.apply(_this2, ['onMouseUp'].concat(arg));
|
|
1982
|
+
},
|
|
1983
|
+
onRemove: function onRemove() {
|
|
1984
|
+
for (var _len14 = arguments.length, arg = new Array(_len14), _key14 = 0; _key14 < _len14; _key14++) {
|
|
1985
|
+
arg[_key14] = arguments[_key14];
|
|
1986
|
+
}
|
|
1987
|
+
_this2.$emit.apply(_this2, ['onRemove'].concat(arg));
|
|
1988
|
+
},
|
|
1989
|
+
onRename: function onRename() {
|
|
1990
|
+
for (var _len15 = arguments.length, arg = new Array(_len15), _key15 = 0; _key15 < _len15; _key15++) {
|
|
1991
|
+
arg[_key15] = arguments[_key15];
|
|
1992
|
+
}
|
|
1993
|
+
_this2.$emit.apply(_this2, ['onRename'].concat(arg));
|
|
1994
|
+
},
|
|
1995
|
+
onRightClick: function onRightClick() {
|
|
1996
|
+
_this2.setRightContextMenu();
|
|
1997
|
+
}
|
|
1998
|
+
}
|
|
1999
|
+
}
|
|
2000
|
+
};
|
|
2001
|
+
},
|
|
2002
|
+
watch: {
|
|
2003
|
+
nodes: {
|
|
2004
|
+
handler: function handler(nodes) {
|
|
2005
|
+
var _this3 = this;
|
|
2006
|
+
this.list = nodes;
|
|
2007
|
+
|
|
2008
|
+
// update tree
|
|
2009
|
+
if (this.ztreeObj) {
|
|
2010
|
+
this.ztreeObj.destroy();
|
|
2011
|
+
}
|
|
2012
|
+
this.$nextTick(function () {
|
|
2013
|
+
_this3.ztreeObj = external_commonjs_jquery_commonjs2_jquery_root_$_default().fn.zTree.init(external_commonjs_jquery_commonjs2_jquery_root_$_default()('#' + _this3.ztreeId), Object.assign({}, _this3.ztreeSetting, _this3.setting), _this3.list);
|
|
2014
|
+
_this3.$emit('onCreated', _this3.ztreeObj, _this3.ztreeId);
|
|
2015
|
+
_this3.$emit('on-created', _this3.ztreeObj, _this3.ztreeId);
|
|
2016
|
+
});
|
|
2017
|
+
},
|
|
2018
|
+
deep: true,
|
|
2019
|
+
immediate: true
|
|
2020
|
+
}
|
|
2021
|
+
},
|
|
2022
|
+
created: function created() {
|
|
2023
|
+
this.$bus.on('updateTreeNode', this.updateTreeNode);
|
|
2024
|
+
},
|
|
2025
|
+
mounted: function mounted() {
|
|
2026
|
+
this.fixTreeBorderHeight(0);
|
|
2027
|
+
window.addEventListener('resize', this.onTreeBorderResize);
|
|
2028
|
+
},
|
|
2029
|
+
beforeDestroy: function beforeDestroy() {
|
|
2030
|
+
this.$bus.off('updateTreeNode', this.updateTreeNode);
|
|
2031
|
+
window.removeEventListener('resize', this.onTreeBorderResize);
|
|
2032
|
+
},
|
|
2033
|
+
methods: {
|
|
2034
|
+
onTreeBorderResize: function onTreeBorderResize() {
|
|
2035
|
+
this.fixTreeBorderHeight(0);
|
|
2036
|
+
},
|
|
2037
|
+
/**
|
|
2038
|
+
* 外层 .date_table_tree_border 高度公式 calc(100vh - 60px - 50px - 20px - 50px - 20px) 中的
|
|
2039
|
+
* 60px 假定 hamburger-container 高度为 60px,不同项目头部高度不同会导致布局错误;
|
|
2040
|
+
* 运行时实测 hamburger-container 高度,不为 60px 时按其修正高度公式
|
|
2041
|
+
*/
|
|
2042
|
+
fixTreeBorderHeight: function fixTreeBorderHeight(retry) {
|
|
2043
|
+
var _this4 = this;
|
|
2044
|
+
var border = this.$el.closest('.date_table_tree_border');
|
|
2045
|
+
if (!border) {
|
|
2046
|
+
return;
|
|
2047
|
+
}
|
|
2048
|
+
var hamburger = document.querySelector('.hamburger-container');
|
|
2049
|
+
if (!hamburger) {
|
|
2050
|
+
// 头部尚未渲染完成时延迟重试
|
|
2051
|
+
if (retry < 5) {
|
|
2052
|
+
setTimeout(function () {
|
|
2053
|
+
return _this4.fixTreeBorderHeight(retry + 1);
|
|
2054
|
+
}, 500);
|
|
2055
|
+
}
|
|
2056
|
+
return;
|
|
2057
|
+
}
|
|
2058
|
+
var headerHeight = Math.round(hamburger.getBoundingClientRect().height);
|
|
2059
|
+
border.style.height = headerHeight === 60 ? '' : "calc(100vh - ".concat(headerHeight, "px - 50px - 20px - 50px - 20px)");
|
|
2060
|
+
},
|
|
2061
|
+
updateTreeNode: function updateTreeNode(node) {
|
|
2062
|
+
node.name = node.nName || node.name;
|
|
2063
|
+
var treeNode = this.ztreeObj.getNodeByParam('id', node.id, null);
|
|
2064
|
+
if (treeNode === null) {
|
|
2065
|
+
var pnode = this.ztreeObj.getNodeByParam('id', node.pId, null);
|
|
2066
|
+
if (pnode !== null) {
|
|
2067
|
+
var brothers = pnode.children;
|
|
2068
|
+
if (brothers !== undefined && brothers !== null) {
|
|
2069
|
+
for (var i = 0; i < brothers.length; i++) {
|
|
2070
|
+
if (node.orderNo < brothers[i].orderNo) {
|
|
2071
|
+
this.ztreeObj.addNodes(pnode, i, node);
|
|
2072
|
+
break;
|
|
2073
|
+
} else if (node.orderNo === brothers[i].orderNo && node.name < brothers[i].name) {
|
|
2074
|
+
this.ztreeObj.addNodes(pnode, i, node);
|
|
2075
|
+
break;
|
|
2076
|
+
} else if (i + 1 === brothers.length) {
|
|
2077
|
+
this.ztreeObj.addNodes(pnode, brothers.length, node);
|
|
2078
|
+
break;
|
|
2079
|
+
}
|
|
2080
|
+
}
|
|
2081
|
+
} else {
|
|
2082
|
+
this.ztreeObj.addNodes(pnode, 0, node);
|
|
2083
|
+
}
|
|
2084
|
+
} else {
|
|
2085
|
+
this.ztreeObj.addNodes(pnode, 0, node);
|
|
2086
|
+
}
|
|
2087
|
+
treeNode = this.ztreeObj.getNodeByParam('id', node.id, null);
|
|
2088
|
+
}
|
|
2089
|
+
if (treeNode !== null) {
|
|
2090
|
+
for (var key in node) {
|
|
2091
|
+
treeNode[key] = node[key];
|
|
2092
|
+
}
|
|
2093
|
+
this.ztreeObj.updateNode(treeNode);
|
|
2094
|
+
|
|
2095
|
+
// 节点排序
|
|
2096
|
+
|
|
2097
|
+
var moved = false;
|
|
2098
|
+
var _brothers = null;
|
|
2099
|
+
if (treeNode.pId !== null) {
|
|
2100
|
+
_brothers = treeNode.getParentNode().children;
|
|
2101
|
+
} else {
|
|
2102
|
+
_brothers = this.ztreeObj.getNodes();
|
|
2103
|
+
}
|
|
2104
|
+
for (var _i = 0; _i < _brothers.length; _i++) {
|
|
2105
|
+
if (treeNode.orderNo < _brothers[_i].orderNo) {
|
|
2106
|
+
this.ztreeObj.moveNode(_brothers[_i], treeNode, 'prev');
|
|
2107
|
+
moved = true;
|
|
2108
|
+
break;
|
|
2109
|
+
} else if (treeNode.orderNo === _brothers[_i].orderNo && treeNode.name < _brothers[_i].name) {
|
|
2110
|
+
this.ztreeObj.moveNode(_brothers[_i], treeNode, 'prev');
|
|
2111
|
+
moved = true;
|
|
2112
|
+
break;
|
|
2113
|
+
}
|
|
2114
|
+
}
|
|
2115
|
+
if (!moved && _brothers.length > 0) {
|
|
2116
|
+
this.ztreeObj.moveNode(_brothers[_brothers.length - 1], treeNode, 'next');
|
|
2117
|
+
}
|
|
2118
|
+
}
|
|
2119
|
+
this.ztreeObj.selectNode(treeNode);
|
|
2120
|
+
this.$emit('onClick', event, this.ztreeId, treeNode);
|
|
2121
|
+
this.$emit('on-click', event, this.ztreeId, treeNode);
|
|
2122
|
+
},
|
|
2123
|
+
setRightContextMenu: function setRightContextMenu(event, treeId, treeNode) {
|
|
2124
|
+
var _this5 = this;
|
|
2125
|
+
this.$refs.ctxshow.showMenu();
|
|
2126
|
+
this.$nextTick(function () {
|
|
2127
|
+
if (document.querySelector('.ctx-menu-container').innerText === '') {
|
|
2128
|
+
_this5.hideRightContextMenu();
|
|
2129
|
+
}
|
|
2130
|
+
});
|
|
2131
|
+
},
|
|
2132
|
+
hideRightContextMenu: function hideRightContextMenu() {
|
|
2133
|
+
this.$refs.ctxshow.hideMenu();
|
|
2134
|
+
},
|
|
2135
|
+
dropPrev: function dropPrev(treeId, nodes, targetNode) {
|
|
2136
|
+
var pNode = targetNode.getParentNode();
|
|
2137
|
+
if (pNode && pNode.dropInner === false) {
|
|
2138
|
+
return false;
|
|
2139
|
+
} else {
|
|
2140
|
+
for (var i = 0, l = this.curDragNodes.length; i < l; i++) {
|
|
2141
|
+
var curPNode = this.curDragNodes[i].getParentNode();
|
|
2142
|
+
if (curPNode && curPNode !== targetNode.getParentNode() && curPNode.childOuter === false) {
|
|
2143
|
+
return false;
|
|
2144
|
+
}
|
|
2145
|
+
}
|
|
2146
|
+
}
|
|
2147
|
+
return true;
|
|
2148
|
+
},
|
|
2149
|
+
dropInner: function dropInner(treeId, nodes, targetNode) {
|
|
2150
|
+
if (targetNode && targetNode.dropInner === false) {
|
|
2151
|
+
return false;
|
|
2152
|
+
} else {
|
|
2153
|
+
for (var i = 0, l = this.curDragNodes.length; i < l; i++) {
|
|
2154
|
+
if (!targetNode && this.curDragNodes[i].dropRoot === false) {
|
|
2155
|
+
return false;
|
|
2156
|
+
} else if (this.curDragNodes[i].parentTId && this.curDragNodes[i].getParentNode() !== targetNode && this.curDragNodes[i].getParentNode().childOuter === false) {
|
|
2157
|
+
return false;
|
|
2158
|
+
}
|
|
2159
|
+
}
|
|
2160
|
+
}
|
|
2161
|
+
return true;
|
|
2162
|
+
},
|
|
2163
|
+
dropNext: function dropNext(treeId, nodes, targetNode) {
|
|
2164
|
+
var pNode = targetNode.getParentNode();
|
|
2165
|
+
if (pNode && pNode.dropInner === false) {
|
|
2166
|
+
return false;
|
|
2167
|
+
} else {
|
|
2168
|
+
for (var i = 0, l = this.curDragNodes.length; i < l; i++) {
|
|
2169
|
+
var curPNode = this.curDragNodes[i].getParentNode();
|
|
2170
|
+
if (curPNode && curPNode !== targetNode.getParentNode() && curPNode.childOuter === false) {
|
|
2171
|
+
return false;
|
|
2172
|
+
}
|
|
2173
|
+
}
|
|
2174
|
+
}
|
|
2175
|
+
return true;
|
|
2176
|
+
}
|
|
2177
|
+
}
|
|
2178
|
+
});
|
|
2179
|
+
;// CONCATENATED MODULE: ./packages/ecwapp/GiantTree/src/index.vue?vue&type=script&lang=js
|
|
2180
|
+
/* harmony default export */ var GiantTree_srcvue_type_script_lang_js = (srcvue_type_script_lang_js);
|
|
2181
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-65.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-65.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-65.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwapp/GiantTree/src/index.vue?vue&type=style&index=0&id=3e73e76c&prod&lang=scss&scoped=true
|
|
2182
|
+
var srcvue_type_style_index_0_id_3e73e76c_prod_lang_scss_scoped_true = __webpack_require__(9238);
|
|
2183
|
+
;// CONCATENATED MODULE: ./packages/ecwapp/GiantTree/src/index.vue?vue&type=style&index=0&id=3e73e76c&prod&lang=scss&scoped=true
|
|
2184
|
+
|
|
2185
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
2186
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
2187
|
+
;// CONCATENATED MODULE: ./packages/ecwapp/GiantTree/src/index.vue
|
|
2188
|
+
|
|
2189
|
+
|
|
2190
|
+
|
|
2191
|
+
;
|
|
2192
|
+
|
|
2193
|
+
|
|
2194
|
+
/* normalize component */
|
|
2195
|
+
|
|
2196
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
2197
|
+
GiantTree_srcvue_type_script_lang_js,
|
|
2198
|
+
srcvue_type_template_id_3e73e76c_scoped_true_render,
|
|
2199
|
+
srcvue_type_template_id_3e73e76c_scoped_true_staticRenderFns,
|
|
2200
|
+
false,
|
|
2201
|
+
null,
|
|
2202
|
+
"3e73e76c",
|
|
2203
|
+
null
|
|
2204
|
+
|
|
2205
|
+
)
|
|
2206
|
+
|
|
2207
|
+
/* harmony default export */ var src = (component.exports);
|
|
2208
|
+
;// CONCATENATED MODULE: ./packages/ecwapp/GiantTree/index.js
|
|
2209
|
+
|
|
2210
|
+
src.install = function (Vue) {
|
|
2211
|
+
Vue.component(src.name, src);
|
|
2212
|
+
};
|
|
2213
|
+
/* harmony default export */ var GiantTree = (src);
|
|
1699
2214
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-83.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Module/src/index.vue?vue&type=script&lang=js
|
|
1700
2215
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
1701
2216
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
@@ -1704,9 +2219,12 @@ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object
|
|
|
1704
2219
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
1705
2220
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
1706
2221
|
|
|
1707
|
-
|
|
2222
|
+
|
|
2223
|
+
/* harmony default export */ var Module_srcvue_type_script_lang_js = ({
|
|
1708
2224
|
name: 'ModuleIndex',
|
|
1709
|
-
components: {
|
|
2225
|
+
components: {
|
|
2226
|
+
GiantTree: GiantTree
|
|
2227
|
+
},
|
|
1710
2228
|
props: {
|
|
1711
2229
|
row: {
|
|
1712
2230
|
type: Object,
|
|
@@ -2123,13 +2641,11 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
|
|
|
2123
2641
|
}
|
|
2124
2642
|
});
|
|
2125
2643
|
;// CONCATENATED MODULE: ./packages/ecwplat/Module/src/index.vue?vue&type=script&lang=js
|
|
2126
|
-
/* harmony default export */ var
|
|
2127
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-65.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-65.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-65.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Module/src/index.vue?vue&type=style&index=0&id=
|
|
2128
|
-
var
|
|
2129
|
-
;// CONCATENATED MODULE: ./packages/ecwplat/Module/src/index.vue?vue&type=style&index=0&id=
|
|
2644
|
+
/* harmony default export */ var ecwplat_Module_srcvue_type_script_lang_js = (Module_srcvue_type_script_lang_js);
|
|
2645
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-65.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-65.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-65.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Module/src/index.vue?vue&type=style&index=0&id=0137cbc4&prod&scoped=true&lang=scss
|
|
2646
|
+
var srcvue_type_style_index_0_id_0137cbc4_prod_scoped_true_lang_scss = __webpack_require__(9225);
|
|
2647
|
+
;// CONCATENATED MODULE: ./packages/ecwplat/Module/src/index.vue?vue&type=style&index=0&id=0137cbc4&prod&scoped=true&lang=scss
|
|
2130
2648
|
|
|
2131
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
2132
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
2133
2649
|
;// CONCATENATED MODULE: ./packages/ecwplat/Module/src/index.vue
|
|
2134
2650
|
|
|
2135
2651
|
|
|
@@ -2139,18 +2655,18 @@ var componentNormalizer = __webpack_require__(1656);
|
|
|
2139
2655
|
|
|
2140
2656
|
/* normalize component */
|
|
2141
2657
|
|
|
2142
|
-
var
|
|
2143
|
-
|
|
2658
|
+
var src_component = (0,componentNormalizer/* default */.A)(
|
|
2659
|
+
ecwplat_Module_srcvue_type_script_lang_js,
|
|
2144
2660
|
render,
|
|
2145
2661
|
staticRenderFns,
|
|
2146
2662
|
false,
|
|
2147
2663
|
null,
|
|
2148
|
-
"
|
|
2664
|
+
"0137cbc4",
|
|
2149
2665
|
null
|
|
2150
2666
|
|
|
2151
2667
|
)
|
|
2152
2668
|
|
|
2153
|
-
/* harmony default export */ var
|
|
2669
|
+
/* harmony default export */ var Module_src = (src_component.exports);
|
|
2154
2670
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-83.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Module/src/SysSetup.vue?vue&type=template&id=2497073a&scoped=true
|
|
2155
2671
|
var SysSetupvue_type_template_id_2497073a_scoped_true_render = function render() {
|
|
2156
2672
|
var _vm = this,
|
|
@@ -5599,8 +6115,8 @@ var ModuleMenu_component = (0,componentNormalizer/* default */.A)(
|
|
|
5599
6115
|
)
|
|
5600
6116
|
|
|
5601
6117
|
/* harmony default export */ var ModuleMenu = (ModuleMenu_component.exports);
|
|
5602
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-83.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Module/src/ModuleLRLayout.vue?vue&type=template&id=
|
|
5603
|
-
var
|
|
6118
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-83.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Module/src/ModuleLRLayout.vue?vue&type=template&id=50d0feca&scoped=true
|
|
6119
|
+
var ModuleLRLayoutvue_type_template_id_50d0feca_scoped_true_render = function render() {
|
|
5604
6120
|
var _vm = this,
|
|
5605
6121
|
_c = _vm._self._c;
|
|
5606
6122
|
return _c('div', [_vm.treeShow && _vm.treeData.length > 0 ? _c('LRLayout', [_c('LeftPanel', {
|
|
@@ -5616,12 +6132,15 @@ var ModuleLRLayoutvue_type_template_id_5a908333_scoped_true_render = function re
|
|
|
5616
6132
|
}
|
|
5617
6133
|
})], 1), _vm.tableShow ? _c('RightPanel', [_vm._t("default")], 2) : _vm._e()], 1) : _vm.tableShow ? [_vm._t("default")] : _vm._e()], 2);
|
|
5618
6134
|
};
|
|
5619
|
-
var
|
|
6135
|
+
var ModuleLRLayoutvue_type_template_id_50d0feca_scoped_true_staticRenderFns = [];
|
|
5620
6136
|
|
|
5621
6137
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-83.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Module/src/ModuleLRLayout.vue?vue&type=script&lang=js
|
|
6138
|
+
|
|
5622
6139
|
/* harmony default export */ var ModuleLRLayoutvue_type_script_lang_js = ({
|
|
5623
6140
|
name: 'ModuleLRLayout',
|
|
5624
|
-
components: {
|
|
6141
|
+
components: {
|
|
6142
|
+
GiantTree: GiantTree
|
|
6143
|
+
},
|
|
5625
6144
|
props: {
|
|
5626
6145
|
treeShow: {
|
|
5627
6146
|
type: Boolean,
|
|
@@ -5852,9 +6371,9 @@ var ModuleLRLayoutvue_type_template_id_5a908333_scoped_true_staticRenderFns = []
|
|
|
5852
6371
|
});
|
|
5853
6372
|
;// CONCATENATED MODULE: ./packages/ecwplat/Module/src/ModuleLRLayout.vue?vue&type=script&lang=js
|
|
5854
6373
|
/* harmony default export */ var src_ModuleLRLayoutvue_type_script_lang_js = (ModuleLRLayoutvue_type_script_lang_js);
|
|
5855
|
-
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-65.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-65.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-65.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Module/src/ModuleLRLayout.vue?vue&type=style&index=0&id=
|
|
5856
|
-
var
|
|
5857
|
-
;// CONCATENATED MODULE: ./packages/ecwplat/Module/src/ModuleLRLayout.vue?vue&type=style&index=0&id=
|
|
6374
|
+
// EXTERNAL MODULE: ./node_modules/vue-style-loader/index.js??clonedRuleSet-65.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-65.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65.use[2]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-65.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecwplat/Module/src/ModuleLRLayout.vue?vue&type=style&index=0&id=50d0feca&prod&scoped=true&lang=scss
|
|
6375
|
+
var ModuleLRLayoutvue_type_style_index_0_id_50d0feca_prod_scoped_true_lang_scss = __webpack_require__(4000);
|
|
6376
|
+
;// CONCATENATED MODULE: ./packages/ecwplat/Module/src/ModuleLRLayout.vue?vue&type=style&index=0&id=50d0feca&prod&scoped=true&lang=scss
|
|
5858
6377
|
|
|
5859
6378
|
;// CONCATENATED MODULE: ./packages/ecwplat/Module/src/ModuleLRLayout.vue
|
|
5860
6379
|
|
|
@@ -5867,11 +6386,11 @@ var ModuleLRLayoutvue_type_style_index_0_id_5a908333_prod_scoped_true_lang_scss
|
|
|
5867
6386
|
|
|
5868
6387
|
var ModuleLRLayout_component = (0,componentNormalizer/* default */.A)(
|
|
5869
6388
|
src_ModuleLRLayoutvue_type_script_lang_js,
|
|
5870
|
-
|
|
5871
|
-
|
|
6389
|
+
ModuleLRLayoutvue_type_template_id_50d0feca_scoped_true_render,
|
|
6390
|
+
ModuleLRLayoutvue_type_template_id_50d0feca_scoped_true_staticRenderFns,
|
|
5872
6391
|
false,
|
|
5873
6392
|
null,
|
|
5874
|
-
"
|
|
6393
|
+
"50d0feca",
|
|
5875
6394
|
null
|
|
5876
6395
|
|
|
5877
6396
|
)
|
|
@@ -5989,8 +6508,8 @@ var FrameLoader_component = (0,componentNormalizer/* default */.A)(
|
|
|
5989
6508
|
|
|
5990
6509
|
|
|
5991
6510
|
// 为组件添加 install 方法,用于按需引入
|
|
5992
|
-
|
|
5993
|
-
Vue.component(
|
|
6511
|
+
Module_src.install = function (Vue) {
|
|
6512
|
+
Vue.component(Module_src.name, Module_src);
|
|
5994
6513
|
};
|
|
5995
6514
|
SysSetup.install = function (Vue) {
|
|
5996
6515
|
Vue.component(SysSetup.name, SysSetup);
|
|
@@ -20551,7 +21070,7 @@ var install = function install(Vue) {
|
|
|
20551
21070
|
}
|
|
20552
21071
|
}
|
|
20553
21072
|
$scope.wfInstance.udmNodes = udmNodes;
|
|
20554
|
-
} else if ($scope.wfInstance.passenger.
|
|
21073
|
+
} else if ($scope.wfInstance.passenger.isUdmNodes) {
|
|
20555
21074
|
var tnUsers = [{
|
|
20556
21075
|
id: $scope.curTN.staffID
|
|
20557
21076
|
}];
|
|
@@ -23436,6 +23955,27 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".write_toread_idea[data-v-696010a8] .v
|
|
|
23436
23955
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
23437
23956
|
|
|
23438
23957
|
|
|
23958
|
+
/***/ }),
|
|
23959
|
+
|
|
23960
|
+
/***/ 5107:
|
|
23961
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
23962
|
+
|
|
23963
|
+
"use strict";
|
|
23964
|
+
__webpack_require__.r(__webpack_exports__);
|
|
23965
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1601);
|
|
23966
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
23967
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6314);
|
|
23968
|
+
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
23969
|
+
// Imports
|
|
23970
|
+
|
|
23971
|
+
|
|
23972
|
+
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
23973
|
+
// Module
|
|
23974
|
+
___CSS_LOADER_EXPORT___.push([module.id, "[data-v-3e73e76c]:export{stdMenuBgcolor:var(--lmBgColor);stdMenuHover:var(--lmBgColorActive)!important;stdMenuText:var(--lmTextColor)!important;stdMenuAcitveText:var(--lmTextColorActive)!important;stdSubMenuBgcolor:var(--lmBgColor);stdSubMenuHover:hsla(193,8%,67%,.42);stdSubMenuActiveText:var(--lmTextColorActive)!important;darkMenuBgcolor:#304156;darkMenuHover:#263445;darkMenuText:#bfcbd9;darkMenuAcitveText:#ffd04b;darkSubMenuBgcolor:#384b63;darkSubMenuHover:#263445;darkSubMenuActiveText:#ffd04b;sideBarWidth:210px;formLabelWidth:133px;lightBlue:var(--subjectColor)}.ztree-container[data-v-3e73e76c]{--node-icon-width:16px;height:100%;overflow-y:auto}.ztree-container.hide-node-icon[data-v-3e73e76c]{--node-icon-width:0px}.ztree-container.hide-node-icon[data-v-3e73e76c] .ztree li span.button.ico_close,.ztree-container.hide-node-icon[data-v-3e73e76c] .ztree li span.button.ico_docu,.ztree-container.hide-node-icon[data-v-3e73e76c] .ztree li span.button.ico_open{display:none}.ztree-container[data-v-3e73e76c] .ztree{padding:4px 0;background-color:transparent;font-size:14px}.ztree-container[data-v-3e73e76c] .ztree li a,.ztree-container[data-v-3e73e76c] .ztree li a span{font-size:14px}.ztree-container[data-v-3e73e76c] .ztree li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ztree-container[data-v-3e73e76c] .ztree li>ul{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.ztree-container[data-v-3e73e76c] .ztree li.level0>span.button.switch{margin-left:6px}.ztree-container[data-v-3e73e76c] .ztree li.level0>a.curSelectedNode,.ztree-container[data-v-3e73e76c] .ztree li.level0>a:hover{margin-left:calc(-22px - var(--node-icon-width));padding-left:calc(26px + var(--node-icon-width))}.ztree-container[data-v-3e73e76c] .ztree li.level1>a.curSelectedNode,.ztree-container[data-v-3e73e76c] .ztree li.level1>a:hover{margin-left:calc(-34px - var(--node-icon-width));padding-left:calc(38px + var(--node-icon-width))}.ztree-container[data-v-3e73e76c] .ztree li.level2>a.curSelectedNode,.ztree-container[data-v-3e73e76c] .ztree li.level2>a:hover{margin-left:calc(-52px - var(--node-icon-width));padding-left:calc(56px + var(--node-icon-width))}.ztree-container[data-v-3e73e76c] .ztree li.level3>a.curSelectedNode,.ztree-container[data-v-3e73e76c] .ztree li.level3>a:hover{margin-left:calc(-70px - var(--node-icon-width));padding-left:calc(74px + var(--node-icon-width))}.ztree-container[data-v-3e73e76c] .ztree li.level4>a.curSelectedNode,.ztree-container[data-v-3e73e76c] .ztree li.level4>a:hover{margin-left:calc(-88px - var(--node-icon-width));padding-left:calc(92px + var(--node-icon-width))}.ztree-container[data-v-3e73e76c] .ztree li.level5>a.curSelectedNode,.ztree-container[data-v-3e73e76c] .ztree li.level5>a:hover{margin-left:calc(-106px - var(--node-icon-width));padding-left:calc(110px + var(--node-icon-width))}.ztree-container[data-v-3e73e76c] .ztree li.level6>a.curSelectedNode,.ztree-container[data-v-3e73e76c] .ztree li.level6>a:hover{margin-left:calc(-124px - var(--node-icon-width));padding-left:calc(128px + var(--node-icon-width))}.ztree-container[data-v-3e73e76c] .ztree li.level7>a.curSelectedNode,.ztree-container[data-v-3e73e76c] .ztree li.level7>a:hover{margin-left:calc(-142px - var(--node-icon-width));padding-left:calc(146px + var(--node-icon-width))}.ztree-container[data-v-3e73e76c] .ztree li.level8>a.curSelectedNode,.ztree-container[data-v-3e73e76c] .ztree li.level8>a:hover{margin-left:calc(-160px - var(--node-icon-width));padding-left:calc(164px + var(--node-icon-width))}.ztree-container[data-v-3e73e76c] .ztree li.level9>a.curSelectedNode,.ztree-container[data-v-3e73e76c] .ztree li.level9>a:hover{margin-left:calc(-178px - var(--node-icon-width));padding-left:calc(182px + var(--node-icon-width))}.ztree-container[data-v-3e73e76c] .ztree li.level10>a.curSelectedNode,.ztree-container[data-v-3e73e76c] .ztree li.level10>a:hover{margin-left:calc(-196px - var(--node-icon-width));padding-left:calc(200px + var(--node-icon-width))}.ztree-container[data-v-3e73e76c] .ztree li.level11>a.curSelectedNode,.ztree-container[data-v-3e73e76c] .ztree li.level11>a:hover{margin-left:calc(-214px - var(--node-icon-width));padding-left:calc(218px + var(--node-icon-width))}.ztree-container[data-v-3e73e76c] .ztree li.level12>a.curSelectedNode,.ztree-container[data-v-3e73e76c] .ztree li.level12>a:hover{margin-left:calc(-232px - var(--node-icon-width));padding-left:calc(236px + var(--node-icon-width))}.ztree-container[data-v-3e73e76c] .ztree li.level13>a.curSelectedNode,.ztree-container[data-v-3e73e76c] .ztree li.level13>a:hover{margin-left:calc(-250px - var(--node-icon-width));padding-left:calc(254px + var(--node-icon-width))}.ztree-container[data-v-3e73e76c] .ztree li.level14>a.curSelectedNode,.ztree-container[data-v-3e73e76c] .ztree li.level14>a:hover{margin-left:calc(-268px - var(--node-icon-width));padding-left:calc(272px + var(--node-icon-width))}.ztree-container[data-v-3e73e76c] .ztree li.level15>a.curSelectedNode,.ztree-container[data-v-3e73e76c] .ztree li.level15>a:hover{margin-left:calc(-286px - var(--node-icon-width));padding-left:calc(290px + var(--node-icon-width))}.ztree-container[data-v-3e73e76c] .ztree li.level16>a.curSelectedNode,.ztree-container[data-v-3e73e76c] .ztree li.level16>a:hover{margin-left:calc(-304px - var(--node-icon-width));padding-left:calc(308px + var(--node-icon-width))}.ztree-container[data-v-3e73e76c] .ztree li.level17>a.curSelectedNode,.ztree-container[data-v-3e73e76c] .ztree li.level17>a:hover{margin-left:calc(-322px - var(--node-icon-width));padding-left:calc(326px + var(--node-icon-width))}.ztree-container[data-v-3e73e76c] .ztree li.level18>a.curSelectedNode,.ztree-container[data-v-3e73e76c] .ztree li.level18>a:hover{margin-left:calc(-340px - var(--node-icon-width));padding-left:calc(344px + var(--node-icon-width))}.ztree-container[data-v-3e73e76c] .ztree li.level19>a.curSelectedNode,.ztree-container[data-v-3e73e76c] .ztree li.level19>a:hover{margin-left:calc(-358px - var(--node-icon-width));padding-left:calc(362px + var(--node-icon-width))}.ztree-container[data-v-3e73e76c] .ztree li.level20>a.curSelectedNode,.ztree-container[data-v-3e73e76c] .ztree li.level20>a:hover{margin-left:calc(-376px - var(--node-icon-width));padding-left:calc(380px + var(--node-icon-width))}.ztree-container[data-v-3e73e76c] .ztree li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;height:26px!important;line-height:26px!important;padding:0 4px;margin:0;border:none;border-radius:3px;outline:none;color:#606266;font-size:14px;text-decoration:none;white-space:nowrap;overflow:hidden;-webkit-transition:background-color .2s;transition:background-color .2s}.ztree-container[data-v-3e73e76c] .ztree li a span.node_name{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ztree-container[data-v-3e73e76c] .ztree li a.curSelectedNode,.ztree-container[data-v-3e73e76c] .ztree li a:hover{margin-left:calc(-16px - var(--node-icon-width));padding-left:calc(20px + var(--node-icon-width))}.ztree-container[data-v-3e73e76c] .ztree li a:hover{background-color:#f5f7fa;text-decoration:none}.ztree-container[data-v-3e73e76c] .ztree li a.curSelectedNode{height:26px!important;padding-top:0;border:none;border-radius:3px;background-color:#f5f7fa;color:#303133;opacity:1;text-decoration:none}.ztree-container[data-v-3e73e76c] .ztree li span.button{position:relative;z-index:1}.ztree-container[data-v-3e73e76c] .ztree li span.button.switch{background-image:none}.ztree-container[data-v-3e73e76c] .ztree li span.button.switch:before{content:\"\";position:absolute;top:3px;left:3px;border:5px solid transparent;border-left-color:#c0c4cc;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.ztree-container[data-v-3e73e76c] .ztree li span.button.noline_open:before,.ztree-container[data-v-3e73e76c] .ztree li span.button.root_open:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ztree-container[data-v-3e73e76c] .ztree li span.button.noline_docu:before{content:none}.ztree-container[data-v-3e73e76c] .ztree li span.button.ico_close,.ztree-container[data-v-3e73e76c] .ztree li span.button.ico_docu,.ztree-container[data-v-3e73e76c] .ztree li span.button.ico_open{background-image:none}.ztree-container[data-v-3e73e76c] .ztree li span.button.ico_close:before,.ztree-container[data-v-3e73e76c] .ztree li span.button.ico_docu:before,.ztree-container[data-v-3e73e76c] .ztree li span.button.ico_open:before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-family:element-icons!important;font-style:normal;font-size:16px;line-height:1;-webkit-font-smoothing:antialiased}.ztree-container[data-v-3e73e76c] .ztree li span.button.ico_open:before{content:\"\\e784\";color:#f0b751}.ztree-container[data-v-3e73e76c] .ztree li span.button.ico_close:before{content:\"\\e78a\";color:#e6a23c}.ztree-container[data-v-3e73e76c] .ztree li span.button.ico_docu:before{content:\"\\e785\";color:#b1b3b8}.ztree-container[data-v-3e73e76c] .ctx-menu-container{padding:0}.ztree-container[data-v-3e73e76c] .ctx-menu-container ul{-webkit-margin-before:2px;margin-block-start:2px;-webkit-margin-after:2px;margin-block-end:2px;-webkit-padding-start:0;padding-inline-start:0}.ztree-container[data-v-3e73e76c] .ctx-menu-container li{list-style:none;padding:0 10px;height:40px;line-height:40px;border-bottom:1px solid #d8dce5;font-size:13px}.ztree-container[data-v-3e73e76c] .ctx-menu-container li:hover{background-color:#f5f7fa}.ztree-container[data-v-3e73e76c] .ctx-menu-container li:last-child{border-bottom:0}", ""]);
|
|
23975
|
+
// Exports
|
|
23976
|
+
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
23977
|
+
|
|
23978
|
+
|
|
23439
23979
|
/***/ }),
|
|
23440
23980
|
|
|
23441
23981
|
/***/ 9501:
|
|
@@ -23480,7 +24020,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".icon-dialog[data-v-3ebd0a76] .el-dial
|
|
|
23480
24020
|
|
|
23481
24021
|
/***/ }),
|
|
23482
24022
|
|
|
23483
|
-
/***/
|
|
24023
|
+
/***/ 6663:
|
|
23484
24024
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
23485
24025
|
|
|
23486
24026
|
"use strict";
|
|
@@ -23494,14 +24034,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
23494
24034
|
|
|
23495
24035
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
23496
24036
|
// Module
|
|
23497
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".platadmin .ztree-container[data-v-
|
|
24037
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".platadmin .ztree-container[data-v-50d0feca]{height:calc(100% - 32px)}.app-container[data-v-50d0feca]{padding:0}", ""]);
|
|
23498
24038
|
// Exports
|
|
23499
24039
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
23500
24040
|
|
|
23501
24041
|
|
|
23502
24042
|
/***/ }),
|
|
23503
24043
|
|
|
23504
|
-
/***/
|
|
24044
|
+
/***/ 8560:
|
|
23505
24045
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
23506
24046
|
|
|
23507
24047
|
"use strict";
|
|
@@ -23515,7 +24055,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
23515
24055
|
|
|
23516
24056
|
var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
|
|
23517
24057
|
// Module
|
|
23518
|
-
___CSS_LOADER_EXPORT___.push([module.id, ".dwadmin-initmessage[data-v-
|
|
24058
|
+
___CSS_LOADER_EXPORT___.push([module.id, ".dwadmin-initmessage[data-v-0137cbc4]{text-align:center;font-size:13px;padding-top:50px}.panel-left[data-v-0137cbc4] .el-input__inner{border-top:0;border-left:0;border-right:0}.el-switch[data-v-0137cbc4]{margin:6px 12px}.can-merge-subsys[data-v-0137cbc4]{border-top:1px solid #f3f3f3;height:calc(100% - 32px)}", ""]);
|
|
23519
24059
|
// Exports
|
|
23520
24060
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
23521
24061
|
|
|
@@ -27989,7 +28529,7 @@ module.exports.InvalidTokenError = InvalidTokenError;
|
|
|
27989
28529
|
|
|
27990
28530
|
/***/ }),
|
|
27991
28531
|
|
|
27992
|
-
/***/
|
|
28532
|
+
/***/ 4903:
|
|
27993
28533
|
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
27994
28534
|
|
|
27995
28535
|
//! moment.js locale configuration
|
|
@@ -41982,8 +42522,8 @@ var map = {
|
|
|
41982
42522
|
"./be.js": 8959,
|
|
41983
42523
|
"./bg": 7777,
|
|
41984
42524
|
"./bg.js": 7777,
|
|
41985
|
-
"./bm":
|
|
41986
|
-
"./bm.js":
|
|
42525
|
+
"./bm": 4903,
|
|
42526
|
+
"./bm.js": 4903,
|
|
41987
42527
|
"./bn": 1290,
|
|
41988
42528
|
"./bn-bd": 7357,
|
|
41989
42529
|
"./bn-bd.js": 7357,
|
|
@@ -51085,6 +51625,22 @@ var update = add("2978f15a", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
51085
51625
|
|
|
51086
51626
|
/***/ }),
|
|
51087
51627
|
|
|
51628
|
+
/***/ 9238:
|
|
51629
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
51630
|
+
|
|
51631
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
51632
|
+
|
|
51633
|
+
// load the styles
|
|
51634
|
+
var content = __webpack_require__(5107);
|
|
51635
|
+
if(content.__esModule) content = content.default;
|
|
51636
|
+
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
51637
|
+
if(content.locals) module.exports = content.locals;
|
|
51638
|
+
// add the styles to the DOM
|
|
51639
|
+
var add = (__webpack_require__(9548)/* ["default"] */ .A)
|
|
51640
|
+
var update = add("7b65b986", content, true, {"sourceMap":false,"shadowMode":false});
|
|
51641
|
+
|
|
51642
|
+
/***/ }),
|
|
51643
|
+
|
|
51088
51644
|
/***/ 6832:
|
|
51089
51645
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
51090
51646
|
|
|
@@ -51117,35 +51673,35 @@ var update = add("74e125c2", content, true, {"sourceMap":false,"shadowMode":fals
|
|
|
51117
51673
|
|
|
51118
51674
|
/***/ }),
|
|
51119
51675
|
|
|
51120
|
-
/***/
|
|
51676
|
+
/***/ 4000:
|
|
51121
51677
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
51122
51678
|
|
|
51123
51679
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
51124
51680
|
|
|
51125
51681
|
// load the styles
|
|
51126
|
-
var content = __webpack_require__(
|
|
51682
|
+
var content = __webpack_require__(6663);
|
|
51127
51683
|
if(content.__esModule) content = content.default;
|
|
51128
51684
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
51129
51685
|
if(content.locals) module.exports = content.locals;
|
|
51130
51686
|
// add the styles to the DOM
|
|
51131
51687
|
var add = (__webpack_require__(9548)/* ["default"] */ .A)
|
|
51132
|
-
var update = add("
|
|
51688
|
+
var update = add("e6cdcd3c", content, true, {"sourceMap":false,"shadowMode":false});
|
|
51133
51689
|
|
|
51134
51690
|
/***/ }),
|
|
51135
51691
|
|
|
51136
|
-
/***/
|
|
51692
|
+
/***/ 9225:
|
|
51137
51693
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
51138
51694
|
|
|
51139
51695
|
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
51140
51696
|
|
|
51141
51697
|
// load the styles
|
|
51142
|
-
var content = __webpack_require__(
|
|
51698
|
+
var content = __webpack_require__(8560);
|
|
51143
51699
|
if(content.__esModule) content = content.default;
|
|
51144
51700
|
if(typeof content === 'string') content = [[module.id, content, '']];
|
|
51145
51701
|
if(content.locals) module.exports = content.locals;
|
|
51146
51702
|
// add the styles to the DOM
|
|
51147
51703
|
var add = (__webpack_require__(9548)/* ["default"] */ .A)
|
|
51148
|
-
var update = add("
|
|
51704
|
+
var update = add("48872715", content, true, {"sourceMap":false,"shadowMode":false});
|
|
51149
51705
|
|
|
51150
51706
|
/***/ }),
|
|
51151
51707
|
|
|
@@ -52682,7 +53238,7 @@ webpackContext.id = 2397;
|
|
|
52682
53238
|
|
|
52683
53239
|
var map = {
|
|
52684
53240
|
"./app.js": 1494,
|
|
52685
|
-
"./route.js":
|
|
53241
|
+
"./route.js": 4079,
|
|
52686
53242
|
"./settings.js": 8048,
|
|
52687
53243
|
"./tagsView.js": 1333
|
|
52688
53244
|
};
|
|
@@ -52757,6 +53313,14 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABz
|
|
|
52757
53313
|
|
|
52758
53314
|
/***/ }),
|
|
52759
53315
|
|
|
53316
|
+
/***/ 9658:
|
|
53317
|
+
/***/ (function(module) {
|
|
53318
|
+
|
|
53319
|
+
"use strict";
|
|
53320
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__9658__;
|
|
53321
|
+
|
|
53322
|
+
/***/ }),
|
|
53323
|
+
|
|
52760
53324
|
/***/ 9274:
|
|
52761
53325
|
/***/ (function(module) {
|
|
52762
53326
|
|
|
@@ -72860,7 +73424,8 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().directive('form-title', {
|
|
|
72860
73424
|
function txtLblI18nFunc(el, binding, vnode) {
|
|
72861
73425
|
var field = binding.value;
|
|
72862
73426
|
//非中文版、流程类文本标签,使用语言包中的配置
|
|
72863
|
-
|
|
73427
|
+
var moduleCode = (vnode.context.moduleCode || '').toLowerCase();
|
|
73428
|
+
if (field && (vnode.context.$i18n.locale !== 'zhCN' || moduleCode === 'wflowform' || moduleCode === 'usersetting')) {
|
|
72864
73429
|
var attrs = vnode.data.attrs || {};
|
|
72865
73430
|
var label = vnode.context.$i18n.generateTitle({
|
|
72866
73431
|
i18nCode: binding.value
|