eoss-mobiles 0.3.48 → 0.3.50
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 +21 -19
- package/lib/config/api.js +2 -1
- package/lib/eoss-mobile.common.js +28 -25
- package/lib/flow-btn.js +21 -19
- package/lib/flow-list.js +21 -19
- package/lib/flow.js +58 -54
- package/lib/index.js +1 -1
- package/lib/picker.js +21 -19
- package/lib/radio.js +21 -19
- package/lib/retrial-auth.js +21 -19
- package/lib/selector.js +21 -19
- package/lib/table-column.js +21 -19
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +26 -10
- package/packages/flow/src/components/TaskRead.vue +1 -1
- package/packages/flow/src/main.vue +1 -1
- package/src/config/api.js +1 -0
- package/src/index.js +1 -1
package/lib/flow.js
CHANGED
|
@@ -1620,26 +1620,27 @@ function normalizeComponent(
|
|
|
1620
1620
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "D", function() { return taskHandleHtmlImg; });
|
|
1621
1621
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return registerNew; });
|
|
1622
1622
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return getNodeInfo; });
|
|
1623
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1623
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "O", function() { return toStartFlow; });
|
|
1624
1624
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return findUserBaseInfo; });
|
|
1625
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1626
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1625
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "H", function() { return taskRejectHtml; });
|
|
1626
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "S", function() { return toTaskRejectHtml; });
|
|
1627
1627
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return handleTaskRead; });
|
|
1628
1628
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return taskReadHtml; });
|
|
1629
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return taskReadWithHandwrittenOpinion; });
|
|
1629
1630
|
/* unused harmony export toStartTaskRead */
|
|
1630
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1631
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1632
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1631
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "P", function() { return toStartTaskReadHtml; });
|
|
1632
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return toTaskTransferIndex; });
|
|
1633
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return taskTransfer; });
|
|
1633
1634
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return findSysCodes; });
|
|
1634
1635
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return getNotificationMsg; });
|
|
1635
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1636
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1637
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1638
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1639
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1640
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1641
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1642
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1636
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return toTaskUnionExamine; });
|
|
1637
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return taskUnionExamine; });
|
|
1638
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return toTaskTakeAdvice; });
|
|
1639
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "J", function() { return taskTakeAdvice; });
|
|
1640
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "T", function() { return toTaskStartDraft; });
|
|
1641
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "I", function() { return taskStartDraft; });
|
|
1642
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return toTaskUnionSeal; });
|
|
1643
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "M", function() { return taskUnionSeal; });
|
|
1643
1644
|
/* unused harmony export toTwoOfficesDispatch */
|
|
1644
1645
|
/* unused harmony export twoOfficesDispatch */
|
|
1645
1646
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return isCanStartSubFlow; });
|
|
@@ -1651,16 +1652,16 @@ function normalizeComponent(
|
|
|
1651
1652
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return getProcessDefList; });
|
|
1652
1653
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "A", function() { return startReadTransferHandleFlowWithTaskReadEnd; });
|
|
1653
1654
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return freeStartFlowWithSubmitTask; });
|
|
1654
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1655
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1656
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1655
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return toTaskSupervise; });
|
|
1656
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "V", function() { return toTaskSuperviseSub; });
|
|
1657
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "N", function() { return toResetProcessIndex; });
|
|
1657
1658
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return resetProcess; });
|
|
1658
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1659
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return toTaskContinuationIndex; });
|
|
1659
1660
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "B", function() { return taskContinuation; });
|
|
1660
1661
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "F", function() { return taskReadList; });
|
|
1661
1662
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return cancelTaskRead; });
|
|
1662
1663
|
/* unused harmony export officeHandleRemark */
|
|
1663
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "
|
|
1664
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Q", function() { return toStartTaskReadNew; });
|
|
1664
1665
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return directStartTaskCircularRead; });
|
|
1665
1666
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return endFlowAndStartTaskCircularRead; });
|
|
1666
1667
|
/* harmony import */ var _utils_util__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(0);
|
|
@@ -1717,6 +1718,7 @@ var handleTaskRead = '/bpm/v1/mecpItask/handleTaskRead.json';
|
|
|
1717
1718
|
// 分阅(为H5提供接口)
|
|
1718
1719
|
// export const taskReadHtml = '/api/mecp/v1/mecpItask/taskReadHtml.json';
|
|
1719
1720
|
var taskReadHtml = activiti + '/task/taskHandle/taskRead.dhtml';
|
|
1721
|
+
var taskReadWithHandwrittenOpinion = activiti + '/task/taskHandle/taskReadWithHandwrittenOpinion.dhtml';
|
|
1720
1722
|
// 获取分阅页面信息
|
|
1721
1723
|
// export const toStartTaskReadHtml = '/api/mecp/v1/mecpItask/toStartTaskReadHtml.json';
|
|
1722
1724
|
// 获取分阅信息
|
|
@@ -2131,7 +2133,7 @@ module.exports = require("sm-crypto");
|
|
|
2131
2133
|
// ESM COMPAT FLAG
|
|
2132
2134
|
__webpack_require__.r(__webpack_exports__);
|
|
2133
2135
|
|
|
2134
|
-
// 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=
|
|
2136
|
+
// 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=48dbcefe
|
|
2135
2137
|
var render = function () {
|
|
2136
2138
|
var _vm = this
|
|
2137
2139
|
var _h = _vm.$createElement
|
|
@@ -2183,7 +2185,9 @@ var render = function () {
|
|
|
2183
2185
|
false
|
|
2184
2186
|
)
|
|
2185
2187
|
)
|
|
2186
|
-
: _vm.newType === "taskRead" ||
|
|
2188
|
+
: _vm.newType === "taskRead" ||
|
|
2189
|
+
_vm.newType === "transfer" ||
|
|
2190
|
+
_vm.newType === "taskReadAndEnd"
|
|
2187
2191
|
? _c(
|
|
2188
2192
|
"TaskRead",
|
|
2189
2193
|
_vm._b(
|
|
@@ -2270,7 +2274,7 @@ var staticRenderFns = []
|
|
|
2270
2274
|
render._withStripped = true
|
|
2271
2275
|
|
|
2272
2276
|
|
|
2273
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
2277
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=48dbcefe
|
|
2274
2278
|
|
|
2275
2279
|
// 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/StartFlow.vue?vue&type=template&id=1e2dff79
|
|
2276
2280
|
var StartFlowvue_type_template_id_1e2dff79_render = function () {
|
|
@@ -4583,7 +4587,7 @@ var StartFlowvue_type_script_lang_js_typeof = typeof Symbol === "function" && ty
|
|
|
4583
4587
|
var that = this;
|
|
4584
4588
|
return new Promise(function (resolve, reiect) {
|
|
4585
4589
|
Object(http["a" /* default */])({
|
|
4586
|
-
url: that.apiBaseUrl ? that.apiBaseUrl + api["
|
|
4590
|
+
url: that.apiBaseUrl ? that.apiBaseUrl + api["O" /* toStartFlow */] : api["O" /* toStartFlow */],
|
|
4587
4591
|
params: {
|
|
4588
4592
|
params: StartFlowvue_type_script_lang_js_extends({}, res, {
|
|
4589
4593
|
userId: that.userId || util["a" /* default */].getStorage('userId')
|
|
@@ -4746,8 +4750,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
4746
4750
|
)
|
|
4747
4751
|
|
|
4748
4752
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
4749
|
-
// 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=
|
|
4750
|
-
var
|
|
4753
|
+
// 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=33af5991
|
|
4754
|
+
var Handlevue_type_template_id_33af5991_render = function () {
|
|
4751
4755
|
var _vm = this
|
|
4752
4756
|
var _h = _vm.$createElement
|
|
4753
4757
|
var _c = _vm._self._c || _h
|
|
@@ -6191,11 +6195,11 @@ var Handlevue_type_template_id_4ec2a437_render = function () {
|
|
|
6191
6195
|
1
|
|
6192
6196
|
)
|
|
6193
6197
|
}
|
|
6194
|
-
var
|
|
6195
|
-
|
|
6198
|
+
var Handlevue_type_template_id_33af5991_staticRenderFns = []
|
|
6199
|
+
Handlevue_type_template_id_33af5991_render._withStripped = true
|
|
6196
6200
|
|
|
6197
6201
|
|
|
6198
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
6202
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=33af5991
|
|
6199
6203
|
|
|
6200
6204
|
// 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=4dfae864
|
|
6201
6205
|
var Rejectvue_type_template_id_4dfae864_render = function () {
|
|
@@ -6502,7 +6506,7 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6502
6506
|
});
|
|
6503
6507
|
var _that = this;
|
|
6504
6508
|
Object(http["a" /* default */])({
|
|
6505
|
-
url: _that.baseUrl ? _that.baseUrl + api["
|
|
6509
|
+
url: _that.baseUrl ? _that.baseUrl + api["H" /* taskRejectHtml */] : api["H" /* taskRejectHtml */],
|
|
6506
6510
|
type: 'post',
|
|
6507
6511
|
params: this.form.isImageOpinion == 1 ? formData : this.form,
|
|
6508
6512
|
format: false
|
|
@@ -6538,7 +6542,7 @@ var Rejectvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
6538
6542
|
duration: 0
|
|
6539
6543
|
});
|
|
6540
6544
|
Object(http["a" /* default */])({
|
|
6541
|
-
url: _that.baseUrl ? _that.baseUrl + api["
|
|
6545
|
+
url: _that.baseUrl ? _that.baseUrl + api["S" /* toTaskRejectHtml */] : api["S" /* toTaskRejectHtml */],
|
|
6542
6546
|
params: {
|
|
6543
6547
|
pendingId: this.pendingId,
|
|
6544
6548
|
isSinglePage: false,
|
|
@@ -6637,7 +6641,7 @@ var Reject_component = Object(componentNormalizer["a" /* default */])(
|
|
|
6637
6641
|
duration: 0
|
|
6638
6642
|
});
|
|
6639
6643
|
Object(http["a" /* default */])({
|
|
6640
|
-
url: _that.baseUrl ? _that.baseUrl + api["
|
|
6644
|
+
url: _that.baseUrl ? _that.baseUrl + api["S" /* toTaskRejectHtml */] : api["S" /* toTaskRejectHtml */],
|
|
6641
6645
|
params: {
|
|
6642
6646
|
appid: this.appid,
|
|
6643
6647
|
pendingId: this.pendingId,
|
|
@@ -6862,7 +6866,7 @@ var Reject_component = Object(componentNormalizer["a" /* default */])(
|
|
|
6862
6866
|
|
|
6863
6867
|
var _that = this;
|
|
6864
6868
|
Object(http["a" /* default */])({
|
|
6865
|
-
url: _that.baseUrl ? _that.baseUrl + api["
|
|
6869
|
+
url: _that.baseUrl ? _that.baseUrl + api["P" /* toStartTaskReadHtml */] : api["P" /* toStartTaskReadHtml */],
|
|
6866
6870
|
params: {
|
|
6867
6871
|
appId: this.appid,
|
|
6868
6872
|
pendingId: this.pendingId,
|
|
@@ -7833,7 +7837,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
7833
7837
|
duration: 0
|
|
7834
7838
|
});
|
|
7835
7839
|
Object(http["a" /* default */])({
|
|
7836
|
-
url: this.baseUrl ? this.baseUrl + api["E" /* taskReadHtml */] : api["E" /* taskReadHtml */],
|
|
7840
|
+
url: this.baseUrl ? this.baseUrl + (this.form.isImageOpinion == 1 ? api["G" /* taskReadWithHandwrittenOpinion */] : api["E" /* taskReadHtml */]) : this.form.isImageOpinion == 1 ? api["G" /* taskReadWithHandwrittenOpinion */] : api["E" /* taskReadHtml */],
|
|
7837
7841
|
headers: {
|
|
7838
7842
|
Accept: 'application/json,text/plain'
|
|
7839
7843
|
},
|
|
@@ -8518,7 +8522,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8518
8522
|
var _this9 = this;
|
|
8519
8523
|
|
|
8520
8524
|
Object(http["a" /* default */])({
|
|
8521
|
-
url: this.baseUrl ? this.baseUrl + api["
|
|
8525
|
+
url: this.baseUrl ? this.baseUrl + api["P" /* toStartTaskReadHtml */] : api["P" /* toStartTaskReadHtml */],
|
|
8522
8526
|
params: { pendingId: this.pendingId, userId: this.userId }
|
|
8523
8527
|
}).then(function (res) {
|
|
8524
8528
|
var status = res.status,
|
|
@@ -8709,8 +8713,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8709
8713
|
|
|
8710
8714
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
8711
8715
|
components_Handlevue_type_script_lang_js,
|
|
8712
|
-
|
|
8713
|
-
|
|
8716
|
+
Handlevue_type_template_id_33af5991_render,
|
|
8717
|
+
Handlevue_type_template_id_33af5991_staticRenderFns,
|
|
8714
8718
|
false,
|
|
8715
8719
|
null,
|
|
8716
8720
|
null,
|
|
@@ -9470,8 +9474,8 @@ var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
|
9470
9474
|
)
|
|
9471
9475
|
|
|
9472
9476
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
9473
|
-
// 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/TaskRead.vue?vue&type=template&id=
|
|
9474
|
-
var
|
|
9477
|
+
// 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/TaskRead.vue?vue&type=template&id=7a2634da
|
|
9478
|
+
var TaskReadvue_type_template_id_7a2634da_render = function () {
|
|
9475
9479
|
var _vm = this
|
|
9476
9480
|
var _h = _vm.$createElement
|
|
9477
9481
|
var _c = _vm._self._c || _h
|
|
@@ -9673,11 +9677,11 @@ var TaskReadvue_type_template_id_191d1ea6_render = function () {
|
|
|
9673
9677
|
]),
|
|
9674
9678
|
])
|
|
9675
9679
|
}
|
|
9676
|
-
var
|
|
9677
|
-
|
|
9680
|
+
var TaskReadvue_type_template_id_7a2634da_staticRenderFns = []
|
|
9681
|
+
TaskReadvue_type_template_id_7a2634da_render._withStripped = true
|
|
9678
9682
|
|
|
9679
9683
|
|
|
9680
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
9684
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=7a2634da
|
|
9681
9685
|
|
|
9682
9686
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/TaskRead.vue?vue&type=script&lang=js
|
|
9683
9687
|
var TaskReadvue_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; };
|
|
@@ -9917,7 +9921,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
9917
9921
|
pendingId = this.pendingId;
|
|
9918
9922
|
|
|
9919
9923
|
var params = {
|
|
9920
|
-
url: api["
|
|
9924
|
+
url: api["K" /* taskTransfer */],
|
|
9921
9925
|
params: {
|
|
9922
9926
|
choiceDeptId: choiceDeptId,
|
|
9923
9927
|
choiceOrgId: choiceOrgId,
|
|
@@ -10012,7 +10016,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
10012
10016
|
taskExamine = this.taskExamine;
|
|
10013
10017
|
|
|
10014
10018
|
var params = {
|
|
10015
|
-
url: this.baseUrl ? this.baseUrl + api["
|
|
10019
|
+
url: this.baseUrl ? this.baseUrl + api["X" /* toTaskTransferIndex */] : api["X" /* toTaskTransferIndex */],
|
|
10016
10020
|
params: {
|
|
10017
10021
|
opinion: opinion,
|
|
10018
10022
|
pendingId: pendingId,
|
|
@@ -10126,7 +10130,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
10126
10130
|
mobileKey: util["a" /* default */].getStorage('deviceId') || '123'
|
|
10127
10131
|
};
|
|
10128
10132
|
Object(http["a" /* default */])({
|
|
10129
|
-
url: this.baseUrl ? this.baseUrl + api["
|
|
10133
|
+
url: this.baseUrl ? this.baseUrl + api["Q" /* toStartTaskReadNew */] : api["Q" /* toStartTaskReadNew */],
|
|
10130
10134
|
params: params
|
|
10131
10135
|
}).then(function (res) {
|
|
10132
10136
|
if (res.status == 'success' || res.rCode == 0) {
|
|
@@ -10148,7 +10152,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
10148
10152
|
if (_that.newType != 'taskReadAndEnd') delete params.taskAction;
|
|
10149
10153
|
|
|
10150
10154
|
Object(http["a" /* default */])({
|
|
10151
|
-
url: _that.baseUrl ? _that.baseUrl + api["
|
|
10155
|
+
url: _that.baseUrl ? _that.baseUrl + api["P" /* toStartTaskReadHtml */] : api["P" /* toStartTaskReadHtml */],
|
|
10152
10156
|
params: params
|
|
10153
10157
|
}).then(function (res) {
|
|
10154
10158
|
_that.$toast.clear();
|
|
@@ -10303,7 +10307,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
10303
10307
|
handleExplain: this.form.handleExplain,
|
|
10304
10308
|
currentOrgProcessKey: processDefinitionId,
|
|
10305
10309
|
noticeType: this.form.notificationMsgType,
|
|
10306
|
-
taskAction:
|
|
10310
|
+
taskAction: this.type == "taskReadAndEnd" ? "taskReadAndEnd" : "create",
|
|
10307
10311
|
userId: this.userId,
|
|
10308
10312
|
// notificationMsg: this.form.notificationMsg,
|
|
10309
10313
|
nextReadUserId: ids
|
|
@@ -10348,8 +10352,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
10348
10352
|
|
|
10349
10353
|
var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
10350
10354
|
components_TaskReadvue_type_script_lang_js,
|
|
10351
|
-
|
|
10352
|
-
|
|
10355
|
+
TaskReadvue_type_template_id_7a2634da_render,
|
|
10356
|
+
TaskReadvue_type_template_id_7a2634da_staticRenderFns,
|
|
10353
10357
|
false,
|
|
10354
10358
|
null,
|
|
10355
10359
|
null,
|
|
@@ -10891,7 +10895,7 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
10891
10895
|
var _this5 = this;
|
|
10892
10896
|
|
|
10893
10897
|
var params = {
|
|
10894
|
-
url: this.type == 'takeAdvice' ? api["
|
|
10898
|
+
url: this.type == 'takeAdvice' ? api["W" /* toTaskTakeAdvice */] : this.type === 'startDraf' ? api["T" /* toTaskStartDraft */] : this.type == 'unionSeal' ? api["Z" /* toTaskUnionSeal */] : this.type == 'twoOfficesDispatch' ? toTwoOfficesDispatch : api["Y" /* toTaskUnionExamine */],
|
|
10895
10899
|
params: { pendingId: this.pendingId, userId: this.userId },
|
|
10896
10900
|
headers: { Accept: 'application/json,text/plain' }
|
|
10897
10901
|
};
|
|
@@ -11067,7 +11071,7 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
11067
11071
|
// if (this.type != 'startDraf' && this.type != 'unionSeal' && this.type != 'twoOfficesDispatch')
|
|
11068
11072
|
// return this.$toast('暂未开放,敬请期待!');
|
|
11069
11073
|
var param = {
|
|
11070
|
-
url: this.type === 'startDraf' ? api["
|
|
11074
|
+
url: this.type === 'startDraf' ? api["I" /* taskStartDraft */] : this.type == 'unionSeal' ? api["M" /* taskUnionSeal */] : this.type === 'twoOfficesDispatch' ? twoOfficesDispatch : this.type == 'takeAdvice' ? api["J" /* taskTakeAdvice */] : api["L" /* taskUnionExamine */],
|
|
11071
11075
|
params: isImageOpinion == 1 ? formData : info,
|
|
11072
11076
|
headers: { Accept: 'application/json,text/plain' },
|
|
11073
11077
|
type: 'post',
|
|
@@ -11116,7 +11120,7 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
|
|
|
11116
11120
|
// duration: 0
|
|
11117
11121
|
// });
|
|
11118
11122
|
Object(http["a" /* default */])({
|
|
11119
|
-
url: _that.baseUrl ? _that.baseUrl + api["
|
|
11123
|
+
url: _that.baseUrl ? _that.baseUrl + api["Y" /* toTaskUnionExamine */] : api["Y" /* toTaskUnionExamine */],
|
|
11120
11124
|
params: {
|
|
11121
11125
|
pendingId: this.pendingId
|
|
11122
11126
|
}
|
|
@@ -11310,7 +11314,7 @@ supervisevue_type_template_id_0c9c1b52_render._withStripped = true
|
|
|
11310
11314
|
pendingUserIds = _form.pendingUserIds;
|
|
11311
11315
|
|
|
11312
11316
|
var params = {
|
|
11313
|
-
url: api["
|
|
11317
|
+
url: api["V" /* toTaskSuperviseSub */],
|
|
11314
11318
|
params: {
|
|
11315
11319
|
userId: util["a" /* default */].getStorage('userId'),
|
|
11316
11320
|
urgeUserIds: selectInfo.map(function (item) {
|
|
@@ -11350,7 +11354,7 @@ supervisevue_type_template_id_0c9c1b52_render._withStripped = true
|
|
|
11350
11354
|
message: '加载中...'
|
|
11351
11355
|
});
|
|
11352
11356
|
Object(http["a" /* default */])({
|
|
11353
|
-
url: api["
|
|
11357
|
+
url: api["U" /* toTaskSupervise */],
|
|
11354
11358
|
params: {
|
|
11355
11359
|
businessId: this.businessId,
|
|
11356
11360
|
userId: util["a" /* default */].getStorage('userId')
|
|
@@ -12272,7 +12276,7 @@ var resetvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
12272
12276
|
// 获取发起流程信息
|
|
12273
12277
|
getProcessObj: function getProcessObj(res) {
|
|
12274
12278
|
var that = this;
|
|
12275
|
-
var url = that.type === 'reset' ? api["
|
|
12279
|
+
var url = that.type === 'reset' ? api["N" /* toResetProcessIndex */] : api["R" /* toTaskContinuationIndex */];
|
|
12276
12280
|
return new Promise(function (resolve, reiect) {
|
|
12277
12281
|
Object(http["a" /* default */])({
|
|
12278
12282
|
url: that.apiBaseUrl ? that.apiBaseUrl + url : url,
|