eoss-mobiles 0.2.80 → 0.2.82
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/checkbox.js +1 -1
- package/lib/config/api.js +1 -1
- package/lib/eoss-mobile.common.js +66 -17
- package/lib/flow-btn.js +1 -1
- package/lib/flow-list.js +1 -1
- package/lib/flow.js +63 -13
- package/lib/index.js +1 -1
- package/lib/picker.js +1 -1
- package/lib/radio.js +1 -1
- package/lib/retrial-auth.js +1 -1
- package/lib/selector.js +1 -1
- package/lib/table-column.js +1 -1
- package/lib/table.js +2 -3
- package/lib/theme-chalk/form.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +25 -5
- package/packages/table/src/main.vue +2 -3
- package/packages/theme-chalk/lib/form.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/form.scss +1 -1
- package/src/config/api.js +1 -1
- package/src/index.js +1 -1
package/lib/checkbox.js
CHANGED
|
@@ -1629,7 +1629,7 @@ var initRetrialAuth = '/sso2/retrialAuth/initRetrialAuth'; // 初始化二级身
|
|
|
1629
1629
|
var getRetrialAuthCode = '/sso2/retrialAuth/getRetrialAuthCode'; // 获取二级身份验证验证码
|
|
1630
1630
|
var codeRetrialAuth = '/sso2/retrialAuth/codeRetrialAuth'; // 二级身份验证-验证码验证
|
|
1631
1631
|
// 获取机构/用户/角色/群组等选择器
|
|
1632
|
-
var selectObject = '/sys/v1/mecpSys/selectObject.
|
|
1632
|
+
var selectObject = '/sys/v1/mecpSys/selectObject.dhtml';
|
|
1633
1633
|
// // 获取代码表数据
|
|
1634
1634
|
// export const findSysCode = '/api/v1/mecpSys/findSysCode.json';
|
|
1635
1635
|
// 获取代码表数据
|
package/lib/config/api.js
CHANGED
|
@@ -16,7 +16,7 @@ var initRetrialAuth = exports.initRetrialAuth = '/sso2/retrialAuth/initRetrialAu
|
|
|
16
16
|
var getRetrialAuthCode = exports.getRetrialAuthCode = '/sso2/retrialAuth/getRetrialAuthCode'; // 获取二级身份验证验证码
|
|
17
17
|
var codeRetrialAuth = exports.codeRetrialAuth = '/sso2/retrialAuth/codeRetrialAuth'; // 二级身份验证-验证码验证
|
|
18
18
|
// 获取机构/用户/角色/群组等选择器
|
|
19
|
-
var selectObject = exports.selectObject = '/sys/v1/mecpSys/selectObject.
|
|
19
|
+
var selectObject = exports.selectObject = '/sys/v1/mecpSys/selectObject.dhtml';
|
|
20
20
|
// // 获取代码表数据
|
|
21
21
|
// export const findSysCode = '/api/v1/mecpSys/findSysCode.json';
|
|
22
22
|
// 获取代码表数据
|
|
@@ -3060,7 +3060,7 @@ var initRetrialAuth = '/sso2/retrialAuth/initRetrialAuth'; // 初始化二级身
|
|
|
3060
3060
|
var getRetrialAuthCode = '/sso2/retrialAuth/getRetrialAuthCode'; // 获取二级身份验证验证码
|
|
3061
3061
|
var codeRetrialAuth = '/sso2/retrialAuth/codeRetrialAuth'; // 二级身份验证-验证码验证
|
|
3062
3062
|
// 获取机构/用户/角色/群组等选择器
|
|
3063
|
-
var selectObject = '/sys/v1/mecpSys/selectObject.
|
|
3063
|
+
var selectObject = '/sys/v1/mecpSys/selectObject.dhtml';
|
|
3064
3064
|
// // 获取代码表数据
|
|
3065
3065
|
// export const findSysCode = '/api/v1/mecpSys/findSysCode.json';
|
|
3066
3066
|
// 获取代码表数据
|
|
@@ -9799,8 +9799,7 @@ var table_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
|
|
|
9799
9799
|
}
|
|
9800
9800
|
if (this.full && !this.height) {
|
|
9801
9801
|
this.$nextTick(function () {
|
|
9802
|
-
|
|
9803
|
-
_this.height = _this.page ? _this.$refs.emTable.clientHeight - 40 : _this.$refs.emTable.clientHeight;
|
|
9802
|
+
_this.tableClientHeight = _this.page ? _this.$refs.emTable.clientHeight - 40 : _this.$refs.emTable.clientHeight;
|
|
9804
9803
|
// this. = this.$refs.emTable.clientHeight - 40;
|
|
9805
9804
|
});
|
|
9806
9805
|
}
|
|
@@ -10514,7 +10513,7 @@ var table_src_mainvue_type_script_lang_js_extends = Object.assign || function (t
|
|
|
10514
10513
|
ref: 'emTable',
|
|
10515
10514
|
class: 'em-table-box',
|
|
10516
10515
|
style: {
|
|
10517
|
-
height:
|
|
10516
|
+
height: '100%',
|
|
10518
10517
|
position: 'relative'
|
|
10519
10518
|
}
|
|
10520
10519
|
}, tableContents);
|
|
@@ -14178,8 +14177,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
14178
14177
|
)
|
|
14179
14178
|
|
|
14180
14179
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
14181
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
14182
|
-
var
|
|
14180
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=8b3b97b8&
|
|
14181
|
+
var Handlevue_type_template_id_8b3b97b8_render = function () {
|
|
14183
14182
|
var _vm = this
|
|
14184
14183
|
var _h = _vm.$createElement
|
|
14185
14184
|
var _c = _vm._self._c || _h
|
|
@@ -14317,6 +14316,39 @@ var Handlevue_type_template_id_e381b4bc_render = function () {
|
|
|
14317
14316
|
expression: "addSignUserSelectList",
|
|
14318
14317
|
},
|
|
14319
14318
|
}),
|
|
14319
|
+
_vm.isCanPreAddSign
|
|
14320
|
+
? _c(
|
|
14321
|
+
"em-input",
|
|
14322
|
+
{ attrs: { label: "加签模式" } },
|
|
14323
|
+
[
|
|
14324
|
+
_c(
|
|
14325
|
+
"template",
|
|
14326
|
+
{ slot: "input" },
|
|
14327
|
+
[
|
|
14328
|
+
_c("em-radio-group", {
|
|
14329
|
+
attrs: {
|
|
14330
|
+
direction: "horizontal",
|
|
14331
|
+
data: _vm.AddSignList,
|
|
14332
|
+
},
|
|
14333
|
+
model: {
|
|
14334
|
+
value: _vm.form.addSignMode,
|
|
14335
|
+
callback: function ($$v) {
|
|
14336
|
+
_vm.$set(
|
|
14337
|
+
_vm.form,
|
|
14338
|
+
"addSignMode",
|
|
14339
|
+
$$v
|
|
14340
|
+
)
|
|
14341
|
+
},
|
|
14342
|
+
expression: "form.addSignMode",
|
|
14343
|
+
},
|
|
14344
|
+
}),
|
|
14345
|
+
],
|
|
14346
|
+
1
|
|
14347
|
+
),
|
|
14348
|
+
],
|
|
14349
|
+
2
|
|
14350
|
+
)
|
|
14351
|
+
: _vm._e(),
|
|
14320
14352
|
],
|
|
14321
14353
|
1
|
|
14322
14354
|
)
|
|
@@ -15227,11 +15259,11 @@ var Handlevue_type_template_id_e381b4bc_render = function () {
|
|
|
15227
15259
|
1
|
|
15228
15260
|
)
|
|
15229
15261
|
}
|
|
15230
|
-
var
|
|
15231
|
-
|
|
15262
|
+
var Handlevue_type_template_id_8b3b97b8_staticRenderFns = []
|
|
15263
|
+
Handlevue_type_template_id_8b3b97b8_render._withStripped = true
|
|
15232
15264
|
|
|
15233
15265
|
|
|
15234
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
15266
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=8b3b97b8&
|
|
15235
15267
|
|
|
15236
15268
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=template&id=0b9b17d6&
|
|
15237
15269
|
var Rejectvue_type_template_id_0b9b17d6_render = function () {
|
|
@@ -16327,6 +16359,15 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
16327
16359
|
//
|
|
16328
16360
|
//
|
|
16329
16361
|
//
|
|
16362
|
+
//
|
|
16363
|
+
//
|
|
16364
|
+
//
|
|
16365
|
+
//
|
|
16366
|
+
//
|
|
16367
|
+
//
|
|
16368
|
+
//
|
|
16369
|
+
//
|
|
16370
|
+
//
|
|
16330
16371
|
|
|
16331
16372
|
|
|
16332
16373
|
|
|
@@ -16374,7 +16415,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
16374
16415
|
var _ref;
|
|
16375
16416
|
|
|
16376
16417
|
return _ref = {
|
|
16418
|
+
AddSignList: [{ name: '前置加签', value: 'preAddSign' }, { name: '后置加签', value: 'postAddSign' }],
|
|
16377
16419
|
nextNodeDefault: 0,
|
|
16420
|
+
isCanPreAddSign: false,
|
|
16378
16421
|
showAppUnit: false, // 弹窗单位
|
|
16379
16422
|
handleFlow: true,
|
|
16380
16423
|
isReject: false,
|
|
@@ -16394,6 +16437,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
16394
16437
|
isHiddenOftenOpinion: undefined, //是否隐藏常用意见
|
|
16395
16438
|
isAddSignList: [{ name: '是', value: '1' }, { name: '否', value: '2' }],
|
|
16396
16439
|
form: {
|
|
16440
|
+
addSignMode: 'postAddSign',
|
|
16397
16441
|
opinion: undefined, // 审批意见
|
|
16398
16442
|
isImageOpinion: 0,
|
|
16399
16443
|
isAddSign: undefined, //是否加签
|
|
@@ -16605,10 +16649,10 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
16605
16649
|
this.$toast('请选择办理人');
|
|
16606
16650
|
return;
|
|
16607
16651
|
}
|
|
16608
|
-
if (this.form.isAddSign == '1' && !this.form.addSignUserId) {
|
|
16609
|
-
|
|
16610
|
-
|
|
16611
|
-
}
|
|
16652
|
+
// if (this.form.isAddSign == '1' && !this.form.addSignUserId) {
|
|
16653
|
+
// this.$toast('请选择办理人');
|
|
16654
|
+
// return;
|
|
16655
|
+
// }
|
|
16612
16656
|
if (!this.form.nextNodeId && this.nodeList && this.nodeList.length > 0 && this.isSpecial && !this.isReject && this.isShowNode) {
|
|
16613
16657
|
this.$toast('请选择流程节点');
|
|
16614
16658
|
return;
|
|
@@ -16693,6 +16737,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
16693
16737
|
_that.form.userId = _that.userId || util.getStorage('userId');
|
|
16694
16738
|
_that.form.mobileKey = util.getStorage('deviceId') || '123';
|
|
16695
16739
|
_that.form.nextNodeId = _that.form.nextOperate == 0 || _that.form.nextOperate == 1 ? _that.form.nextNodeId || nodeInfoMapInfo.nodeExtAttr.defaultNextNode : '';
|
|
16740
|
+
if (!_that.isCanPreAddSign) {
|
|
16741
|
+
delete _that.form.addSignMode;
|
|
16742
|
+
}
|
|
16696
16743
|
var formData = new FormData();
|
|
16697
16744
|
if (_that.form.isImageOpinion == 1) {
|
|
16698
16745
|
formData.append('file', _that.file);
|
|
@@ -16953,9 +17000,11 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
16953
17000
|
currentOrgName = _res$data.currentOrgName,
|
|
16954
17001
|
otherOrgName = _res$data.otherOrgName,
|
|
16955
17002
|
defaultNotificationMessage = _res$data.defaultNotificationMessage,
|
|
16956
|
-
defaultNotificationType = _res$data.defaultNotificationType
|
|
17003
|
+
defaultNotificationType = _res$data.defaultNotificationType,
|
|
17004
|
+
isCanPreAddSign = _res$data.isCanPreAddSign;
|
|
16957
17005
|
|
|
16958
17006
|
that.currentOrgName = currentOrgName;
|
|
17007
|
+
that.isCanPreAddSign = isCanPreAddSign;
|
|
16959
17008
|
that.otherOrgName = otherOrgName;
|
|
16960
17009
|
that.taskExamineInfo = taskExamine;
|
|
16961
17010
|
that.form.isReturnSubmitter = taskExamine.isReturnSubmitter;
|
|
@@ -17289,8 +17338,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
17289
17338
|
|
|
17290
17339
|
var Handle_component = normalizeComponent(
|
|
17291
17340
|
components_Handlevue_type_script_lang_js_,
|
|
17292
|
-
|
|
17293
|
-
|
|
17341
|
+
Handlevue_type_template_id_8b3b97b8_render,
|
|
17342
|
+
Handlevue_type_template_id_8b3b97b8_staticRenderFns,
|
|
17294
17343
|
false,
|
|
17295
17344
|
null,
|
|
17296
17345
|
null,
|
|
@@ -24198,7 +24247,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
24198
24247
|
}
|
|
24199
24248
|
|
|
24200
24249
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
24201
|
-
version: '0.2.
|
|
24250
|
+
version: '0.2.82',
|
|
24202
24251
|
install: install,
|
|
24203
24252
|
Button: packages_button,
|
|
24204
24253
|
ButtonGroup: button_group,
|
package/lib/flow-btn.js
CHANGED
|
@@ -1629,7 +1629,7 @@ var initRetrialAuth = '/sso2/retrialAuth/initRetrialAuth'; // 初始化二级身
|
|
|
1629
1629
|
var getRetrialAuthCode = '/sso2/retrialAuth/getRetrialAuthCode'; // 获取二级身份验证验证码
|
|
1630
1630
|
var codeRetrialAuth = '/sso2/retrialAuth/codeRetrialAuth'; // 二级身份验证-验证码验证
|
|
1631
1631
|
// 获取机构/用户/角色/群组等选择器
|
|
1632
|
-
var selectObject = '/sys/v1/mecpSys/selectObject.
|
|
1632
|
+
var selectObject = '/sys/v1/mecpSys/selectObject.dhtml';
|
|
1633
1633
|
// // 获取代码表数据
|
|
1634
1634
|
// export const findSysCode = '/api/v1/mecpSys/findSysCode.json';
|
|
1635
1635
|
// 获取代码表数据
|
package/lib/flow-list.js
CHANGED
|
@@ -1629,7 +1629,7 @@ var initRetrialAuth = '/sso2/retrialAuth/initRetrialAuth'; // 初始化二级身
|
|
|
1629
1629
|
var getRetrialAuthCode = '/sso2/retrialAuth/getRetrialAuthCode'; // 获取二级身份验证验证码
|
|
1630
1630
|
var codeRetrialAuth = '/sso2/retrialAuth/codeRetrialAuth'; // 二级身份验证-验证码验证
|
|
1631
1631
|
// 获取机构/用户/角色/群组等选择器
|
|
1632
|
-
var selectObject = '/sys/v1/mecpSys/selectObject.
|
|
1632
|
+
var selectObject = '/sys/v1/mecpSys/selectObject.dhtml';
|
|
1633
1633
|
// // 获取代码表数据
|
|
1634
1634
|
// export const findSysCode = '/api/v1/mecpSys/findSysCode.json';
|
|
1635
1635
|
// 获取代码表数据
|
package/lib/flow.js
CHANGED
|
@@ -1626,7 +1626,7 @@ var initRetrialAuth = '/sso2/retrialAuth/initRetrialAuth'; // 初始化二级身
|
|
|
1626
1626
|
var getRetrialAuthCode = '/sso2/retrialAuth/getRetrialAuthCode'; // 获取二级身份验证验证码
|
|
1627
1627
|
var codeRetrialAuth = '/sso2/retrialAuth/codeRetrialAuth'; // 二级身份验证-验证码验证
|
|
1628
1628
|
// 获取机构/用户/角色/群组等选择器
|
|
1629
|
-
var selectObject = '/sys/v1/mecpSys/selectObject.
|
|
1629
|
+
var selectObject = '/sys/v1/mecpSys/selectObject.dhtml';
|
|
1630
1630
|
// // 获取代码表数据
|
|
1631
1631
|
// export const findSysCode = '/api/v1/mecpSys/findSysCode.json';
|
|
1632
1632
|
// 获取代码表数据
|
|
@@ -3632,8 +3632,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
3632
3632
|
)
|
|
3633
3633
|
|
|
3634
3634
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
3635
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
3636
|
-
var
|
|
3635
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=8b3b97b8&
|
|
3636
|
+
var Handlevue_type_template_id_8b3b97b8_render = function () {
|
|
3637
3637
|
var _vm = this
|
|
3638
3638
|
var _h = _vm.$createElement
|
|
3639
3639
|
var _c = _vm._self._c || _h
|
|
@@ -3771,6 +3771,39 @@ var Handlevue_type_template_id_e381b4bc_render = function () {
|
|
|
3771
3771
|
expression: "addSignUserSelectList",
|
|
3772
3772
|
},
|
|
3773
3773
|
}),
|
|
3774
|
+
_vm.isCanPreAddSign
|
|
3775
|
+
? _c(
|
|
3776
|
+
"em-input",
|
|
3777
|
+
{ attrs: { label: "加签模式" } },
|
|
3778
|
+
[
|
|
3779
|
+
_c(
|
|
3780
|
+
"template",
|
|
3781
|
+
{ slot: "input" },
|
|
3782
|
+
[
|
|
3783
|
+
_c("em-radio-group", {
|
|
3784
|
+
attrs: {
|
|
3785
|
+
direction: "horizontal",
|
|
3786
|
+
data: _vm.AddSignList,
|
|
3787
|
+
},
|
|
3788
|
+
model: {
|
|
3789
|
+
value: _vm.form.addSignMode,
|
|
3790
|
+
callback: function ($$v) {
|
|
3791
|
+
_vm.$set(
|
|
3792
|
+
_vm.form,
|
|
3793
|
+
"addSignMode",
|
|
3794
|
+
$$v
|
|
3795
|
+
)
|
|
3796
|
+
},
|
|
3797
|
+
expression: "form.addSignMode",
|
|
3798
|
+
},
|
|
3799
|
+
}),
|
|
3800
|
+
],
|
|
3801
|
+
1
|
|
3802
|
+
),
|
|
3803
|
+
],
|
|
3804
|
+
2
|
|
3805
|
+
)
|
|
3806
|
+
: _vm._e(),
|
|
3774
3807
|
],
|
|
3775
3808
|
1
|
|
3776
3809
|
)
|
|
@@ -4681,11 +4714,11 @@ var Handlevue_type_template_id_e381b4bc_render = function () {
|
|
|
4681
4714
|
1
|
|
4682
4715
|
)
|
|
4683
4716
|
}
|
|
4684
|
-
var
|
|
4685
|
-
|
|
4717
|
+
var Handlevue_type_template_id_8b3b97b8_staticRenderFns = []
|
|
4718
|
+
Handlevue_type_template_id_8b3b97b8_render._withStripped = true
|
|
4686
4719
|
|
|
4687
4720
|
|
|
4688
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
4721
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=8b3b97b8&
|
|
4689
4722
|
|
|
4690
4723
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=template&id=0b9b17d6&
|
|
4691
4724
|
var Rejectvue_type_template_id_0b9b17d6_render = function () {
|
|
@@ -5781,6 +5814,15 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5781
5814
|
//
|
|
5782
5815
|
//
|
|
5783
5816
|
//
|
|
5817
|
+
//
|
|
5818
|
+
//
|
|
5819
|
+
//
|
|
5820
|
+
//
|
|
5821
|
+
//
|
|
5822
|
+
//
|
|
5823
|
+
//
|
|
5824
|
+
//
|
|
5825
|
+
//
|
|
5784
5826
|
|
|
5785
5827
|
|
|
5786
5828
|
|
|
@@ -5828,7 +5870,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5828
5870
|
var _ref;
|
|
5829
5871
|
|
|
5830
5872
|
return _ref = {
|
|
5873
|
+
AddSignList: [{ name: '前置加签', value: 'preAddSign' }, { name: '后置加签', value: 'postAddSign' }],
|
|
5831
5874
|
nextNodeDefault: 0,
|
|
5875
|
+
isCanPreAddSign: false,
|
|
5832
5876
|
showAppUnit: false, // 弹窗单位
|
|
5833
5877
|
handleFlow: true,
|
|
5834
5878
|
isReject: false,
|
|
@@ -5848,6 +5892,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5848
5892
|
isHiddenOftenOpinion: undefined, //是否隐藏常用意见
|
|
5849
5893
|
isAddSignList: [{ name: '是', value: '1' }, { name: '否', value: '2' }],
|
|
5850
5894
|
form: {
|
|
5895
|
+
addSignMode: 'postAddSign',
|
|
5851
5896
|
opinion: undefined, // 审批意见
|
|
5852
5897
|
isImageOpinion: 0,
|
|
5853
5898
|
isAddSign: undefined, //是否加签
|
|
@@ -6059,10 +6104,10 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6059
6104
|
this.$toast('请选择办理人');
|
|
6060
6105
|
return;
|
|
6061
6106
|
}
|
|
6062
|
-
if (this.form.isAddSign == '1' && !this.form.addSignUserId) {
|
|
6063
|
-
|
|
6064
|
-
|
|
6065
|
-
}
|
|
6107
|
+
// if (this.form.isAddSign == '1' && !this.form.addSignUserId) {
|
|
6108
|
+
// this.$toast('请选择办理人');
|
|
6109
|
+
// return;
|
|
6110
|
+
// }
|
|
6066
6111
|
if (!this.form.nextNodeId && this.nodeList && this.nodeList.length > 0 && this.isSpecial && !this.isReject && this.isShowNode) {
|
|
6067
6112
|
this.$toast('请选择流程节点');
|
|
6068
6113
|
return;
|
|
@@ -6147,6 +6192,9 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6147
6192
|
_that.form.userId = _that.userId || util["a" /* default */].getStorage('userId');
|
|
6148
6193
|
_that.form.mobileKey = util["a" /* default */].getStorage('deviceId') || '123';
|
|
6149
6194
|
_that.form.nextNodeId = _that.form.nextOperate == 0 || _that.form.nextOperate == 1 ? _that.form.nextNodeId || nodeInfoMapInfo.nodeExtAttr.defaultNextNode : '';
|
|
6195
|
+
if (!_that.isCanPreAddSign) {
|
|
6196
|
+
delete _that.form.addSignMode;
|
|
6197
|
+
}
|
|
6150
6198
|
var formData = new FormData();
|
|
6151
6199
|
if (_that.form.isImageOpinion == 1) {
|
|
6152
6200
|
formData.append('file', _that.file);
|
|
@@ -6407,9 +6455,11 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6407
6455
|
currentOrgName = _res$data.currentOrgName,
|
|
6408
6456
|
otherOrgName = _res$data.otherOrgName,
|
|
6409
6457
|
defaultNotificationMessage = _res$data.defaultNotificationMessage,
|
|
6410
|
-
defaultNotificationType = _res$data.defaultNotificationType
|
|
6458
|
+
defaultNotificationType = _res$data.defaultNotificationType,
|
|
6459
|
+
isCanPreAddSign = _res$data.isCanPreAddSign;
|
|
6411
6460
|
|
|
6412
6461
|
that.currentOrgName = currentOrgName;
|
|
6462
|
+
that.isCanPreAddSign = isCanPreAddSign;
|
|
6413
6463
|
that.otherOrgName = otherOrgName;
|
|
6414
6464
|
that.taskExamineInfo = taskExamine;
|
|
6415
6465
|
that.form.isReturnSubmitter = taskExamine.isReturnSubmitter;
|
|
@@ -6743,8 +6793,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6743
6793
|
|
|
6744
6794
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
6745
6795
|
components_Handlevue_type_script_lang_js_,
|
|
6746
|
-
|
|
6747
|
-
|
|
6796
|
+
Handlevue_type_template_id_8b3b97b8_render,
|
|
6797
|
+
Handlevue_type_template_id_8b3b97b8_staticRenderFns,
|
|
6748
6798
|
false,
|
|
6749
6799
|
null,
|
|
6750
6800
|
null,
|