eoss-ui 0.8.31 → 0.8.33
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/archives.js +4 -4
- package/lib/eoss-ui.common.js +96 -40
- package/lib/flow.js +55 -14
- package/lib/form.js +17 -2
- package/lib/index.js +1 -1
- package/lib/select.js +3 -3
- package/lib/theme-chalk/base.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-top.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/lib/upload.js +6 -6
- package/package.json +1 -1
- package/packages/archives/src/main.vue +2 -2
- package/packages/flow/src/component/FreeCirculation.vue +16 -0
- package/packages/flow/src/component/taskUnionExamine.vue +3 -0
- package/packages/form/src/main.vue +5 -0
- package/packages/select/src/main.vue +3 -3
- package/packages/theme-chalk/lib/base.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-top.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/base.scss +1 -0
- package/packages/upload/src/main.vue +5 -1
- package/src/index.js +1 -1
package/lib/archives.js
CHANGED
|
@@ -712,7 +712,7 @@ function normalizeComponent(
|
|
|
712
712
|
// ESM COMPAT FLAG
|
|
713
713
|
__webpack_require__.r(__webpack_exports__);
|
|
714
714
|
|
|
715
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/archives/src/main.vue?vue&type=template&id=
|
|
715
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/archives/src/main.vue?vue&type=template&id=442b4656&
|
|
716
716
|
var render = function () {
|
|
717
717
|
var _vm = this
|
|
718
718
|
var _h = _vm.$createElement
|
|
@@ -727,7 +727,7 @@ var staticRenderFns = []
|
|
|
727
727
|
render._withStripped = true
|
|
728
728
|
|
|
729
729
|
|
|
730
|
-
// CONCATENATED MODULE: ./packages/archives/src/main.vue?vue&type=template&id=
|
|
730
|
+
// CONCATENATED MODULE: ./packages/archives/src/main.vue?vue&type=template&id=442b4656&
|
|
731
731
|
|
|
732
732
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
733
733
|
var api = __webpack_require__(1);
|
|
@@ -795,7 +795,7 @@ var external_vue_default = /*#__PURE__*/__webpack_require__.n(external_vue_);
|
|
|
795
795
|
},
|
|
796
796
|
code: {
|
|
797
797
|
type: String,
|
|
798
|
-
default: ''
|
|
798
|
+
default: 'dispatch_acc,dispatch_only_acc'
|
|
799
799
|
}
|
|
800
800
|
},
|
|
801
801
|
data: function data() {
|
|
@@ -917,7 +917,7 @@ var external_vue_default = /*#__PURE__*/__webpack_require__.n(external_vue_);
|
|
|
917
917
|
docHubCode: _this.code,
|
|
918
918
|
businessTitle: _this.businessTitle,
|
|
919
919
|
cmd: _this.onlineType,
|
|
920
|
-
action:
|
|
920
|
+
action: '公文正文',
|
|
921
921
|
adjunctId: _this.businessId,
|
|
922
922
|
// 红头参数
|
|
923
923
|
redFileElementOption: _this.documentParams.redFileElementOption,
|
package/lib/eoss-ui.common.js
CHANGED
|
@@ -879,8 +879,8 @@ module.exports = require("qrcode");
|
|
|
879
879
|
// ESM COMPAT FLAG
|
|
880
880
|
__webpack_require__.r(__webpack_exports__);
|
|
881
881
|
|
|
882
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/archives/src/main.vue?vue&type=template&id=
|
|
883
|
-
var
|
|
882
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/archives/src/main.vue?vue&type=template&id=442b4656&
|
|
883
|
+
var mainvue_type_template_id_442b4656_render = function () {
|
|
884
884
|
var _vm = this
|
|
885
885
|
var _h = _vm.$createElement
|
|
886
886
|
var _c = _vm._self._c || _h
|
|
@@ -891,10 +891,10 @@ var mainvue_type_template_id_7f012164_render = function () {
|
|
|
891
891
|
)
|
|
892
892
|
}
|
|
893
893
|
var staticRenderFns = []
|
|
894
|
-
|
|
894
|
+
mainvue_type_template_id_442b4656_render._withStripped = true
|
|
895
895
|
|
|
896
896
|
|
|
897
|
-
// CONCATENATED MODULE: ./packages/archives/src/main.vue?vue&type=template&id=
|
|
897
|
+
// CONCATENATED MODULE: ./packages/archives/src/main.vue?vue&type=template&id=442b4656&
|
|
898
898
|
|
|
899
899
|
// CONCATENATED MODULE: ./src/config/api.js
|
|
900
900
|
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
@@ -1288,7 +1288,7 @@ var external_vue_default = /*#__PURE__*/__webpack_require__.n(external_vue_);
|
|
|
1288
1288
|
},
|
|
1289
1289
|
code: {
|
|
1290
1290
|
type: String,
|
|
1291
|
-
default: ''
|
|
1291
|
+
default: 'dispatch_acc,dispatch_only_acc'
|
|
1292
1292
|
}
|
|
1293
1293
|
},
|
|
1294
1294
|
data: function data() {
|
|
@@ -1410,7 +1410,7 @@ var external_vue_default = /*#__PURE__*/__webpack_require__.n(external_vue_);
|
|
|
1410
1410
|
docHubCode: _this.code,
|
|
1411
1411
|
businessTitle: _this.businessTitle,
|
|
1412
1412
|
cmd: _this.onlineType,
|
|
1413
|
-
action:
|
|
1413
|
+
action: '公文正文',
|
|
1414
1414
|
adjunctId: _this.businessId,
|
|
1415
1415
|
// 红头参数
|
|
1416
1416
|
redFileElementOption: _this.documentParams.redFileElementOption,
|
|
@@ -1692,7 +1692,7 @@ function normalizeComponent(
|
|
|
1692
1692
|
|
|
1693
1693
|
var main_component = normalizeComponent(
|
|
1694
1694
|
src_mainvue_type_script_lang_js_,
|
|
1695
|
-
|
|
1695
|
+
mainvue_type_template_id_442b4656_render,
|
|
1696
1696
|
staticRenderFns,
|
|
1697
1697
|
false,
|
|
1698
1698
|
null,
|
|
@@ -18701,8 +18701,8 @@ error_page_src_main.install = function (Vue) {
|
|
|
18701
18701
|
};
|
|
18702
18702
|
|
|
18703
18703
|
/* harmony default export */ var error_page = (error_page_src_main);
|
|
18704
|
-
// 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=
|
|
18705
|
-
var
|
|
18704
|
+
// 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=24e70f46&
|
|
18705
|
+
var mainvue_type_template_id_24e70f46_render = function () {
|
|
18706
18706
|
var _vm = this
|
|
18707
18707
|
var _h = _vm.$createElement
|
|
18708
18708
|
var _c = _vm._self._c || _h
|
|
@@ -18814,6 +18814,11 @@ var mainvue_type_template_id_2523114d_render = function () {
|
|
|
18814
18814
|
ref: "scrollbar",
|
|
18815
18815
|
staticClass: "es-scrollbar",
|
|
18816
18816
|
style: { height: _vm.formHeight },
|
|
18817
|
+
nativeOn: {
|
|
18818
|
+
wheel: function ($event) {
|
|
18819
|
+
return _vm.handleWheel($event)
|
|
18820
|
+
},
|
|
18821
|
+
},
|
|
18817
18822
|
},
|
|
18818
18823
|
[
|
|
18819
18824
|
_vm._l(_vm.content, function (items, indexs) {
|
|
@@ -22300,6 +22305,11 @@ var mainvue_type_template_id_2523114d_render = function () {
|
|
|
22300
22305
|
ref: "scrollbar",
|
|
22301
22306
|
staticClass: "es-form-content es-scrollbar",
|
|
22302
22307
|
style: { height: _vm.formHeight },
|
|
22308
|
+
nativeOn: {
|
|
22309
|
+
wheel: function ($event) {
|
|
22310
|
+
return _vm.handleWheel($event)
|
|
22311
|
+
},
|
|
22312
|
+
},
|
|
22303
22313
|
},
|
|
22304
22314
|
[
|
|
22305
22315
|
_vm.table
|
|
@@ -25063,11 +25073,11 @@ var mainvue_type_template_id_2523114d_render = function () {
|
|
|
25063
25073
|
)
|
|
25064
25074
|
: _vm._e()
|
|
25065
25075
|
}
|
|
25066
|
-
var
|
|
25067
|
-
|
|
25076
|
+
var mainvue_type_template_id_24e70f46_staticRenderFns = []
|
|
25077
|
+
mainvue_type_template_id_24e70f46_render._withStripped = true
|
|
25068
25078
|
|
|
25069
25079
|
|
|
25070
|
-
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=
|
|
25080
|
+
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=24e70f46&
|
|
25071
25081
|
|
|
25072
25082
|
// CONCATENATED MODULE: ./src/utils/rules.js
|
|
25073
25083
|
// 手机号
|
|
@@ -27930,6 +27940,8 @@ function form_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
27930
27940
|
//
|
|
27931
27941
|
//
|
|
27932
27942
|
//
|
|
27943
|
+
//
|
|
27944
|
+
//
|
|
27933
27945
|
|
|
27934
27946
|
|
|
27935
27947
|
|
|
@@ -28478,6 +28490,9 @@ var mainvue_type_script_lang_js_pageView = utils_util.getParams('pageView');
|
|
|
28478
28490
|
},
|
|
28479
28491
|
|
|
28480
28492
|
methods: {
|
|
28493
|
+
handleWheel: function handleWheel(e) {
|
|
28494
|
+
e.stopPropagation();
|
|
28495
|
+
},
|
|
28481
28496
|
getLabel: function getLabel(res) {
|
|
28482
28497
|
return typeof res === 'string' ? { contents: res } : form_src_mainvue_type_script_lang_js_extends({}, res, { plain: res.plain || res.name === undefined });
|
|
28483
28498
|
},
|
|
@@ -29304,8 +29319,8 @@ var mainvue_type_script_lang_js_pageView = utils_util.getParams('pageView');
|
|
|
29304
29319
|
|
|
29305
29320
|
var form_src_main_component = normalizeComponent(
|
|
29306
29321
|
packages_form_src_mainvue_type_script_lang_js_,
|
|
29307
|
-
|
|
29308
|
-
|
|
29322
|
+
mainvue_type_template_id_24e70f46_render,
|
|
29323
|
+
mainvue_type_template_id_24e70f46_staticRenderFns,
|
|
29309
29324
|
false,
|
|
29310
29325
|
null,
|
|
29311
29326
|
null,
|
|
@@ -45359,8 +45374,8 @@ var reset_component = normalizeComponent(
|
|
|
45359
45374
|
)
|
|
45360
45375
|
|
|
45361
45376
|
/* harmony default export */ var src_reset = (reset_component.exports);
|
|
45362
|
-
// 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=
|
|
45363
|
-
var
|
|
45377
|
+
// 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=3256c512&
|
|
45378
|
+
var taskUnionExaminevue_type_template_id_3256c512_render = function () {
|
|
45364
45379
|
var _vm = this
|
|
45365
45380
|
var _h = _vm.$createElement
|
|
45366
45381
|
var _c = _vm._self._c || _h
|
|
@@ -45675,11 +45690,11 @@ var taskUnionExaminevue_type_template_id_0dd0f156_render = function () {
|
|
|
45675
45690
|
1
|
|
45676
45691
|
)
|
|
45677
45692
|
}
|
|
45678
|
-
var
|
|
45679
|
-
|
|
45693
|
+
var taskUnionExaminevue_type_template_id_3256c512_staticRenderFns = []
|
|
45694
|
+
taskUnionExaminevue_type_template_id_3256c512_render._withStripped = true
|
|
45680
45695
|
|
|
45681
45696
|
|
|
45682
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
45697
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=3256c512&
|
|
45683
45698
|
|
|
45684
45699
|
// 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&
|
|
45685
45700
|
var taskUnionExaminevue_type_script_lang_js_components;
|
|
@@ -45948,6 +45963,9 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
45948
45963
|
this.loading = true;
|
|
45949
45964
|
this.newMultiple = this.multiple;
|
|
45950
45965
|
this.otherParams.roleid = this.params.roleid = this.selectorParams.roleid;
|
|
45966
|
+
if (this.type == 'startDraf') {
|
|
45967
|
+
this.otherParams.nofilid = sessionStorage.getItem('orgId');
|
|
45968
|
+
}
|
|
45951
45969
|
this.opinion = this.oldOption;
|
|
45952
45970
|
this.getNodeType();
|
|
45953
45971
|
if (this.type === 'taskReview') return this.getTaskReview();
|
|
@@ -46383,8 +46401,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
46383
46401
|
|
|
46384
46402
|
var taskUnionExamine_component = normalizeComponent(
|
|
46385
46403
|
component_taskUnionExaminevue_type_script_lang_js_,
|
|
46386
|
-
|
|
46387
|
-
|
|
46404
|
+
taskUnionExaminevue_type_template_id_3256c512_render,
|
|
46405
|
+
taskUnionExaminevue_type_template_id_3256c512_staticRenderFns,
|
|
46388
46406
|
false,
|
|
46389
46407
|
null,
|
|
46390
46408
|
null,
|
|
@@ -52277,8 +52295,8 @@ var Circulate_component = normalizeComponent(
|
|
|
52277
52295
|
)
|
|
52278
52296
|
|
|
52279
52297
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
52280
|
-
// 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/FreeCirculation.vue?vue&type=template&id=
|
|
52281
|
-
var
|
|
52298
|
+
// 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/FreeCirculation.vue?vue&type=template&id=7773cd36&
|
|
52299
|
+
var FreeCirculationvue_type_template_id_7773cd36_render = function () {
|
|
52282
52300
|
var _vm = this
|
|
52283
52301
|
var _h = _vm.$createElement
|
|
52284
52302
|
var _c = _vm._self._c || _h
|
|
@@ -52349,6 +52367,28 @@ var FreeCirculationvue_type_template_id_ab71d498_render = function () {
|
|
|
52349
52367
|
1
|
|
52350
52368
|
)
|
|
52351
52369
|
: _vm._e(),
|
|
52370
|
+
_c(
|
|
52371
|
+
"el-form-item",
|
|
52372
|
+
{ attrs: { prop: "opinion", label: "传阅意见" } },
|
|
52373
|
+
[
|
|
52374
|
+
_c("el-input", {
|
|
52375
|
+
attrs: {
|
|
52376
|
+
type: "textarea",
|
|
52377
|
+
clear: "inp",
|
|
52378
|
+
placeholder: "请输入传阅意见",
|
|
52379
|
+
rows: _vm.rows,
|
|
52380
|
+
},
|
|
52381
|
+
model: {
|
|
52382
|
+
value: _vm.opinion,
|
|
52383
|
+
callback: function ($$v) {
|
|
52384
|
+
_vm.opinion = $$v
|
|
52385
|
+
},
|
|
52386
|
+
expression: "opinion",
|
|
52387
|
+
},
|
|
52388
|
+
}),
|
|
52389
|
+
],
|
|
52390
|
+
1
|
|
52391
|
+
),
|
|
52352
52392
|
],
|
|
52353
52393
|
1
|
|
52354
52394
|
),
|
|
@@ -52369,11 +52409,11 @@ var FreeCirculationvue_type_template_id_ab71d498_render = function () {
|
|
|
52369
52409
|
1
|
|
52370
52410
|
)
|
|
52371
52411
|
}
|
|
52372
|
-
var
|
|
52373
|
-
|
|
52412
|
+
var FreeCirculationvue_type_template_id_7773cd36_staticRenderFns = []
|
|
52413
|
+
FreeCirculationvue_type_template_id_7773cd36_render._withStripped = true
|
|
52374
52414
|
|
|
52375
52415
|
|
|
52376
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=
|
|
52416
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=7773cd36&
|
|
52377
52417
|
|
|
52378
52418
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FreeCirculation.vue?vue&type=script&lang=js&
|
|
52379
52419
|
var FreeCirculationvue_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; };
|
|
@@ -52421,6 +52461,16 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
52421
52461
|
//
|
|
52422
52462
|
//
|
|
52423
52463
|
//
|
|
52464
|
+
//
|
|
52465
|
+
//
|
|
52466
|
+
//
|
|
52467
|
+
//
|
|
52468
|
+
//
|
|
52469
|
+
//
|
|
52470
|
+
//
|
|
52471
|
+
//
|
|
52472
|
+
//
|
|
52473
|
+
//
|
|
52424
52474
|
|
|
52425
52475
|
|
|
52426
52476
|
|
|
@@ -52444,6 +52494,10 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
52444
52494
|
type: String,
|
|
52445
52495
|
default: ''
|
|
52446
52496
|
},
|
|
52497
|
+
rows: {
|
|
52498
|
+
type: [Number, String],
|
|
52499
|
+
default: 6
|
|
52500
|
+
},
|
|
52447
52501
|
showOther: { type: Boolean, default: true }
|
|
52448
52502
|
},
|
|
52449
52503
|
data: function data() {
|
|
@@ -52451,6 +52505,7 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
52451
52505
|
currentOrgDisabledObjId: [],
|
|
52452
52506
|
otherOrgDisabledObjId: [],
|
|
52453
52507
|
nextCurrentOrgObjSelect: [],
|
|
52508
|
+
opinion: '',
|
|
52454
52509
|
currentNodeIsCircularReadNode: false,
|
|
52455
52510
|
simpleTips: true,
|
|
52456
52511
|
subProcessColumns: [],
|
|
@@ -52485,6 +52540,7 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
52485
52540
|
data: FreeCirculationvue_type_script_lang_js_extends({}, this.params, {
|
|
52486
52541
|
appId: this.appId || this.params.appId,
|
|
52487
52542
|
nextCurrentOrgObj: this.nextNode.nextCurrentOrgObj,
|
|
52543
|
+
opinion: this.opinion,
|
|
52488
52544
|
nextOtherOrgObj: this.nextNode.nextOtherOrgObj || ''
|
|
52489
52545
|
}),
|
|
52490
52546
|
method: 'post'
|
|
@@ -52602,8 +52658,8 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
52602
52658
|
|
|
52603
52659
|
var FreeCirculation_component = normalizeComponent(
|
|
52604
52660
|
component_FreeCirculationvue_type_script_lang_js_,
|
|
52605
|
-
|
|
52606
|
-
|
|
52661
|
+
FreeCirculationvue_type_template_id_7773cd36_render,
|
|
52662
|
+
FreeCirculationvue_type_template_id_7773cd36_staticRenderFns,
|
|
52607
52663
|
false,
|
|
52608
52664
|
null,
|
|
52609
52665
|
null,
|
|
@@ -95305,11 +95361,11 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
|
|
|
95305
95361
|
var _val = this.getLabel(value, data[i]);
|
|
95306
95362
|
if (_val) {
|
|
95307
95363
|
tempLabel = _val;
|
|
95308
|
-
return
|
|
95364
|
+
// return val;
|
|
95309
95365
|
}
|
|
95310
95366
|
}
|
|
95311
|
-
if (
|
|
95312
|
-
return
|
|
95367
|
+
if (tempLabel) {
|
|
95368
|
+
return tempLabel;
|
|
95313
95369
|
}
|
|
95314
95370
|
}
|
|
95315
95371
|
}
|
|
@@ -109996,8 +110052,8 @@ form_src_table.install = function (Vue) {
|
|
|
109996
110052
|
};
|
|
109997
110053
|
|
|
109998
110054
|
/* harmony default export */ var table_form = (form_src_table);
|
|
109999
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=
|
|
110000
|
-
var
|
|
110055
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=2e5de86a&
|
|
110056
|
+
var mainvue_type_template_id_2e5de86a_render = function () {
|
|
110001
110057
|
var _vm = this
|
|
110002
110058
|
var _h = _vm.$createElement
|
|
110003
110059
|
var _c = _vm._self._c || _h
|
|
@@ -110380,11 +110436,11 @@ var mainvue_type_template_id_2eb62084_render = function () {
|
|
|
110380
110436
|
)
|
|
110381
110437
|
: _vm._e()
|
|
110382
110438
|
}
|
|
110383
|
-
var
|
|
110384
|
-
|
|
110439
|
+
var mainvue_type_template_id_2e5de86a_staticRenderFns = []
|
|
110440
|
+
mainvue_type_template_id_2e5de86a_render._withStripped = true
|
|
110385
110441
|
|
|
110386
110442
|
|
|
110387
|
-
// CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=
|
|
110443
|
+
// CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=2e5de86a&
|
|
110388
110444
|
|
|
110389
110445
|
// CONCATENATED MODULE: ./packages/upload/src/picture.js
|
|
110390
110446
|
/* harmony default export */ var picture = ({
|
|
@@ -110926,7 +110982,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
110926
110982
|
},
|
|
110927
110983
|
datas: function datas() {
|
|
110928
110984
|
if (this.data) {
|
|
110929
|
-
return utils_util.extend({}, this.data, this.params);
|
|
110985
|
+
return utils_util.extend(this.fileMd5 ? { fileMd5: true } : {}, this.data, this.params);
|
|
110930
110986
|
}
|
|
110931
110987
|
return this.params;
|
|
110932
110988
|
},
|
|
@@ -112001,8 +112057,8 @@ var mainvue_type_script_lang_js_props;
|
|
|
112001
112057
|
|
|
112002
112058
|
var upload_src_main_component = normalizeComponent(
|
|
112003
112059
|
packages_upload_src_mainvue_type_script_lang_js_,
|
|
112004
|
-
|
|
112005
|
-
|
|
112060
|
+
mainvue_type_template_id_2e5de86a_render,
|
|
112061
|
+
mainvue_type_template_id_2e5de86a_staticRenderFns,
|
|
112006
112062
|
false,
|
|
112007
112063
|
null,
|
|
112008
112064
|
null,
|
|
@@ -112505,7 +112561,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
112505
112561
|
}
|
|
112506
112562
|
|
|
112507
112563
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
112508
|
-
version: '0.8.
|
|
112564
|
+
version: '0.8.33',
|
|
112509
112565
|
install: install,
|
|
112510
112566
|
Archives: archives,
|
|
112511
112567
|
Button: packages_button,
|
package/lib/flow.js
CHANGED
|
@@ -20773,8 +20773,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
|
|
|
20773
20773
|
)
|
|
20774
20774
|
|
|
20775
20775
|
/* harmony default export */ var src_reset = (reset_component.exports);
|
|
20776
|
-
// 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=
|
|
20777
|
-
var
|
|
20776
|
+
// 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=3256c512&
|
|
20777
|
+
var taskUnionExaminevue_type_template_id_3256c512_render = function () {
|
|
20778
20778
|
var _vm = this
|
|
20779
20779
|
var _h = _vm.$createElement
|
|
20780
20780
|
var _c = _vm._self._c || _h
|
|
@@ -21089,11 +21089,11 @@ var taskUnionExaminevue_type_template_id_0dd0f156_render = function () {
|
|
|
21089
21089
|
1
|
|
21090
21090
|
)
|
|
21091
21091
|
}
|
|
21092
|
-
var
|
|
21093
|
-
|
|
21092
|
+
var taskUnionExaminevue_type_template_id_3256c512_staticRenderFns = []
|
|
21093
|
+
taskUnionExaminevue_type_template_id_3256c512_render._withStripped = true
|
|
21094
21094
|
|
|
21095
21095
|
|
|
21096
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
21096
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=3256c512&
|
|
21097
21097
|
|
|
21098
21098
|
// 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&
|
|
21099
21099
|
var taskUnionExaminevue_type_script_lang_js_components;
|
|
@@ -21362,6 +21362,9 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
21362
21362
|
this.loading = true;
|
|
21363
21363
|
this.newMultiple = this.multiple;
|
|
21364
21364
|
this.otherParams.roleid = this.params.roleid = this.selectorParams.roleid;
|
|
21365
|
+
if (this.type == 'startDraf') {
|
|
21366
|
+
this.otherParams.nofilid = sessionStorage.getItem('orgId');
|
|
21367
|
+
}
|
|
21365
21368
|
this.opinion = this.oldOption;
|
|
21366
21369
|
this.getNodeType();
|
|
21367
21370
|
if (this.type === 'taskReview') return this.getTaskReview();
|
|
@@ -21797,8 +21800,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
21797
21800
|
|
|
21798
21801
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
21799
21802
|
component_taskUnionExaminevue_type_script_lang_js_,
|
|
21800
|
-
|
|
21801
|
-
|
|
21803
|
+
taskUnionExaminevue_type_template_id_3256c512_render,
|
|
21804
|
+
taskUnionExaminevue_type_template_id_3256c512_staticRenderFns,
|
|
21802
21805
|
false,
|
|
21803
21806
|
null,
|
|
21804
21807
|
null,
|
|
@@ -27691,8 +27694,8 @@ var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
|
27691
27694
|
)
|
|
27692
27695
|
|
|
27693
27696
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
27694
|
-
// 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/FreeCirculation.vue?vue&type=template&id=
|
|
27695
|
-
var
|
|
27697
|
+
// 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/FreeCirculation.vue?vue&type=template&id=7773cd36&
|
|
27698
|
+
var FreeCirculationvue_type_template_id_7773cd36_render = function () {
|
|
27696
27699
|
var _vm = this
|
|
27697
27700
|
var _h = _vm.$createElement
|
|
27698
27701
|
var _c = _vm._self._c || _h
|
|
@@ -27763,6 +27766,28 @@ var FreeCirculationvue_type_template_id_ab71d498_render = function () {
|
|
|
27763
27766
|
1
|
|
27764
27767
|
)
|
|
27765
27768
|
: _vm._e(),
|
|
27769
|
+
_c(
|
|
27770
|
+
"el-form-item",
|
|
27771
|
+
{ attrs: { prop: "opinion", label: "传阅意见" } },
|
|
27772
|
+
[
|
|
27773
|
+
_c("el-input", {
|
|
27774
|
+
attrs: {
|
|
27775
|
+
type: "textarea",
|
|
27776
|
+
clear: "inp",
|
|
27777
|
+
placeholder: "请输入传阅意见",
|
|
27778
|
+
rows: _vm.rows,
|
|
27779
|
+
},
|
|
27780
|
+
model: {
|
|
27781
|
+
value: _vm.opinion,
|
|
27782
|
+
callback: function ($$v) {
|
|
27783
|
+
_vm.opinion = $$v
|
|
27784
|
+
},
|
|
27785
|
+
expression: "opinion",
|
|
27786
|
+
},
|
|
27787
|
+
}),
|
|
27788
|
+
],
|
|
27789
|
+
1
|
|
27790
|
+
),
|
|
27766
27791
|
],
|
|
27767
27792
|
1
|
|
27768
27793
|
),
|
|
@@ -27783,11 +27808,11 @@ var FreeCirculationvue_type_template_id_ab71d498_render = function () {
|
|
|
27783
27808
|
1
|
|
27784
27809
|
)
|
|
27785
27810
|
}
|
|
27786
|
-
var
|
|
27787
|
-
|
|
27811
|
+
var FreeCirculationvue_type_template_id_7773cd36_staticRenderFns = []
|
|
27812
|
+
FreeCirculationvue_type_template_id_7773cd36_render._withStripped = true
|
|
27788
27813
|
|
|
27789
27814
|
|
|
27790
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=
|
|
27815
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=7773cd36&
|
|
27791
27816
|
|
|
27792
27817
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FreeCirculation.vue?vue&type=script&lang=js&
|
|
27793
27818
|
var FreeCirculationvue_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; };
|
|
@@ -27835,6 +27860,16 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
27835
27860
|
//
|
|
27836
27861
|
//
|
|
27837
27862
|
//
|
|
27863
|
+
//
|
|
27864
|
+
//
|
|
27865
|
+
//
|
|
27866
|
+
//
|
|
27867
|
+
//
|
|
27868
|
+
//
|
|
27869
|
+
//
|
|
27870
|
+
//
|
|
27871
|
+
//
|
|
27872
|
+
//
|
|
27838
27873
|
|
|
27839
27874
|
|
|
27840
27875
|
|
|
@@ -27858,6 +27893,10 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
27858
27893
|
type: String,
|
|
27859
27894
|
default: ''
|
|
27860
27895
|
},
|
|
27896
|
+
rows: {
|
|
27897
|
+
type: [Number, String],
|
|
27898
|
+
default: 6
|
|
27899
|
+
},
|
|
27861
27900
|
showOther: { type: Boolean, default: true }
|
|
27862
27901
|
},
|
|
27863
27902
|
data: function data() {
|
|
@@ -27865,6 +27904,7 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
27865
27904
|
currentOrgDisabledObjId: [],
|
|
27866
27905
|
otherOrgDisabledObjId: [],
|
|
27867
27906
|
nextCurrentOrgObjSelect: [],
|
|
27907
|
+
opinion: '',
|
|
27868
27908
|
currentNodeIsCircularReadNode: false,
|
|
27869
27909
|
simpleTips: true,
|
|
27870
27910
|
subProcessColumns: [],
|
|
@@ -27899,6 +27939,7 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
27899
27939
|
data: FreeCirculationvue_type_script_lang_js_extends({}, this.params, {
|
|
27900
27940
|
appId: this.appId || this.params.appId,
|
|
27901
27941
|
nextCurrentOrgObj: this.nextNode.nextCurrentOrgObj,
|
|
27942
|
+
opinion: this.opinion,
|
|
27902
27943
|
nextOtherOrgObj: this.nextNode.nextOtherOrgObj || ''
|
|
27903
27944
|
}),
|
|
27904
27945
|
method: 'post'
|
|
@@ -28016,8 +28057,8 @@ var FreeCirculationvue_type_script_lang_js_extends = Object.assign || function (
|
|
|
28016
28057
|
|
|
28017
28058
|
var FreeCirculation_component = Object(componentNormalizer["a" /* default */])(
|
|
28018
28059
|
component_FreeCirculationvue_type_script_lang_js_,
|
|
28019
|
-
|
|
28020
|
-
|
|
28060
|
+
FreeCirculationvue_type_template_id_7773cd36_render,
|
|
28061
|
+
FreeCirculationvue_type_template_id_7773cd36_staticRenderFns,
|
|
28021
28062
|
false,
|
|
28022
28063
|
null,
|
|
28023
28064
|
null,
|
package/lib/form.js
CHANGED
|
@@ -4732,7 +4732,7 @@ var bankCard = { pattern: new RegExp('^([1-9]{1})(\\d{14}|\\d{18})$'), message:
|
|
|
4732
4732
|
// ESM COMPAT FLAG
|
|
4733
4733
|
__webpack_require__.r(__webpack_exports__);
|
|
4734
4734
|
|
|
4735
|
-
// 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=
|
|
4735
|
+
// 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=24e70f46&
|
|
4736
4736
|
var render = function () {
|
|
4737
4737
|
var _vm = this
|
|
4738
4738
|
var _h = _vm.$createElement
|
|
@@ -4845,6 +4845,11 @@ var render = function () {
|
|
|
4845
4845
|
ref: "scrollbar",
|
|
4846
4846
|
staticClass: "es-scrollbar",
|
|
4847
4847
|
style: { height: _vm.formHeight },
|
|
4848
|
+
nativeOn: {
|
|
4849
|
+
wheel: function ($event) {
|
|
4850
|
+
return _vm.handleWheel($event)
|
|
4851
|
+
},
|
|
4852
|
+
},
|
|
4848
4853
|
},
|
|
4849
4854
|
[
|
|
4850
4855
|
_vm._l(_vm.content, function (items, indexs) {
|
|
@@ -8331,6 +8336,11 @@ var render = function () {
|
|
|
8331
8336
|
ref: "scrollbar",
|
|
8332
8337
|
staticClass: "es-form-content es-scrollbar",
|
|
8333
8338
|
style: { height: _vm.formHeight },
|
|
8339
|
+
nativeOn: {
|
|
8340
|
+
wheel: function ($event) {
|
|
8341
|
+
return _vm.handleWheel($event)
|
|
8342
|
+
},
|
|
8343
|
+
},
|
|
8334
8344
|
},
|
|
8335
8345
|
[
|
|
8336
8346
|
_vm.table
|
|
@@ -11098,7 +11108,7 @@ var staticRenderFns = []
|
|
|
11098
11108
|
render._withStripped = true
|
|
11099
11109
|
|
|
11100
11110
|
|
|
11101
|
-
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=
|
|
11111
|
+
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=24e70f46&
|
|
11102
11112
|
|
|
11103
11113
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
11104
11114
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -13961,6 +13971,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
13961
13971
|
//
|
|
13962
13972
|
//
|
|
13963
13973
|
//
|
|
13974
|
+
//
|
|
13975
|
+
//
|
|
13964
13976
|
|
|
13965
13977
|
|
|
13966
13978
|
|
|
@@ -14509,6 +14521,9 @@ var pageView = util["a" /* default */].getParams('pageView');
|
|
|
14509
14521
|
},
|
|
14510
14522
|
|
|
14511
14523
|
methods: {
|
|
14524
|
+
handleWheel: function handleWheel(e) {
|
|
14525
|
+
e.stopPropagation();
|
|
14526
|
+
},
|
|
14512
14527
|
getLabel: function getLabel(res) {
|
|
14513
14528
|
return typeof res === 'string' ? { contents: res } : _extends({}, res, { plain: res.plain || res.name === undefined });
|
|
14514
14529
|
},
|