eoss-mobiles 0.2.6 → 0.2.8
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 +18 -15
- package/lib/config/api.js +3 -1
- package/lib/eoss-mobile.common.js +100 -36
- package/lib/flow.js +129 -64
- package/lib/index.js +1 -1
- package/lib/picker.js +18 -15
- package/lib/radio.js +18 -15
- package/lib/selector.js +18 -15
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +50 -6
- package/packages/theme-chalk/lib/flow.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/flow.scss +12 -0
- package/src/config/api.js +2 -0
- package/src/index.js +1 -1
package/lib/flow.js
CHANGED
|
@@ -1519,26 +1519,27 @@ var exclAttribute = function exclAttribute(_ref4) {
|
|
|
1519
1519
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return getHandleInfoHtml; });
|
|
1520
1520
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return getNodeInfoHtml; });
|
|
1521
1521
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return taskHandleHtml; });
|
|
1522
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return taskHandleHtmlImg; });
|
|
1522
1523
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return registerNew; });
|
|
1523
1524
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return getNodeInfo; });
|
|
1524
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1525
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1526
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1525
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return toStartFlow; });
|
|
1526
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return taskRejectHtml; });
|
|
1527
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return toTaskRejectHtml; });
|
|
1527
1528
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return handleTaskRead; });
|
|
1528
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1529
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1530
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1531
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1529
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return taskReadHtml; });
|
|
1530
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return toStartTaskRead; });
|
|
1531
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return toStartTaskReadHtml; });
|
|
1532
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return toTaskTransferIndex; });
|
|
1532
1533
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return findSysCodes; });
|
|
1533
1534
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return getNotificationMsg; });
|
|
1534
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1535
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1536
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1537
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1538
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1539
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1540
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1541
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1535
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return toTaskUnionExamine; });
|
|
1536
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return taskUnionExamine; });
|
|
1537
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return toTaskTakeAdvice; });
|
|
1538
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return taskTakeAdvice; });
|
|
1539
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return toTaskStartDraft; });
|
|
1540
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return taskStartDraft; });
|
|
1541
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return toTaskUnionSeal; });
|
|
1542
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return taskUnionSeal; });
|
|
1542
1543
|
/* unused harmony export toTwoOfficesDispatch */
|
|
1543
1544
|
/* unused harmony export twoOfficesDispatch */
|
|
1544
1545
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return isCanStartSubFlow; });
|
|
@@ -1566,6 +1567,8 @@ var getNodeInfoHtml = pending + '/task/taskHandle/getNodeInfo.dhtml';
|
|
|
1566
1567
|
// 提交办理(为H5提供接口)
|
|
1567
1568
|
// export const taskHandleHtml = '/api/mecp/v1/mecpItask/taskHandleHtml.json';
|
|
1568
1569
|
var taskHandleHtml = pending + '/task/taskHandle/taskHandle.dhtml';
|
|
1570
|
+
var taskHandleHtmlImg = pending + '/task/taskHandle/taskHandleWithHandwrittenOpinion.dhtml';
|
|
1571
|
+
|
|
1569
1572
|
// 发起流程
|
|
1570
1573
|
var registerNew = '/api/v1/mecpItask/registerNew.json';
|
|
1571
1574
|
// 获取节点信息(获取节点属性及办理人,发起)
|
|
@@ -3348,7 +3351,7 @@ var external_eoss_mobile_vant_ = __webpack_require__(6);
|
|
|
3348
3351
|
var that = this;
|
|
3349
3352
|
return new Promise(function (resolve, reiect) {
|
|
3350
3353
|
Object(http["a" /* default */])({
|
|
3351
|
-
url: that.apiBaseUrl ? that.apiBaseUrl + api["
|
|
3354
|
+
url: that.apiBaseUrl ? that.apiBaseUrl + api["t" /* toStartFlow */] : api["t" /* toStartFlow */],
|
|
3352
3355
|
params: res
|
|
3353
3356
|
}).then(function (res) {
|
|
3354
3357
|
if (res.rCode == 0) {
|
|
@@ -3459,8 +3462,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
3459
3462
|
)
|
|
3460
3463
|
|
|
3461
3464
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
3462
|
-
// 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=
|
|
3463
|
-
var
|
|
3465
|
+
// 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=5a93f18a&
|
|
3466
|
+
var Handlevue_type_template_id_5a93f18a_render = function () {
|
|
3464
3467
|
var _vm = this
|
|
3465
3468
|
var _h = _vm.$createElement
|
|
3466
3469
|
var _c = _vm._self._c || _h
|
|
@@ -3733,33 +3736,62 @@ var Handlevue_type_template_id_1173cb46_render = function () {
|
|
|
3733
3736
|
"div",
|
|
3734
3737
|
{ staticClass: "item" },
|
|
3735
3738
|
[
|
|
3736
|
-
_c(
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
"label-key": "value",
|
|
3746
|
-
},
|
|
3747
|
-
on: {
|
|
3748
|
-
confirm: _vm.changeNextOperate,
|
|
3749
|
-
},
|
|
3750
|
-
model: {
|
|
3751
|
-
value: _vm.form.nextOperateName,
|
|
3752
|
-
callback: function ($$v) {
|
|
3753
|
-
_vm.$set(
|
|
3754
|
-
_vm.form,
|
|
3755
|
-
"nextOperateName",
|
|
3756
|
-
$$v
|
|
3757
|
-
)
|
|
3739
|
+
_c(
|
|
3740
|
+
"em-input",
|
|
3741
|
+
{
|
|
3742
|
+
attrs: {
|
|
3743
|
+
value: "下步操作",
|
|
3744
|
+
label: "下步操作",
|
|
3745
|
+
required: "",
|
|
3746
|
+
disabled: true,
|
|
3747
|
+
"label-position": "top",
|
|
3758
3748
|
},
|
|
3759
|
-
expression:
|
|
3760
|
-
"form.nextOperateName",
|
|
3761
3749
|
},
|
|
3762
|
-
|
|
3750
|
+
[
|
|
3751
|
+
_c(
|
|
3752
|
+
"template",
|
|
3753
|
+
{ slot: "input" },
|
|
3754
|
+
_vm._l(
|
|
3755
|
+
_vm.taskOperations,
|
|
3756
|
+
function (item) {
|
|
3757
|
+
return _c(
|
|
3758
|
+
"span",
|
|
3759
|
+
{
|
|
3760
|
+
key: item.key,
|
|
3761
|
+
staticClass:
|
|
3762
|
+
"em-flow-tag",
|
|
3763
|
+
class: {
|
|
3764
|
+
"em-flow-tag-active":
|
|
3765
|
+
_vm.tagKey ===
|
|
3766
|
+
item.key,
|
|
3767
|
+
},
|
|
3768
|
+
on: {
|
|
3769
|
+
click: function (
|
|
3770
|
+
$event
|
|
3771
|
+
) {
|
|
3772
|
+
_vm.changeNextOperate(
|
|
3773
|
+
item
|
|
3774
|
+
)
|
|
3775
|
+
},
|
|
3776
|
+
},
|
|
3777
|
+
},
|
|
3778
|
+
[
|
|
3779
|
+
_vm._v(
|
|
3780
|
+
"\n " +
|
|
3781
|
+
_vm._s(
|
|
3782
|
+
item.value
|
|
3783
|
+
) +
|
|
3784
|
+
"\n "
|
|
3785
|
+
),
|
|
3786
|
+
]
|
|
3787
|
+
)
|
|
3788
|
+
}
|
|
3789
|
+
),
|
|
3790
|
+
0
|
|
3791
|
+
),
|
|
3792
|
+
],
|
|
3793
|
+
2
|
|
3794
|
+
),
|
|
3763
3795
|
],
|
|
3764
3796
|
1
|
|
3765
3797
|
)
|
|
@@ -4442,11 +4474,11 @@ var Handlevue_type_template_id_1173cb46_render = function () {
|
|
|
4442
4474
|
1
|
|
4443
4475
|
)
|
|
4444
4476
|
}
|
|
4445
|
-
var
|
|
4446
|
-
|
|
4477
|
+
var Handlevue_type_template_id_5a93f18a_staticRenderFns = []
|
|
4478
|
+
Handlevue_type_template_id_5a93f18a_render._withStripped = true
|
|
4447
4479
|
|
|
4448
4480
|
|
|
4449
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
4481
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=5a93f18a&
|
|
4450
4482
|
|
|
4451
4483
|
// 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=3c26866b&
|
|
4452
4484
|
var Rejectvue_type_template_id_3c26866b_render = function () {
|
|
@@ -4708,7 +4740,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
4708
4740
|
});
|
|
4709
4741
|
var _that = this;
|
|
4710
4742
|
Object(http["a" /* default */])({
|
|
4711
|
-
url: _that.baseUrl ? _that.baseUrl + api["
|
|
4743
|
+
url: _that.baseUrl ? _that.baseUrl + api["o" /* taskRejectHtml */] : api["o" /* taskRejectHtml */],
|
|
4712
4744
|
type: 'post',
|
|
4713
4745
|
params: formData
|
|
4714
4746
|
}).then(function (res) {
|
|
@@ -4740,7 +4772,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
4740
4772
|
duration: 0
|
|
4741
4773
|
});
|
|
4742
4774
|
Object(http["a" /* default */])({
|
|
4743
|
-
url: _that.baseUrl ? _that.baseUrl + api["
|
|
4775
|
+
url: _that.baseUrl ? _that.baseUrl + api["w" /* toTaskRejectHtml */] : api["w" /* toTaskRejectHtml */],
|
|
4744
4776
|
params: {
|
|
4745
4777
|
pendingId: this.pendingId,
|
|
4746
4778
|
isSinglePage: false,
|
|
@@ -4836,7 +4868,7 @@ var util = __webpack_require__(1);
|
|
|
4836
4868
|
duration: 0
|
|
4837
4869
|
});
|
|
4838
4870
|
Object(http["a" /* default */])({
|
|
4839
|
-
url: _that.baseUrl ? _that.baseUrl + api["
|
|
4871
|
+
url: _that.baseUrl ? _that.baseUrl + api["w" /* toTaskRejectHtml */] : api["w" /* toTaskRejectHtml */],
|
|
4840
4872
|
params: {
|
|
4841
4873
|
appid: this.appid,
|
|
4842
4874
|
pendingId: this.pendingId,
|
|
@@ -5023,7 +5055,7 @@ var util = __webpack_require__(1);
|
|
|
5023
5055
|
ids = ids + r.showid + (i === _this3.nextReadUserSelectList.length - 1 ? '' : ',');
|
|
5024
5056
|
});
|
|
5025
5057
|
var params = {
|
|
5026
|
-
url: _that.baseUrl ? _that.baseUrl + api["
|
|
5058
|
+
url: _that.baseUrl ? _that.baseUrl + api["n" /* taskReadHtml */] : api["n" /* taskReadHtml */],
|
|
5027
5059
|
params: {
|
|
5028
5060
|
pendingId: this.pendingId,
|
|
5029
5061
|
appId: this.appid,
|
|
@@ -5062,7 +5094,7 @@ var util = __webpack_require__(1);
|
|
|
5062
5094
|
|
|
5063
5095
|
var _that = this;
|
|
5064
5096
|
Object(http["a" /* default */])({
|
|
5065
|
-
url: _that.baseUrl ? _that.baseUrl + api["
|
|
5097
|
+
url: _that.baseUrl ? _that.baseUrl + api["v" /* toStartTaskReadHtml */] : api["v" /* toStartTaskReadHtml */],
|
|
5066
5098
|
params: {
|
|
5067
5099
|
appId: this.appid,
|
|
5068
5100
|
pendingId: this.pendingId,
|
|
@@ -5486,6 +5518,25 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5486
5518
|
//
|
|
5487
5519
|
//
|
|
5488
5520
|
//
|
|
5521
|
+
//
|
|
5522
|
+
//
|
|
5523
|
+
//
|
|
5524
|
+
//
|
|
5525
|
+
//
|
|
5526
|
+
//
|
|
5527
|
+
//
|
|
5528
|
+
//
|
|
5529
|
+
//
|
|
5530
|
+
//
|
|
5531
|
+
//
|
|
5532
|
+
//
|
|
5533
|
+
//
|
|
5534
|
+
//
|
|
5535
|
+
//
|
|
5536
|
+
//
|
|
5537
|
+
//
|
|
5538
|
+
//
|
|
5539
|
+
//
|
|
5489
5540
|
|
|
5490
5541
|
|
|
5491
5542
|
|
|
@@ -5584,7 +5635,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5584
5635
|
advanceNoticeType: [] //催办通知方式
|
|
5585
5636
|
},
|
|
5586
5637
|
isCanFenyue: '0'
|
|
5587
|
-
}, _ref['isChooseNextNode'] = 1, _ref.isOpinionRequired = 0, _ref.isBanInputOpinion = 0, _ref.showTimeList = false, _ref.timeList = [], _ref.nextUserList = [], _ref.nextCurrentOrgObjSelect = [], _ref.nextOtherOrgObjSelect = [], _ref.nextReadUserSelectList = [], _ref.addSignUserSelectList = [], _ref.removeSignUserSelectList = [], _ref.nextUserSelectList = [], _ref.showAppUser = false, _ref.showNextOperate = false, _ref.showNextNodeList = false, _ref.nodeList = [], _ref.selectList = [], _ref.opinionList = [], _ref.processObj = { taskExamine: { nodeName: undefined } }, _ref.peopleObj = {}, _ref.userInfo = {}, _ref.isCanAddSign = false, _ref.isCanRemoveSign = false, _ref.isSpecial = true, _ref.taskOperations = [], _ref.countersignaturetypeCode = false, _ref.countersignaturetypeText = undefined, _ref.isCustomPreset = true, _ref.isHideCurrentOrg = false, _ref.isHideOtherOrg = false, _ref.isHandleExplain = false, _ref.isTaskread = false, _ref.defaultNotificationType = undefined, _ref.selectUnitType = 'department', _ref.isHiddenNextStepInfo = false, _ref.presetEdit = true, _ref.isLimitedTimeHandling = false, _ref.userSelectionType = undefined, _ref.orgSelectionType = undefined, _ref.notificationType = undefined, _ref.nodeType = undefined, _ref.deptRoleCode = undefined, _ref.orgRoleCode = undefined, _ref.appointNotUserIds = undefined, _ref.handleRoleId = undefined, _ref.nextRole = undefined, _ref.filterCandinateIds = undefined, _ref.selectorDefShowDeptId = undefined, _ref.isRadio = true, _ref.otherOrgName = undefined, _ref.currentOrgName = undefined, _ref.isMainSubProcess = false, _ref.isNextUser = false, _ref.isDealObject = false, _ref.isDealRole = false, _ref.nextUserflag = false, _ref.isSubmitButtonShowAgreeAndDisagree = 0, _ref.isCustomUserClick = false, _ref.timeListLable = undefined, _ref.nodeDefaultSubmitOpinion = undefined, _ref.isCustomUser = 0, _ref.choiceOrgId = '', _ref.choiceDeptId = '', _ref.taskExamineInfo = {}, _ref.nodeInfoMapInfo = {}, _ref.file = '', _ref.isEndUserTask = '', _ref.pOrgId = '', _ref;
|
|
5638
|
+
}, _ref['isChooseNextNode'] = 1, _ref.isOpinionRequired = 0, _ref.isBanInputOpinion = 0, _ref.showTimeList = false, _ref.timeList = [], _ref.nextUserList = [], _ref.nextCurrentOrgObjSelect = [], _ref.nextOtherOrgObjSelect = [], _ref.nextReadUserSelectList = [], _ref.addSignUserSelectList = [], _ref.removeSignUserSelectList = [], _ref.nextUserSelectList = [], _ref.showAppUser = false, _ref.showNextOperate = false, _ref.showNextNodeList = false, _ref.nodeList = [], _ref.selectList = [], _ref.opinionList = [], _ref.processObj = { taskExamine: { nodeName: undefined } }, _ref.peopleObj = {}, _ref.userInfo = {}, _ref.isCanAddSign = false, _ref.isCanRemoveSign = false, _ref.isSpecial = true, _ref.taskOperations = [], _ref.countersignaturetypeCode = false, _ref.countersignaturetypeText = undefined, _ref.isCustomPreset = true, _ref.isHideCurrentOrg = false, _ref.isHideOtherOrg = false, _ref.isHandleExplain = false, _ref.isTaskread = false, _ref.defaultNotificationType = undefined, _ref.selectUnitType = 'department', _ref.isHiddenNextStepInfo = false, _ref.presetEdit = true, _ref.isLimitedTimeHandling = false, _ref.userSelectionType = undefined, _ref.orgSelectionType = undefined, _ref.notificationType = undefined, _ref.nodeType = undefined, _ref.deptRoleCode = undefined, _ref.orgRoleCode = undefined, _ref.appointNotUserIds = undefined, _ref.handleRoleId = undefined, _ref.nextRole = undefined, _ref.filterCandinateIds = undefined, _ref.selectorDefShowDeptId = undefined, _ref.isRadio = true, _ref.otherOrgName = undefined, _ref.currentOrgName = undefined, _ref.isMainSubProcess = false, _ref.isNextUser = false, _ref.isDealObject = false, _ref.isDealRole = false, _ref.nextUserflag = false, _ref.isSubmitButtonShowAgreeAndDisagree = 0, _ref.isCustomUserClick = false, _ref.timeListLable = undefined, _ref.nodeDefaultSubmitOpinion = undefined, _ref.isCustomUser = 0, _ref.choiceOrgId = '', _ref.choiceDeptId = '', _ref.taskExamineInfo = {}, _ref.nodeInfoMapInfo = {}, _ref.file = '', _ref.isEndUserTask = '', _ref.tagKey = '', _ref.pOrgId = '', _ref.needRetrialAuth = false, _ref;
|
|
5588
5639
|
},
|
|
5589
5640
|
created: function created() {
|
|
5590
5641
|
var _this2 = this;
|
|
@@ -5689,6 +5740,15 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5689
5740
|
opinion: this.form.opinion,
|
|
5690
5741
|
taskAction: 'complete'
|
|
5691
5742
|
};
|
|
5743
|
+
var formData = new FormData();
|
|
5744
|
+
if (this.form.isImageOpinion == 1) {
|
|
5745
|
+
formData.append('file', this.file);
|
|
5746
|
+
}
|
|
5747
|
+
for (var key in params) {
|
|
5748
|
+
if (params[key] !== '' && params[key] !== undefined) {
|
|
5749
|
+
formData.append(key, params[key]);
|
|
5750
|
+
}
|
|
5751
|
+
}
|
|
5692
5752
|
this.$toast.loading({
|
|
5693
5753
|
message: '加载中...',
|
|
5694
5754
|
forbidClick: true,
|
|
@@ -5697,12 +5757,12 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5697
5757
|
duration: 0
|
|
5698
5758
|
});
|
|
5699
5759
|
Object(http["a" /* default */])({
|
|
5700
|
-
url: this.baseUrl ? this.baseUrl + api["
|
|
5760
|
+
url: this.baseUrl ? this.baseUrl + api["n" /* taskReadHtml */] : api["n" /* taskReadHtml */],
|
|
5701
5761
|
headers: {
|
|
5702
5762
|
Accept: 'application/json,text/plain'
|
|
5703
5763
|
},
|
|
5704
5764
|
type: 'post',
|
|
5705
|
-
params:
|
|
5765
|
+
params: formData
|
|
5706
5766
|
}).then(function (res) {
|
|
5707
5767
|
var status = res.status,
|
|
5708
5768
|
message = res.message;
|
|
@@ -5808,11 +5868,13 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5808
5868
|
choiceDeptId = this.choiceDeptId,
|
|
5809
5869
|
pOrgId = this.pOrgId,
|
|
5810
5870
|
taskExamineInfo = this.taskExamineInfo,
|
|
5871
|
+
needRetrialAuth = this.needRetrialAuth,
|
|
5811
5872
|
nodeInfoMapInfo = this.nodeInfoMapInfo;
|
|
5812
5873
|
|
|
5813
5874
|
_that.form.isEndUserTask = isEndUserTask;
|
|
5814
5875
|
_that.form.choiceOrgId = choiceOrgId;
|
|
5815
5876
|
_that.form.choiceDeptId = choiceDeptId;
|
|
5877
|
+
_that.form.needRetrialAuth = needRetrialAuth;
|
|
5816
5878
|
_that.form.pOrgId = pOrgId;
|
|
5817
5879
|
_that.form.processType = taskExamineInfo.processType;
|
|
5818
5880
|
_that.form.businessId = taskExamineInfo.businessId;
|
|
@@ -5832,7 +5894,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5832
5894
|
}
|
|
5833
5895
|
}
|
|
5834
5896
|
Object(http["a" /* default */])({
|
|
5835
|
-
url: _that.baseUrl ? _that.baseUrl + api["l" /* taskHandleHtml */] : api["l" /* taskHandleHtml */],
|
|
5897
|
+
url: _that.baseUrl ? _that.baseUrl + (_that.form.isImageOpinion == 1 ? api["m" /* taskHandleHtmlImg */] : api["l" /* taskHandleHtml */]) : _that.form.isImageOpinion == 1 ? api["m" /* taskHandleHtmlImg */] : api["l" /* taskHandleHtml */],
|
|
5836
5898
|
type: 'post',
|
|
5837
5899
|
params: formData
|
|
5838
5900
|
}).then(function (res) {
|
|
@@ -5884,6 +5946,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
5884
5946
|
|
|
5885
5947
|
// 切换下一步操作
|
|
5886
5948
|
changeNextOperate: function changeNextOperate(val, isDef) {
|
|
5949
|
+
if (!isDef && val.key === this.tagKey) return;
|
|
5950
|
+
this.tagKey = val.key;
|
|
5887
5951
|
//恢复默认
|
|
5888
5952
|
this.isNextUser = false;
|
|
5889
5953
|
this.isShowNode = false;
|
|
@@ -6166,6 +6230,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6166
6230
|
}
|
|
6167
6231
|
}
|
|
6168
6232
|
if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
|
|
6233
|
+
that.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
|
|
6169
6234
|
if (nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList) {
|
|
6170
6235
|
var notice = JSON.parse(nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList);
|
|
6171
6236
|
notice.map(function (x) {
|
|
@@ -6217,7 +6282,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6217
6282
|
var _this5 = this;
|
|
6218
6283
|
|
|
6219
6284
|
Object(http["a" /* default */])({
|
|
6220
|
-
url: this.baseUrl ? this.baseUrl + api["
|
|
6285
|
+
url: this.baseUrl ? this.baseUrl + api["v" /* toStartTaskReadHtml */] : api["v" /* toStartTaskReadHtml */],
|
|
6221
6286
|
params: { pendingId: this.pendingId }
|
|
6222
6287
|
}).then(function (res) {
|
|
6223
6288
|
var status = res.status,
|
|
@@ -6397,8 +6462,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6397
6462
|
|
|
6398
6463
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
6399
6464
|
components_Handlevue_type_script_lang_js_,
|
|
6400
|
-
|
|
6401
|
-
|
|
6465
|
+
Handlevue_type_template_id_5a93f18a_render,
|
|
6466
|
+
Handlevue_type_template_id_5a93f18a_staticRenderFns,
|
|
6402
6467
|
false,
|
|
6403
6468
|
null,
|
|
6404
6469
|
null,
|
|
@@ -6787,7 +6852,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
6787
6852
|
taskExamine = this.taskExamine;
|
|
6788
6853
|
|
|
6789
6854
|
var params = {
|
|
6790
|
-
url: this.baseUrl ? this.baseUrl + api["
|
|
6855
|
+
url: this.baseUrl ? this.baseUrl + api["z" /* toTaskTransferIndex */] : api["z" /* toTaskTransferIndex */],
|
|
6791
6856
|
params: {
|
|
6792
6857
|
opinion: opinion,
|
|
6793
6858
|
pendingId: pendingId,
|
|
@@ -6861,7 +6926,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
6861
6926
|
if (_that.newType != 'taskReadAndEnd') delete params.taskAction;
|
|
6862
6927
|
|
|
6863
6928
|
Object(http["a" /* default */])({
|
|
6864
|
-
url: _that.baseUrl ? _that.baseUrl + api["
|
|
6929
|
+
url: _that.baseUrl ? _that.baseUrl + api["u" /* toStartTaskRead */] : api["u" /* toStartTaskRead */],
|
|
6865
6930
|
params: params
|
|
6866
6931
|
}).then(function (res) {
|
|
6867
6932
|
_that.$toast.clear();
|
|
@@ -6986,7 +7051,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
6986
7051
|
processDefinitionId = _taskExamine.processDefinitionId;
|
|
6987
7052
|
|
|
6988
7053
|
var params = {
|
|
6989
|
-
url: _that.baseUrl ? _that.baseUrl + api["
|
|
7054
|
+
url: _that.baseUrl ? _that.baseUrl + api["n" /* taskReadHtml */] : api["n" /* taskReadHtml */],
|
|
6990
7055
|
type: 'post',
|
|
6991
7056
|
params: TaskReadvue_type_script_lang_js_extends({}, this.form, {
|
|
6992
7057
|
pendingId: this.pendingId,
|
|
@@ -7512,7 +7577,7 @@ taskUnionExaminevue_type_template_id_70a11c5a_render._withStripped = true
|
|
|
7512
7577
|
var _this5 = this;
|
|
7513
7578
|
|
|
7514
7579
|
var params = {
|
|
7515
|
-
url: this.type == 'takeAdvice' ? api["
|
|
7580
|
+
url: this.type == 'takeAdvice' ? api["y" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["x" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["B" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? toTwoOfficesDispatch : api["A" /* toTaskUnionExamine */],
|
|
7516
7581
|
params: { pendingId: this.pendingId },
|
|
7517
7582
|
headers: { Accept: 'application/json,text/plain' }
|
|
7518
7583
|
};
|
|
@@ -7649,7 +7714,7 @@ taskUnionExaminevue_type_template_id_70a11c5a_render._withStripped = true
|
|
|
7649
7714
|
// if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
|
|
7650
7715
|
// return this.$toast('暂未开放,敬请期待!');
|
|
7651
7716
|
var param = {
|
|
7652
|
-
url: this.type === 'startDraf' ? api["
|
|
7717
|
+
url: this.type === 'startDraf' ? api["p" /* taskStartDraft */] : this.type == 'unionSeal' ? api["s" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? twoOfficesDispatch : this.type == 'takeAdvice' ? api["q" /* taskTakeAdvice */] : api["r" /* taskUnionExamine */],
|
|
7653
7718
|
params: formData,
|
|
7654
7719
|
headers: { Accept: 'application/json,text/plain' },
|
|
7655
7720
|
type: 'post'
|
|
@@ -7697,7 +7762,7 @@ taskUnionExaminevue_type_template_id_70a11c5a_render._withStripped = true
|
|
|
7697
7762
|
// duration: 0
|
|
7698
7763
|
// });
|
|
7699
7764
|
Object(http["a" /* default */])({
|
|
7700
|
-
url: _that.baseUrl ? _that.baseUrl + api["
|
|
7765
|
+
url: _that.baseUrl ? _that.baseUrl + api["A" /* toTaskUnionExamine */] : api["A" /* toTaskUnionExamine */],
|
|
7701
7766
|
params: {
|
|
7702
7767
|
pendingId: this.pendingId
|
|
7703
7768
|
}
|