eoss-ui 0.6.59 → 0.6.61
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/clients.js +20 -3
- package/lib/eoss-ui.common.js +160 -86
- package/lib/flow.js +114 -64
- package/lib/icons.js +1 -1
- package/lib/index.js +1 -1
- package/lib/login.js +9 -2
- 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 +2 -2
- package/packages/clients/src/main.vue +8 -1
- package/packages/flow/src/component/taskUnionExamine.vue +8 -2
- package/packages/flow/src/main.vue +48 -35
- package/packages/flow/src/reset.vue +1 -1
- package/packages/flow/src/startTaskRead.vue +25 -8
- package/packages/flow/src/supervise.vue +7 -1
- package/packages/icons/src/icon.json +1 -1
- package/packages/login/src/main.vue +7 -0
- 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 +449 -445
- package/src/index.js +1 -1
package/lib/flow.js
CHANGED
|
@@ -4407,7 +4407,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
4407
4407
|
// ESM COMPAT FLAG
|
|
4408
4408
|
__webpack_require__.r(__webpack_exports__);
|
|
4409
4409
|
|
|
4410
|
-
// 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=
|
|
4410
|
+
// 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=35c05d83&
|
|
4411
4411
|
var render = function () {
|
|
4412
4412
|
var _vm = this
|
|
4413
4413
|
var _h = _vm.$createElement
|
|
@@ -4429,6 +4429,8 @@ var render = function () {
|
|
|
4429
4429
|
opinion: _vm.value,
|
|
4430
4430
|
type: "create",
|
|
4431
4431
|
typeCode: "read",
|
|
4432
|
+
param: _vm.param,
|
|
4433
|
+
resetAppId: _vm.resetAppId,
|
|
4432
4434
|
taskExamine: _vm.taskExamineInfo,
|
|
4433
4435
|
"news-info": _vm.nextNode.notificationMsg,
|
|
4434
4436
|
},
|
|
@@ -4488,7 +4490,11 @@ var render = function () {
|
|
|
4488
4490
|
[
|
|
4489
4491
|
_vm._v(
|
|
4490
4492
|
"当前节点:" +
|
|
4491
|
-
_vm._s(
|
|
4493
|
+
_vm._s(
|
|
4494
|
+
_vm.isFlow
|
|
4495
|
+
? _vm.nodeName || "拟稿"
|
|
4496
|
+
: _vm.NodeName
|
|
4497
|
+
)
|
|
4492
4498
|
),
|
|
4493
4499
|
]
|
|
4494
4500
|
),
|
|
@@ -6707,6 +6713,7 @@ var render = function () {
|
|
|
6707
6713
|
attrs: {
|
|
6708
6714
|
pendingId: _vm.pendingId,
|
|
6709
6715
|
defaultOpinion: _vm.nodeDefaultSubmitOpinion,
|
|
6716
|
+
oldOption: _vm.value,
|
|
6710
6717
|
type: _vm.flowType,
|
|
6711
6718
|
multiple: _vm.flowMultiple,
|
|
6712
6719
|
disabled: _vm.flowDisabled,
|
|
@@ -6785,7 +6792,7 @@ var staticRenderFns = []
|
|
|
6785
6792
|
render._withStripped = true
|
|
6786
6793
|
|
|
6787
6794
|
|
|
6788
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
6795
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=35c05d83&
|
|
6789
6796
|
|
|
6790
6797
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
6791
6798
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -12321,8 +12328,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
|
|
|
12321
12328
|
)
|
|
12322
12329
|
|
|
12323
12330
|
/* harmony default export */ var processReject = (processReject_component.exports);
|
|
12324
|
-
// 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=
|
|
12325
|
-
var
|
|
12331
|
+
// 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=fc718680&
|
|
12332
|
+
var startTaskReadvue_type_template_id_fc718680_render = function () {
|
|
12326
12333
|
var _vm = this
|
|
12327
12334
|
var _h = _vm.$createElement
|
|
12328
12335
|
var _c = _vm._self._c || _h
|
|
@@ -12746,11 +12753,11 @@ var startTaskReadvue_type_template_id_611e00dd_render = function () {
|
|
|
12746
12753
|
1
|
|
12747
12754
|
)
|
|
12748
12755
|
}
|
|
12749
|
-
var
|
|
12750
|
-
|
|
12756
|
+
var startTaskReadvue_type_template_id_fc718680_staticRenderFns = []
|
|
12757
|
+
startTaskReadvue_type_template_id_fc718680_render._withStripped = true
|
|
12751
12758
|
|
|
12752
12759
|
|
|
12753
|
-
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
12760
|
+
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=fc718680&
|
|
12754
12761
|
|
|
12755
12762
|
// 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&
|
|
12756
12763
|
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; };
|
|
@@ -12937,6 +12944,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
12937
12944
|
type: { type: String, default: '' },
|
|
12938
12945
|
option: { type: String, default: '' },
|
|
12939
12946
|
typeCode: { type: String, default: '' },
|
|
12947
|
+
resetAppId: { type: String, default: '' },
|
|
12948
|
+
param: { type: Object, default: function _default() {} },
|
|
12940
12949
|
taskExamine: { type: Object, default: function _default() {} },
|
|
12941
12950
|
readParams: {
|
|
12942
12951
|
type: [Object, undefined],
|
|
@@ -13000,7 +13009,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
13000
13009
|
},
|
|
13001
13010
|
mounted: function mounted() {
|
|
13002
13011
|
this.newsNoice = this.newsInfo;
|
|
13003
|
-
if (this.readParams) {
|
|
13012
|
+
if (this.readParams || this.typeCode == 'read') {
|
|
13004
13013
|
this.getMessage();
|
|
13005
13014
|
}
|
|
13006
13015
|
this.getFind();
|
|
@@ -13014,9 +13023,18 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
13014
13023
|
getMessage: function getMessage() {
|
|
13015
13024
|
var _this = this;
|
|
13016
13025
|
|
|
13017
|
-
var params = {
|
|
13018
|
-
|
|
13019
|
-
|
|
13026
|
+
var params = {};
|
|
13027
|
+
if (this.typeCode == 'read') {
|
|
13028
|
+
params = {
|
|
13029
|
+
processDefinitionId: this.param.processDefinitionId,
|
|
13030
|
+
businessId: this.param.businessId,
|
|
13031
|
+
businessName: this.param.businessName,
|
|
13032
|
+
bCode: this.param.bCode,
|
|
13033
|
+
bName: this.param.bName
|
|
13034
|
+
};
|
|
13035
|
+
} else {
|
|
13036
|
+
params.appId = this.readParams.appId;
|
|
13037
|
+
}
|
|
13020
13038
|
util["a" /* default */].ajax({ url: api["O" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
13021
13039
|
if (res.status === 'success') {
|
|
13022
13040
|
_this.newsNoice = res.message;
|
|
@@ -13162,8 +13180,12 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
13162
13180
|
|
|
13163
13181
|
var params = {
|
|
13164
13182
|
url: api["Xb" /* toStartTaskRead */],
|
|
13165
|
-
params: { pendingId: this.pendingId, taskAction: this.type }
|
|
13183
|
+
params: startTaskReadvue_type_script_lang_js_extends({ pendingId: this.pendingId, taskAction: this.type }, this.param)
|
|
13166
13184
|
};
|
|
13185
|
+
if (this.typeCode == 'read') {
|
|
13186
|
+
delete params.params.pendingId;
|
|
13187
|
+
// params.params.appid = this.resetAppId;
|
|
13188
|
+
}
|
|
13167
13189
|
if (this.type != 'taskReadAndEnd') delete params.params.taskAction;
|
|
13168
13190
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
13169
13191
|
var status = res.status,
|
|
@@ -13314,21 +13336,23 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
13314
13336
|
bCode: bCode,
|
|
13315
13337
|
bName: bName,
|
|
13316
13338
|
appId: appId,
|
|
13317
|
-
businessId: businessId,
|
|
13339
|
+
businessId: businessId || _this8.param.businessId,
|
|
13318
13340
|
choiceDeptId: choiceDeptId,
|
|
13319
13341
|
choiceOrgId: choiceOrgId,
|
|
13320
13342
|
businessName: businessName,
|
|
13321
13343
|
processDefinitionId: processDefinitionId,
|
|
13322
|
-
currentOrgProcessKey: processDefinitionId,
|
|
13344
|
+
currentOrgProcessKey: processDefinitionId || _this8.param.currentOrgProcessKey,
|
|
13323
13345
|
pendingId: _this8.pendingId,
|
|
13324
13346
|
opinion: _this8.option, // 审批意见
|
|
13325
13347
|
userId: util["a" /* default */].getStorage('userId'),
|
|
13326
13348
|
nextReadUserId: _this8.mixList.join('|'),
|
|
13327
|
-
|
|
13349
|
+
notificationType: noticeType,
|
|
13350
|
+
notificationMsg: _this8.newsNoice,
|
|
13328
13351
|
taskAction: _this8.type
|
|
13329
13352
|
// nextNodeId: this.form.nextNodeId
|
|
13330
13353
|
});
|
|
13331
13354
|
delete params.nextUser;
|
|
13355
|
+
delete params.noticeType;
|
|
13332
13356
|
var _configInfo = _this8.configInfo,
|
|
13333
13357
|
fyDoresult = _configInfo.fyDoresult,
|
|
13334
13358
|
fyeh = _configInfo.fyeh,
|
|
@@ -13425,8 +13449,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
13425
13449
|
|
|
13426
13450
|
var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
13427
13451
|
src_startTaskReadvue_type_script_lang_js_,
|
|
13428
|
-
|
|
13429
|
-
|
|
13452
|
+
startTaskReadvue_type_template_id_fc718680_render,
|
|
13453
|
+
startTaskReadvue_type_template_id_fc718680_staticRenderFns,
|
|
13430
13454
|
false,
|
|
13431
13455
|
null,
|
|
13432
13456
|
null,
|
|
@@ -13435,8 +13459,8 @@ var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
|
13435
13459
|
)
|
|
13436
13460
|
|
|
13437
13461
|
/* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
|
|
13438
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=
|
|
13439
|
-
var
|
|
13462
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=7924ff92&
|
|
13463
|
+
var resetvue_type_template_id_7924ff92_render = function () {
|
|
13440
13464
|
var _vm = this
|
|
13441
13465
|
var _h = _vm.$createElement
|
|
13442
13466
|
var _c = _vm._self._c || _h
|
|
@@ -13862,11 +13886,11 @@ var resetvue_type_template_id_6b258c7a_render = function () {
|
|
|
13862
13886
|
1
|
|
13863
13887
|
)
|
|
13864
13888
|
}
|
|
13865
|
-
var
|
|
13866
|
-
|
|
13889
|
+
var resetvue_type_template_id_7924ff92_staticRenderFns = []
|
|
13890
|
+
resetvue_type_template_id_7924ff92_render._withStripped = true
|
|
13867
13891
|
|
|
13868
13892
|
|
|
13869
|
-
// CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=
|
|
13893
|
+
// CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=7924ff92&
|
|
13870
13894
|
|
|
13871
13895
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=script&lang=js&
|
|
13872
13896
|
var resetvue_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; };
|
|
@@ -14727,8 +14751,8 @@ var resetvue_type_script_lang_js_components;
|
|
|
14727
14751
|
|
|
14728
14752
|
var reset_component = Object(componentNormalizer["a" /* default */])(
|
|
14729
14753
|
src_resetvue_type_script_lang_js_,
|
|
14730
|
-
|
|
14731
|
-
|
|
14754
|
+
resetvue_type_template_id_7924ff92_render,
|
|
14755
|
+
resetvue_type_template_id_7924ff92_staticRenderFns,
|
|
14732
14756
|
false,
|
|
14733
14757
|
null,
|
|
14734
14758
|
null,
|
|
@@ -14737,8 +14761,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
|
|
|
14737
14761
|
)
|
|
14738
14762
|
|
|
14739
14763
|
/* harmony default export */ var src_reset = (reset_component.exports);
|
|
14740
|
-
// 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=
|
|
14741
|
-
var
|
|
14764
|
+
// 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=50ceceb4&
|
|
14765
|
+
var taskUnionExaminevue_type_template_id_50ceceb4_render = function () {
|
|
14742
14766
|
var _vm = this
|
|
14743
14767
|
var _h = _vm.$createElement
|
|
14744
14768
|
var _c = _vm._self._c || _h
|
|
@@ -14991,11 +15015,11 @@ var taskUnionExaminevue_type_template_id_51053046_render = function () {
|
|
|
14991
15015
|
1
|
|
14992
15016
|
)
|
|
14993
15017
|
}
|
|
14994
|
-
var
|
|
14995
|
-
|
|
15018
|
+
var taskUnionExaminevue_type_template_id_50ceceb4_staticRenderFns = []
|
|
15019
|
+
taskUnionExaminevue_type_template_id_50ceceb4_render._withStripped = true
|
|
14996
15020
|
|
|
14997
15021
|
|
|
14998
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
15022
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=50ceceb4&
|
|
14999
15023
|
|
|
15000
15024
|
// 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&
|
|
15001
15025
|
var taskUnionExaminevue_type_script_lang_js_components;
|
|
@@ -15141,6 +15165,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
15141
15165
|
pendingId: { type: String, default: '' },
|
|
15142
15166
|
type: { type: String, default: '' },
|
|
15143
15167
|
defaultOpinion: { type: String, default: '' },
|
|
15168
|
+
oldOption: { type: String, default: '' },
|
|
15144
15169
|
disabled: { type: Boolean, default: false },
|
|
15145
15170
|
multiple: { type: Boolean, default: true }
|
|
15146
15171
|
},
|
|
@@ -15184,6 +15209,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
15184
15209
|
mounted: function mounted() {
|
|
15185
15210
|
this.loading = true;
|
|
15186
15211
|
this.newMultiple = this.multiple;
|
|
15212
|
+
this.opinion = this.oldOption;
|
|
15187
15213
|
this.getNodeType();
|
|
15188
15214
|
if (this.type === 'taskReview') return this.getTaskReview();
|
|
15189
15215
|
this.getInfo();
|
|
@@ -15258,7 +15284,9 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
15258
15284
|
initiatorUser = _res$data.initiatorUser,
|
|
15259
15285
|
taskExamine = _res$data.taskExamine;
|
|
15260
15286
|
|
|
15261
|
-
|
|
15287
|
+
if (taskExamine.opinion) {
|
|
15288
|
+
_this2.opinion = taskExamine.opinion;
|
|
15289
|
+
}
|
|
15262
15290
|
_this2.infoList.nextOtherOrgObj.push(initiatorUser.userId);
|
|
15263
15291
|
_this2.onlyName = initiatorUser.username;
|
|
15264
15292
|
_this2.isSubFlow = taskExamine.isSubFlow;
|
|
@@ -15332,7 +15360,9 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
15332
15360
|
_this3.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
|
|
15333
15361
|
_this3.isSinglePage = taskExamine.isSinglePage;
|
|
15334
15362
|
_this3.isSubFlow = taskExamine.isSubFlow;
|
|
15335
|
-
|
|
15363
|
+
if (taskExamine.opinion) {
|
|
15364
|
+
_this3.opinion = taskExamine.opinion;
|
|
15365
|
+
}
|
|
15336
15366
|
_this3.choiceDeptId = choiceDeptId;
|
|
15337
15367
|
_this3.choiceOrgId = choiceOrgId;
|
|
15338
15368
|
if (_this3.type == 'takeAdvice' || _this3.type == 'startDraf') {
|
|
@@ -15550,8 +15580,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
15550
15580
|
|
|
15551
15581
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
15552
15582
|
component_taskUnionExaminevue_type_script_lang_js_,
|
|
15553
|
-
|
|
15554
|
-
|
|
15583
|
+
taskUnionExaminevue_type_template_id_50ceceb4_render,
|
|
15584
|
+
taskUnionExaminevue_type_template_id_50ceceb4_staticRenderFns,
|
|
15555
15585
|
false,
|
|
15556
15586
|
null,
|
|
15557
15587
|
null,
|
|
@@ -20361,8 +20391,8 @@ var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
20361
20391
|
)
|
|
20362
20392
|
|
|
20363
20393
|
/* harmony default export */ var freeStartFlow = (freeStartFlow_component.exports);
|
|
20364
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=
|
|
20365
|
-
var
|
|
20394
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=2b223e2a&
|
|
20395
|
+
var supervisevue_type_template_id_2b223e2a_render = function () {
|
|
20366
20396
|
var _vm = this
|
|
20367
20397
|
var _h = _vm.$createElement
|
|
20368
20398
|
var _c = _vm._self._c || _h
|
|
@@ -20517,11 +20547,11 @@ var supervisevue_type_template_id_3c874472_render = function () {
|
|
|
20517
20547
|
1
|
|
20518
20548
|
)
|
|
20519
20549
|
}
|
|
20520
|
-
var
|
|
20521
|
-
|
|
20550
|
+
var supervisevue_type_template_id_2b223e2a_staticRenderFns = []
|
|
20551
|
+
supervisevue_type_template_id_2b223e2a_render._withStripped = true
|
|
20522
20552
|
|
|
20523
20553
|
|
|
20524
|
-
// CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=
|
|
20554
|
+
// CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=2b223e2a&
|
|
20525
20555
|
|
|
20526
20556
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=script&lang=js&
|
|
20527
20557
|
var supervisevue_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; };
|
|
@@ -20662,6 +20692,12 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
20662
20692
|
if (res.rCode == 0) {
|
|
20663
20693
|
_this2.nextNode = supervisevue_type_script_lang_js_extends({}, _this2.nextNode, res.results);
|
|
20664
20694
|
_this2.nextNode.noticeType = res.results.defaultNotificationType.split(',');
|
|
20695
|
+
} else {
|
|
20696
|
+
_this2.$message({
|
|
20697
|
+
message: res.rMsg,
|
|
20698
|
+
type: 'error'
|
|
20699
|
+
});
|
|
20700
|
+
_this2.$emit('cancel');
|
|
20665
20701
|
}
|
|
20666
20702
|
});
|
|
20667
20703
|
}
|
|
@@ -20679,8 +20715,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
20679
20715
|
|
|
20680
20716
|
var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
20681
20717
|
src_supervisevue_type_script_lang_js_,
|
|
20682
|
-
|
|
20683
|
-
|
|
20718
|
+
supervisevue_type_template_id_2b223e2a_render,
|
|
20719
|
+
supervisevue_type_template_id_2b223e2a_staticRenderFns,
|
|
20684
20720
|
false,
|
|
20685
20721
|
null,
|
|
20686
20722
|
null,
|
|
@@ -21551,6 +21587,18 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
21551
21587
|
//
|
|
21552
21588
|
//
|
|
21553
21589
|
//
|
|
21590
|
+
//
|
|
21591
|
+
//
|
|
21592
|
+
//
|
|
21593
|
+
//
|
|
21594
|
+
//
|
|
21595
|
+
//
|
|
21596
|
+
//
|
|
21597
|
+
//
|
|
21598
|
+
//
|
|
21599
|
+
//
|
|
21600
|
+
//
|
|
21601
|
+
//
|
|
21554
21602
|
|
|
21555
21603
|
|
|
21556
21604
|
|
|
@@ -21763,7 +21811,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
21763
21811
|
mounted: function mounted() {
|
|
21764
21812
|
this.businessIds = this.businessId;
|
|
21765
21813
|
this.nextNode.nextNodeId = this.nextNodeId;
|
|
21766
|
-
if (this.typeCode == 'supervise') return;
|
|
21814
|
+
if (this.typeCode == 'supervise' || this.typeCode == 'read') return;
|
|
21767
21815
|
this.getNodeType();
|
|
21768
21816
|
!this.isFlow && (this.newTypeCode = this.typeCode || this.$route.query.typecode);
|
|
21769
21817
|
if (this.isFlow) {
|
|
@@ -22839,6 +22887,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22839
22887
|
var _this25 = this;
|
|
22840
22888
|
|
|
22841
22889
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
22890
|
+
console.log(val, type, isDef);
|
|
22842
22891
|
if (this.multiple) {
|
|
22843
22892
|
this.nextNode.nextUserId = [];
|
|
22844
22893
|
} else {
|
|
@@ -22939,7 +22988,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22939
22988
|
} else {}
|
|
22940
22989
|
}
|
|
22941
22990
|
|
|
22942
|
-
|
|
22991
|
+
this.getNodeInfo();
|
|
22943
22992
|
},
|
|
22944
22993
|
|
|
22945
22994
|
/**
|
|
@@ -23068,6 +23117,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23068
23117
|
}
|
|
23069
23118
|
if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this26.removeUsers = canRemoveSignUserList;
|
|
23070
23119
|
if (taskOperations && taskOperations.length != 0) {
|
|
23120
|
+
var isSelected = false;
|
|
23071
23121
|
taskOperations.map(function (item) {
|
|
23072
23122
|
if (item.key === 9) _this26.isReject = true;
|
|
23073
23123
|
if (item.isSelected) {
|
|
@@ -23076,16 +23126,16 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23076
23126
|
if (item.taskNodeList != null) {
|
|
23077
23127
|
_this26.nodeInfos = item.taskNodeList;
|
|
23078
23128
|
}
|
|
23079
|
-
|
|
23080
|
-
if (taskOperations.length == 1) {
|
|
23081
|
-
_this26.nodeInfos = [];
|
|
23082
|
-
_this26.nextNode.nextOperate = taskOperations[0].key;
|
|
23083
|
-
if (taskOperations[0].taskNodeList != null) {
|
|
23084
|
-
_this26.nodeInfos = taskOperations[0].taskNodeList;
|
|
23085
|
-
}
|
|
23129
|
+
isSelected = true;
|
|
23086
23130
|
}
|
|
23087
23131
|
});
|
|
23088
|
-
|
|
23132
|
+
if (taskOperations.length > 0 && !isSelected) {
|
|
23133
|
+
_this26.nodeInfos = [];
|
|
23134
|
+
_this26.nextNode.nextOperate = taskOperations[0].key;
|
|
23135
|
+
if (taskOperations[0].taskNodeList != null) {
|
|
23136
|
+
_this26.nodeInfos = taskOperations[0].taskNodeList;
|
|
23137
|
+
}
|
|
23138
|
+
}
|
|
23089
23139
|
}
|
|
23090
23140
|
if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
|
|
23091
23141
|
_this26.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
|
|
@@ -23140,16 +23190,17 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23140
23190
|
_this26.taskExamineInfo.choiceOrgId = choiceOrgId;
|
|
23141
23191
|
_this26.taskExamineInfo.choiceDeptId = choiceDeptId;
|
|
23142
23192
|
_this26.endFlowInfo.processType = taskExamine.processType;
|
|
23143
|
-
|
|
23144
|
-
|
|
23145
|
-
|
|
23146
|
-
|
|
23147
|
-
|
|
23148
|
-
|
|
23149
|
-
|
|
23150
|
-
|
|
23151
|
-
|
|
23152
|
-
|
|
23193
|
+
// this.endFlowInfo.isReturnSubmitter =
|
|
23194
|
+
// taskExamine.isReturnSubmitter;
|
|
23195
|
+
// this.nextNode.isReturnSubmitter = taskExamine.isReturnSubmitter;
|
|
23196
|
+
// this.nextNode.isUndertakeReply = taskExamine.isUndertakeReply;
|
|
23197
|
+
// this.nextNode.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
|
|
23198
|
+
// this.nextNode.isUndertakeEnd = taskExamine.isUndertakeEnd;
|
|
23199
|
+
// this.nextNode.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
|
|
23200
|
+
// this.nextNode.isReadDealReply = taskExamine.isReadDealReply;
|
|
23201
|
+
// this.nextNode.isReadDealEnd = taskExamine.isReadDealEnd;
|
|
23202
|
+
// this.nextNode.isReturnRejectNode = taskExamine.isReturnRejectNode;
|
|
23203
|
+
// this.nextNode.isSerialSubmit = taskExamine.isSerialSubmit;
|
|
23153
23204
|
_this26.endFlowInfo.isSubFlow = taskExamine.isSubFlow;
|
|
23154
23205
|
_this26.endFlowInfo.isUndertakeReply = taskExamine.isUndertakeReply;
|
|
23155
23206
|
_this26.endFlowInfo.isUndertakeEnd = taskExamine.isUndertakeEnd;
|
|
@@ -23202,8 +23253,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23202
23253
|
_this26.presetTaskNodeMap = presetTaskNodeMap;
|
|
23203
23254
|
_this26.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
|
|
23204
23255
|
_this26.getFind();
|
|
23205
|
-
|
|
23206
|
-
|
|
23256
|
+
_this26.selecNext(_this26.nextNode.nextOperate, true, true);
|
|
23257
|
+
// this.getNodeInfo();
|
|
23207
23258
|
_this26.StartTaskReadKey++;
|
|
23208
23259
|
} else {
|
|
23209
23260
|
if (res.status === 'taskCompleted') {
|
|
@@ -23655,7 +23706,6 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23655
23706
|
|
|
23656
23707
|
// 单位选择完回调
|
|
23657
23708
|
disposeAppUnit: function disposeAppUnit(res, type) {
|
|
23658
|
-
console.log(res, type, 'res');
|
|
23659
23709
|
var label = type.substring(0, type.lastIndexOf('Select'));
|
|
23660
23710
|
this.nextNode[label + 'Name'] = '';
|
|
23661
23711
|
res.options && (this[type] = res.options);
|
package/lib/icons.js
CHANGED
|
@@ -90,7 +90,7 @@ module.exports =
|
|
|
90
90
|
/***/ 21:
|
|
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\"]");
|
|
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\"]");
|
|
94
94
|
|
|
95
95
|
/***/ }),
|
|
96
96
|
|