ecinc-cloud-wappaio 9.0.134 → 9.0.135
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.
|
@@ -1,5 +1,59 @@
|
|
|
1
1
|
((typeof self !== 'undefined' ? self : this)["webpackChunkecinc_cloud_ecyapp"] = (typeof self !== 'undefined' ? self : this)["webpackChunkecinc_cloud_ecyapp"] || []).push([[571],{
|
|
2
2
|
|
|
3
|
+
/***/ 29090:
|
|
4
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
5
|
+
|
|
6
|
+
"use strict";
|
|
7
|
+
// ESM COMPAT FLAG
|
|
8
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9
|
+
|
|
10
|
+
// EXPORTS
|
|
11
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
12
|
+
"default": function() { return /* binding */ DragApplet; }
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
;// 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[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/wapp/common/components/DragApplet/index.vue?vue&type=template&id=738ae2ba
|
|
16
|
+
var render = function render() {
|
|
17
|
+
var _vm = this,
|
|
18
|
+
_c = _vm._self._c;
|
|
19
|
+
return _c('CCDragApplet', _vm._g(_vm._b({
|
|
20
|
+
scopedSlots: _vm._u([_vm._l(_vm.$slots, function (index, name) {
|
|
21
|
+
return {
|
|
22
|
+
key: name,
|
|
23
|
+
fn: function fn() {
|
|
24
|
+
return [_vm._t(name)];
|
|
25
|
+
},
|
|
26
|
+
proxy: true
|
|
27
|
+
};
|
|
28
|
+
})], null, true)
|
|
29
|
+
}, 'CCDragApplet', _vm.$attrs, false), _vm.$listeners));
|
|
30
|
+
};
|
|
31
|
+
var staticRenderFns = [];
|
|
32
|
+
|
|
33
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
34
|
+
var componentNormalizer = __webpack_require__(81656);
|
|
35
|
+
;// CONCATENATED MODULE: ./src/wapp/common/components/DragApplet/index.vue
|
|
36
|
+
|
|
37
|
+
var script = {}
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
/* normalize component */
|
|
41
|
+
;
|
|
42
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
43
|
+
script,
|
|
44
|
+
render,
|
|
45
|
+
staticRenderFns,
|
|
46
|
+
false,
|
|
47
|
+
null,
|
|
48
|
+
null,
|
|
49
|
+
null
|
|
50
|
+
|
|
51
|
+
)
|
|
52
|
+
|
|
53
|
+
/* harmony default export */ var DragApplet = (component.exports);
|
|
54
|
+
|
|
55
|
+
/***/ }),
|
|
56
|
+
|
|
3
57
|
/***/ 71200:
|
|
4
58
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
5
59
|
|
|
@@ -57,6 +111,7 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
57
111
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
58
112
|
|
|
59
113
|
var map = {
|
|
114
|
+
"./common/components/DragApplet/index.vue": 29090,
|
|
60
115
|
"./common/layout/components/Blank.vue": 71200,
|
|
61
116
|
"./support/icons/index.vue": 21406
|
|
62
117
|
};
|
package/lib/ecwappaio.common.js
CHANGED
|
@@ -227965,10 +227965,16 @@ var wfengine_install = function install(Vue) {
|
|
|
227965
227965
|
}
|
|
227966
227966
|
var wfIdeaList = $scope.wfInstance.passenger.wfIdeaList;
|
|
227967
227967
|
wfIdeaList.forEach(function (idea) {
|
|
227968
|
+
idea.ideaContent = '<div class="ideaDiv" staffId=\'57423bf9d4b94208ada70525e20b8d9c\' ><p> 手写意见有问号吗<br/>有 问号吗</p><p align="center"> test1<span style="width:100px"></span>2024-07-23 19:20:55</p></div><div class="ideaDiv" staffId=\'57423bf9d4b94208ada70525e20b8d9c\' ><p> 手写意见有问号吗<br/>有 问号吗第二次</p><p align="center"> test1<span style="width:100px"></span>2024-07-23 19:21:27</p></div>';
|
|
227968
227969
|
var ideaContent = idea.ideaContent;
|
|
227969
227970
|
if (ideaContent !== null && ideaContent.indexOf('</p><p align="center">') !== -1 && ideaContent.indexOf('<img') === -1) {
|
|
227970
|
-
|
|
227971
|
-
|
|
227971
|
+
var contentList = ideaContent.split('<div class="ideaDiv"');
|
|
227972
|
+
contentList.forEach(function (content) {
|
|
227973
|
+
if (content.indexOf('><p>') !== -1 && content.indexOf('</p><p align="center">') !== -1) {
|
|
227974
|
+
content = content.substring(content.indexOf('><p>') + 3, content.indexOf('</p><p align="center">'));
|
|
227975
|
+
idea.ideaContent = idea.ideaContent.replace(content, content.replace(/ /g, ' '));
|
|
227976
|
+
}
|
|
227977
|
+
});
|
|
227972
227978
|
idea.ideaContent = idea.ideaContent.replace(/ id=/g, ' id=');
|
|
227973
227979
|
idea.ideaContent = idea.ideaContent.replace(/ class=/g, ' class=');
|
|
227974
227980
|
}
|
package/lib/ecwappaio.umd.571.js
CHANGED
|
@@ -1,5 +1,59 @@
|
|
|
1
1
|
((typeof self !== 'undefined' ? self : this)["webpackChunkecwappaio"] = (typeof self !== 'undefined' ? self : this)["webpackChunkecwappaio"] || []).push([[571],{
|
|
2
2
|
|
|
3
|
+
/***/ 43575:
|
|
4
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
5
|
+
|
|
6
|
+
"use strict";
|
|
7
|
+
// ESM COMPAT FLAG
|
|
8
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9
|
+
|
|
10
|
+
// EXPORTS
|
|
11
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
12
|
+
"default": function() { return /* binding */ DragApplet; }
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.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!./src/wapp/common/components/DragApplet/index.vue?vue&type=template&id=738ae2ba
|
|
16
|
+
var render = function render() {
|
|
17
|
+
var _vm = this,
|
|
18
|
+
_c = _vm._self._c;
|
|
19
|
+
return _c('CCDragApplet', _vm._g(_vm._b({
|
|
20
|
+
scopedSlots: _vm._u([_vm._l(_vm.$slots, function (index, name) {
|
|
21
|
+
return {
|
|
22
|
+
key: name,
|
|
23
|
+
fn: function fn() {
|
|
24
|
+
return [_vm._t(name)];
|
|
25
|
+
},
|
|
26
|
+
proxy: true
|
|
27
|
+
};
|
|
28
|
+
})], null, true)
|
|
29
|
+
}, 'CCDragApplet', _vm.$attrs, false), _vm.$listeners));
|
|
30
|
+
};
|
|
31
|
+
var staticRenderFns = [];
|
|
32
|
+
|
|
33
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
34
|
+
var componentNormalizer = __webpack_require__(81656);
|
|
35
|
+
;// CONCATENATED MODULE: ./src/wapp/common/components/DragApplet/index.vue
|
|
36
|
+
|
|
37
|
+
var script = {}
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
/* normalize component */
|
|
41
|
+
;
|
|
42
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
43
|
+
script,
|
|
44
|
+
render,
|
|
45
|
+
staticRenderFns,
|
|
46
|
+
false,
|
|
47
|
+
null,
|
|
48
|
+
null,
|
|
49
|
+
null
|
|
50
|
+
|
|
51
|
+
)
|
|
52
|
+
|
|
53
|
+
/* harmony default export */ var DragApplet = (component.exports);
|
|
54
|
+
|
|
55
|
+
/***/ }),
|
|
56
|
+
|
|
3
57
|
/***/ 47546:
|
|
4
58
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
5
59
|
|
|
@@ -57,6 +111,7 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
57
111
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
58
112
|
|
|
59
113
|
var map = {
|
|
114
|
+
"./common/components/DragApplet/index.vue": 43575,
|
|
60
115
|
"./common/layout/components/Blank.vue": 47546,
|
|
61
116
|
"./support/icons/index.vue": 41145
|
|
62
117
|
};
|
package/lib/ecwappaio.umd.js
CHANGED
|
@@ -227975,10 +227975,16 @@ var wfengine_install = function install(Vue) {
|
|
|
227975
227975
|
}
|
|
227976
227976
|
var wfIdeaList = $scope.wfInstance.passenger.wfIdeaList;
|
|
227977
227977
|
wfIdeaList.forEach(function (idea) {
|
|
227978
|
+
idea.ideaContent = '<div class="ideaDiv" staffId=\'57423bf9d4b94208ada70525e20b8d9c\' ><p> 手写意见有问号吗<br/>有 问号吗</p><p align="center"> test1<span style="width:100px"></span>2024-07-23 19:20:55</p></div><div class="ideaDiv" staffId=\'57423bf9d4b94208ada70525e20b8d9c\' ><p> 手写意见有问号吗<br/>有 问号吗第二次</p><p align="center"> test1<span style="width:100px"></span>2024-07-23 19:21:27</p></div>';
|
|
227978
227979
|
var ideaContent = idea.ideaContent;
|
|
227979
227980
|
if (ideaContent !== null && ideaContent.indexOf('</p><p align="center">') !== -1 && ideaContent.indexOf('<img') === -1) {
|
|
227980
|
-
|
|
227981
|
-
|
|
227981
|
+
var contentList = ideaContent.split('<div class="ideaDiv"');
|
|
227982
|
+
contentList.forEach(function (content) {
|
|
227983
|
+
if (content.indexOf('><p>') !== -1 && content.indexOf('</p><p align="center">') !== -1) {
|
|
227984
|
+
content = content.substring(content.indexOf('><p>') + 3, content.indexOf('</p><p align="center">'));
|
|
227985
|
+
idea.ideaContent = idea.ideaContent.replace(content, content.replace(/ /g, ' '));
|
|
227986
|
+
}
|
|
227987
|
+
});
|
|
227982
227988
|
idea.ideaContent = idea.ideaContent.replace(/ id=/g, ' id=');
|
|
227983
227989
|
idea.ideaContent = idea.ideaContent.replace(/ class=/g, ' class=');
|
|
227984
227990
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(("undefined"!==typeof self?self:this)["webpackChunkecwappaio"]=("undefined"!==typeof self?self:this)["webpackChunkecwappaio"]||[]).push([[571],{20116:function(n,e,t){"use strict";t.r(e),t.d(e,{default:function(){return c}});var
|
|
1
|
+
(("undefined"!==typeof self?self:this)["webpackChunkecwappaio"]=("undefined"!==typeof self?self:this)["webpackChunkecwappaio"]||[]).push([[571],{46217:function(n,e,t){"use strict";t.r(e),t.d(e,{default:function(){return i}});var r=function(){var n=this,e=n._self._c;return e("CCDragApplet",n._g(n._b({scopedSlots:n._u([n._l(n.$slots,(function(e,t){return{key:t,fn:function(){return[n._t(t)]},proxy:!0}}))],null,!0)},"CCDragApplet",n.$attrs,!1),n.$listeners))},u=[],o=t(81656),l={},s=(0,o.A)(l,r,u,!1,null,null,null),i=s.exports},20116:function(n,e,t){"use strict";t.r(e),t.d(e,{default:function(){return c}});var r=function(){var n=this,e=n._self._c;return e("div",{staticClass:"blank-container"},[e("router-view")],1)},u=[],o={name:"Blank"},l=o,s=t(81656),i=(0,s.A)(l,r,u,!1,null,null,null),c=i.exports},33571:function(n,e,t){var r={"./common/components/DragApplet/index.vue":46217,"./common/layout/components/Blank.vue":20116,"./support/icons/index.vue":62854};function u(n){var e=o(n);return t(e)}function o(n){if(!t.o(r,n)){var e=new Error("Cannot find module '"+n+"'");throw e.code="MODULE_NOT_FOUND",e}return r[n]}u.keys=function(){return Object.keys(r)},u.resolve=o,n.exports=u,u.id=33571}}]);
|