qgb-process 0.3.18 → 0.3.19-beta.1
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/qgb-process.common.js +765 -182
- package/lib/qgb-process.umd.js +765 -182
- package/lib/qgb-process.umd.min.js +9 -9
- package/package.json +2 -2
|
@@ -13359,8 +13359,10 @@ __webpack_require__.d(__webpack_exports__, "costBudget", function() { return /*
|
|
|
13359
13359
|
__webpack_require__.d(__webpack_exports__, "InvitationToOffer", function() { return /* binding */ InvitationToOffer; });
|
|
13360
13360
|
__webpack_require__.d(__webpack_exports__, "businessDesign", function() { return /* binding */ businessDesign; });
|
|
13361
13361
|
__webpack_require__.d(__webpack_exports__, "purchaseApplication", function() { return /* binding */ purchaseApplication; });
|
|
13362
|
-
__webpack_require__.d(__webpack_exports__, "
|
|
13362
|
+
__webpack_require__.d(__webpack_exports__, "purApplication", function() { return /* binding */ purApplication; });
|
|
13363
13363
|
__webpack_require__.d(__webpack_exports__, "lease", function() { return /* binding */ lease; });
|
|
13364
|
+
__webpack_require__.d(__webpack_exports__, "subcontract", function() { return /* binding */ subcontract; });
|
|
13365
|
+
__webpack_require__.d(__webpack_exports__, "engineerProjectFeeApply", function() { return /* binding */ engineerProjectFeeApply; });
|
|
13364
13366
|
__webpack_require__.d(__webpack_exports__, "workarea", function() { return /* binding */ workarea; });
|
|
13365
13367
|
__webpack_require__.d(__webpack_exports__, "acceptMaterial", function() { return /* binding */ acceptMaterial; });
|
|
13366
13368
|
__webpack_require__.d(__webpack_exports__, "rentAccept", function() { return /* binding */ rentAccept; });
|
|
@@ -15803,17 +15805,24 @@ var purchaseApplication = /*#__PURE__*/function () {
|
|
|
15803
15805
|
return function purchaseApplication() {
|
|
15804
15806
|
return _ref29.apply(this, arguments);
|
|
15805
15807
|
};
|
|
15806
|
-
}(); //
|
|
15808
|
+
}(); // 工程专项-材料申请
|
|
15807
15809
|
|
|
15808
|
-
var
|
|
15810
|
+
var purApplication = /*#__PURE__*/function () {
|
|
15809
15811
|
var _ref30 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee30() {
|
|
15812
|
+
var materialApply;
|
|
15810
15813
|
return regeneratorRuntime.wrap(function _callee30$(_context30) {
|
|
15811
15814
|
while (1) {
|
|
15812
15815
|
switch (_context30.prev = _context30.next) {
|
|
15813
15816
|
case 0:
|
|
15814
|
-
|
|
15817
|
+
materialApply = [{
|
|
15818
|
+
name: "合计金额",
|
|
15819
|
+
variable: "amount",
|
|
15820
|
+
ele: "input",
|
|
15821
|
+
data: []
|
|
15822
|
+
}];
|
|
15823
|
+
return _context30.abrupt("return", materialApply);
|
|
15815
15824
|
|
|
15816
|
-
case
|
|
15825
|
+
case 2:
|
|
15817
15826
|
case "end":
|
|
15818
15827
|
return _context30.stop();
|
|
15819
15828
|
}
|
|
@@ -15821,20 +15830,27 @@ var subcontract = /*#__PURE__*/function () {
|
|
|
15821
15830
|
}, _callee30);
|
|
15822
15831
|
}));
|
|
15823
15832
|
|
|
15824
|
-
return function
|
|
15833
|
+
return function purApplication() {
|
|
15825
15834
|
return _ref30.apply(this, arguments);
|
|
15826
15835
|
};
|
|
15827
|
-
}(); //
|
|
15836
|
+
}(); // 工程专项-租赁申请
|
|
15828
15837
|
|
|
15829
15838
|
var lease = /*#__PURE__*/function () {
|
|
15830
15839
|
var _ref31 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee31() {
|
|
15840
|
+
var leaseApply;
|
|
15831
15841
|
return regeneratorRuntime.wrap(function _callee31$(_context31) {
|
|
15832
15842
|
while (1) {
|
|
15833
15843
|
switch (_context31.prev = _context31.next) {
|
|
15834
15844
|
case 0:
|
|
15835
|
-
|
|
15845
|
+
leaseApply = [{
|
|
15846
|
+
name: "合计金额",
|
|
15847
|
+
variable: "amount",
|
|
15848
|
+
ele: "input",
|
|
15849
|
+
data: []
|
|
15850
|
+
}];
|
|
15851
|
+
return _context31.abrupt("return", leaseApply);
|
|
15836
15852
|
|
|
15837
|
-
case
|
|
15853
|
+
case 2:
|
|
15838
15854
|
case "end":
|
|
15839
15855
|
return _context31.stop();
|
|
15840
15856
|
}
|
|
@@ -15845,17 +15861,24 @@ var lease = /*#__PURE__*/function () {
|
|
|
15845
15861
|
return function lease() {
|
|
15846
15862
|
return _ref31.apply(this, arguments);
|
|
15847
15863
|
};
|
|
15848
|
-
}(); //
|
|
15864
|
+
}(); // 工程专项-分包申请
|
|
15849
15865
|
|
|
15850
|
-
var
|
|
15866
|
+
var subcontract = /*#__PURE__*/function () {
|
|
15851
15867
|
var _ref32 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee32() {
|
|
15868
|
+
var subcontractApply;
|
|
15852
15869
|
return regeneratorRuntime.wrap(function _callee32$(_context32) {
|
|
15853
15870
|
while (1) {
|
|
15854
15871
|
switch (_context32.prev = _context32.next) {
|
|
15855
15872
|
case 0:
|
|
15856
|
-
|
|
15873
|
+
subcontractApply = [{
|
|
15874
|
+
name: "合计金额",
|
|
15875
|
+
variable: "summaryAmount",
|
|
15876
|
+
ele: "input",
|
|
15877
|
+
data: []
|
|
15878
|
+
}];
|
|
15879
|
+
return _context32.abrupt("return", subcontractApply);
|
|
15857
15880
|
|
|
15858
|
-
case
|
|
15881
|
+
case 2:
|
|
15859
15882
|
case "end":
|
|
15860
15883
|
return _context32.stop();
|
|
15861
15884
|
}
|
|
@@ -15863,20 +15886,27 @@ var workarea = /*#__PURE__*/function () {
|
|
|
15863
15886
|
}, _callee32);
|
|
15864
15887
|
}));
|
|
15865
15888
|
|
|
15866
|
-
return function
|
|
15889
|
+
return function subcontract() {
|
|
15867
15890
|
return _ref32.apply(this, arguments);
|
|
15868
15891
|
};
|
|
15869
|
-
}(); //
|
|
15892
|
+
}(); // 工程专项-费用申请
|
|
15870
15893
|
|
|
15871
|
-
var
|
|
15894
|
+
var engineerProjectFeeApply = /*#__PURE__*/function () {
|
|
15872
15895
|
var _ref33 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee33() {
|
|
15896
|
+
var feeApply;
|
|
15873
15897
|
return regeneratorRuntime.wrap(function _callee33$(_context33) {
|
|
15874
15898
|
while (1) {
|
|
15875
15899
|
switch (_context33.prev = _context33.next) {
|
|
15876
15900
|
case 0:
|
|
15877
|
-
|
|
15901
|
+
feeApply = [{
|
|
15902
|
+
name: "申请汇总金额",
|
|
15903
|
+
variable: "totalAmount",
|
|
15904
|
+
ele: "input",
|
|
15905
|
+
data: []
|
|
15906
|
+
}];
|
|
15907
|
+
return _context33.abrupt("return", feeApply);
|
|
15878
15908
|
|
|
15879
|
-
case
|
|
15909
|
+
case 2:
|
|
15880
15910
|
case "end":
|
|
15881
15911
|
return _context33.stop();
|
|
15882
15912
|
}
|
|
@@ -15884,12 +15914,12 @@ var acceptMaterial = /*#__PURE__*/function () {
|
|
|
15884
15914
|
}, _callee33);
|
|
15885
15915
|
}));
|
|
15886
15916
|
|
|
15887
|
-
return function
|
|
15917
|
+
return function engineerProjectFeeApply() {
|
|
15888
15918
|
return _ref33.apply(this, arguments);
|
|
15889
15919
|
};
|
|
15890
|
-
}(); //
|
|
15920
|
+
}(); // 工区划分
|
|
15891
15921
|
|
|
15892
|
-
var
|
|
15922
|
+
var workarea = /*#__PURE__*/function () {
|
|
15893
15923
|
var _ref34 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee34() {
|
|
15894
15924
|
return regeneratorRuntime.wrap(function _callee34$(_context34) {
|
|
15895
15925
|
while (1) {
|
|
@@ -15905,12 +15935,12 @@ var rentAccept = /*#__PURE__*/function () {
|
|
|
15905
15935
|
}, _callee34);
|
|
15906
15936
|
}));
|
|
15907
15937
|
|
|
15908
|
-
return function
|
|
15938
|
+
return function workarea() {
|
|
15909
15939
|
return _ref34.apply(this, arguments);
|
|
15910
15940
|
};
|
|
15911
|
-
}(); //
|
|
15941
|
+
}(); // 材料验收
|
|
15912
15942
|
|
|
15913
|
-
var
|
|
15943
|
+
var acceptMaterial = /*#__PURE__*/function () {
|
|
15914
15944
|
var _ref35 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee35() {
|
|
15915
15945
|
return regeneratorRuntime.wrap(function _callee35$(_context35) {
|
|
15916
15946
|
while (1) {
|
|
@@ -15926,12 +15956,12 @@ var quantityAccpet = /*#__PURE__*/function () {
|
|
|
15926
15956
|
}, _callee35);
|
|
15927
15957
|
}));
|
|
15928
15958
|
|
|
15929
|
-
return function
|
|
15959
|
+
return function acceptMaterial() {
|
|
15930
15960
|
return _ref35.apply(this, arguments);
|
|
15931
15961
|
};
|
|
15932
|
-
}(); //
|
|
15962
|
+
}(); // 租赁验收
|
|
15933
15963
|
|
|
15934
|
-
var
|
|
15964
|
+
var rentAccept = /*#__PURE__*/function () {
|
|
15935
15965
|
var _ref36 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee36() {
|
|
15936
15966
|
return regeneratorRuntime.wrap(function _callee36$(_context36) {
|
|
15937
15967
|
while (1) {
|
|
@@ -15947,12 +15977,12 @@ var purchaseAccept = /*#__PURE__*/function () {
|
|
|
15947
15977
|
}, _callee36);
|
|
15948
15978
|
}));
|
|
15949
15979
|
|
|
15950
|
-
return function
|
|
15980
|
+
return function rentAccept() {
|
|
15951
15981
|
return _ref36.apply(this, arguments);
|
|
15952
15982
|
};
|
|
15953
|
-
}(); //
|
|
15983
|
+
}(); // 分包量验收
|
|
15954
15984
|
|
|
15955
|
-
var
|
|
15985
|
+
var quantityAccpet = /*#__PURE__*/function () {
|
|
15956
15986
|
var _ref37 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee37() {
|
|
15957
15987
|
return regeneratorRuntime.wrap(function _callee37$(_context37) {
|
|
15958
15988
|
while (1) {
|
|
@@ -15968,17 +15998,59 @@ var payable = /*#__PURE__*/function () {
|
|
|
15968
15998
|
}, _callee37);
|
|
15969
15999
|
}));
|
|
15970
16000
|
|
|
15971
|
-
return function
|
|
16001
|
+
return function quantityAccpet() {
|
|
15972
16002
|
return _ref37.apply(this, arguments);
|
|
15973
16003
|
};
|
|
15974
|
-
}(); //
|
|
16004
|
+
}(); // 采购验收
|
|
15975
16005
|
|
|
15976
|
-
var
|
|
16006
|
+
var purchaseAccept = /*#__PURE__*/function () {
|
|
15977
16007
|
var _ref38 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee38() {
|
|
15978
|
-
var issueTenderApply, res, res1, res2, res3;
|
|
15979
16008
|
return regeneratorRuntime.wrap(function _callee38$(_context38) {
|
|
15980
16009
|
while (1) {
|
|
15981
16010
|
switch (_context38.prev = _context38.next) {
|
|
16011
|
+
case 0:
|
|
16012
|
+
return _context38.abrupt("return", []);
|
|
16013
|
+
|
|
16014
|
+
case 1:
|
|
16015
|
+
case "end":
|
|
16016
|
+
return _context38.stop();
|
|
16017
|
+
}
|
|
16018
|
+
}
|
|
16019
|
+
}, _callee38);
|
|
16020
|
+
}));
|
|
16021
|
+
|
|
16022
|
+
return function purchaseAccept() {
|
|
16023
|
+
return _ref38.apply(this, arguments);
|
|
16024
|
+
};
|
|
16025
|
+
}(); // 应付挂账
|
|
16026
|
+
|
|
16027
|
+
var payable = /*#__PURE__*/function () {
|
|
16028
|
+
var _ref39 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee39() {
|
|
16029
|
+
return regeneratorRuntime.wrap(function _callee39$(_context39) {
|
|
16030
|
+
while (1) {
|
|
16031
|
+
switch (_context39.prev = _context39.next) {
|
|
16032
|
+
case 0:
|
|
16033
|
+
return _context39.abrupt("return", []);
|
|
16034
|
+
|
|
16035
|
+
case 1:
|
|
16036
|
+
case "end":
|
|
16037
|
+
return _context39.stop();
|
|
16038
|
+
}
|
|
16039
|
+
}
|
|
16040
|
+
}, _callee39);
|
|
16041
|
+
}));
|
|
16042
|
+
|
|
16043
|
+
return function payable() {
|
|
16044
|
+
return _ref39.apply(this, arguments);
|
|
16045
|
+
};
|
|
16046
|
+
}(); // 招标发布
|
|
16047
|
+
|
|
16048
|
+
var issueTender = /*#__PURE__*/function () {
|
|
16049
|
+
var _ref40 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee40() {
|
|
16050
|
+
var issueTenderApply, res, res1, res2, res3;
|
|
16051
|
+
return regeneratorRuntime.wrap(function _callee40$(_context40) {
|
|
16052
|
+
while (1) {
|
|
16053
|
+
switch (_context40.prev = _context40.next) {
|
|
15982
16054
|
case 0:
|
|
15983
16055
|
issueTenderApply = [{
|
|
15984
16056
|
name: "招标类型",
|
|
@@ -16005,51 +16077,51 @@ var issueTender = /*#__PURE__*/function () {
|
|
|
16005
16077
|
variable: "money",
|
|
16006
16078
|
ele: "input"
|
|
16007
16079
|
}];
|
|
16008
|
-
|
|
16080
|
+
_context40.next = 3;
|
|
16009
16081
|
return api_apiTender.findTenderType();
|
|
16010
16082
|
|
|
16011
16083
|
case 3:
|
|
16012
|
-
res =
|
|
16084
|
+
res = _context40.sent;
|
|
16013
16085
|
issueTenderApply[0].data = res.data.result;
|
|
16014
|
-
|
|
16086
|
+
_context40.next = 7;
|
|
16015
16087
|
return api_apiTender.getTenderMethod();
|
|
16016
16088
|
|
|
16017
16089
|
case 7:
|
|
16018
|
-
res1 =
|
|
16090
|
+
res1 = _context40.sent;
|
|
16019
16091
|
issueTenderApply[1].data = res1.data.result;
|
|
16020
|
-
|
|
16092
|
+
_context40.next = 11;
|
|
16021
16093
|
return api_apiTender.getVerticalWay();
|
|
16022
16094
|
|
|
16023
16095
|
case 11:
|
|
16024
|
-
res2 =
|
|
16096
|
+
res2 = _context40.sent;
|
|
16025
16097
|
issueTenderApply[2].data = res2.data.result;
|
|
16026
|
-
|
|
16098
|
+
_context40.next = 15;
|
|
16027
16099
|
return api_apiTender.getRuleSetUp();
|
|
16028
16100
|
|
|
16029
16101
|
case 15:
|
|
16030
|
-
res3 =
|
|
16102
|
+
res3 = _context40.sent;
|
|
16031
16103
|
issueTenderApply[3].data = res3.data.result;
|
|
16032
|
-
return
|
|
16104
|
+
return _context40.abrupt("return", issueTenderApply);
|
|
16033
16105
|
|
|
16034
16106
|
case 18:
|
|
16035
16107
|
case "end":
|
|
16036
|
-
return
|
|
16108
|
+
return _context40.stop();
|
|
16037
16109
|
}
|
|
16038
16110
|
}
|
|
16039
|
-
},
|
|
16111
|
+
}, _callee40);
|
|
16040
16112
|
}));
|
|
16041
16113
|
|
|
16042
16114
|
return function issueTender() {
|
|
16043
|
-
return
|
|
16115
|
+
return _ref40.apply(this, arguments);
|
|
16044
16116
|
};
|
|
16045
16117
|
}(); // 招标定标
|
|
16046
16118
|
|
|
16047
16119
|
var tenderBid = /*#__PURE__*/function () {
|
|
16048
|
-
var
|
|
16120
|
+
var _ref41 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee41() {
|
|
16049
16121
|
var tenderBidApply, res;
|
|
16050
|
-
return regeneratorRuntime.wrap(function
|
|
16122
|
+
return regeneratorRuntime.wrap(function _callee41$(_context41) {
|
|
16051
16123
|
while (1) {
|
|
16052
|
-
switch (
|
|
16124
|
+
switch (_context41.prev = _context41.next) {
|
|
16053
16125
|
case 0:
|
|
16054
16126
|
tenderBidApply = [{
|
|
16055
16127
|
name: "招标类型",
|
|
@@ -16076,33 +16148,33 @@ var tenderBid = /*#__PURE__*/function () {
|
|
|
16076
16148
|
variable: "bidNum",
|
|
16077
16149
|
ele: "input"
|
|
16078
16150
|
}];
|
|
16079
|
-
|
|
16151
|
+
_context41.next = 3;
|
|
16080
16152
|
return api_apiTender.findTenderType();
|
|
16081
16153
|
|
|
16082
16154
|
case 3:
|
|
16083
|
-
res =
|
|
16155
|
+
res = _context41.sent;
|
|
16084
16156
|
tenderBidApply[0].data = res.data.result;
|
|
16085
|
-
return
|
|
16157
|
+
return _context41.abrupt("return", tenderBidApply);
|
|
16086
16158
|
|
|
16087
16159
|
case 6:
|
|
16088
16160
|
case "end":
|
|
16089
|
-
return
|
|
16161
|
+
return _context41.stop();
|
|
16090
16162
|
}
|
|
16091
16163
|
}
|
|
16092
|
-
},
|
|
16164
|
+
}, _callee41);
|
|
16093
16165
|
}));
|
|
16094
16166
|
|
|
16095
16167
|
return function tenderBid() {
|
|
16096
|
-
return
|
|
16168
|
+
return _ref41.apply(this, arguments);
|
|
16097
16169
|
};
|
|
16098
16170
|
}(); // 招标废标
|
|
16099
16171
|
|
|
16100
16172
|
var abandonedBid = /*#__PURE__*/function () {
|
|
16101
|
-
var
|
|
16173
|
+
var _ref42 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee42() {
|
|
16102
16174
|
var abandonedBidApply, res, res1;
|
|
16103
|
-
return regeneratorRuntime.wrap(function
|
|
16175
|
+
return regeneratorRuntime.wrap(function _callee42$(_context42) {
|
|
16104
16176
|
while (1) {
|
|
16105
|
-
switch (
|
|
16177
|
+
switch (_context42.prev = _context42.next) {
|
|
16106
16178
|
case 0:
|
|
16107
16179
|
abandonedBidApply = [{
|
|
16108
16180
|
name: "招标类型",
|
|
@@ -16115,39 +16187,39 @@ var abandonedBid = /*#__PURE__*/function () {
|
|
|
16115
16187
|
ele: "checkbox",
|
|
16116
16188
|
data: []
|
|
16117
16189
|
}];
|
|
16118
|
-
|
|
16190
|
+
_context42.next = 3;
|
|
16119
16191
|
return api_apiTender.findTenderType();
|
|
16120
16192
|
|
|
16121
16193
|
case 3:
|
|
16122
|
-
res =
|
|
16194
|
+
res = _context42.sent;
|
|
16123
16195
|
abandonedBidApply[0].data = res.data.result;
|
|
16124
|
-
|
|
16196
|
+
_context42.next = 7;
|
|
16125
16197
|
return api_apiTender.getTenderStatus();
|
|
16126
16198
|
|
|
16127
16199
|
case 7:
|
|
16128
|
-
res1 =
|
|
16200
|
+
res1 = _context42.sent;
|
|
16129
16201
|
abandonedBidApply[1].data = res1.data.result;
|
|
16130
|
-
return
|
|
16202
|
+
return _context42.abrupt("return", abandonedBidApply);
|
|
16131
16203
|
|
|
16132
16204
|
case 10:
|
|
16133
16205
|
case "end":
|
|
16134
|
-
return
|
|
16206
|
+
return _context42.stop();
|
|
16135
16207
|
}
|
|
16136
16208
|
}
|
|
16137
|
-
},
|
|
16209
|
+
}, _callee42);
|
|
16138
16210
|
}));
|
|
16139
16211
|
|
|
16140
16212
|
return function abandonedBid() {
|
|
16141
|
-
return
|
|
16213
|
+
return _ref42.apply(this, arguments);
|
|
16142
16214
|
};
|
|
16143
16215
|
}(); // 招标补遗
|
|
16144
16216
|
|
|
16145
16217
|
var addendum = /*#__PURE__*/function () {
|
|
16146
|
-
var
|
|
16218
|
+
var _ref43 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee43() {
|
|
16147
16219
|
var addendumApply, res, res1;
|
|
16148
|
-
return regeneratorRuntime.wrap(function
|
|
16220
|
+
return regeneratorRuntime.wrap(function _callee43$(_context43) {
|
|
16149
16221
|
while (1) {
|
|
16150
|
-
switch (
|
|
16222
|
+
switch (_context43.prev = _context43.next) {
|
|
16151
16223
|
case 0:
|
|
16152
16224
|
addendumApply = [{
|
|
16153
16225
|
name: "招标类型",
|
|
@@ -16159,39 +16231,39 @@ var addendum = /*#__PURE__*/function () {
|
|
|
16159
16231
|
variable: "tenderingState",
|
|
16160
16232
|
ele: "checkbox"
|
|
16161
16233
|
}];
|
|
16162
|
-
|
|
16234
|
+
_context43.next = 3;
|
|
16163
16235
|
return api_apiTender.findTenderType();
|
|
16164
16236
|
|
|
16165
16237
|
case 3:
|
|
16166
|
-
res =
|
|
16238
|
+
res = _context43.sent;
|
|
16167
16239
|
addendumApply[0].data = res.data.result;
|
|
16168
|
-
|
|
16240
|
+
_context43.next = 7;
|
|
16169
16241
|
return api_apiTender.getTenderStatus();
|
|
16170
16242
|
|
|
16171
16243
|
case 7:
|
|
16172
|
-
res1 =
|
|
16244
|
+
res1 = _context43.sent;
|
|
16173
16245
|
addendumApply[1].data = res1.data.result;
|
|
16174
|
-
return
|
|
16246
|
+
return _context43.abrupt("return", addendumApply);
|
|
16175
16247
|
|
|
16176
16248
|
case 10:
|
|
16177
16249
|
case "end":
|
|
16178
|
-
return
|
|
16250
|
+
return _context43.stop();
|
|
16179
16251
|
}
|
|
16180
16252
|
}
|
|
16181
|
-
},
|
|
16253
|
+
}, _callee43);
|
|
16182
16254
|
}));
|
|
16183
16255
|
|
|
16184
16256
|
return function addendum() {
|
|
16185
|
-
return
|
|
16257
|
+
return _ref43.apply(this, arguments);
|
|
16186
16258
|
};
|
|
16187
16259
|
}(); // 竞价发布
|
|
16188
16260
|
|
|
16189
16261
|
var issueBiding = /*#__PURE__*/function () {
|
|
16190
|
-
var
|
|
16262
|
+
var _ref44 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee44() {
|
|
16191
16263
|
var issueBidingApply, res, res1;
|
|
16192
|
-
return regeneratorRuntime.wrap(function
|
|
16264
|
+
return regeneratorRuntime.wrap(function _callee44$(_context44) {
|
|
16193
16265
|
while (1) {
|
|
16194
|
-
switch (
|
|
16266
|
+
switch (_context44.prev = _context44.next) {
|
|
16195
16267
|
case 0:
|
|
16196
16268
|
issueBidingApply = [{
|
|
16197
16269
|
name: "竞价类型",
|
|
@@ -16208,39 +16280,39 @@ var issueBiding = /*#__PURE__*/function () {
|
|
|
16208
16280
|
variable: "budgetPrice",
|
|
16209
16281
|
ele: "input"
|
|
16210
16282
|
}];
|
|
16211
|
-
|
|
16283
|
+
_context44.next = 3;
|
|
16212
16284
|
return api_apiTender.getBidTypeNo();
|
|
16213
16285
|
|
|
16214
16286
|
case 3:
|
|
16215
|
-
res =
|
|
16287
|
+
res = _context44.sent;
|
|
16216
16288
|
issueBidingApply[0].data = res.data.result;
|
|
16217
|
-
|
|
16289
|
+
_context44.next = 7;
|
|
16218
16290
|
return api_apiTender.getBidRuleSetUp();
|
|
16219
16291
|
|
|
16220
16292
|
case 7:
|
|
16221
|
-
res1 =
|
|
16293
|
+
res1 = _context44.sent;
|
|
16222
16294
|
issueBidingApply[1].data = res1.data.result;
|
|
16223
|
-
return
|
|
16295
|
+
return _context44.abrupt("return", issueBidingApply);
|
|
16224
16296
|
|
|
16225
16297
|
case 10:
|
|
16226
16298
|
case "end":
|
|
16227
|
-
return
|
|
16299
|
+
return _context44.stop();
|
|
16228
16300
|
}
|
|
16229
16301
|
}
|
|
16230
|
-
},
|
|
16302
|
+
}, _callee44);
|
|
16231
16303
|
}));
|
|
16232
16304
|
|
|
16233
16305
|
return function issueBiding() {
|
|
16234
|
-
return
|
|
16306
|
+
return _ref44.apply(this, arguments);
|
|
16235
16307
|
};
|
|
16236
16308
|
}(); // 竞价定标
|
|
16237
16309
|
|
|
16238
16310
|
var zcBidDetermine = /*#__PURE__*/function () {
|
|
16239
|
-
var
|
|
16311
|
+
var _ref45 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee45() {
|
|
16240
16312
|
var zcBidDetermineApply, res;
|
|
16241
|
-
return regeneratorRuntime.wrap(function
|
|
16313
|
+
return regeneratorRuntime.wrap(function _callee45$(_context45) {
|
|
16242
16314
|
while (1) {
|
|
16243
|
-
switch (
|
|
16315
|
+
switch (_context45.prev = _context45.next) {
|
|
16244
16316
|
case 0:
|
|
16245
16317
|
zcBidDetermineApply = [{
|
|
16246
16318
|
name: "竞价类型",
|
|
@@ -16267,33 +16339,33 @@ var zcBidDetermine = /*#__PURE__*/function () {
|
|
|
16267
16339
|
variable: "bidNum",
|
|
16268
16340
|
ele: "input"
|
|
16269
16341
|
}];
|
|
16270
|
-
|
|
16342
|
+
_context45.next = 3;
|
|
16271
16343
|
return api_apiTender.getBidTypeNo();
|
|
16272
16344
|
|
|
16273
16345
|
case 3:
|
|
16274
|
-
res =
|
|
16346
|
+
res = _context45.sent;
|
|
16275
16347
|
zcBidDetermineApply[0].data = res.data.result;
|
|
16276
|
-
return
|
|
16348
|
+
return _context45.abrupt("return", zcBidDetermineApply);
|
|
16277
16349
|
|
|
16278
16350
|
case 6:
|
|
16279
16351
|
case "end":
|
|
16280
|
-
return
|
|
16352
|
+
return _context45.stop();
|
|
16281
16353
|
}
|
|
16282
16354
|
}
|
|
16283
|
-
},
|
|
16355
|
+
}, _callee45);
|
|
16284
16356
|
}));
|
|
16285
16357
|
|
|
16286
16358
|
return function zcBidDetermine() {
|
|
16287
|
-
return
|
|
16359
|
+
return _ref45.apply(this, arguments);
|
|
16288
16360
|
};
|
|
16289
16361
|
}(); // 竞价废标
|
|
16290
16362
|
|
|
16291
16363
|
var zcBidCancel = /*#__PURE__*/function () {
|
|
16292
|
-
var
|
|
16364
|
+
var _ref46 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee46() {
|
|
16293
16365
|
var zcBidCancelApply, res;
|
|
16294
|
-
return regeneratorRuntime.wrap(function
|
|
16366
|
+
return regeneratorRuntime.wrap(function _callee46$(_context46) {
|
|
16295
16367
|
while (1) {
|
|
16296
|
-
switch (
|
|
16368
|
+
switch (_context46.prev = _context46.next) {
|
|
16297
16369
|
case 0:
|
|
16298
16370
|
zcBidCancelApply = [{
|
|
16299
16371
|
name: "竞价类型",
|
|
@@ -16301,33 +16373,33 @@ var zcBidCancel = /*#__PURE__*/function () {
|
|
|
16301
16373
|
ele: "checkbox",
|
|
16302
16374
|
data: []
|
|
16303
16375
|
}];
|
|
16304
|
-
|
|
16376
|
+
_context46.next = 3;
|
|
16305
16377
|
return api_apiTender.getBidTypeNo();
|
|
16306
16378
|
|
|
16307
16379
|
case 3:
|
|
16308
|
-
res =
|
|
16380
|
+
res = _context46.sent;
|
|
16309
16381
|
zcBidCancelApply[0].data = res.data.result;
|
|
16310
|
-
return
|
|
16382
|
+
return _context46.abrupt("return", zcBidCancelApply);
|
|
16311
16383
|
|
|
16312
16384
|
case 6:
|
|
16313
16385
|
case "end":
|
|
16314
|
-
return
|
|
16386
|
+
return _context46.stop();
|
|
16315
16387
|
}
|
|
16316
16388
|
}
|
|
16317
|
-
},
|
|
16389
|
+
}, _callee46);
|
|
16318
16390
|
}));
|
|
16319
16391
|
|
|
16320
16392
|
return function zcBidCancel() {
|
|
16321
|
-
return
|
|
16393
|
+
return _ref46.apply(this, arguments);
|
|
16322
16394
|
};
|
|
16323
16395
|
}(); // 竞价补遗
|
|
16324
16396
|
|
|
16325
16397
|
var zcBidAddendum = /*#__PURE__*/function () {
|
|
16326
|
-
var
|
|
16398
|
+
var _ref47 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee47() {
|
|
16327
16399
|
var zcBidAddendumApply, res;
|
|
16328
|
-
return regeneratorRuntime.wrap(function
|
|
16400
|
+
return regeneratorRuntime.wrap(function _callee47$(_context47) {
|
|
16329
16401
|
while (1) {
|
|
16330
|
-
switch (
|
|
16402
|
+
switch (_context47.prev = _context47.next) {
|
|
16331
16403
|
case 0:
|
|
16332
16404
|
zcBidAddendumApply = [{
|
|
16333
16405
|
name: "竞价类型",
|
|
@@ -16335,24 +16407,24 @@ var zcBidAddendum = /*#__PURE__*/function () {
|
|
|
16335
16407
|
ele: "checkbox",
|
|
16336
16408
|
data: []
|
|
16337
16409
|
}];
|
|
16338
|
-
|
|
16410
|
+
_context47.next = 3;
|
|
16339
16411
|
return api_apiTender.getBidTypeNo();
|
|
16340
16412
|
|
|
16341
16413
|
case 3:
|
|
16342
|
-
res =
|
|
16414
|
+
res = _context47.sent;
|
|
16343
16415
|
zcBidAddendumApply[0].data = res.data.result;
|
|
16344
|
-
return
|
|
16416
|
+
return _context47.abrupt("return", zcBidAddendumApply);
|
|
16345
16417
|
|
|
16346
16418
|
case 6:
|
|
16347
16419
|
case "end":
|
|
16348
|
-
return
|
|
16420
|
+
return _context47.stop();
|
|
16349
16421
|
}
|
|
16350
16422
|
}
|
|
16351
|
-
},
|
|
16423
|
+
}, _callee47);
|
|
16352
16424
|
}));
|
|
16353
16425
|
|
|
16354
16426
|
return function zcBidAddendum() {
|
|
16355
|
-
return
|
|
16427
|
+
return _ref47.apply(this, arguments);
|
|
16356
16428
|
};
|
|
16357
16429
|
}();
|
|
16358
16430
|
|
|
@@ -16365,13 +16437,17 @@ var zcBidAddendum = /*#__PURE__*/function () {
|
|
|
16365
16437
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return savePrint; });
|
|
16366
16438
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return detailPrint; });
|
|
16367
16439
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return updatePrint; });
|
|
16440
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return getapproveRemake; });
|
|
16368
16441
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return detail; });
|
|
16369
16442
|
/* harmony import */ var _Volumes_HHH_work_qgb_form_approve_node_modules_babel_runtime_7_16_0_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("b5e5");
|
|
16370
|
-
/* harmony import */ var
|
|
16371
|
-
/* harmony import */ var
|
|
16372
|
-
/* harmony import */ var
|
|
16373
|
-
/* harmony import */ var
|
|
16374
|
-
/* harmony import */ var
|
|
16443
|
+
/* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("44ad");
|
|
16444
|
+
/* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
16445
|
+
/* harmony import */ var regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("e186");
|
|
16446
|
+
/* harmony import */ var regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_2__);
|
|
16447
|
+
/* harmony import */ var _http__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("db04");
|
|
16448
|
+
/* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("7c78");
|
|
16449
|
+
/* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(qs__WEBPACK_IMPORTED_MODULE_4__);
|
|
16450
|
+
|
|
16375
16451
|
|
|
16376
16452
|
|
|
16377
16453
|
|
|
@@ -16390,7 +16466,8 @@ var baseUrl = base.VUE_APP_API + "/sgb-meta-design"; // const baseUrl = 'http://
|
|
|
16390
16466
|
|
|
16391
16467
|
var url = base.VUE_APP_API;
|
|
16392
16468
|
var qiguan = base.VUE_APP_QIGUAN;
|
|
16393
|
-
var appUrl = url + qiguan;
|
|
16469
|
+
var appUrl = url + qiguan;
|
|
16470
|
+
var zhaocaiapi = base.VUE_APP_APIRECRUITMENT; // 保存打印设置
|
|
16394
16471
|
|
|
16395
16472
|
var savePrint = /*#__PURE__*/function () {
|
|
16396
16473
|
var _ref = Object(_Volumes_HHH_work_qgb_form_approve_node_modules_babel_runtime_7_16_0_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee(params) {
|
|
@@ -16398,7 +16475,7 @@ var savePrint = /*#__PURE__*/function () {
|
|
|
16398
16475
|
while (1) {
|
|
16399
16476
|
switch (_context.prev = _context.next) {
|
|
16400
16477
|
case 0:
|
|
16401
|
-
return _context.abrupt("return",
|
|
16478
|
+
return _context.abrupt("return", _http__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"].post("".concat(baseUrl, "/v1/pc/process/print/save"), params));
|
|
16402
16479
|
|
|
16403
16480
|
case 1:
|
|
16404
16481
|
case "end":
|
|
@@ -16418,7 +16495,7 @@ var detailPrint = /*#__PURE__*/function () {
|
|
|
16418
16495
|
while (1) {
|
|
16419
16496
|
switch (_context2.prev = _context2.next) {
|
|
16420
16497
|
case 0:
|
|
16421
|
-
return _context2.abrupt("return",
|
|
16498
|
+
return _context2.abrupt("return", _http__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"].post("".concat(baseUrl, "/v1/pc/process/print/detail"), params));
|
|
16422
16499
|
|
|
16423
16500
|
case 1:
|
|
16424
16501
|
case "end":
|
|
@@ -16438,7 +16515,7 @@ var updatePrint = /*#__PURE__*/function () {
|
|
|
16438
16515
|
while (1) {
|
|
16439
16516
|
switch (_context3.prev = _context3.next) {
|
|
16440
16517
|
case 0:
|
|
16441
|
-
return _context3.abrupt("return",
|
|
16518
|
+
return _context3.abrupt("return", _http__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"].post("".concat(baseUrl, "/v1/pc/process/print/update"), params));
|
|
16442
16519
|
|
|
16443
16520
|
case 1:
|
|
16444
16521
|
case "end":
|
|
@@ -16451,14 +16528,15 @@ var updatePrint = /*#__PURE__*/function () {
|
|
|
16451
16528
|
return function updatePrint(_x3) {
|
|
16452
16529
|
return _ref3.apply(this, arguments);
|
|
16453
16530
|
};
|
|
16454
|
-
}();
|
|
16455
|
-
|
|
16531
|
+
}(); // 获取招采 问号提示信息
|
|
16532
|
+
|
|
16533
|
+
var getapproveRemake = /*#__PURE__*/function () {
|
|
16456
16534
|
var _ref4 = Object(_Volumes_HHH_work_qgb_form_approve_node_modules_babel_runtime_7_16_0_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee4(params) {
|
|
16457
16535
|
return regeneratorRuntime.wrap(function _callee4$(_context4) {
|
|
16458
16536
|
while (1) {
|
|
16459
16537
|
switch (_context4.prev = _context4.next) {
|
|
16460
16538
|
case 0:
|
|
16461
|
-
return _context4.abrupt("return",
|
|
16539
|
+
return _context4.abrupt("return", _http__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"].get("".concat(zhaocaiapi, "/gv1/bid/subBidNote/").concat(params)));
|
|
16462
16540
|
|
|
16463
16541
|
case 1:
|
|
16464
16542
|
case "end":
|
|
@@ -16468,10 +16546,30 @@ var detail = /*#__PURE__*/function () {
|
|
|
16468
16546
|
}, _callee4);
|
|
16469
16547
|
}));
|
|
16470
16548
|
|
|
16471
|
-
return function
|
|
16549
|
+
return function getapproveRemake(_x4) {
|
|
16472
16550
|
return _ref4.apply(this, arguments);
|
|
16473
16551
|
};
|
|
16474
16552
|
}();
|
|
16553
|
+
var detail = /*#__PURE__*/function () {
|
|
16554
|
+
var _ref5 = Object(_Volumes_HHH_work_qgb_form_approve_node_modules_babel_runtime_7_16_0_babel_runtime_helpers_esm_asyncToGenerator__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])( /*#__PURE__*/regeneratorRuntime.mark(function _callee5(params) {
|
|
16555
|
+
return regeneratorRuntime.wrap(function _callee5$(_context5) {
|
|
16556
|
+
while (1) {
|
|
16557
|
+
switch (_context5.prev = _context5.next) {
|
|
16558
|
+
case 0:
|
|
16559
|
+
return _context5.abrupt("return", _http__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"].post("".concat(baseUrl, "/v1/pc/process/type/detailByType"), params));
|
|
16560
|
+
|
|
16561
|
+
case 1:
|
|
16562
|
+
case "end":
|
|
16563
|
+
return _context5.stop();
|
|
16564
|
+
}
|
|
16565
|
+
}
|
|
16566
|
+
}, _callee5);
|
|
16567
|
+
}));
|
|
16568
|
+
|
|
16569
|
+
return function detail(_x5) {
|
|
16570
|
+
return _ref5.apply(this, arguments);
|
|
16571
|
+
};
|
|
16572
|
+
}();
|
|
16475
16573
|
|
|
16476
16574
|
/***/ }),
|
|
16477
16575
|
|
|
@@ -16850,6 +16948,22 @@ var wellKnownSymbol = __webpack_require__("d442");
|
|
|
16850
16948
|
exports.f = wellKnownSymbol;
|
|
16851
16949
|
|
|
16852
16950
|
|
|
16951
|
+
/***/ }),
|
|
16952
|
+
|
|
16953
|
+
/***/ "1ac3":
|
|
16954
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
16955
|
+
|
|
16956
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
16957
|
+
|
|
16958
|
+
// load the styles
|
|
16959
|
+
var content = __webpack_require__("90b1");
|
|
16960
|
+
if(content.__esModule) content = content.default;
|
|
16961
|
+
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
16962
|
+
if(content.locals) module.exports = content.locals;
|
|
16963
|
+
// add the styles to the DOM
|
|
16964
|
+
var add = __webpack_require__("5925").default
|
|
16965
|
+
var update = add("04bca2b6", content, true, {"sourceMap":false,"shadowMode":false});
|
|
16966
|
+
|
|
16853
16967
|
/***/ }),
|
|
16854
16968
|
|
|
16855
16969
|
/***/ "1b0a":
|
|
@@ -17668,6 +17782,474 @@ var json = [{
|
|
|
17668
17782
|
children: []
|
|
17669
17783
|
}]
|
|
17670
17784
|
}]
|
|
17785
|
+
}, // 经营帮招采-竞价发布
|
|
17786
|
+
{
|
|
17787
|
+
approvalType: "issueBiding",
|
|
17788
|
+
data: [{
|
|
17789
|
+
name: "申请单位",
|
|
17790
|
+
key: "applyCompanyName",
|
|
17791
|
+
isPrint: true,
|
|
17792
|
+
notPrint: false,
|
|
17793
|
+
contextType: "",
|
|
17794
|
+
groupKey: "",
|
|
17795
|
+
groupName: "",
|
|
17796
|
+
sort: 0,
|
|
17797
|
+
children: []
|
|
17798
|
+
}, {
|
|
17799
|
+
name: "申请部门",
|
|
17800
|
+
key: "applyDepartmentName",
|
|
17801
|
+
isPrint: true,
|
|
17802
|
+
notPrint: false,
|
|
17803
|
+
contextType: "",
|
|
17804
|
+
groupKey: "",
|
|
17805
|
+
groupName: "",
|
|
17806
|
+
sort: 0,
|
|
17807
|
+
children: []
|
|
17808
|
+
}, {
|
|
17809
|
+
name: "竞价名称",
|
|
17810
|
+
key: "name",
|
|
17811
|
+
isPrint: true,
|
|
17812
|
+
notPrint: false,
|
|
17813
|
+
contextType: "",
|
|
17814
|
+
groupKey: "",
|
|
17815
|
+
groupName: "",
|
|
17816
|
+
sort: 0,
|
|
17817
|
+
children: []
|
|
17818
|
+
}, {
|
|
17819
|
+
name: "竞价编号",
|
|
17820
|
+
key: "id",
|
|
17821
|
+
isPrint: true,
|
|
17822
|
+
notPrint: false,
|
|
17823
|
+
contextType: "",
|
|
17824
|
+
groupKey: "",
|
|
17825
|
+
groupName: "",
|
|
17826
|
+
sort: 0,
|
|
17827
|
+
children: []
|
|
17828
|
+
}, {
|
|
17829
|
+
name: "竞价类型",
|
|
17830
|
+
key: "type",
|
|
17831
|
+
isPrint: true,
|
|
17832
|
+
notPrint: false,
|
|
17833
|
+
contextType: "",
|
|
17834
|
+
groupKey: "",
|
|
17835
|
+
groupName: "",
|
|
17836
|
+
sort: 0,
|
|
17837
|
+
children: []
|
|
17838
|
+
}, {
|
|
17839
|
+
name: "概算金额",
|
|
17840
|
+
key: "money",
|
|
17841
|
+
isPrint: true,
|
|
17842
|
+
notPrint: false,
|
|
17843
|
+
contextType: "",
|
|
17844
|
+
groupKey: "",
|
|
17845
|
+
groupName: "",
|
|
17846
|
+
sort: 0,
|
|
17847
|
+
children: []
|
|
17848
|
+
}, {
|
|
17849
|
+
name: "项目名称",
|
|
17850
|
+
key: "projectName",
|
|
17851
|
+
isPrint: true,
|
|
17852
|
+
notPrint: false,
|
|
17853
|
+
contextType: "",
|
|
17854
|
+
groupKey: "",
|
|
17855
|
+
groupName: "",
|
|
17856
|
+
sort: 0,
|
|
17857
|
+
children: []
|
|
17858
|
+
}, {
|
|
17859
|
+
name: "采购企业",
|
|
17860
|
+
key: "companyName",
|
|
17861
|
+
isPrint: true,
|
|
17862
|
+
notPrint: false,
|
|
17863
|
+
contextType: "",
|
|
17864
|
+
groupKey: "",
|
|
17865
|
+
groupName: "",
|
|
17866
|
+
sort: 0,
|
|
17867
|
+
children: []
|
|
17868
|
+
}, {
|
|
17869
|
+
name: "地址",
|
|
17870
|
+
key: "address",
|
|
17871
|
+
isPrint: true,
|
|
17872
|
+
notPrint: false,
|
|
17873
|
+
contextType: "",
|
|
17874
|
+
groupKey: "",
|
|
17875
|
+
groupName: "",
|
|
17876
|
+
sort: 0,
|
|
17877
|
+
children: []
|
|
17878
|
+
}, {
|
|
17879
|
+
name: "工程类别",
|
|
17880
|
+
key: "projectCategoryName",
|
|
17881
|
+
isPrint: true,
|
|
17882
|
+
notPrint: false,
|
|
17883
|
+
contextType: "",
|
|
17884
|
+
groupKey: "",
|
|
17885
|
+
groupName: "",
|
|
17886
|
+
sort: 0,
|
|
17887
|
+
children: []
|
|
17888
|
+
}, {
|
|
17889
|
+
name: "工程规模",
|
|
17890
|
+
key: "projectScale",
|
|
17891
|
+
isPrint: true,
|
|
17892
|
+
notPrint: false,
|
|
17893
|
+
contextType: "",
|
|
17894
|
+
groupKey: "",
|
|
17895
|
+
groupName: "",
|
|
17896
|
+
sort: 0,
|
|
17897
|
+
children: []
|
|
17898
|
+
}, {
|
|
17899
|
+
name: "咨询客服",
|
|
17900
|
+
key: "customerServiceName",
|
|
17901
|
+
isPrint: true,
|
|
17902
|
+
notPrint: false,
|
|
17903
|
+
contextType: "",
|
|
17904
|
+
groupKey: "",
|
|
17905
|
+
groupName: "",
|
|
17906
|
+
sort: 0,
|
|
17907
|
+
children: []
|
|
17908
|
+
}, {
|
|
17909
|
+
name: "提交时间",
|
|
17910
|
+
key: "created",
|
|
17911
|
+
isPrint: true,
|
|
17912
|
+
notPrint: false,
|
|
17913
|
+
contextType: "",
|
|
17914
|
+
groupKey: "",
|
|
17915
|
+
groupName: "",
|
|
17916
|
+
sort: 0,
|
|
17917
|
+
children: []
|
|
17918
|
+
}],
|
|
17919
|
+
childTable: [{
|
|
17920
|
+
childTableKey: "contactNumber",
|
|
17921
|
+
childTableName: "联系方式",
|
|
17922
|
+
childTableList: [// { name: "联系人", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17923
|
+
// { name: "联系电话", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17924
|
+
// { name: "电子邮箱", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17925
|
+
]
|
|
17926
|
+
}, {
|
|
17927
|
+
childTableKey: "bidRequire",
|
|
17928
|
+
childTableName: "竞价要求",
|
|
17929
|
+
childTableList: [// { name: "到货时间", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17930
|
+
// { name: "质量要求", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17931
|
+
// { name: "送货要求", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17932
|
+
// { name: "提货要求", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17933
|
+
]
|
|
17934
|
+
}, {
|
|
17935
|
+
childTableKey: "bidOffer",
|
|
17936
|
+
childTableName: "报价组成",
|
|
17937
|
+
childTableList: [// { name: "质保金", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17938
|
+
// { name: "发票类型", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17939
|
+
// { name: "开票单位", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17940
|
+
// { name: "税号", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17941
|
+
// { name: "税率", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17942
|
+
// { name: "付款方式", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17943
|
+
]
|
|
17944
|
+
}, {
|
|
17945
|
+
childTableKey: "deductionExplainList",
|
|
17946
|
+
childTableName: "违约扣款说明",
|
|
17947
|
+
childTableList: [// { name: "延迟供货", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17948
|
+
// { name: "交货量不足", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17949
|
+
// { name: "质量不符要求", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17950
|
+
// { name: "发票不符要求", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17951
|
+
]
|
|
17952
|
+
}, {
|
|
17953
|
+
childTableKey: "bidderRule",
|
|
17954
|
+
childTableName: "竞价规则",
|
|
17955
|
+
childTableList: [// { name: "是否需要设定规则", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17956
|
+
// { name: "竞价规则", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17957
|
+
// { name: "规则模版", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17958
|
+
// { name: "竞价人身份", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17959
|
+
// { name: "竞价人限定", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17960
|
+
// { name: "接受企业注册地区", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17961
|
+
// { name: "接受会员星级", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17962
|
+
// { name: "公示竞价单位及报价", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17963
|
+
// { name: "公示对象", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17964
|
+
// { name: "竞价人名称", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17965
|
+
// { name: "被邀请客户超过一天未报价", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17966
|
+
// { name: "报价排名规则", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17967
|
+
// { name: "定标时报价家数不低于", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17968
|
+
// { name: "全程动态通知人员", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17969
|
+
]
|
|
17970
|
+
}, {
|
|
17971
|
+
childTableKey: "goods",
|
|
17972
|
+
childTableName: "竞价清单",
|
|
17973
|
+
childTableList: [// { name: "类别", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17974
|
+
// { name: "材料名称", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17975
|
+
// { name: "规格型号", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17976
|
+
// { name: "品牌要求", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17977
|
+
// { name: "数量", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17978
|
+
// { name: "计量单位", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17979
|
+
// { name: "进场时间", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17980
|
+
// { name: "要求", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17981
|
+
// { name: "清单附件", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
|
|
17982
|
+
]
|
|
17983
|
+
}]
|
|
17984
|
+
}, // 经营帮招采-竞价废标
|
|
17985
|
+
{
|
|
17986
|
+
approvalType: "zcBidCancel",
|
|
17987
|
+
data: [{
|
|
17988
|
+
name: "申请单位",
|
|
17989
|
+
key: "applicantName",
|
|
17990
|
+
isPrint: true,
|
|
17991
|
+
notPrint: false,
|
|
17992
|
+
contextType: "",
|
|
17993
|
+
groupKey: "",
|
|
17994
|
+
groupName: "",
|
|
17995
|
+
sort: 0,
|
|
17996
|
+
children: []
|
|
17997
|
+
}, {
|
|
17998
|
+
name: "申请部门",
|
|
17999
|
+
key: "applicationDepartmentName",
|
|
18000
|
+
isPrint: true,
|
|
18001
|
+
notPrint: false,
|
|
18002
|
+
contextType: "",
|
|
18003
|
+
groupKey: "",
|
|
18004
|
+
groupName: "",
|
|
18005
|
+
sort: 0,
|
|
18006
|
+
children: []
|
|
18007
|
+
}, {
|
|
18008
|
+
name: "竞价名称",
|
|
18009
|
+
key: "name",
|
|
18010
|
+
isPrint: true,
|
|
18011
|
+
notPrint: false,
|
|
18012
|
+
contextType: "",
|
|
18013
|
+
groupKey: "",
|
|
18014
|
+
groupName: "",
|
|
18015
|
+
sort: 0,
|
|
18016
|
+
children: []
|
|
18017
|
+
}, {
|
|
18018
|
+
name: "竞价编号",
|
|
18019
|
+
key: "id",
|
|
18020
|
+
isPrint: true,
|
|
18021
|
+
notPrint: false,
|
|
18022
|
+
contextType: "",
|
|
18023
|
+
groupKey: "",
|
|
18024
|
+
groupName: "",
|
|
18025
|
+
sort: 0,
|
|
18026
|
+
children: []
|
|
18027
|
+
}, {
|
|
18028
|
+
name: "废标原因",
|
|
18029
|
+
key: "cancelReason",
|
|
18030
|
+
isPrint: true,
|
|
18031
|
+
notPrint: false,
|
|
18032
|
+
contextType: "",
|
|
18033
|
+
groupKey: "",
|
|
18034
|
+
groupName: "",
|
|
18035
|
+
sort: 0,
|
|
18036
|
+
children: []
|
|
18037
|
+
}],
|
|
18038
|
+
childTable: []
|
|
18039
|
+
}, // 经营帮招采-竞价补遗
|
|
18040
|
+
{
|
|
18041
|
+
approvalType: "zcBidAddendum",
|
|
18042
|
+
data: [{
|
|
18043
|
+
name: "申请单位",
|
|
18044
|
+
key: "applicantName",
|
|
18045
|
+
isPrint: true,
|
|
18046
|
+
notPrint: false,
|
|
18047
|
+
contextType: "",
|
|
18048
|
+
groupKey: "",
|
|
18049
|
+
groupName: "",
|
|
18050
|
+
sort: 0,
|
|
18051
|
+
children: []
|
|
18052
|
+
}, {
|
|
18053
|
+
name: "申请部门",
|
|
18054
|
+
key: "applicationDepartmentName",
|
|
18055
|
+
isPrint: true,
|
|
18056
|
+
notPrint: false,
|
|
18057
|
+
contextType: "",
|
|
18058
|
+
groupKey: "",
|
|
18059
|
+
groupName: "",
|
|
18060
|
+
sort: 0,
|
|
18061
|
+
children: []
|
|
18062
|
+
}, {
|
|
18063
|
+
name: "竞价名称",
|
|
18064
|
+
key: "bidName",
|
|
18065
|
+
isPrint: true,
|
|
18066
|
+
notPrint: false,
|
|
18067
|
+
contextType: "",
|
|
18068
|
+
groupKey: "",
|
|
18069
|
+
groupName: "",
|
|
18070
|
+
sort: 0,
|
|
18071
|
+
children: []
|
|
18072
|
+
}, {
|
|
18073
|
+
name: "竞价编号",
|
|
18074
|
+
key: "bidId",
|
|
18075
|
+
isPrint: true,
|
|
18076
|
+
notPrint: false,
|
|
18077
|
+
contextType: "",
|
|
18078
|
+
groupKey: "",
|
|
18079
|
+
groupName: "",
|
|
18080
|
+
sort: 0,
|
|
18081
|
+
children: []
|
|
18082
|
+
}, {
|
|
18083
|
+
name: "补遗名称",
|
|
18084
|
+
key: "title",
|
|
18085
|
+
isPrint: true,
|
|
18086
|
+
notPrint: false,
|
|
18087
|
+
contextType: "",
|
|
18088
|
+
groupKey: "",
|
|
18089
|
+
groupName: "",
|
|
18090
|
+
sort: 0,
|
|
18091
|
+
children: []
|
|
18092
|
+
}, {
|
|
18093
|
+
name: "补遗内容",
|
|
18094
|
+
key: "content",
|
|
18095
|
+
isPrint: true,
|
|
18096
|
+
notPrint: false,
|
|
18097
|
+
contextType: "",
|
|
18098
|
+
groupKey: "",
|
|
18099
|
+
groupName: "",
|
|
18100
|
+
sort: 0,
|
|
18101
|
+
children: []
|
|
18102
|
+
}, {
|
|
18103
|
+
name: "补遗附件",
|
|
18104
|
+
key: "ossFilePaths",
|
|
18105
|
+
isPrint: true,
|
|
18106
|
+
notPrint: false,
|
|
18107
|
+
contextType: "",
|
|
18108
|
+
groupKey: "",
|
|
18109
|
+
groupName: "",
|
|
18110
|
+
sort: 0,
|
|
18111
|
+
children: []
|
|
18112
|
+
}],
|
|
18113
|
+
childTable: []
|
|
18114
|
+
}, // 经营帮招采-竞价定标
|
|
18115
|
+
{
|
|
18116
|
+
approvalType: "zcBidDetermine",
|
|
18117
|
+
data: [{
|
|
18118
|
+
name: "申请单位",
|
|
18119
|
+
key: "applicantName",
|
|
18120
|
+
isPrint: true,
|
|
18121
|
+
notPrint: false,
|
|
18122
|
+
contextType: "",
|
|
18123
|
+
groupKey: "",
|
|
18124
|
+
groupName: "",
|
|
18125
|
+
sort: 0,
|
|
18126
|
+
children: []
|
|
18127
|
+
}, {
|
|
18128
|
+
name: "申请部门",
|
|
18129
|
+
key: "applicationDepartmentName",
|
|
18130
|
+
isPrint: true,
|
|
18131
|
+
notPrint: false,
|
|
18132
|
+
contextType: "",
|
|
18133
|
+
groupKey: "",
|
|
18134
|
+
groupName: "",
|
|
18135
|
+
sort: 0,
|
|
18136
|
+
children: []
|
|
18137
|
+
}, {
|
|
18138
|
+
name: "竞价名称",
|
|
18139
|
+
key: "name",
|
|
18140
|
+
isPrint: true,
|
|
18141
|
+
notPrint: false,
|
|
18142
|
+
contextType: "",
|
|
18143
|
+
groupKey: "",
|
|
18144
|
+
groupName: "",
|
|
18145
|
+
sort: 0,
|
|
18146
|
+
children: []
|
|
18147
|
+
}, {
|
|
18148
|
+
name: "竞价编号",
|
|
18149
|
+
key: "id",
|
|
18150
|
+
isPrint: true,
|
|
18151
|
+
notPrint: false,
|
|
18152
|
+
contextType: "",
|
|
18153
|
+
groupKey: "",
|
|
18154
|
+
groupName: "",
|
|
18155
|
+
sort: 0,
|
|
18156
|
+
children: []
|
|
18157
|
+
}, {
|
|
18158
|
+
name: "中标单位",
|
|
18159
|
+
key: "winningName",
|
|
18160
|
+
isPrint: true,
|
|
18161
|
+
notPrint: false,
|
|
18162
|
+
contextType: "",
|
|
18163
|
+
groupKey: "",
|
|
18164
|
+
groupName: "",
|
|
18165
|
+
sort: 0,
|
|
18166
|
+
children: []
|
|
18167
|
+
}, {
|
|
18168
|
+
name: "中标总价",
|
|
18169
|
+
key: "money",
|
|
18170
|
+
isPrint: true,
|
|
18171
|
+
notPrint: false,
|
|
18172
|
+
contextType: "",
|
|
18173
|
+
groupKey: "",
|
|
18174
|
+
groupName: "",
|
|
18175
|
+
sort: 0,
|
|
18176
|
+
children: []
|
|
18177
|
+
}, {
|
|
18178
|
+
name: "中标说明",
|
|
18179
|
+
key: "winningExplain",
|
|
18180
|
+
isPrint: true,
|
|
18181
|
+
notPrint: false,
|
|
18182
|
+
contextType: "",
|
|
18183
|
+
groupKey: "",
|
|
18184
|
+
groupName: "",
|
|
18185
|
+
sort: 0,
|
|
18186
|
+
children: []
|
|
18187
|
+
}],
|
|
18188
|
+
childTable: [{
|
|
18189
|
+
childTableKey: "offerList",
|
|
18190
|
+
childTableName: "报价记录",
|
|
18191
|
+
childTableList: [{
|
|
18192
|
+
name: "排名",
|
|
18193
|
+
key: "sort",
|
|
18194
|
+
isPrint: true,
|
|
18195
|
+
notPrint: false,
|
|
18196
|
+
contextType: "",
|
|
18197
|
+
groupKey: "",
|
|
18198
|
+
groupName: "",
|
|
18199
|
+
sort: 0,
|
|
18200
|
+
children: []
|
|
18201
|
+
}, {
|
|
18202
|
+
name: "个人/企业名称",
|
|
18203
|
+
key: "bidderName",
|
|
18204
|
+
isPrint: true,
|
|
18205
|
+
notPrint: false,
|
|
18206
|
+
contextType: "",
|
|
18207
|
+
groupKey: "",
|
|
18208
|
+
groupName: "",
|
|
18209
|
+
sort: 0,
|
|
18210
|
+
children: []
|
|
18211
|
+
}, {
|
|
18212
|
+
name: "投标类型",
|
|
18213
|
+
key: "bidderType",
|
|
18214
|
+
isPrint: true,
|
|
18215
|
+
notPrint: false,
|
|
18216
|
+
contextType: "",
|
|
18217
|
+
groupKey: "",
|
|
18218
|
+
groupName: "",
|
|
18219
|
+
sort: 0,
|
|
18220
|
+
children: []
|
|
18221
|
+
}, {
|
|
18222
|
+
name: "总报价(元)",
|
|
18223
|
+
key: "money",
|
|
18224
|
+
isPrint: true,
|
|
18225
|
+
notPrint: false,
|
|
18226
|
+
contextType: "",
|
|
18227
|
+
groupKey: "",
|
|
18228
|
+
groupName: "",
|
|
18229
|
+
sort: 0,
|
|
18230
|
+
children: []
|
|
18231
|
+
}, {
|
|
18232
|
+
name: "距离",
|
|
18233
|
+
key: "distance",
|
|
18234
|
+
isPrint: true,
|
|
18235
|
+
notPrint: false,
|
|
18236
|
+
contextType: "",
|
|
18237
|
+
groupKey: "",
|
|
18238
|
+
groupName: "",
|
|
18239
|
+
sort: 0,
|
|
18240
|
+
children: []
|
|
18241
|
+
}, {
|
|
18242
|
+
name: "报价时间",
|
|
18243
|
+
key: "create",
|
|
18244
|
+
isPrint: true,
|
|
18245
|
+
notPrint: false,
|
|
18246
|
+
contextType: "",
|
|
18247
|
+
groupKey: "",
|
|
18248
|
+
groupName: "",
|
|
18249
|
+
sort: 0,
|
|
18250
|
+
children: []
|
|
18251
|
+
}]
|
|
18252
|
+
}]
|
|
17671
18253
|
}];
|
|
17672
18254
|
/* unused harmony default export */ var _unused_webpack_default_export = (json);
|
|
17673
18255
|
|
|
@@ -26025,17 +26607,6 @@ module.exports = function (METHOD_NAME) {
|
|
|
26025
26607
|
};
|
|
26026
26608
|
|
|
26027
26609
|
|
|
26028
|
-
/***/ }),
|
|
26029
|
-
|
|
26030
|
-
/***/ "41b2":
|
|
26031
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
26032
|
-
|
|
26033
|
-
"use strict";
|
|
26034
|
-
/* harmony import */ var _node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_7_3_1_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_approverSelector_vue_vue_type_style_index_0_id_15c1edce_scoped_true_style_scss_lang_scss___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("8b9b");
|
|
26035
|
-
/* harmony import */ var _node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_7_3_1_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_approverSelector_vue_vue_type_style_index_0_id_15c1edce_scoped_true_style_scss_lang_scss___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_7_3_1_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_approverSelector_vue_vue_type_style_index_0_id_15c1edce_scoped_true_style_scss_lang_scss___WEBPACK_IMPORTED_MODULE_0__);
|
|
26036
|
-
/* unused harmony reexport * */
|
|
26037
|
-
|
|
26038
|
-
|
|
26039
26610
|
/***/ }),
|
|
26040
26611
|
|
|
26041
26612
|
/***/ "41be":
|
|
@@ -59777,6 +60348,17 @@ module.exports = function (it) {
|
|
|
59777
60348
|
};
|
|
59778
60349
|
|
|
59779
60350
|
|
|
60351
|
+
/***/ }),
|
|
60352
|
+
|
|
60353
|
+
/***/ "4e13":
|
|
60354
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
60355
|
+
|
|
60356
|
+
"use strict";
|
|
60357
|
+
/* harmony import */ var _node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_7_3_1_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_approverSelector_vue_vue_type_style_index_0_id_11fe9ccb_scoped_true_style_scss_lang_scss___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("1ac3");
|
|
60358
|
+
/* harmony import */ var _node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_7_3_1_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_approverSelector_vue_vue_type_style_index_0_id_11fe9ccb_scoped_true_style_scss_lang_scss___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_4_1_3_vue_style_loader_index_js_ref_8_oneOf_1_0_node_modules_css_loader_1_0_1_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_15_9_8_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_postcss_loader_3_0_0_postcss_loader_src_index_js_ref_8_oneOf_1_3_node_modules_sass_loader_7_3_1_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_node_modules_cache_loader_4_1_0_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_15_9_8_vue_loader_lib_index_js_vue_loader_options_approverSelector_vue_vue_type_style_index_0_id_11fe9ccb_scoped_true_style_scss_lang_scss___WEBPACK_IMPORTED_MODULE_0__);
|
|
60359
|
+
/* unused harmony reexport * */
|
|
60360
|
+
|
|
60361
|
+
|
|
59780
60362
|
/***/ }),
|
|
59781
60363
|
|
|
59782
60364
|
/***/ "4e6a":
|
|
@@ -132532,12 +133114,12 @@ module.exports = {
|
|
|
132532
133114
|
|
|
132533
133115
|
"use strict";
|
|
132534
133116
|
|
|
132535
|
-
// CONCATENATED MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4b65b100-vue-loader-template"}!./node_modules/_vue-loader@15.9.8@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.9.8@vue-loader/lib??vue-loader-options!./src/views/formBuilder/components/approverSelector.vue?vue&type=template&id=
|
|
133117
|
+
// CONCATENATED MODULE: ./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"4b65b100-vue-loader-template"}!./node_modules/_vue-loader@15.9.8@vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/_cache-loader@4.1.0@cache-loader/dist/cjs.js??ref--0-0!./node_modules/_vue-loader@15.9.8@vue-loader/lib??vue-loader-options!./src/views/formBuilder/components/approverSelector.vue?vue&type=template&id=11fe9ccb&scoped=true&
|
|
132536
133118
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('el-drawer',{attrs:{"title":"","visible":_vm.visible,"direction":"rtl","wrapperClosable":false,"show-close":false,"close-on-press-escape":false,"destroy-on-close":"","append-to-body":true}},[_c('template',{slot:"title"},[(_vm.editShow)?_c('div',[_c('el-input',{staticStyle:{"margin":"10px"},attrs:{"size":"small","maxlength":"20"},model:{value:(_vm.nodeName),callback:function ($$v) {_vm.nodeName=$$v},expression:"nodeName"}})],1):_c('p',[_vm._v(_vm._s(_vm.nodeName)+" "),_c('i',{staticClass:"el-icon-edit",staticStyle:{"margin-left":"10px","float":"right","cursor":"pointer"},on:{"click":_vm.edit}})])]),_c('div',{staticClass:"drawer-wrap",on:{"click":function($event){_vm.editShow = false}}},[(!_vm.isCCTask)?_c('div',{staticClass:"approverSelectorItem"},[_c('div',{staticClass:"multi-title"},[_vm._v("设置审批人")]),_c('div',{staticClass:"approverSelectorItemCon rowDirection"},[_c('el-radio-group',{on:{"change":_vm.approverModeChange},model:{value:(_vm.approverMode),callback:function ($$v) {_vm.approverMode=$$v},expression:"approverMode"}},[(_vm.displayControl.specifiedUsed)?_c('el-radio',{attrs:{"label":1}},[_vm._v("指定成员")]):_vm._e(),(_vm.queryInfo.type | _vm.filterType && _vm.displayControl.directorUsed)?_c('el-radio',{attrs:{"label":2}},[_vm._v("主管")]):_vm._e(),(_vm.displayControl.optionalApproverUsed)?_c('el-radio',{attrs:{"label":3}},[_vm._v("发起人自选")]):_vm._e(),(_vm.displayControl.roleUsed)?_c('el-radio',{attrs:{"label":4}},[_vm._v("角色")]):_vm._e()],1),(_vm.approverMode == 1)?_c('div',{staticClass:"selector-list"},[(_vm.approverList.length < 25)?_c('el-button',{staticClass:"list-item-btn",attrs:{"type":"primary","icon":"el-icon-plus","size":"mini"},on:{"click":function($event){return _vm.showStaffSelector(0)}}}):_vm._e(),(_vm.approverList.length)?_c('div',{staticClass:"tagList"},[_vm._l((_vm.approverList),function(tag,index){return [_c('el-tag',{key:index,staticClass:"list-item list-item-opt",attrs:{"closable":"","type":"info","size":"medium"},on:{"close":function($event){return _vm.removeItem('approverList', index)}}},[_vm._v("\n "+_vm._s(tag.name || tag.userName || tag.roleName)+"\n ")])]}),_c('span',{staticClass:"clear-btn list-item",on:{"click":function($event){return _vm.clear('approverList')}}},[_vm._v("清空")])],2):_vm._e()],1):_vm._e(),(_vm.approverMode == 4)?_c('div',{staticClass:"selector-list"},[(_vm.roleList.length < 25)?_c('el-button',{staticClass:"list-item-btn",attrs:{"type":"primary","icon":"el-icon-plus","size":"mini"},on:{"click":function($event){return _vm.showStaffSelector(3)}}}):_vm._e(),(_vm.roleList.length)?_c('div',{staticClass:"tagList"},[_vm._l((_vm.roleList),function(tag,index){return [_c('el-tag',{key:index,staticClass:"list-item list-item-opt",attrs:{"closable":"","type":"info","size":"medium"},on:{"close":function($event){return _vm.removeItem('roleList', index)}}},[_vm._v("\n "+_vm._s(tag.name || tag.userName || tag.roleName)+"\n ")])]}),_c('span',{staticClass:"clear-btn list-item",on:{"click":function($event){return _vm.clear('roleList')}}},[_vm._v("清空")])],2):_vm._e()],1):_vm._e()],1)]):_vm._e(),(_vm.approverMode == 2)?_c('div',{staticClass:"approverSelectorItem layoutRowItem"},[_c('div',{staticClass:"multi-title"},[_vm._v("发起人:")]),_c('div',{staticClass:"approverSelectorItemCon"},[_c('el-select',{attrs:{"placeholder":"请选择"},on:{"change":function (val){ return _vm.changeEvent(val, _vm.options); }},model:{value:(_vm.valueKey),callback:function ($$v) {_vm.valueKey=$$v},expression:"valueKey"}},_vm._l((_vm.options),function(item){return _c('el-option',{key:item.value,attrs:{"label":item.label,"value":item.value}})}),1)],1)]):_vm._e(),(_vm.approverMode == 3 && _vm.displayControl.optionalApproverUsed)?_c('el-form',{ref:"form",staticStyle:{"margin-left":"30px"},attrs:{"model":_vm.InitiatorForm}},[_c('el-form-item',{attrs:{"label":"选择人数:"}},[_c('el-select',{attrs:{"placeholder":""},on:{"change":_vm.selectTypeChange},model:{value:(_vm.selectType),callback:function ($$v) {_vm.selectType=$$v},expression:"selectType"}},[_c('el-option',{attrs:{"label":"单人","value":"1"}}),_c('el-option',{attrs:{"label":"多人","value":"2"}})],1)],1),_c('el-form-item',{attrs:{"label":"选择范围:"}},[_c('el-select',{attrs:{"placeholder":""},on:{"change":_vm.selectRangeChange},model:{value:(_vm.selectRange),callback:function ($$v) {_vm.selectRange=$$v},expression:"selectRange"}},[_c('el-option',{attrs:{"label":"全公司","value":"1"}}),_c('el-option',{attrs:{"label":"指定成员","value":"2"}})],1)],1)],1):_vm._e(),(_vm.InitiatorForm.selectRange == '2' && _vm.approverMode == 3)?_c('div',{staticClass:"selector-list2",staticStyle:{"margin-left":"30px"}},[(_vm.optionalUserList.length < 25)?_c('el-button',{staticClass:"list-item-btn",attrs:{"type":"primary","icon":"el-icon-plus","size":"mini"},on:{"click":function($event){return _vm.showStaffSelector(2)}}}):_vm._e(),(_vm.optionalUserList.length)?_c('div',{staticClass:"tagList"},[_vm._l((_vm.optionalUserList),function(tag,index){return [_c('el-tag',{key:index,staticClass:"list-item list-item-opt",attrs:{"closable":"","type":"info","size":"medium"},on:{"close":function($event){return _vm.removeItem('optionalUserList', index)}}},[_vm._v("\n "+_vm._s(tag.name || tag.userName)+"\n ")])]}),_c('span',{staticClass:"clear-btn list-item",on:{"click":function($event){return _vm.clear('optionalUserList')}}},[_vm._v("清空")])],2):_vm._e()],1):_vm._e(),(![5].includes(_vm.approverMode) && !_vm.isCCTask)?_c('div',{staticClass:"approverSelectorItem"},[_c('div',{staticClass:"multi-title"},[_vm._v("多人审批时采用的审批方式")]),_c('div',{staticClass:"approverSelectorItemCon"},[_c('el-radio-group',{on:{"change":_vm.examineModeChange},model:{value:(_vm.approverType),callback:function ($$v) {_vm.approverType=$$v},expression:"approverType"}},[_c('el-radio',{attrs:{"label":"3"}},[_vm._v("依次审批")]),_c('el-radio',{attrs:{"label":"1"}},[_vm._v("会签(须所有审批人同意)")]),_c('el-radio',{attrs:{"label":"2"}},[_vm._v("或签(一名审批人同意或拒绝即可)")])],1)],1)]):_vm._e(),(_vm.approverMode == 2)?_c('div',{staticClass:"approverSelectorItem"},[_c('div',{staticClass:"multi-title"},[_vm._v("审批人为空时")]),_c('div',{staticClass:"approverSelectorItemCon"},[_c('el-radio-group',{on:{"change":_vm.noHanderActionChange},model:{value:(_vm.directorType.authType),callback:function ($$v) {_vm.$set(_vm.directorType, "authType", $$v)},expression:"directorType.authType"}},[_c('el-radio',{attrs:{"label":"1"}},[_vm._v("自动通过 ")]),_c('el-radio',{attrs:{"label":"2"}},[_vm._v("自动转交主管理员")]),_c('div',[_c('el-radio',{staticStyle:{"margin-right":"0px!important"},attrs:{"label":"3"}},[_vm._v("自动查找上一级主管")]),_c('el-tooltip',{staticClass:"item",attrs:{"effect":"dark","placement":"bottom"}},[_c('div',{attrs:{"slot":"content"},slot:"content"},[_vm._v("当前设置的主管为空时,逐级查找上一级主管,直到主管理员为止。")]),_c('el-button',{staticClass:"approveRemake",attrs:{"icon":"el-icon-question","circle":""}})],1)],1)],1)],1)]):_vm._e(),(_vm.isCCTask)?_c('div',{staticClass:"approverSelectorItem"},[_c('div',{staticClass:"multi-title"},[_vm._v("设置抄送人")]),_c('div',{staticClass:"approverSelectorItemCon rowDirection"},[_c('el-radio-group',{model:{value:(_vm.isCCTaskType),callback:function ($$v) {_vm.isCCTaskType=$$v},expression:"isCCTaskType"}},[_c('el-radio',{attrs:{"label":1}},[_vm._v("指定成员")])],1),_c('div',{staticClass:"selector-list"},[(_vm.notifierList.length < 25)?_c('el-button',{staticClass:"list-item-btn",attrs:{"type":"primary","icon":"el-icon-plus","size":"mini"},on:{"click":function($event){return _vm.showStaffSelector(1)}}}):_vm._e(),(_vm.notifierList.length)?_c('div',{staticClass:"tagList"},[_vm._l((_vm.notifierList),function(tag,index){return _c('el-tag',{key:index,staticClass:"list-item list-item-opt",attrs:{"closable":"","type":"info","size":"medium"},on:{"close":function($event){return _vm.removeItem('notifierList', index)}}},[_vm._v("\n "+_vm._s(tag.name || tag.userName)+"\n ")])}),_c('span',{staticClass:"clear-btn list-item",on:{"click":function($event){return _vm.clear('notifierList')}}},[_vm._v("清空")])],2):_vm._e()],1),(_vm.displayControl.optionalCcUsed)?_c('el-checkbox',{model:{value:(_vm.ccType),callback:function ($$v) {_vm.ccType=$$v},expression:"ccType"}},[_vm._v("允许发起人自选抄送人")]):_vm._e()],1)]):_vm._e(),_c('div',{staticClass:"drawer-footer"},[_c('el-button',{on:{"click":_vm.cancel}},[_vm._v("取消")]),_c('el-button',{attrs:{"type":"primary"},on:{"click":_vm.submit}},[_vm._v("确定")])],1)],1)],2),(_vm.nodeVisible2)?_c('FlowNodeForm',{ref:"nodeForm",attrs:{"id":"nodeForm","orgVisible":_vm.nodeVisible,"type":_vm.memberSelectorType,"selectType":_vm.selectType},on:{"close":function($event){_vm.nodeVisible = false},"confirm":_vm.memberSelectorConfirm}}):_vm._e(),(_vm.roleNodeVisible2)?_c('roleNodeForm',{ref:"roleNodeForm",attrs:{"id":"roleNodeForm","orgVisible":_vm.roleNodeVisible},on:{"close":function($event){_vm.roleNodeVisible = false},"confirm":_vm.roleSelectorConfirm}}):_vm._e()],1)}
|
|
132537
133119
|
var staticRenderFns = []
|
|
132538
133120
|
|
|
132539
133121
|
|
|
132540
|
-
// CONCATENATED MODULE: ./src/views/formBuilder/components/approverSelector.vue?vue&type=template&id=
|
|
133122
|
+
// CONCATENATED MODULE: ./src/views/formBuilder/components/approverSelector.vue?vue&type=template&id=11fe9ccb&scoped=true&
|
|
132541
133123
|
|
|
132542
133124
|
// EXTERNAL MODULE: ./node_modules/_@babel_runtime@7.16.0@@babel/runtime/helpers/esm/defineProperty.js
|
|
132543
133125
|
var defineProperty = __webpack_require__("ba91");
|
|
@@ -133792,10 +134374,10 @@ var apiProcess = __webpack_require__("cf66");
|
|
|
133792
134374
|
this.ccType = false;
|
|
133793
134375
|
}
|
|
133794
134376
|
} else if (type == 1) {
|
|
133795
|
-
this.selectType = selectType;
|
|
133796
|
-
this.selectRange = selectRange;
|
|
133797
|
-
this.InitiatorForm.selectType = selectType;
|
|
133798
|
-
this.InitiatorForm.selectRange = selectRange;
|
|
134377
|
+
this.selectType = selectType || "1";
|
|
134378
|
+
this.selectRange = selectRange || "1";
|
|
134379
|
+
this.InitiatorForm.selectType = selectType || "1";
|
|
134380
|
+
this.InitiatorForm.selectRange = selectRange || "1";
|
|
133799
134381
|
this.setType = setType;
|
|
133800
134382
|
|
|
133801
134383
|
if (setType == "3" && selectRange == "2") {
|
|
@@ -133918,6 +134500,7 @@ var apiProcess = __webpack_require__("cf66");
|
|
|
133918
134500
|
},
|
|
133919
134501
|
// 角色选择确认
|
|
133920
134502
|
roleSelectorConfirm: function roleSelectorConfirm(data) {
|
|
134503
|
+
console.log(data);
|
|
133921
134504
|
var result = JSON.parse(data);
|
|
133922
134505
|
this.roleList = result.list;
|
|
133923
134506
|
},
|
|
@@ -133994,6 +134577,8 @@ var apiProcess = __webpack_require__("cf66");
|
|
|
133994
134577
|
},
|
|
133995
134578
|
// 提交数据
|
|
133996
134579
|
submit: function submit() {
|
|
134580
|
+
var _this4 = this;
|
|
134581
|
+
|
|
133997
134582
|
if (this.optionalUserList.length > 0) {
|
|
133998
134583
|
var arr = [];
|
|
133999
134584
|
this.optionalUserList.forEach(function (item, index) {
|
|
@@ -134031,7 +134616,7 @@ var apiProcess = __webpack_require__("cf66");
|
|
|
134031
134616
|
|
|
134032
134617
|
|
|
134033
134618
|
if (!this.isCCTask) {
|
|
134034
|
-
// 1为指定成员,2为主管 4为角色
|
|
134619
|
+
// 1为指定成员,2为主管 3自选 4为角色
|
|
134035
134620
|
if (this.approverMode == 1) {
|
|
134036
134621
|
if (!this.approverList.length) {
|
|
134037
134622
|
this.$message.warning("请配置审批人");
|
|
@@ -134096,11 +134681,25 @@ var apiProcess = __webpack_require__("cf66");
|
|
|
134096
134681
|
|
|
134097
134682
|
this.$parent.submitApprover(SxyData);
|
|
134098
134683
|
} else {
|
|
134684
|
+
if (this.approverMode == 4) {
|
|
134685
|
+
if (!this.roleList.length) {
|
|
134686
|
+
this.$message.warning("请配置角色");
|
|
134687
|
+
return;
|
|
134688
|
+
}
|
|
134689
|
+
}
|
|
134690
|
+
|
|
134691
|
+
if (this.approverMode == 3) {
|
|
134692
|
+
if (!this.optionalUserList.length && this.selectRange == "2") {
|
|
134693
|
+
this.$message.warning("请配置指定成员");
|
|
134694
|
+
return;
|
|
134695
|
+
}
|
|
134696
|
+
}
|
|
134697
|
+
|
|
134099
134698
|
var rolesList = [];
|
|
134100
134699
|
this.roleList.forEach(function (item) {
|
|
134101
134700
|
if (item.id || item.roleId) {
|
|
134102
134701
|
rolesList.push({
|
|
134103
|
-
companyId: item.comNo || item.companyId,
|
|
134702
|
+
companyId: item.comNo || item.companyId || _this4.$store.state.user.cno,
|
|
134104
134703
|
roleId: item.id || item.roleId,
|
|
134105
134704
|
roleName: item.name || item.roleName
|
|
134106
134705
|
});
|
|
@@ -134163,8 +134762,8 @@ var apiProcess = __webpack_require__("cf66");
|
|
|
134163
134762
|
});
|
|
134164
134763
|
// CONCATENATED MODULE: ./src/views/formBuilder/components/approverSelector.vue?vue&type=script&lang=js&
|
|
134165
134764
|
/* harmony default export */ var components_approverSelectorvue_type_script_lang_js_ = (approverSelectorvue_type_script_lang_js_);
|
|
134166
|
-
// EXTERNAL MODULE: ./src/views/formBuilder/components/approverSelector.vue?vue&type=style&index=0&id=
|
|
134167
|
-
var
|
|
134765
|
+
// EXTERNAL MODULE: ./src/views/formBuilder/components/approverSelector.vue?vue&type=style&index=0&id=11fe9ccb&scoped=true&style=scss&lang=scss&
|
|
134766
|
+
var approverSelectorvue_type_style_index_0_id_11fe9ccb_scoped_true_style_scss_lang_scss_ = __webpack_require__("4e13");
|
|
134168
134767
|
|
|
134169
134768
|
// CONCATENATED MODULE: ./src/views/formBuilder/components/approverSelector.vue
|
|
134170
134769
|
|
|
@@ -134181,7 +134780,7 @@ var approverSelector_component = Object(componentNormalizer["a" /* default */])(
|
|
|
134181
134780
|
staticRenderFns,
|
|
134182
134781
|
false,
|
|
134183
134782
|
null,
|
|
134184
|
-
"
|
|
134783
|
+
"11fe9ccb",
|
|
134185
134784
|
null
|
|
134186
134785
|
|
|
134187
134786
|
)
|
|
@@ -140112,22 +140711,6 @@ module.exports = function (name) {
|
|
|
140112
140711
|
})));
|
|
140113
140712
|
|
|
140114
140713
|
|
|
140115
|
-
/***/ }),
|
|
140116
|
-
|
|
140117
|
-
/***/ "8b9b":
|
|
140118
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
140119
|
-
|
|
140120
|
-
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
140121
|
-
|
|
140122
|
-
// load the styles
|
|
140123
|
-
var content = __webpack_require__("ed8f");
|
|
140124
|
-
if(content.__esModule) content = content.default;
|
|
140125
|
-
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
140126
|
-
if(content.locals) module.exports = content.locals;
|
|
140127
|
-
// add the styles to the DOM
|
|
140128
|
-
var add = __webpack_require__("5925").default
|
|
140129
|
-
var update = add("41ff5b20", content, true, {"sourceMap":false,"shadowMode":false});
|
|
140130
|
-
|
|
140131
140714
|
/***/ }),
|
|
140132
140715
|
|
|
140133
140716
|
/***/ "8bbf":
|
|
@@ -141540,6 +142123,21 @@ exports.default = {
|
|
|
141540
142123
|
}
|
|
141541
142124
|
};
|
|
141542
142125
|
|
|
142126
|
+
/***/ }),
|
|
142127
|
+
|
|
142128
|
+
/***/ "90b1":
|
|
142129
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
142130
|
+
|
|
142131
|
+
exports = module.exports = __webpack_require__("690e")(false);
|
|
142132
|
+
// imports
|
|
142133
|
+
|
|
142134
|
+
|
|
142135
|
+
// module
|
|
142136
|
+
exports.push([module.i, ".from[data-v-11fe9ccb]{overflow:hidden;margin-bottom:20px}.from .fromitem[data-v-11fe9ccb]{float:left;margin-right:20px}.from .fromitem span[data-v-11fe9ccb]{text-align:right;vertical-align:middle;font-size:14px;color:#606266;line-height:40px;padding:0 12px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.talent-box[data-v-11fe9ccb]{padding:15px 20px 20px}.talent-box .title[data-v-11fe9ccb]{font-size:18px;font-weight:400;margin-bottom:15px}.offer-root[data-v-11fe9ccb]{color:#666}.offer-root .projectForm[data-v-11fe9ccb]{padding:0 0 10px 0}.offer-root .projectForm .projectForm[data-v-11fe9ccb]{margin-top:10px}.offer-root .projectForm .el-form-item[data-v-11fe9ccb]{margin-bottom:0}.continue[data-v-11fe9ccb]{color:#0286df}.common-offer-dialog .dialog-footer[data-v-11fe9ccb],.offer-pagination[data-v-11fe9ccb]{text-align:center}.offer-pagination .el-pagination[data-v-11fe9ccb]{margin:20px 0}.re-form .el-cascader[data-v-11fe9ccb],.re-form .el-date-editor[data-v-11fe9ccb],.re-form .el-input-number[data-v-11fe9ccb],.re-form .el-range-editor[data-v-11fe9ccb],.re-form .el-select[data-v-11fe9ccb]{width:100%}.re-form .el-input-number .el-input__inner[data-v-11fe9ccb]{text-align:left}.re-form .input-number-icon.el-input-number .el-input[data-v-11fe9ccb]{display:-webkit-box;display:-ms-flexbox;display:flex}.re-form .input-number-icon.el-input-number .el-input .el-input__inner[data-v-11fe9ccb]{border-radius:4px 0 4px 0}.re-form .input-number-icon.el-input-number .el-input[data-v-11fe9ccb]:after{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 20px;height:38px;display:inline-block;background:#f5f7fa;text-align:center;border:1px solid #dcdfe6;border-left:0;border-radius:0 4px 4px 0;color:#909399}.re-form .number-yuan.el-input-number .el-input[data-v-11fe9ccb]:after{content:\"\\5143\"}.re-form .number-tian.el-input-number .el-input[data-v-11fe9ccb]:after{content:\"\\5929\"}.re-form .line-feed .el-form-item__label[data-v-11fe9ccb]{line-height:inherit!important}.el-submenu__icon-arrow[data-v-11fe9ccb]{position:absolute!important;top:50%!important;right:8px!important;margin-top:-7px!important;-webkit-transition:-webkit-transform .3s!important;transition:-webkit-transform .3s!important;transition:transform .3s!important;transition:transform .3s,-webkit-transform .3s!important;font-size:12px!important}.base-pagination[data-v-11fe9ccb]{text-align:center}.base-pagination .el-pagination[data-v-11fe9ccb]{margin:20px 0}.pointer[data-v-11fe9ccb]{cursor:pointer}.base-ellipsis[data-v-11fe9ccb]{display:inline-block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btns-line[data-v-11fe9ccb]{margin-bottom:10px}.base-page-style[data-v-11fe9ccb]{padding:10px 10px}.base-page-style .btns-line[data-v-11fe9ccb]{margin-bottom:10px}.base-page-style .el-table .warning-row .cell[data-v-11fe9ccb]{color:red}.form-w100[data-v-11fe9ccb]{width:100%}.form-w100.el-input-number .el-input__inner[data-v-11fe9ccb]{text-align:left}.base-info-title[data-v-11fe9ccb]{font-size:18px;line-height:20px;color:#0286df;border-bottom:2px dotted #e4e7ed;padding-bottom:10px;margin-bottom:20px;position:relative}.base-info-title span[data-v-11fe9ccb]{border-left:3px solid #0286df;padding-left:10px}.base-info-title .append[data-v-11fe9ccb]{position:absolute;right:10px;top:0}.action-btns .btns[data-v-11fe9ccb]{margin-bottom:10px}.form-btns[data-v-11fe9ccb]{text-align:center}.text-danger[data-v-11fe9ccb]{color:#ff4949}.text-warning[data-v-11fe9ccb]{color:#f7ba2a}.text-blue[data-v-11fe9ccb]{color:#2e90fe}.clearboth[data-v-11fe9ccb]{clear:both}.noselect[data-v-11fe9ccb]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[data-v-11fe9ccb]::-webkit-input-safebox-button{display:none}body[data-v-11fe9ccb]{background-color:#f5f5f5;font-family:Microsoft YaHei,微软雅黑,Arial,sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box}.hover_02[data-v-11fe9ccb]:hover{color:#0286df!important}.color-default[data-v-11fe9ccb]{color:#0286df}.line-width[data-v-11fe9ccb]{background:#ededed;width:896px;height:1px}.bg-default[data-v-11fe9ccb]{background:#0286df}.hover-color-default[data-v-11fe9ccb]:hover{color:#0286df}.hover-bg-default[data-v-11fe9ccb]:hover{background:#ffeeea!important}.default-color[data-v-11fe9ccb]{color:#0286df}.page-left[data-v-11fe9ccb]{float:left}.page-right[data-v-11fe9ccb]{float:right}.colordefault[data-v-11fe9ccb]{color:#0286df}.colorgrey[data-v-11fe9ccb]{color:#ccc}.colortheme[data-v-11fe9ccb]{color:#ff8b00}.colorff4[data-v-11fe9ccb]{color:#ff4e00}.color-orange[data-v-11fe9ccb]{color:#f60}.p20[data-v-11fe9ccb]{padding:20px}.pl20[data-v-11fe9ccb]{padding-left:20px}.pb20[data-v-11fe9ccb]{padding-bottom:20px}.mt10[data-v-11fe9ccb]{margin-top:10px}.mt20[data-v-11fe9ccb]{margin-top:20px}.ml26[data-v-11fe9ccb]{margin-left:26px}.ml400[data-v-11fe9ccb]{margin-left:400px}.mb10[data-v-11fe9ccb]{margin-bottom:10px}.mb20[data-v-11fe9ccb]{margin-bottom:20px}.ml10[data-v-11fe9ccb]{margin-left:10px}.text-center[data-v-11fe9ccb]{text-align:center}.clearfix[data-v-11fe9ccb]{overflow:hidden}.fl[data-v-11fe9ccb]{float:left}.fr[data-v-11fe9ccb]{float:right}.avatar-uploader .el-upload[data-v-11fe9ccb]{border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.avatar-uploader .el-upload[data-v-11fe9ccb]:hover{border-color:#409eff}.avatar-uploader-icon[data-v-11fe9ccb]{font-size:28px;color:#8c939d;width:178px;height:178px;line-height:178px;text-align:center}.avatar-uploader-icon[data-v-11fe9ccb]:before{line-height:178px}.avatar[data-v-11fe9ccb]{width:178px;height:178px;border:1px dashed #c0ccda;border-radius:6px;display:block}.cell-button[data-v-11fe9ccb]{color:#0286df!important}.cell-del-button[data-v-11fe9ccb]{color:#f60!important}.tableStyle[data-v-11fe9ccb]{border-top:1px solid #e4e7ed;width:100%;margin-top:20px}.tabs-box .el-tabs .el-tabs__header[data-v-11fe9ccb]{margin:0}.tabs-box .el-tabs__item .is-active[data-v-11fe9ccb]{color:#0286df}.tabs-box .el-tabs__item[data-v-11fe9ccb]{color:#333}.m-l-15[data-v-11fe9ccb]{margin-left:15px!important}.m-l-20[data-v-11fe9ccb]{margin-left:20px!important}.m-l-40[data-v-11fe9ccb]{margin-left:40px!important}.pagination-box[data-v-11fe9ccb]{text-align:center;font-size:16px}.pagination-box .el-pagination[data-v-11fe9ccb]{margin-top:20px}.el-input__count[data-v-11fe9ccb]{background:none!important;bottom:-10px!important}.el-link.el-link--primary[data-v-11fe9ccb],.el-tabs__item.is-active[data-v-11fe9ccb]{color:#0286df!important}.info2 .successinfo i[data-v-11fe9ccb]{font-size:75px!important;color:#78c06e!important}.el-table__body tr.hover-row td[data-v-11fe9ccb]{background-color:#f5f7fa!important}.el-pager li.active[data-v-11fe9ccb]{color:#0286df!important}.el-loading-mask[data-v-11fe9ccb]{z-index:9999}.el-icon-loading[data-v-11fe9ccb]{font-size:40px}.el-button.is-loading .el-icon-loading[data-v-11fe9ccb]{font-size:14px}.el-tooltip__popper[data-v-11fe9ccb]{max-width:80%}li[data-v-11fe9ccb],ul[data-v-11fe9ccb]{list-style:none}a[data-v-11fe9ccb]{outline:medium none;text-decoration:none}.colorff66[data-v-11fe9ccb]{color:#f60}.color02[data-v-11fe9ccb]{color:#0286df}.color33[data-v-11fe9ccb]{color:#333}.colorff[data-v-11fe9ccb]{color:#fff}.color00[data-v-11fe9ccb]{color:#000}.color66[data-v-11fe9ccb]{color:#666}.color96[data-v-11fe9ccb]{color:#969696}.colorbf[data-v-11fe9ccb]{color:#bfbfbf}.color59[data-v-11fe9ccb]{color:#595959}.color5e[data-v-11fe9ccb]{color:#5e5e5e}.colorcc[data-v-11fe9ccb]{color:#ccc}.color6f[data-v-11fe9ccb]{color:#6f6f6f}.color2c[data-v-11fe9ccb]{color:#2c2c2b}.color8d[data-v-11fe9ccb]{color:#8d8d8d}.h-green[data-v-11fe9ccb]{color:#78c06e}.h-red[data-v-11fe9ccb]{color:#f60}.h-orange[data-v-11fe9ccb]{color:#f7ab01}.color-link[data-v-11fe9ccb],.h-blue[data-v-11fe9ccb]{color:#0286df}.bgf5[data-v-11fe9ccb]{background:#f5f5f5}.bgc9[data-v-11fe9ccb]{background:#c9c9c9}.bgff[data-v-11fe9ccb]{background:#fff}.bg02[data-v-11fe9ccb]{background:#0286df}.bg66[data-v-11fe9ccb]{background:#666}.bgb3[data-v-11fe9ccb]{background:#b3b3b3}.font10[data-v-11fe9ccb]{font-size:10px}.font12[data-v-11fe9ccb]{font-size:12px}.font14[data-v-11fe9ccb]{font-size:14px}.font16[data-v-11fe9ccb]{font-size:16px}.font18[data-v-11fe9ccb]{font-size:18px}.font20[data-v-11fe9ccb]{font-size:20px}.font22[data-v-11fe9ccb]{font-size:22px}.font24[data-v-11fe9ccb]{font-size:24px}.font28[data-v-11fe9ccb]{font-size:28px}.font36[data-v-11fe9ccb]{font-size:36px}.overflow[data-v-11fe9ccb]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.border02[data-v-11fe9ccb]{border:1px solid #0286df}.tc-1[data-v-11fe9ccb]{width:100%;height:1px}.tc-2[data-v-11fe9ccb]{width:100%;height:2px}.tc-3[data-v-11fe9ccb]{width:100%;height:3px}.tc-4[data-v-11fe9ccb]{width:100%;height:4px}.tc-5[data-v-11fe9ccb]{width:100%;height:5px}.tc-6[data-v-11fe9ccb]{width:100%;height:6px}.tc-7[data-v-11fe9ccb]{width:100%;height:7px}.tc-8[data-v-11fe9ccb]{width:100%;height:8px}.tc-9[data-v-11fe9ccb]{width:100%;height:9px}.tc-10[data-v-11fe9ccb]{width:100%;height:10px}.tc-13[data-v-11fe9ccb]{width:100%;height:13px}.tc-15[data-v-11fe9ccb]{width:100%;height:15px}.tc-20[data-v-11fe9ccb]{width:100%;height:20px}.tc-30[data-v-11fe9ccb]{width:100%;height:30px}.tc-40[data-v-11fe9ccb]{width:100%;height:40px}.tc-45[data-v-11fe9ccb]{width:100%;height:45px}.tc-50[data-v-11fe9ccb]{width:100%;height:50px}.tc-70[data-v-11fe9ccb]{width:100%;height:70px}.tc-80[data-v-11fe9ccb]{width:100%;height:80px}.tc-100[data-v-11fe9ccb]{width:100%;height:100px}.tc-200[data-v-11fe9ccb]{width:100%;height:200px}.cursor[data-v-11fe9ccb]{cursor:pointer}[data-v-11fe9ccb]::-webkit-scrollbar{width:9px;height:9px}[data-v-11fe9ccb]::-webkit-scrollbar-track{background-color:transparent;border-radius:2em}[data-v-11fe9ccb]::-webkit-scrollbar-thumb{background-color:#e1e1e1;border-radius:2em}.p-l-no[data-v-11fe9ccb]{padding-left:0}.el-button.h-btn-reset[data-v-11fe9ccb]{margin-left:10px;padding:12px 10px}.h-search-form .el-input[data-v-11fe9ccb]{width:200px}.h-search-form .el-date-editor--daterange.el-input__inner[data-v-11fe9ccb]{width:240px}.h-search-form.el-form--inline .el-form-item[data-v-11fe9ccb]{margin-right:10px}.btn-submit-box[data-v-11fe9ccb]{margin-top:40px;text-align:center}.list-table-td-a[data-v-11fe9ccb]{color:#0286df;cursor:pointer}.list-table-td-a[data-v-11fe9ccb]:hover{color:#0286df;text-decoration:underline}.h-main-box[data-v-11fe9ccb]{padding:10px}.h-main-box-tab[data-v-11fe9ccb]{padding:5px}.h-tab-content[data-v-11fe9ccb]{min-height:200px;padding:20px;border:1px solid #e4e7ed;margin-top:-16px}.h-divide-title[data-v-11fe9ccb]{font-size:16px;line-height:20px;color:#0286df;border-bottom:2px dotted #e4e7ed;padding-bottom:10px;margin:20px 0}.h-divide-title>span[data-v-11fe9ccb]{border-left:3px solid #0286df;padding-left:10px}.approveRemake[data-v-11fe9ccb]{width:10px;border:none;padding:5px;font-size:16px}.approveRemake[data-v-11fe9ccb]:active,.approveRemake[data-v-11fe9ccb]:focus,.approveRemake[data-v-11fe9ccb]:hover{background:none}[data-v-11fe9ccb] .el-drawer__header{height:25px;font-size:16px;color:#333;padding-bottom:10px;padding-top:10px;padding-left:25px}[data-v-11fe9ccb] .el-radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}[data-v-11fe9ccb] .el-radio-group .el-radio{margin-bottom:15px}[data-v-11fe9ccb] .el-radio-group .el-radio:last-child{margin-bottom:0}[data-v-11fe9ccb] :focus{outline:0}[data-v-11fe9ccb] .el-drawer{width:25%!important}[data-v-11fe9ccb] .el-drawer__header{margin-bottom:0}.rowDirection[data-v-11fe9ccb] .el-radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rowDirection[data-v-11fe9ccb] .el-radio-group .el-radio{margin-bottom:10px}.layoutRowItem[data-v-11fe9ccb]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 0 20px 0}.layoutRowItem[data-v-11fe9ccb],.multi-title[data-v-11fe9ccb]{border-top:1px solid #eaeaea}.multi-title[data-v-11fe9ccb]{margin-bottom:10px;font-size:14px;padding:15px 25px 0 25px;color:#333}.layoutRowItem .multi-title[data-v-11fe9ccb]{border:none;padding:0 0 0 25px;margin-bottom:0}.layoutRowItem .approverSelectorItemCon[data-v-11fe9ccb]{padding:0}.approverSelectorItemCon[data-v-11fe9ccb]{padding:5px 25px 18px 25px}.tagList[data-v-11fe9ccb]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tagList[data-v-11fe9ccb] .el-tag.el-tag--info{border:#d9ecff;color:#333}.drawer-footer[data-v-11fe9ccb]{position:absolute;bottom:0;left:0;right:0;text-align:center;border-top:1px solid #eaeaea;padding:15px 0 15px 25px;background-color:#fff;z-index:10000}.drawer-wrap[data-v-11fe9ccb]{overflow-y:auto}.selector-bar[data-v-11fe9ccb],.selector-bar.no-padding[data-v-11fe9ccb]{-webkit-box-sizing:border-box;box-sizing:border-box}.selector-bar.no-padding[data-v-11fe9ccb]{padding:0 20px 20px}.selector-bar.border[data-v-11fe9ccb]{border-top:1px solid #f4f4f8}.selector-bar__title[data-v-11fe9ccb]{margin-bottom:10px;font-size:14px;color:#000}.selector-list[data-v-11fe9ccb]{padding:10px 0 0 0}.selector-list[data-v-11fe9ccb],.selector-list2[data-v-11fe9ccb]{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.selector-list2[data-v-11fe9ccb]{padding:10px}.list-item[data-v-11fe9ccb]{margin-right:10px;margin-bottom:10px}.list-item-btn[data-v-11fe9ccb]{width:60px}.clear-btn[data-v-11fe9ccb]{cursor:pointer;font-size:12px;color:#409eff}", ""]);
|
|
142137
|
+
|
|
142138
|
+
// exports
|
|
142139
|
+
|
|
142140
|
+
|
|
141543
142141
|
/***/ }),
|
|
141544
142142
|
|
|
141545
142143
|
/***/ "90db":
|
|
@@ -145099,7 +145697,7 @@ module.exports.default = axios;
|
|
|
145099
145697
|
case 2:
|
|
145100
145698
|
_context5.prev = 2;
|
|
145101
145699
|
_context5.next = 5;
|
|
145102
|
-
return _api_apiPrint__WEBPACK_IMPORTED_MODULE_12__[
|
|
145700
|
+
return _api_apiPrint__WEBPACK_IMPORTED_MODULE_12__[/* getapproveRemake */ "c"](_this7.type);
|
|
145103
145701
|
|
|
145104
145702
|
case 5:
|
|
145105
145703
|
_yield$apiPrint$getap = _context5.sent;
|
|
@@ -201110,21 +201708,6 @@ fixRegExpWellKnownSymbolLogic('replace', function (_, nativeReplace, maybeCallNa
|
|
|
201110
201708
|
}, !REPLACE_SUPPORTS_NAMED_GROUPS || !REPLACE_KEEPS_$0 || REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE);
|
|
201111
201709
|
|
|
201112
201710
|
|
|
201113
|
-
/***/ }),
|
|
201114
|
-
|
|
201115
|
-
/***/ "ed8f":
|
|
201116
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
201117
|
-
|
|
201118
|
-
exports = module.exports = __webpack_require__("690e")(false);
|
|
201119
|
-
// imports
|
|
201120
|
-
|
|
201121
|
-
|
|
201122
|
-
// module
|
|
201123
|
-
exports.push([module.i, ".from[data-v-15c1edce]{overflow:hidden;margin-bottom:20px}.from .fromitem[data-v-15c1edce]{float:left;margin-right:20px}.from .fromitem span[data-v-15c1edce]{text-align:right;vertical-align:middle;font-size:14px;color:#606266;line-height:40px;padding:0 12px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.talent-box[data-v-15c1edce]{padding:15px 20px 20px}.talent-box .title[data-v-15c1edce]{font-size:18px;font-weight:400;margin-bottom:15px}.offer-root[data-v-15c1edce]{color:#666}.offer-root .projectForm[data-v-15c1edce]{padding:0 0 10px 0}.offer-root .projectForm .projectForm[data-v-15c1edce]{margin-top:10px}.offer-root .projectForm .el-form-item[data-v-15c1edce]{margin-bottom:0}.continue[data-v-15c1edce]{color:#0286df}.common-offer-dialog .dialog-footer[data-v-15c1edce],.offer-pagination[data-v-15c1edce]{text-align:center}.offer-pagination .el-pagination[data-v-15c1edce]{margin:20px 0}.re-form .el-cascader[data-v-15c1edce],.re-form .el-date-editor[data-v-15c1edce],.re-form .el-input-number[data-v-15c1edce],.re-form .el-range-editor[data-v-15c1edce],.re-form .el-select[data-v-15c1edce]{width:100%}.re-form .el-input-number .el-input__inner[data-v-15c1edce]{text-align:left}.re-form .input-number-icon.el-input-number .el-input[data-v-15c1edce]{display:-webkit-box;display:-ms-flexbox;display:flex}.re-form .input-number-icon.el-input-number .el-input .el-input__inner[data-v-15c1edce]{border-radius:4px 0 4px 0}.re-form .input-number-icon.el-input-number .el-input[data-v-15c1edce]:after{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 20px;height:38px;display:inline-block;background:#f5f7fa;text-align:center;border:1px solid #dcdfe6;border-left:0;border-radius:0 4px 4px 0;color:#909399}.re-form .number-yuan.el-input-number .el-input[data-v-15c1edce]:after{content:\"\\5143\"}.re-form .number-tian.el-input-number .el-input[data-v-15c1edce]:after{content:\"\\5929\"}.re-form .line-feed .el-form-item__label[data-v-15c1edce]{line-height:inherit!important}.el-submenu__icon-arrow[data-v-15c1edce]{position:absolute!important;top:50%!important;right:8px!important;margin-top:-7px!important;-webkit-transition:-webkit-transform .3s!important;transition:-webkit-transform .3s!important;transition:transform .3s!important;transition:transform .3s,-webkit-transform .3s!important;font-size:12px!important}.base-pagination[data-v-15c1edce]{text-align:center}.base-pagination .el-pagination[data-v-15c1edce]{margin:20px 0}.pointer[data-v-15c1edce]{cursor:pointer}.base-ellipsis[data-v-15c1edce]{display:inline-block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btns-line[data-v-15c1edce]{margin-bottom:10px}.base-page-style[data-v-15c1edce]{padding:10px 10px}.base-page-style .btns-line[data-v-15c1edce]{margin-bottom:10px}.base-page-style .el-table .warning-row .cell[data-v-15c1edce]{color:red}.form-w100[data-v-15c1edce]{width:100%}.form-w100.el-input-number .el-input__inner[data-v-15c1edce]{text-align:left}.base-info-title[data-v-15c1edce]{font-size:18px;line-height:20px;color:#0286df;border-bottom:2px dotted #e4e7ed;padding-bottom:10px;margin-bottom:20px;position:relative}.base-info-title span[data-v-15c1edce]{border-left:3px solid #0286df;padding-left:10px}.base-info-title .append[data-v-15c1edce]{position:absolute;right:10px;top:0}.action-btns .btns[data-v-15c1edce]{margin-bottom:10px}.form-btns[data-v-15c1edce]{text-align:center}.text-danger[data-v-15c1edce]{color:#ff4949}.text-warning[data-v-15c1edce]{color:#f7ba2a}.text-blue[data-v-15c1edce]{color:#2e90fe}.clearboth[data-v-15c1edce]{clear:both}.noselect[data-v-15c1edce]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[data-v-15c1edce]::-webkit-input-safebox-button{display:none}body[data-v-15c1edce]{background-color:#f5f5f5;font-family:Microsoft YaHei,微软雅黑,Arial,sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box}.hover_02[data-v-15c1edce]:hover{color:#0286df!important}.color-default[data-v-15c1edce]{color:#0286df}.line-width[data-v-15c1edce]{background:#ededed;width:896px;height:1px}.bg-default[data-v-15c1edce]{background:#0286df}.hover-color-default[data-v-15c1edce]:hover{color:#0286df}.hover-bg-default[data-v-15c1edce]:hover{background:#ffeeea!important}.default-color[data-v-15c1edce]{color:#0286df}.page-left[data-v-15c1edce]{float:left}.page-right[data-v-15c1edce]{float:right}.colordefault[data-v-15c1edce]{color:#0286df}.colorgrey[data-v-15c1edce]{color:#ccc}.colortheme[data-v-15c1edce]{color:#ff8b00}.colorff4[data-v-15c1edce]{color:#ff4e00}.color-orange[data-v-15c1edce]{color:#f60}.p20[data-v-15c1edce]{padding:20px}.pl20[data-v-15c1edce]{padding-left:20px}.pb20[data-v-15c1edce]{padding-bottom:20px}.mt10[data-v-15c1edce]{margin-top:10px}.mt20[data-v-15c1edce]{margin-top:20px}.ml26[data-v-15c1edce]{margin-left:26px}.ml400[data-v-15c1edce]{margin-left:400px}.mb10[data-v-15c1edce]{margin-bottom:10px}.mb20[data-v-15c1edce]{margin-bottom:20px}.ml10[data-v-15c1edce]{margin-left:10px}.text-center[data-v-15c1edce]{text-align:center}.clearfix[data-v-15c1edce]{overflow:hidden}.fl[data-v-15c1edce]{float:left}.fr[data-v-15c1edce]{float:right}.avatar-uploader .el-upload[data-v-15c1edce]{border:1px dashed #d9d9d9;border-radius:6px;cursor:pointer;position:relative;overflow:hidden}.avatar-uploader .el-upload[data-v-15c1edce]:hover{border-color:#409eff}.avatar-uploader-icon[data-v-15c1edce]{font-size:28px;color:#8c939d;width:178px;height:178px;line-height:178px;text-align:center}.avatar-uploader-icon[data-v-15c1edce]:before{line-height:178px}.avatar[data-v-15c1edce]{width:178px;height:178px;border:1px dashed #c0ccda;border-radius:6px;display:block}.cell-button[data-v-15c1edce]{color:#0286df!important}.cell-del-button[data-v-15c1edce]{color:#f60!important}.tableStyle[data-v-15c1edce]{border-top:1px solid #e4e7ed;width:100%;margin-top:20px}.tabs-box .el-tabs .el-tabs__header[data-v-15c1edce]{margin:0}.tabs-box .el-tabs__item .is-active[data-v-15c1edce]{color:#0286df}.tabs-box .el-tabs__item[data-v-15c1edce]{color:#333}.m-l-15[data-v-15c1edce]{margin-left:15px!important}.m-l-20[data-v-15c1edce]{margin-left:20px!important}.m-l-40[data-v-15c1edce]{margin-left:40px!important}.pagination-box[data-v-15c1edce]{text-align:center;font-size:16px}.pagination-box .el-pagination[data-v-15c1edce]{margin-top:20px}.el-input__count[data-v-15c1edce]{background:none!important;bottom:-10px!important}.el-link.el-link--primary[data-v-15c1edce],.el-tabs__item.is-active[data-v-15c1edce]{color:#0286df!important}.info2 .successinfo i[data-v-15c1edce]{font-size:75px!important;color:#78c06e!important}.el-table__body tr.hover-row td[data-v-15c1edce]{background-color:#f5f7fa!important}.el-pager li.active[data-v-15c1edce]{color:#0286df!important}.el-loading-mask[data-v-15c1edce]{z-index:9999}.el-icon-loading[data-v-15c1edce]{font-size:40px}.el-button.is-loading .el-icon-loading[data-v-15c1edce]{font-size:14px}.el-tooltip__popper[data-v-15c1edce]{max-width:80%}li[data-v-15c1edce],ul[data-v-15c1edce]{list-style:none}a[data-v-15c1edce]{outline:medium none;text-decoration:none}.colorff66[data-v-15c1edce]{color:#f60}.color02[data-v-15c1edce]{color:#0286df}.color33[data-v-15c1edce]{color:#333}.colorff[data-v-15c1edce]{color:#fff}.color00[data-v-15c1edce]{color:#000}.color66[data-v-15c1edce]{color:#666}.color96[data-v-15c1edce]{color:#969696}.colorbf[data-v-15c1edce]{color:#bfbfbf}.color59[data-v-15c1edce]{color:#595959}.color5e[data-v-15c1edce]{color:#5e5e5e}.colorcc[data-v-15c1edce]{color:#ccc}.color6f[data-v-15c1edce]{color:#6f6f6f}.color2c[data-v-15c1edce]{color:#2c2c2b}.color8d[data-v-15c1edce]{color:#8d8d8d}.h-green[data-v-15c1edce]{color:#78c06e}.h-red[data-v-15c1edce]{color:#f60}.h-orange[data-v-15c1edce]{color:#f7ab01}.color-link[data-v-15c1edce],.h-blue[data-v-15c1edce]{color:#0286df}.bgf5[data-v-15c1edce]{background:#f5f5f5}.bgc9[data-v-15c1edce]{background:#c9c9c9}.bgff[data-v-15c1edce]{background:#fff}.bg02[data-v-15c1edce]{background:#0286df}.bg66[data-v-15c1edce]{background:#666}.bgb3[data-v-15c1edce]{background:#b3b3b3}.font10[data-v-15c1edce]{font-size:10px}.font12[data-v-15c1edce]{font-size:12px}.font14[data-v-15c1edce]{font-size:14px}.font16[data-v-15c1edce]{font-size:16px}.font18[data-v-15c1edce]{font-size:18px}.font20[data-v-15c1edce]{font-size:20px}.font22[data-v-15c1edce]{font-size:22px}.font24[data-v-15c1edce]{font-size:24px}.font28[data-v-15c1edce]{font-size:28px}.font36[data-v-15c1edce]{font-size:36px}.overflow[data-v-15c1edce]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.border02[data-v-15c1edce]{border:1px solid #0286df}.tc-1[data-v-15c1edce]{width:100%;height:1px}.tc-2[data-v-15c1edce]{width:100%;height:2px}.tc-3[data-v-15c1edce]{width:100%;height:3px}.tc-4[data-v-15c1edce]{width:100%;height:4px}.tc-5[data-v-15c1edce]{width:100%;height:5px}.tc-6[data-v-15c1edce]{width:100%;height:6px}.tc-7[data-v-15c1edce]{width:100%;height:7px}.tc-8[data-v-15c1edce]{width:100%;height:8px}.tc-9[data-v-15c1edce]{width:100%;height:9px}.tc-10[data-v-15c1edce]{width:100%;height:10px}.tc-13[data-v-15c1edce]{width:100%;height:13px}.tc-15[data-v-15c1edce]{width:100%;height:15px}.tc-20[data-v-15c1edce]{width:100%;height:20px}.tc-30[data-v-15c1edce]{width:100%;height:30px}.tc-40[data-v-15c1edce]{width:100%;height:40px}.tc-45[data-v-15c1edce]{width:100%;height:45px}.tc-50[data-v-15c1edce]{width:100%;height:50px}.tc-70[data-v-15c1edce]{width:100%;height:70px}.tc-80[data-v-15c1edce]{width:100%;height:80px}.tc-100[data-v-15c1edce]{width:100%;height:100px}.tc-200[data-v-15c1edce]{width:100%;height:200px}.cursor[data-v-15c1edce]{cursor:pointer}[data-v-15c1edce]::-webkit-scrollbar{width:9px;height:9px}[data-v-15c1edce]::-webkit-scrollbar-track{background-color:transparent;border-radius:2em}[data-v-15c1edce]::-webkit-scrollbar-thumb{background-color:#e1e1e1;border-radius:2em}.p-l-no[data-v-15c1edce]{padding-left:0}.el-button.h-btn-reset[data-v-15c1edce]{margin-left:10px;padding:12px 10px}.h-search-form .el-input[data-v-15c1edce]{width:200px}.h-search-form .el-date-editor--daterange.el-input__inner[data-v-15c1edce]{width:240px}.h-search-form.el-form--inline .el-form-item[data-v-15c1edce]{margin-right:10px}.btn-submit-box[data-v-15c1edce]{margin-top:40px;text-align:center}.list-table-td-a[data-v-15c1edce]{color:#0286df;cursor:pointer}.list-table-td-a[data-v-15c1edce]:hover{color:#0286df;text-decoration:underline}.h-main-box[data-v-15c1edce]{padding:10px}.h-main-box-tab[data-v-15c1edce]{padding:5px}.h-tab-content[data-v-15c1edce]{min-height:200px;padding:20px;border:1px solid #e4e7ed;margin-top:-16px}.h-divide-title[data-v-15c1edce]{font-size:16px;line-height:20px;color:#0286df;border-bottom:2px dotted #e4e7ed;padding-bottom:10px;margin:20px 0}.h-divide-title>span[data-v-15c1edce]{border-left:3px solid #0286df;padding-left:10px}.approveRemake[data-v-15c1edce]{width:10px;border:none;padding:5px;font-size:16px}.approveRemake[data-v-15c1edce]:active,.approveRemake[data-v-15c1edce]:focus,.approveRemake[data-v-15c1edce]:hover{background:none}[data-v-15c1edce] .el-drawer__header{height:25px;font-size:16px;color:#333;padding-bottom:10px;padding-top:10px;padding-left:25px}[data-v-15c1edce] .el-radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}[data-v-15c1edce] .el-radio-group .el-radio{margin-bottom:15px}[data-v-15c1edce] .el-radio-group .el-radio:last-child{margin-bottom:0}[data-v-15c1edce] :focus{outline:0}[data-v-15c1edce] .el-drawer{width:25%!important}[data-v-15c1edce] .el-drawer__header{margin-bottom:0}.rowDirection[data-v-15c1edce] .el-radio-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rowDirection[data-v-15c1edce] .el-radio-group .el-radio{margin-bottom:10px}.layoutRowItem[data-v-15c1edce]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 0 20px 0}.layoutRowItem[data-v-15c1edce],.multi-title[data-v-15c1edce]{border-top:1px solid #eaeaea}.multi-title[data-v-15c1edce]{margin-bottom:10px;font-size:14px;padding:15px 25px 0 25px;color:#333}.layoutRowItem .multi-title[data-v-15c1edce]{border:none;padding:0 0 0 25px;margin-bottom:0}.layoutRowItem .approverSelectorItemCon[data-v-15c1edce]{padding:0}.approverSelectorItemCon[data-v-15c1edce]{padding:5px 25px 18px 25px}.tagList[data-v-15c1edce]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tagList[data-v-15c1edce] .el-tag.el-tag--info{border:#d9ecff;color:#333}.drawer-footer[data-v-15c1edce]{position:absolute;bottom:0;left:0;right:0;text-align:center;border-top:1px solid #eaeaea;padding:15px 0 15px 25px;background-color:#fff;z-index:10000}.drawer-wrap[data-v-15c1edce]{overflow-y:auto}.selector-bar[data-v-15c1edce],.selector-bar.no-padding[data-v-15c1edce]{-webkit-box-sizing:border-box;box-sizing:border-box}.selector-bar.no-padding[data-v-15c1edce]{padding:0 20px 20px}.selector-bar.border[data-v-15c1edce]{border-top:1px solid #f4f4f8}.selector-bar__title[data-v-15c1edce]{margin-bottom:10px;font-size:14px;color:#000}.selector-list[data-v-15c1edce]{padding:10px 0 0 0}.selector-list[data-v-15c1edce],.selector-list2[data-v-15c1edce]{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.selector-list2[data-v-15c1edce]{padding:10px}.list-item[data-v-15c1edce]{margin-right:10px;margin-bottom:10px}.list-item-btn[data-v-15c1edce]{width:60px}.clear-btn[data-v-15c1edce]{cursor:pointer;font-size:12px;color:#409eff}", ""]);
|
|
201124
|
-
|
|
201125
|
-
// exports
|
|
201126
|
-
|
|
201127
|
-
|
|
201128
201711
|
/***/ }),
|
|
201129
201712
|
|
|
201130
201713
|
/***/ "eda7":
|