eoss-ui 0.6.85 → 0.6.87
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/eoss-ui.common.js +131 -76
- package/lib/flow.js +96 -55
- package/lib/form.js +13 -2
- package/lib/icons.js +1 -1
- package/lib/index.js +1 -1
- package/lib/table-form.js +8 -5
- package/lib/theme-chalk/base.css +1 -1
- package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
- package/lib/theme-chalk/fonts/iconfont.woff +0 -0
- package/lib/theme-chalk/icon.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/menu.css +1 -1
- package/lib/theme-chalk/simplicity.css +1 -1
- package/lib/theme-chalk/sizer.css +1 -1
- package/lib/theme-chalk/upload.css +1 -1
- package/package.json +1 -1
- package/packages/flow/src/component/Circulate.vue +34 -4
- package/packages/flow/src/component/taskUnionExamine.vue +2 -1
- package/packages/flow/src/freeStartFlow.vue +2 -1
- package/packages/flow/src/main.vue +5 -2
- package/packages/flow/src/processForm.vue +1 -1
- package/packages/flow/src/processReject.vue +2 -1
- package/packages/flow/src/startTaskRead.vue +2 -1
- package/packages/form/src/main.vue +11 -6
- package/packages/form/src/table.vue +3 -3
- package/packages/icons/src/icon.json +1 -1
- package/packages/theme-chalk/lib/base.css +1 -1
- package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/lib/icon.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/menu.css +1 -1
- package/packages/theme-chalk/lib/simplicity.css +1 -1
- package/packages/theme-chalk/lib/sizer.css +1 -1
- package/packages/theme-chalk/lib/upload.css +1 -1
- package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/src/icon.scss +8 -0
- package/src/index.js +1 -1
package/lib/flow.js
CHANGED
|
@@ -4481,7 +4481,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
4481
4481
|
// ESM COMPAT FLAG
|
|
4482
4482
|
__webpack_require__.r(__webpack_exports__);
|
|
4483
4483
|
|
|
4484
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
4484
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=6b9f2034&
|
|
4485
4485
|
var render = function () {
|
|
4486
4486
|
var _vm = this
|
|
4487
4487
|
var _h = _vm.$createElement
|
|
@@ -4690,6 +4690,7 @@ var render = function () {
|
|
|
4690
4690
|
selectorParams: _vm.params,
|
|
4691
4691
|
"pending-id": _vm.pendingId,
|
|
4692
4692
|
showBtn: false,
|
|
4693
|
+
formTitle: _vm.formTitle,
|
|
4693
4694
|
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
4694
4695
|
simpleTips: _vm.simpleTips,
|
|
4695
4696
|
oldOption: _vm.value,
|
|
@@ -6321,6 +6322,7 @@ var render = function () {
|
|
|
6321
6322
|
businessId: _vm.businessId,
|
|
6322
6323
|
startFlowPageEmbeddedIntoStartFlowIndex:
|
|
6323
6324
|
_vm.startFlowPageEmbeddedIntoStartFlowIndex,
|
|
6325
|
+
formTitle: _vm.formTitle,
|
|
6324
6326
|
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
6325
6327
|
simpleTips: _vm.simpleTips,
|
|
6326
6328
|
showBtn: false,
|
|
@@ -7355,7 +7357,7 @@ var staticRenderFns = []
|
|
|
7355
7357
|
render._withStripped = true
|
|
7356
7358
|
|
|
7357
7359
|
|
|
7358
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
7360
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=6b9f2034&
|
|
7359
7361
|
|
|
7360
7362
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
7361
7363
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -8408,8 +8410,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8408
8410
|
)
|
|
8409
8411
|
|
|
8410
8412
|
/* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
|
|
8411
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
8412
|
-
var
|
|
8413
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=3d800ae1&
|
|
8414
|
+
var processFormvue_type_template_id_3d800ae1_render = function () {
|
|
8413
8415
|
var _vm = this
|
|
8414
8416
|
var _h = _vm.$createElement
|
|
8415
8417
|
var _c = _vm._self._c || _h
|
|
@@ -9166,11 +9168,11 @@ var processFormvue_type_template_id_09ba35c6_render = function () {
|
|
|
9166
9168
|
1
|
|
9167
9169
|
)
|
|
9168
9170
|
}
|
|
9169
|
-
var
|
|
9170
|
-
|
|
9171
|
+
var processFormvue_type_template_id_3d800ae1_staticRenderFns = []
|
|
9172
|
+
processFormvue_type_template_id_3d800ae1_render._withStripped = true
|
|
9171
9173
|
|
|
9172
9174
|
|
|
9173
|
-
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
9175
|
+
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=3d800ae1&
|
|
9174
9176
|
|
|
9175
9177
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=3588d66f&
|
|
9176
9178
|
var selectUservue_type_template_id_3588d66f_render = function () {
|
|
@@ -11391,7 +11393,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11391
11393
|
if (res.status === 'success') {
|
|
11392
11394
|
if (!_this3.showBtn) {
|
|
11393
11395
|
_this3.oldMessage = res.message;
|
|
11394
|
-
_this3.nextNode.noticeInfo = res.message.replace('{title}',
|
|
11396
|
+
_this3.nextNode.noticeInfo = res.message.replace('{title}', _this3.formTitle);
|
|
11395
11397
|
} else {
|
|
11396
11398
|
_this3.nextNode.noticeInfo = res.message;
|
|
11397
11399
|
}
|
|
@@ -11839,8 +11841,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11839
11841
|
|
|
11840
11842
|
var processForm_component = Object(componentNormalizer["a" /* default */])(
|
|
11841
11843
|
src_processFormvue_type_script_lang_js_,
|
|
11842
|
-
|
|
11843
|
-
|
|
11844
|
+
processFormvue_type_template_id_3d800ae1_render,
|
|
11845
|
+
processFormvue_type_template_id_3d800ae1_staticRenderFns,
|
|
11844
11846
|
false,
|
|
11845
11847
|
null,
|
|
11846
11848
|
null,
|
|
@@ -12728,8 +12730,8 @@ var TimeLimit_component = Object(componentNormalizer["a" /* default */])(
|
|
|
12728
12730
|
)
|
|
12729
12731
|
|
|
12730
12732
|
/* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
|
|
12731
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=
|
|
12732
|
-
var
|
|
12733
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=9d3463f6&
|
|
12734
|
+
var processRejectvue_type_template_id_9d3463f6_render = function () {
|
|
12733
12735
|
var _vm = this
|
|
12734
12736
|
var _h = _vm.$createElement
|
|
12735
12737
|
var _c = _vm._self._c || _h
|
|
@@ -12954,11 +12956,11 @@ var processRejectvue_type_template_id_9cd54606_render = function () {
|
|
|
12954
12956
|
1
|
|
12955
12957
|
)
|
|
12956
12958
|
}
|
|
12957
|
-
var
|
|
12958
|
-
|
|
12959
|
+
var processRejectvue_type_template_id_9d3463f6_staticRenderFns = []
|
|
12960
|
+
processRejectvue_type_template_id_9d3463f6_render._withStripped = true
|
|
12959
12961
|
|
|
12960
12962
|
|
|
12961
|
-
// CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=
|
|
12963
|
+
// CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=9d3463f6&
|
|
12962
12964
|
|
|
12963
12965
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=script&lang=js&
|
|
12964
12966
|
//
|
|
@@ -13105,7 +13107,8 @@ processRejectvue_type_template_id_9cd54606_render._withStripped = true
|
|
|
13105
13107
|
url: api["z" /* findCodeValues */],
|
|
13106
13108
|
params: {
|
|
13107
13109
|
ccCode: 'notification_type',
|
|
13108
|
-
userId: util["a" /* default */].getStorage('userId')
|
|
13110
|
+
userId: util["a" /* default */].getStorage('userId'),
|
|
13111
|
+
pendingId: this.pendingId
|
|
13109
13112
|
}
|
|
13110
13113
|
}).then(function (res) {
|
|
13111
13114
|
var status = res.status,
|
|
@@ -13265,8 +13268,8 @@ processRejectvue_type_template_id_9cd54606_render._withStripped = true
|
|
|
13265
13268
|
|
|
13266
13269
|
var processReject_component = Object(componentNormalizer["a" /* default */])(
|
|
13267
13270
|
src_processRejectvue_type_script_lang_js_,
|
|
13268
|
-
|
|
13269
|
-
|
|
13271
|
+
processRejectvue_type_template_id_9d3463f6_render,
|
|
13272
|
+
processRejectvue_type_template_id_9d3463f6_staticRenderFns,
|
|
13270
13273
|
false,
|
|
13271
13274
|
null,
|
|
13272
13275
|
null,
|
|
@@ -13275,8 +13278,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
|
|
|
13275
13278
|
)
|
|
13276
13279
|
|
|
13277
13280
|
/* harmony default export */ var processReject = (processReject_component.exports);
|
|
13278
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
13279
|
-
var
|
|
13281
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=4f33d988&
|
|
13282
|
+
var startTaskReadvue_type_template_id_4f33d988_render = function () {
|
|
13280
13283
|
var _vm = this
|
|
13281
13284
|
var _h = _vm.$createElement
|
|
13282
13285
|
var _c = _vm._self._c || _h
|
|
@@ -13701,11 +13704,11 @@ var startTaskReadvue_type_template_id_7b879ee0_render = function () {
|
|
|
13701
13704
|
1
|
|
13702
13705
|
)
|
|
13703
13706
|
}
|
|
13704
|
-
var
|
|
13705
|
-
|
|
13707
|
+
var startTaskReadvue_type_template_id_4f33d988_staticRenderFns = []
|
|
13708
|
+
startTaskReadvue_type_template_id_4f33d988_render._withStripped = true
|
|
13706
13709
|
|
|
13707
13710
|
|
|
13708
|
-
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
13711
|
+
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=4f33d988&
|
|
13709
13712
|
|
|
13710
13713
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
|
|
13711
13714
|
var startTaskReadvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -14194,7 +14197,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14194
14197
|
url: api["z" /* findCodeValues */],
|
|
14195
14198
|
params: {
|
|
14196
14199
|
ccCode: 'notification_type',
|
|
14197
|
-
userId: util["a" /* default */].getStorage('userId')
|
|
14200
|
+
userId: util["a" /* default */].getStorage('userId'),
|
|
14201
|
+
pendingId: this.pendingId
|
|
14198
14202
|
}
|
|
14199
14203
|
}).then(function (res) {
|
|
14200
14204
|
var status = res.status,
|
|
@@ -14421,8 +14425,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14421
14425
|
|
|
14422
14426
|
var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
14423
14427
|
src_startTaskReadvue_type_script_lang_js_,
|
|
14424
|
-
|
|
14425
|
-
|
|
14428
|
+
startTaskReadvue_type_template_id_4f33d988_render,
|
|
14429
|
+
startTaskReadvue_type_template_id_4f33d988_staticRenderFns,
|
|
14426
14430
|
false,
|
|
14427
14431
|
null,
|
|
14428
14432
|
null,
|
|
@@ -15770,8 +15774,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
|
|
|
15770
15774
|
)
|
|
15771
15775
|
|
|
15772
15776
|
/* harmony default export */ var src_reset = (reset_component.exports);
|
|
15773
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
15774
|
-
var
|
|
15777
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=36d478ba&
|
|
15778
|
+
var taskUnionExaminevue_type_template_id_36d478ba_render = function () {
|
|
15775
15779
|
var _vm = this
|
|
15776
15780
|
var _h = _vm.$createElement
|
|
15777
15781
|
var _c = _vm._self._c || _h
|
|
@@ -16030,11 +16034,11 @@ var taskUnionExaminevue_type_template_id_97551c4a_render = function () {
|
|
|
16030
16034
|
1
|
|
16031
16035
|
)
|
|
16032
16036
|
}
|
|
16033
|
-
var
|
|
16034
|
-
|
|
16037
|
+
var taskUnionExaminevue_type_template_id_36d478ba_staticRenderFns = []
|
|
16038
|
+
taskUnionExaminevue_type_template_id_36d478ba_render._withStripped = true
|
|
16035
16039
|
|
|
16036
16040
|
|
|
16037
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
16041
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=36d478ba&
|
|
16038
16042
|
|
|
16039
16043
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
|
|
16040
16044
|
var taskUnionExaminevue_type_script_lang_js_components;
|
|
@@ -16537,7 +16541,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
16537
16541
|
url: api["z" /* findCodeValues */],
|
|
16538
16542
|
params: {
|
|
16539
16543
|
ccCode: 'notification_type',
|
|
16540
|
-
userId: util["a" /* default */].getStorage('userId')
|
|
16544
|
+
userId: util["a" /* default */].getStorage('userId'),
|
|
16545
|
+
pendingId: this.pendingId
|
|
16541
16546
|
}
|
|
16542
16547
|
}).then(function (res) {
|
|
16543
16548
|
var status = res.status,
|
|
@@ -16618,8 +16623,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
16618
16623
|
|
|
16619
16624
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
16620
16625
|
component_taskUnionExaminevue_type_script_lang_js_,
|
|
16621
|
-
|
|
16622
|
-
|
|
16626
|
+
taskUnionExaminevue_type_template_id_36d478ba_render,
|
|
16627
|
+
taskUnionExaminevue_type_template_id_36d478ba_staticRenderFns,
|
|
16623
16628
|
false,
|
|
16624
16629
|
null,
|
|
16625
16630
|
null,
|
|
@@ -16628,8 +16633,8 @@ var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
|
16628
16633
|
)
|
|
16629
16634
|
|
|
16630
16635
|
/* harmony default export */ var taskUnionExamine = (taskUnionExamine_component.exports);
|
|
16631
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
16632
|
-
var
|
|
16636
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=ee2c3da4&
|
|
16637
|
+
var freeStartFlowvue_type_template_id_ee2c3da4_render = function () {
|
|
16633
16638
|
var _vm = this
|
|
16634
16639
|
var _h = _vm.$createElement
|
|
16635
16640
|
var _c = _vm._self._c || _h
|
|
@@ -18712,11 +18717,11 @@ var freeStartFlowvue_type_template_id_3f581894_render = function () {
|
|
|
18712
18717
|
)
|
|
18713
18718
|
: _vm._e()
|
|
18714
18719
|
}
|
|
18715
|
-
var
|
|
18716
|
-
|
|
18720
|
+
var freeStartFlowvue_type_template_id_ee2c3da4_staticRenderFns = []
|
|
18721
|
+
freeStartFlowvue_type_template_id_ee2c3da4_render._withStripped = true
|
|
18717
18722
|
|
|
18718
18723
|
|
|
18719
|
-
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
18724
|
+
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=ee2c3da4&
|
|
18720
18725
|
|
|
18721
18726
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=script&lang=js&
|
|
18722
18727
|
|
|
@@ -20010,7 +20015,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20010
20015
|
url: api["z" /* findCodeValues */],
|
|
20011
20016
|
params: {
|
|
20012
20017
|
ccCode: 'notification_type',
|
|
20013
|
-
userId: util["a" /* default */].getStorage('userId')
|
|
20018
|
+
userId: util["a" /* default */].getStorage('userId'),
|
|
20019
|
+
pendingId: this.pendingId
|
|
20014
20020
|
}
|
|
20015
20021
|
}).then(function (res) {
|
|
20016
20022
|
var status = res.status,
|
|
@@ -21419,8 +21425,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21419
21425
|
|
|
21420
21426
|
var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
21421
21427
|
src_freeStartFlowvue_type_script_lang_js_,
|
|
21422
|
-
|
|
21423
|
-
|
|
21428
|
+
freeStartFlowvue_type_template_id_ee2c3da4_render,
|
|
21429
|
+
freeStartFlowvue_type_template_id_ee2c3da4_staticRenderFns,
|
|
21424
21430
|
false,
|
|
21425
21431
|
null,
|
|
21426
21432
|
null,
|
|
@@ -21768,8 +21774,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
|
21768
21774
|
)
|
|
21769
21775
|
|
|
21770
21776
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
21771
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
21772
|
-
var
|
|
21777
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=858cd6e2&
|
|
21778
|
+
var Circulatevue_type_template_id_858cd6e2_render = function () {
|
|
21773
21779
|
var _vm = this
|
|
21774
21780
|
var _h = _vm.$createElement
|
|
21775
21781
|
var _c = _vm._self._c || _h
|
|
@@ -21921,6 +21927,7 @@ var Circulatevue_type_template_id_43730f28_render = function () {
|
|
|
21921
21927
|
type: "textarea",
|
|
21922
21928
|
readonly: _vm.notificationMessageReadOnly,
|
|
21923
21929
|
},
|
|
21930
|
+
on: { change: _vm.handleChange },
|
|
21924
21931
|
model: {
|
|
21925
21932
|
value: _vm.infoList.noticeInfo,
|
|
21926
21933
|
callback: function ($$v) {
|
|
@@ -21961,11 +21968,11 @@ var Circulatevue_type_template_id_43730f28_render = function () {
|
|
|
21961
21968
|
1
|
|
21962
21969
|
)
|
|
21963
21970
|
}
|
|
21964
|
-
var
|
|
21965
|
-
|
|
21971
|
+
var Circulatevue_type_template_id_858cd6e2_staticRenderFns = []
|
|
21972
|
+
Circulatevue_type_template_id_858cd6e2_render._withStripped = true
|
|
21966
21973
|
|
|
21967
21974
|
|
|
21968
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
21975
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=858cd6e2&
|
|
21969
21976
|
|
|
21970
21977
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
|
|
21971
21978
|
var Circulatevue_type_script_lang_js_components;
|
|
@@ -22054,6 +22061,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22054
22061
|
//
|
|
22055
22062
|
//
|
|
22056
22063
|
//
|
|
22064
|
+
//
|
|
22057
22065
|
|
|
22058
22066
|
|
|
22059
22067
|
|
|
@@ -22078,7 +22086,11 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22078
22086
|
type: String,
|
|
22079
22087
|
default: 'left'
|
|
22080
22088
|
},
|
|
22081
|
-
startFlowPageEmbeddedIntoStartFlowIndex: { type: Boolean, default: false }
|
|
22089
|
+
startFlowPageEmbeddedIntoStartFlowIndex: { type: Boolean, default: false },
|
|
22090
|
+
formTitle: {
|
|
22091
|
+
type: String,
|
|
22092
|
+
default: ''
|
|
22093
|
+
}
|
|
22082
22094
|
},
|
|
22083
22095
|
inheritAttrs: false,
|
|
22084
22096
|
data: function data() {
|
|
@@ -22088,6 +22100,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22088
22100
|
notificationMessageReadOnly: false,
|
|
22089
22101
|
otherMix: false,
|
|
22090
22102
|
currentMix: false,
|
|
22103
|
+
oldMessage: '',
|
|
22091
22104
|
infoList: {
|
|
22092
22105
|
nextOtherOrgObj: [],
|
|
22093
22106
|
nextCurrentOrgObj: [],
|
|
@@ -22099,6 +22112,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22099
22112
|
currentOrgTabs: [],
|
|
22100
22113
|
foreignOrgTabs: [],
|
|
22101
22114
|
currentOrgProcessKey: '',
|
|
22115
|
+
isChangeMessage: false,
|
|
22102
22116
|
isSubFlow: true,
|
|
22103
22117
|
choiceDeptId: '',
|
|
22104
22118
|
choiceOrgId: '',
|
|
@@ -22132,6 +22146,16 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22132
22146
|
this.opinion = val;
|
|
22133
22147
|
},
|
|
22134
22148
|
|
|
22149
|
+
deep: true,
|
|
22150
|
+
immediate: true
|
|
22151
|
+
},
|
|
22152
|
+
formTitle: {
|
|
22153
|
+
handler: function handler(val) {
|
|
22154
|
+
if (!this.showBtn && !this.isChangeMessage) {
|
|
22155
|
+
this.infoList.noticeInfo = this.oldMessage.replace('{title}', val);
|
|
22156
|
+
}
|
|
22157
|
+
},
|
|
22158
|
+
|
|
22135
22159
|
deep: true,
|
|
22136
22160
|
immediate: true
|
|
22137
22161
|
}
|
|
@@ -22151,6 +22175,9 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22151
22175
|
},
|
|
22152
22176
|
|
|
22153
22177
|
methods: {
|
|
22178
|
+
handleChange: function handleChange() {
|
|
22179
|
+
this.isChangeMessage = true;
|
|
22180
|
+
},
|
|
22154
22181
|
isMultiple: function isMultiple(val) {
|
|
22155
22182
|
if (val == 7 || val == 9 || val == 11) {
|
|
22156
22183
|
this.newMultiple = false;
|
|
@@ -22258,7 +22285,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22258
22285
|
url: api["z" /* findCodeValues */],
|
|
22259
22286
|
params: {
|
|
22260
22287
|
ccCode: 'notification_type',
|
|
22261
|
-
userId: util["a" /* default */].getStorage('userId')
|
|
22288
|
+
userId: util["a" /* default */].getStorage('userId'),
|
|
22289
|
+
pendingId: this.pendingId
|
|
22262
22290
|
}
|
|
22263
22291
|
}).then(function (res) {
|
|
22264
22292
|
var status = res.status,
|
|
@@ -22282,11 +22310,21 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22282
22310
|
var _this3 = this;
|
|
22283
22311
|
|
|
22284
22312
|
var params = {
|
|
22285
|
-
pendingId: this.pendingId
|
|
22313
|
+
pendingId: this.pendingId,
|
|
22314
|
+
processDefinitionId: this.processDefinitionId,
|
|
22315
|
+
businessId: this.businessId
|
|
22286
22316
|
};
|
|
22317
|
+
if (!this.showBtn) {
|
|
22318
|
+
params.openMode = 'samepage';
|
|
22319
|
+
}
|
|
22287
22320
|
util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
22288
22321
|
if (res.status === 'success') {
|
|
22289
|
-
_this3.
|
|
22322
|
+
if (!_this3.showBtn) {
|
|
22323
|
+
_this3.oldMessage = res.message;
|
|
22324
|
+
_this3.infoList.noticeInfo = res.message.replace('{title}', _this3.formTitle);
|
|
22325
|
+
} else {
|
|
22326
|
+
_this3.infoList.noticeInfo = res.message;
|
|
22327
|
+
}
|
|
22290
22328
|
}
|
|
22291
22329
|
_this3.loading = false;
|
|
22292
22330
|
}).catch(function (err) {
|
|
@@ -22340,8 +22378,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22340
22378
|
|
|
22341
22379
|
var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
22342
22380
|
component_Circulatevue_type_script_lang_js_,
|
|
22343
|
-
|
|
22344
|
-
|
|
22381
|
+
Circulatevue_type_template_id_858cd6e2_render,
|
|
22382
|
+
Circulatevue_type_template_id_858cd6e2_staticRenderFns,
|
|
22345
22383
|
false,
|
|
22346
22384
|
null,
|
|
22347
22385
|
null,
|
|
@@ -23460,6 +23498,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23460
23498
|
//
|
|
23461
23499
|
//
|
|
23462
23500
|
//
|
|
23501
|
+
//
|
|
23502
|
+
//
|
|
23463
23503
|
|
|
23464
23504
|
|
|
23465
23505
|
|
|
@@ -24197,7 +24237,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24197
24237
|
url: api["z" /* findCodeValues */],
|
|
24198
24238
|
params: {
|
|
24199
24239
|
ccCode: 'notification_type',
|
|
24200
|
-
userId: util["a" /* default */].getStorage('userId')
|
|
24240
|
+
userId: util["a" /* default */].getStorage('userId'),
|
|
24241
|
+
pendingId: this.pendingId
|
|
24201
24242
|
}
|
|
24202
24243
|
}).then(function (res) {
|
|
24203
24244
|
var status = res.status,
|
|
@@ -25311,7 +25352,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25311
25352
|
* @date 2022年5月25日
|
|
25312
25353
|
**/
|
|
25313
25354
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
25314
|
-
if (closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
25355
|
+
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
25315
25356
|
this.$refs[type].handleClosed();
|
|
25316
25357
|
} else if (!this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
25317
25358
|
this[type] = false;
|
package/lib/form.js
CHANGED
|
@@ -4351,7 +4351,7 @@ var bankCard = { pattern: new RegExp('^([1-9]{1})(\\d{14}|\\d{18})$'), message:
|
|
|
4351
4351
|
// ESM COMPAT FLAG
|
|
4352
4352
|
__webpack_require__.r(__webpack_exports__);
|
|
4353
4353
|
|
|
4354
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=
|
|
4354
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=63df963e&
|
|
4355
4355
|
var render = function () {
|
|
4356
4356
|
var _vm = this
|
|
4357
4357
|
var _h = _vm.$createElement
|
|
@@ -6212,6 +6212,7 @@ var render = function () {
|
|
|
6212
6212
|
"value",
|
|
6213
6213
|
"type",
|
|
6214
6214
|
"is",
|
|
6215
|
+
"label",
|
|
6215
6216
|
],
|
|
6216
6217
|
}
|
|
6217
6218
|
),
|
|
@@ -6910,6 +6911,7 @@ var render = function () {
|
|
|
6910
6911
|
"value",
|
|
6911
6912
|
"type",
|
|
6912
6913
|
"is",
|
|
6914
|
+
"label",
|
|
6913
6915
|
],
|
|
6914
6916
|
}
|
|
6915
6917
|
),
|
|
@@ -7661,6 +7663,7 @@ var render = function () {
|
|
|
7661
7663
|
"value",
|
|
7662
7664
|
"type",
|
|
7663
7665
|
"is",
|
|
7666
|
+
"label",
|
|
7664
7667
|
],
|
|
7665
7668
|
}
|
|
7666
7669
|
),
|
|
@@ -8866,6 +8869,7 @@ var render = function () {
|
|
|
8866
8869
|
"value",
|
|
8867
8870
|
"type",
|
|
8868
8871
|
"is",
|
|
8872
|
+
"label",
|
|
8869
8873
|
],
|
|
8870
8874
|
}
|
|
8871
8875
|
),
|
|
@@ -9550,6 +9554,7 @@ var render = function () {
|
|
|
9550
9554
|
"value",
|
|
9551
9555
|
"type",
|
|
9552
9556
|
"is",
|
|
9557
|
+
"label",
|
|
9553
9558
|
],
|
|
9554
9559
|
}
|
|
9555
9560
|
),
|
|
@@ -10222,6 +10227,7 @@ var render = function () {
|
|
|
10222
10227
|
"value",
|
|
10223
10228
|
"type",
|
|
10224
10229
|
"is",
|
|
10230
|
+
"label",
|
|
10225
10231
|
],
|
|
10226
10232
|
}
|
|
10227
10233
|
),
|
|
@@ -10477,7 +10483,7 @@ var staticRenderFns = []
|
|
|
10477
10483
|
render._withStripped = true
|
|
10478
10484
|
|
|
10479
10485
|
|
|
10480
|
-
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=
|
|
10486
|
+
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=63df963e&
|
|
10481
10487
|
|
|
10482
10488
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
10483
10489
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -12910,6 +12916,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
12910
12916
|
//
|
|
12911
12917
|
//
|
|
12912
12918
|
//
|
|
12919
|
+
//
|
|
12920
|
+
//
|
|
12921
|
+
//
|
|
12922
|
+
//
|
|
12923
|
+
//
|
|
12913
12924
|
|
|
12914
12925
|
|
|
12915
12926
|
|
package/lib/icons.js
CHANGED
|
@@ -90,7 +90,7 @@ module.exports =
|
|
|
90
90
|
/***/ 22:
|
|
91
91
|
/***/ (function(module) {
|
|
92
92
|
|
|
93
|
-
module.exports = JSON.parse("[\"zuomian\",\"monitor\",\"maximize\",\"pointer-up\",\"pointer-left\",\"pointer-down\",\"tri-down\",\"retrograde\",\"rainfall\",\"caveat\",\"print\",\"alarm\",\"table\",\"duigouquan\",\"bumen\",\"mm\",\"accelerate\",\"quanping\",\"password\",\"qing\",\"kaifa\",\"daoru\",\"piaochongicon\",\"instructions\",\"notice\",\"wifi\",\"tishicuo\",\"minganciguanli\",\"switch-off\",\"switch-on\",\"narrow\",\"yidongduan\",\"web\",\"upload\",\"message\",\"go-back\",\"close\",\"shujutongji\",\"folder\",\"edit\",\"enter\",\"dian\",\"wendu\",\"shangwu\",\"shenbao\",\"magnifier\",\"project-add\",\"xiexian\",\"caidan\",\"tupian\",\"yinyu\",\"wenhao\",\"template\",\"daiban\",\"set\",\"zhengwen\",\"cuowu\",\"chenggong\",\"indent\",\"increase\",\"ziliaoku\",\"tuichu\",\"quit\",\"leaf\",\"refresh\",\"statistic\",\"gengduo\",\"lvyou\",\"mail\",\"user\",\"zhishi\",\"weizhi\",\"jinggao\",\"zuzhijigou\",\"xue\",\"fenxiang\",\"jinrong\",\"shanchu\",\"jianhao\",\"jiahao\",\"yinzhang\",\"renyuanqiehuan\",\"gouxuanzhong1\",\"circle\",\"fuxuankuang1\",\"fangkuang\",\"application\",\"wenjianjia\",\"jiaren\",\"xiugai\",\"duanxinguanli\",\"workbench\",\"rizhi\",\"gongwen\",\"qingshi\",\"shiwu\",\"official\",\"baogao\",\"document\",\"wodeyouxiang\",\"ziliaojiaohuan\",\"denglu\",\"podium\",\"fangkuai\",\"xuewei\",\"duoyun\",\"pm\",\"xiajia\",\"huanbao\",\"dunpai\",\"shu\",\"gongzuozheng\",\"more\",\"fenlei\",\"delete\",\"fengsu\",\"bar\",\"yuanqu\",\"duomeiti\",\"youjian\",\"qiye\",\"zuixinzixun\",\"biaoge\",\"omit\",\"diaotou\",\"jiantou-left\",\"jiantou-right\",\"jiantou-up\",\"roles\",\"jiantou-next\",\"chijiuhuacunchu\",\"zhuanhuan\",\"cloudy\",\"form\",\"wuye\",\"tri-up\",\"pointer-right\",\"bianji\",\"tri-right\",\"tri-left\",\"daimaguanli\",\"jiankong\",\"kaifazhong\",\"fujian\",\"bingtu\",\"zhuzhuangtu\",\"lose\",\"rmb\",\"move\",\"xiazai\",\"yiban\",\"laoshi\",\"clear\",\"jinyong\",\"yunxing\",\"weihu\",\"chakan\",\"pifu\",\"ren\",\"gouwuche\",\"loading2\",\"yulan\",\"ziliao\",\"yidong\",\"fenxiang11\",\"kaoqin\",\"change\",\"shidu\",\"portfolio\",\"info\",\"yanjing\",\"laba\",\"camera\",\"xitongxiaoxi\",\"xitongguanli\",\"webduan\",\"wagnz\",\"group\",\"shengqian\",\"jiantou-prev\",\"attention\",\"look\",\"guanzhu\",\"daikuan\",\"tubiao\",\"duigou\",\"star\",\"dayin\",\"xinzeng\",\"reduce\",\"goup\",\"calendar\",\"tree\",\"yingyong\",\"caution\",\"zhuanfa\",\"add\",\"zongtiqixian\",\"daochu\",\"gongwu\",\"ihouse\",\"chilun\",\"weixiu\",\"chengguo\",\"trophy\",\"duiwu\",\"qiehuanjiaose\",\"door\",\"shebei\",\"fangjian\",\"microscope\",\"huaxue\",\"shiyanshianquan\",\"shiyan\",\"qiyexinxi\",\"yewuxinxi\",\"lab\",\"shiyanguanli\",\"yuqing\",\"big-screen\",\"signal-search\",\"database\",\"star-mark\",\"cng\",\"professor\",\"informatization\",\"code\",\"science\",\"price\",\"xunhuan\",\"savings\",\"administration\",\"aid\",\"biao\",\"line\",\"xietong\",\"jingzheng\",\"enterprise\",\"datatable\",\"toubiao\",\"bingdu\",\"keji2\",\"qiyeku5\",\"touzi5\",\"zijinliu\",\"zhishichanquan3\",\"kejifuwu2\",\"zhishichanquan2\",\"zijinanquan\",\"kejifuwu1\",\"geju\",\"yiqingfangkong\",\"kejifuwu\",\"anquanfangkong\",\"shujufuwu\",\"shujuceng\",\"shujugongxiang\",\"flows\",\"setup\",\"shujulian\",\"caiwujianguan\",\"caiwuliushui\",\"mubiaogeju\",\"juxing\",\"fuwuqi\",\"touzijigou\",\"xiezilou\",\"jianzhu\",\"logo\",\"touzhi\",\"zijin\",\"fintech\",\"touzixiangmu\",\"library\",\"touziguanli\",\"zhongda\",\"ziyuan\",\"shujutai\",\"shujudongtai\",\"bank\",\"shujuzhongxin\",\"zhongyaomubiao\",\"touzishijian\",\"caiwuguanli\",\"mingzhong\",\"touzishenpi\",\"jingzhenggeju\",\"property\",\"keji\",\"qiyeku\",\"zhongyaojihui\",\"touzilicai\",\"zhishichanquan\",\"touzi\",\"tzz\",\"menu\",\"xiangmushu\",\"pdf\",\"jiazai\",\"gongsi\",\"rise\",\"jbxx\",\"zwxx\",\"jypx\",\"jcgl\",\"ndkh\",\"grjl\",\"shgx\",\"gou\",\"shijian\",\"fukuan\",\"guoji\",\"shoukuan\",\"down\",\"gongzuotai\",\"gaigedongtai\",\"xitongshezhi\",\"relation\",\"zuzhirenshi\",\"kaohepingjia\",\"caiwujiandu\",\"sanzhongyida\",\"mima\",\"xianshi\",\"zhanghao\",\"bangongshi\",\"checked\",\"checke\",\"help\",\"kuoda\",\"banli\",\"xiaoxi\",\"shouqicaidan\",\"shouqicaidan-right\",\"smile\",\"tongzhi\",\"guanji\",\"shuaxin\",\"guiji\",\"tianjiawenjianjia\",\"yunxiazai\",\"del\",\"touzifangan\",\"zongheguanli\",\"sanzhongyida_mian\",\"gongwenguanli1\",\"heguiguanli\",\"jingyingfenxi\",\"txl\",\"diannao\",\"renliziyuan\",\"caiwuxitong\",\"shiwuguanli\",\"shouye\",\"bangongyongpin\",\"sidebar\",\"zhidulashi\",\"log\",\"fawenguanli\",\"huiyiguanli\",\"zuzhishishi\",\"gongwenqianshou\",\"jinxiupeixun\",\"gongwenbao\",\"jiaohuan\",\"daibanshixiang\",\"richeng\",\"tongxunlu\",\"yongche\",\"yanzheng\",\"daibanxinxi\",\"shuben\",\"fanfu\",\"guangbo\",\"shuzhuangtu\",\"bengqiye\",\"tongguo\",\"dengdai\",\"cross\",\"daichuli\",\"zhenggai\",\"shouli\",\"shujuhecha\",\"guanli\",\"paper-file\",\"wenjian\",\"dakaiwenjian\",\"yewu\",\"jiance\",\"jiheguanli\",\"jinru\",\"arrow-right\",\"lingdao\",\"rencai\",\"prev\",\"next\",\"jianpan\",\"qrcode\",\"bohui\",\"homepage\",\"download\",\"gantanhao\",\"dingding\",\"weixin\",\"pad\",\"ios\",\"android\",\"txt\",\"doc\",\"audioo\",\"video\",\"zip\",\"shuru\",\"duanxin\",\"saoma\",\"youxiang\",\"word\",\"excel\",\"fileword\",\"picture\",\"ppt\",\"ca\",\"usb-key\",\"wenjianjiadakai\",\"yingyonglan\",\"home\",\"tiyanxinban\",\"shiyongjiuban\",\"zhuomian\",\"scan\",\"youbian\",\"zuobian\",\"saomadenglu\",\"zhanghaodenglu\",\"zhengfangti\",\"tingzhi\",\"youxiangdenglu\",\"duanxindenglu\",\"liaotian\",\"zhixiangyou\",\"zhixiangshang\",\"zhixiangxia\",\"zhixiangzuo\",\"HarmonyOs\",\"juqian\",\"shendusikao\",\"fensizengchang\",\"daimakuai\"]");
|
|
93
|
+
module.exports = JSON.parse("[\"zuomian\",\"monitor\",\"maximize\",\"pointer-up\",\"pointer-left\",\"pointer-down\",\"tri-down\",\"retrograde\",\"rainfall\",\"caveat\",\"print\",\"alarm\",\"table\",\"duigouquan\",\"bumen\",\"mm\",\"accelerate\",\"quanping\",\"password\",\"qing\",\"kaifa\",\"daoru\",\"piaochongicon\",\"instructions\",\"notice\",\"wifi\",\"tishicuo\",\"minganciguanli\",\"switch-off\",\"switch-on\",\"narrow\",\"yidongduan\",\"web\",\"upload\",\"message\",\"go-back\",\"close\",\"shujutongji\",\"folder\",\"edit\",\"enter\",\"dian\",\"wendu\",\"shangwu\",\"shenbao\",\"magnifier\",\"project-add\",\"xiexian\",\"caidan\",\"tupian\",\"yinyu\",\"wenhao\",\"template\",\"daiban\",\"set\",\"zhengwen\",\"cuowu\",\"chenggong\",\"indent\",\"increase\",\"ziliaoku\",\"tuichu\",\"quit\",\"leaf\",\"refresh\",\"statistic\",\"gengduo\",\"lvyou\",\"mail\",\"user\",\"zhishi\",\"weizhi\",\"jinggao\",\"zuzhijigou\",\"xue\",\"fenxiang\",\"jinrong\",\"shanchu\",\"jianhao\",\"jiahao\",\"yinzhang\",\"renyuanqiehuan\",\"gouxuanzhong1\",\"circle\",\"fuxuankuang1\",\"fangkuang\",\"application\",\"wenjianjia\",\"jiaren\",\"xiugai\",\"duanxinguanli\",\"workbench\",\"rizhi\",\"gongwen\",\"qingshi\",\"shiwu\",\"official\",\"baogao\",\"document\",\"wodeyouxiang\",\"ziliaojiaohuan\",\"denglu\",\"podium\",\"fangkuai\",\"xuewei\",\"duoyun\",\"pm\",\"xiajia\",\"huanbao\",\"dunpai\",\"shu\",\"gongzuozheng\",\"more\",\"fenlei\",\"delete\",\"fengsu\",\"bar\",\"yuanqu\",\"duomeiti\",\"youjian\",\"qiye\",\"zuixinzixun\",\"biaoge\",\"omit\",\"diaotou\",\"jiantou-left\",\"jiantou-right\",\"jiantou-up\",\"roles\",\"jiantou-next\",\"chijiuhuacunchu\",\"zhuanhuan\",\"cloudy\",\"form\",\"wuye\",\"tri-up\",\"pointer-right\",\"bianji\",\"tri-right\",\"tri-left\",\"daimaguanli\",\"jiankong\",\"kaifazhong\",\"fujian\",\"bingtu\",\"zhuzhuangtu\",\"lose\",\"rmb\",\"move\",\"xiazai\",\"yiban\",\"laoshi\",\"clear\",\"jinyong\",\"yunxing\",\"weihu\",\"chakan\",\"pifu\",\"ren\",\"gouwuche\",\"loading2\",\"yulan\",\"ziliao\",\"yidong\",\"fenxiang11\",\"kaoqin\",\"change\",\"shidu\",\"portfolio\",\"info\",\"yanjing\",\"laba\",\"camera\",\"xitongxiaoxi\",\"xitongguanli\",\"webduan\",\"wagnz\",\"group\",\"shengqian\",\"jiantou-prev\",\"attention\",\"look\",\"guanzhu\",\"daikuan\",\"tubiao\",\"duigou\",\"star\",\"dayin\",\"xinzeng\",\"reduce\",\"goup\",\"calendar\",\"tree\",\"yingyong\",\"caution\",\"zhuanfa\",\"add\",\"zongtiqixian\",\"daochu\",\"gongwu\",\"ihouse\",\"chilun\",\"weixiu\",\"chengguo\",\"trophy\",\"duiwu\",\"qiehuanjiaose\",\"door\",\"shebei\",\"fangjian\",\"microscope\",\"huaxue\",\"shiyanshianquan\",\"shiyan\",\"qiyexinxi\",\"yewuxinxi\",\"lab\",\"shiyanguanli\",\"yuqing\",\"big-screen\",\"signal-search\",\"database\",\"star-mark\",\"cng\",\"professor\",\"informatization\",\"code\",\"science\",\"price\",\"xunhuan\",\"savings\",\"administration\",\"aid\",\"biao\",\"line\",\"xietong\",\"jingzheng\",\"enterprise\",\"datatable\",\"toubiao\",\"bingdu\",\"keji2\",\"qiyeku5\",\"touzi5\",\"zijinliu\",\"zhishichanquan3\",\"kejifuwu2\",\"zhishichanquan2\",\"zijinanquan\",\"kejifuwu1\",\"geju\",\"yiqingfangkong\",\"kejifuwu\",\"anquanfangkong\",\"shujufuwu\",\"shujuceng\",\"shujugongxiang\",\"flows\",\"setup\",\"shujulian\",\"caiwujianguan\",\"caiwuliushui\",\"mubiaogeju\",\"juxing\",\"fuwuqi\",\"touzijigou\",\"xiezilou\",\"jianzhu\",\"logo\",\"touzhi\",\"zijin\",\"fintech\",\"touzixiangmu\",\"library\",\"touziguanli\",\"zhongda\",\"ziyuan\",\"shujutai\",\"shujudongtai\",\"bank\",\"shujuzhongxin\",\"zhongyaomubiao\",\"touzishijian\",\"caiwuguanli\",\"mingzhong\",\"touzishenpi\",\"jingzhenggeju\",\"property\",\"keji\",\"qiyeku\",\"zhongyaojihui\",\"touzilicai\",\"zhishichanquan\",\"touzi\",\"tzz\",\"menu\",\"xiangmushu\",\"pdf\",\"jiazai\",\"gongsi\",\"rise\",\"jbxx\",\"zwxx\",\"jypx\",\"jcgl\",\"ndkh\",\"grjl\",\"shgx\",\"gou\",\"shijian\",\"fukuan\",\"guoji\",\"shoukuan\",\"down\",\"gongzuotai\",\"gaigedongtai\",\"xitongshezhi\",\"relation\",\"zuzhirenshi\",\"kaohepingjia\",\"caiwujiandu\",\"sanzhongyida\",\"mima\",\"xianshi\",\"zhanghao\",\"bangongshi\",\"checked\",\"checke\",\"help\",\"kuoda\",\"banli\",\"xiaoxi\",\"shouqicaidan\",\"shouqicaidan-right\",\"smile\",\"tongzhi\",\"guanji\",\"shuaxin\",\"guiji\",\"tianjiawenjianjia\",\"yunxiazai\",\"del\",\"touzifangan\",\"zongheguanli\",\"sanzhongyida_mian\",\"gongwenguanli1\",\"heguiguanli\",\"jingyingfenxi\",\"txl\",\"diannao\",\"renliziyuan\",\"caiwuxitong\",\"shiwuguanli\",\"shouye\",\"bangongyongpin\",\"sidebar\",\"zhidulashi\",\"log\",\"fawenguanli\",\"huiyiguanli\",\"zuzhishishi\",\"gongwenqianshou\",\"jinxiupeixun\",\"gongwenbao\",\"jiaohuan\",\"daibanshixiang\",\"richeng\",\"tongxunlu\",\"yongche\",\"yanzheng\",\"daibanxinxi\",\"shuben\",\"fanfu\",\"guangbo\",\"shuzhuangtu\",\"bengqiye\",\"tongguo\",\"dengdai\",\"cross\",\"daichuli\",\"zhenggai\",\"shouli\",\"shujuhecha\",\"guanli\",\"paper-file\",\"wenjian\",\"dakaiwenjian\",\"yewu\",\"jiance\",\"jiheguanli\",\"jinru\",\"arrow-right\",\"lingdao\",\"rencai\",\"prev\",\"next\",\"jianpan\",\"qrcode\",\"bohui\",\"homepage\",\"download\",\"gantanhao\",\"dingding\",\"weixin\",\"pad\",\"ios\",\"android\",\"txt\",\"doc\",\"audioo\",\"video\",\"zip\",\"shuru\",\"duanxin\",\"saoma\",\"youxiang\",\"word\",\"excel\",\"fileword\",\"picture\",\"ppt\",\"ca\",\"usb-key\",\"wenjianjiadakai\",\"yingyonglan\",\"home\",\"tiyanxinban\",\"shiyongjiuban\",\"zhuomian\",\"scan\",\"youbian\",\"zuobian\",\"saomadenglu\",\"zhanghaodenglu\",\"zhengfangti\",\"tingzhi\",\"youxiangdenglu\",\"duanxindenglu\",\"liaotian\",\"zhixiangyou\",\"zhixiangshang\",\"zhixiangxia\",\"zhixiangzuo\",\"HarmonyOs\",\"juqian\",\"shendusikao\",\"fensizengchang\",\"daimakuai\",\"stop\",\"fuzhi\"]");
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|