qgb-process 0.3.17-beta.1 → 0.3.17

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.
@@ -13344,10 +13344,8 @@ __webpack_require__.d(__webpack_exports__, "costBudget", function() { return /*
13344
13344
  __webpack_require__.d(__webpack_exports__, "InvitationToOffer", function() { return /* binding */ InvitationToOffer; });
13345
13345
  __webpack_require__.d(__webpack_exports__, "businessDesign", function() { return /* binding */ businessDesign; });
13346
13346
  __webpack_require__.d(__webpack_exports__, "purchaseApplication", function() { return /* binding */ purchaseApplication; });
13347
- __webpack_require__.d(__webpack_exports__, "purApplication", function() { return /* binding */ purApplication; });
13348
- __webpack_require__.d(__webpack_exports__, "lease", function() { return /* binding */ lease; });
13349
13347
  __webpack_require__.d(__webpack_exports__, "subcontract", function() { return /* binding */ subcontract; });
13350
- __webpack_require__.d(__webpack_exports__, "engineerProjectFeeApply", function() { return /* binding */ engineerProjectFeeApply; });
13348
+ __webpack_require__.d(__webpack_exports__, "lease", function() { return /* binding */ lease; });
13351
13349
  __webpack_require__.d(__webpack_exports__, "workarea", function() { return /* binding */ workarea; });
13352
13350
  __webpack_require__.d(__webpack_exports__, "acceptMaterial", function() { return /* binding */ acceptMaterial; });
13353
13351
  __webpack_require__.d(__webpack_exports__, "rentAccept", function() { return /* binding */ rentAccept; });
@@ -15790,24 +15788,17 @@ var purchaseApplication = /*#__PURE__*/function () {
15790
15788
  return function purchaseApplication() {
15791
15789
  return _ref29.apply(this, arguments);
15792
15790
  };
15793
- }(); // 工程专项-材料申请
15791
+ }(); // 分包
15794
15792
 
15795
- var purApplication = /*#__PURE__*/function () {
15793
+ var subcontract = /*#__PURE__*/function () {
15796
15794
  var _ref30 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee30() {
15797
- var materialApply;
15798
15795
  return regeneratorRuntime.wrap(function _callee30$(_context30) {
15799
15796
  while (1) {
15800
15797
  switch (_context30.prev = _context30.next) {
15801
15798
  case 0:
15802
- materialApply = [{
15803
- name: "合计金额",
15804
- variable: "amount",
15805
- ele: "input",
15806
- data: []
15807
- }];
15808
- return _context30.abrupt("return", materialApply);
15799
+ return _context30.abrupt("return", []);
15809
15800
 
15810
- case 2:
15801
+ case 1:
15811
15802
  case "end":
15812
15803
  return _context30.stop();
15813
15804
  }
@@ -15815,27 +15806,20 @@ var purApplication = /*#__PURE__*/function () {
15815
15806
  }, _callee30);
15816
15807
  }));
15817
15808
 
15818
- return function purApplication() {
15809
+ return function subcontract() {
15819
15810
  return _ref30.apply(this, arguments);
15820
15811
  };
15821
- }(); // 工程专项-租赁申请
15812
+ }(); // 租赁申请
15822
15813
 
15823
15814
  var lease = /*#__PURE__*/function () {
15824
15815
  var _ref31 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee31() {
15825
- var leaseApply;
15826
15816
  return regeneratorRuntime.wrap(function _callee31$(_context31) {
15827
15817
  while (1) {
15828
15818
  switch (_context31.prev = _context31.next) {
15829
15819
  case 0:
15830
- leaseApply = [{
15831
- name: "合计金额",
15832
- variable: "amount",
15833
- ele: "input",
15834
- data: []
15835
- }];
15836
- return _context31.abrupt("return", leaseApply);
15820
+ return _context31.abrupt("return", []);
15837
15821
 
15838
- case 2:
15822
+ case 1:
15839
15823
  case "end":
15840
15824
  return _context31.stop();
15841
15825
  }
@@ -15846,24 +15830,17 @@ var lease = /*#__PURE__*/function () {
15846
15830
  return function lease() {
15847
15831
  return _ref31.apply(this, arguments);
15848
15832
  };
15849
- }(); // 工程专项-分包申请
15833
+ }(); // 工区划分
15850
15834
 
15851
- var subcontract = /*#__PURE__*/function () {
15835
+ var workarea = /*#__PURE__*/function () {
15852
15836
  var _ref32 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee32() {
15853
- var subcontractApply;
15854
15837
  return regeneratorRuntime.wrap(function _callee32$(_context32) {
15855
15838
  while (1) {
15856
15839
  switch (_context32.prev = _context32.next) {
15857
15840
  case 0:
15858
- subcontractApply = [{
15859
- name: "合计金额",
15860
- variable: "summaryAmount",
15861
- ele: "input",
15862
- data: []
15863
- }];
15864
- return _context32.abrupt("return", subcontractApply);
15841
+ return _context32.abrupt("return", []);
15865
15842
 
15866
- case 2:
15843
+ case 1:
15867
15844
  case "end":
15868
15845
  return _context32.stop();
15869
15846
  }
@@ -15871,27 +15848,20 @@ var subcontract = /*#__PURE__*/function () {
15871
15848
  }, _callee32);
15872
15849
  }));
15873
15850
 
15874
- return function subcontract() {
15851
+ return function workarea() {
15875
15852
  return _ref32.apply(this, arguments);
15876
15853
  };
15877
- }(); // 工程专项-费用申请
15854
+ }(); // 材料验收
15878
15855
 
15879
- var engineerProjectFeeApply = /*#__PURE__*/function () {
15856
+ var acceptMaterial = /*#__PURE__*/function () {
15880
15857
  var _ref33 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee33() {
15881
- var feeApply;
15882
15858
  return regeneratorRuntime.wrap(function _callee33$(_context33) {
15883
15859
  while (1) {
15884
15860
  switch (_context33.prev = _context33.next) {
15885
15861
  case 0:
15886
- feeApply = [{
15887
- name: "申请汇总金额",
15888
- variable: "totalAmount",
15889
- ele: "input",
15890
- data: []
15891
- }];
15892
- return _context33.abrupt("return", feeApply);
15862
+ return _context33.abrupt("return", []);
15893
15863
 
15894
- case 2:
15864
+ case 1:
15895
15865
  case "end":
15896
15866
  return _context33.stop();
15897
15867
  }
@@ -15899,12 +15869,12 @@ var engineerProjectFeeApply = /*#__PURE__*/function () {
15899
15869
  }, _callee33);
15900
15870
  }));
15901
15871
 
15902
- return function engineerProjectFeeApply() {
15872
+ return function acceptMaterial() {
15903
15873
  return _ref33.apply(this, arguments);
15904
15874
  };
15905
- }(); // 工区划分
15875
+ }(); // 租赁验收
15906
15876
 
15907
- var workarea = /*#__PURE__*/function () {
15877
+ var rentAccept = /*#__PURE__*/function () {
15908
15878
  var _ref34 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee34() {
15909
15879
  return regeneratorRuntime.wrap(function _callee34$(_context34) {
15910
15880
  while (1) {
@@ -15920,12 +15890,12 @@ var workarea = /*#__PURE__*/function () {
15920
15890
  }, _callee34);
15921
15891
  }));
15922
15892
 
15923
- return function workarea() {
15893
+ return function rentAccept() {
15924
15894
  return _ref34.apply(this, arguments);
15925
15895
  };
15926
- }(); // 材料验收
15896
+ }(); // 分包量验收
15927
15897
 
15928
- var acceptMaterial = /*#__PURE__*/function () {
15898
+ var quantityAccpet = /*#__PURE__*/function () {
15929
15899
  var _ref35 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee35() {
15930
15900
  return regeneratorRuntime.wrap(function _callee35$(_context35) {
15931
15901
  while (1) {
@@ -15941,12 +15911,12 @@ var acceptMaterial = /*#__PURE__*/function () {
15941
15911
  }, _callee35);
15942
15912
  }));
15943
15913
 
15944
- return function acceptMaterial() {
15914
+ return function quantityAccpet() {
15945
15915
  return _ref35.apply(this, arguments);
15946
15916
  };
15947
- }(); // 租赁验收
15917
+ }(); // 采购验收
15948
15918
 
15949
- var rentAccept = /*#__PURE__*/function () {
15919
+ var purchaseAccept = /*#__PURE__*/function () {
15950
15920
  var _ref36 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee36() {
15951
15921
  return regeneratorRuntime.wrap(function _callee36$(_context36) {
15952
15922
  while (1) {
@@ -15962,12 +15932,12 @@ var rentAccept = /*#__PURE__*/function () {
15962
15932
  }, _callee36);
15963
15933
  }));
15964
15934
 
15965
- return function rentAccept() {
15935
+ return function purchaseAccept() {
15966
15936
  return _ref36.apply(this, arguments);
15967
15937
  };
15968
- }(); // 分包量验收
15938
+ }(); // 应付挂账
15969
15939
 
15970
- var quantityAccpet = /*#__PURE__*/function () {
15940
+ var payable = /*#__PURE__*/function () {
15971
15941
  var _ref37 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee37() {
15972
15942
  return regeneratorRuntime.wrap(function _callee37$(_context37) {
15973
15943
  while (1) {
@@ -15983,59 +15953,17 @@ var quantityAccpet = /*#__PURE__*/function () {
15983
15953
  }, _callee37);
15984
15954
  }));
15985
15955
 
15986
- return function quantityAccpet() {
15987
- return _ref37.apply(this, arguments);
15988
- };
15989
- }(); // 采购验收
15990
-
15991
- var purchaseAccept = /*#__PURE__*/function () {
15992
- var _ref38 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee38() {
15993
- return regeneratorRuntime.wrap(function _callee38$(_context38) {
15994
- while (1) {
15995
- switch (_context38.prev = _context38.next) {
15996
- case 0:
15997
- return _context38.abrupt("return", []);
15998
-
15999
- case 1:
16000
- case "end":
16001
- return _context38.stop();
16002
- }
16003
- }
16004
- }, _callee38);
16005
- }));
16006
-
16007
- return function purchaseAccept() {
16008
- return _ref38.apply(this, arguments);
16009
- };
16010
- }(); // 应付挂账
16011
-
16012
- var payable = /*#__PURE__*/function () {
16013
- var _ref39 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee39() {
16014
- return regeneratorRuntime.wrap(function _callee39$(_context39) {
16015
- while (1) {
16016
- switch (_context39.prev = _context39.next) {
16017
- case 0:
16018
- return _context39.abrupt("return", []);
16019
-
16020
- case 1:
16021
- case "end":
16022
- return _context39.stop();
16023
- }
16024
- }
16025
- }, _callee39);
16026
- }));
16027
-
16028
15956
  return function payable() {
16029
- return _ref39.apply(this, arguments);
15957
+ return _ref37.apply(this, arguments);
16030
15958
  };
16031
15959
  }(); // 招标发布
16032
15960
 
16033
15961
  var issueTender = /*#__PURE__*/function () {
16034
- var _ref40 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee40() {
15962
+ var _ref38 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee38() {
16035
15963
  var issueTenderApply, res, res1, res2, res3;
16036
- return regeneratorRuntime.wrap(function _callee40$(_context40) {
15964
+ return regeneratorRuntime.wrap(function _callee38$(_context38) {
16037
15965
  while (1) {
16038
- switch (_context40.prev = _context40.next) {
15966
+ switch (_context38.prev = _context38.next) {
16039
15967
  case 0:
16040
15968
  issueTenderApply = [{
16041
15969
  name: "招标类型",
@@ -16062,51 +15990,51 @@ var issueTender = /*#__PURE__*/function () {
16062
15990
  variable: "money",
16063
15991
  ele: "input"
16064
15992
  }];
16065
- _context40.next = 3;
15993
+ _context38.next = 3;
16066
15994
  return api_apiTender.findTenderType();
16067
15995
 
16068
15996
  case 3:
16069
- res = _context40.sent;
15997
+ res = _context38.sent;
16070
15998
  issueTenderApply[0].data = res.data.result;
16071
- _context40.next = 7;
15999
+ _context38.next = 7;
16072
16000
  return api_apiTender.getTenderMethod();
16073
16001
 
16074
16002
  case 7:
16075
- res1 = _context40.sent;
16003
+ res1 = _context38.sent;
16076
16004
  issueTenderApply[1].data = res1.data.result;
16077
- _context40.next = 11;
16005
+ _context38.next = 11;
16078
16006
  return api_apiTender.getVerticalWay();
16079
16007
 
16080
16008
  case 11:
16081
- res2 = _context40.sent;
16009
+ res2 = _context38.sent;
16082
16010
  issueTenderApply[2].data = res2.data.result;
16083
- _context40.next = 15;
16011
+ _context38.next = 15;
16084
16012
  return api_apiTender.getRuleSetUp();
16085
16013
 
16086
16014
  case 15:
16087
- res3 = _context40.sent;
16015
+ res3 = _context38.sent;
16088
16016
  issueTenderApply[3].data = res3.data.result;
16089
- return _context40.abrupt("return", issueTenderApply);
16017
+ return _context38.abrupt("return", issueTenderApply);
16090
16018
 
16091
16019
  case 18:
16092
16020
  case "end":
16093
- return _context40.stop();
16021
+ return _context38.stop();
16094
16022
  }
16095
16023
  }
16096
- }, _callee40);
16024
+ }, _callee38);
16097
16025
  }));
16098
16026
 
16099
16027
  return function issueTender() {
16100
- return _ref40.apply(this, arguments);
16028
+ return _ref38.apply(this, arguments);
16101
16029
  };
16102
16030
  }(); // 招标定标
16103
16031
 
16104
16032
  var tenderBid = /*#__PURE__*/function () {
16105
- var _ref41 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee41() {
16033
+ var _ref39 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee39() {
16106
16034
  var tenderBidApply, res;
16107
- return regeneratorRuntime.wrap(function _callee41$(_context41) {
16035
+ return regeneratorRuntime.wrap(function _callee39$(_context39) {
16108
16036
  while (1) {
16109
- switch (_context41.prev = _context41.next) {
16037
+ switch (_context39.prev = _context39.next) {
16110
16038
  case 0:
16111
16039
  tenderBidApply = [{
16112
16040
  name: "招标类型",
@@ -16133,33 +16061,33 @@ var tenderBid = /*#__PURE__*/function () {
16133
16061
  variable: "bidNum",
16134
16062
  ele: "input"
16135
16063
  }];
16136
- _context41.next = 3;
16064
+ _context39.next = 3;
16137
16065
  return api_apiTender.findTenderType();
16138
16066
 
16139
16067
  case 3:
16140
- res = _context41.sent;
16068
+ res = _context39.sent;
16141
16069
  tenderBidApply[0].data = res.data.result;
16142
- return _context41.abrupt("return", tenderBidApply);
16070
+ return _context39.abrupt("return", tenderBidApply);
16143
16071
 
16144
16072
  case 6:
16145
16073
  case "end":
16146
- return _context41.stop();
16074
+ return _context39.stop();
16147
16075
  }
16148
16076
  }
16149
- }, _callee41);
16077
+ }, _callee39);
16150
16078
  }));
16151
16079
 
16152
16080
  return function tenderBid() {
16153
- return _ref41.apply(this, arguments);
16081
+ return _ref39.apply(this, arguments);
16154
16082
  };
16155
16083
  }(); // 招标废标
16156
16084
 
16157
16085
  var abandonedBid = /*#__PURE__*/function () {
16158
- var _ref42 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee42() {
16086
+ var _ref40 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee40() {
16159
16087
  var abandonedBidApply, res, res1;
16160
- return regeneratorRuntime.wrap(function _callee42$(_context42) {
16088
+ return regeneratorRuntime.wrap(function _callee40$(_context40) {
16161
16089
  while (1) {
16162
- switch (_context42.prev = _context42.next) {
16090
+ switch (_context40.prev = _context40.next) {
16163
16091
  case 0:
16164
16092
  abandonedBidApply = [{
16165
16093
  name: "招标类型",
@@ -16172,39 +16100,39 @@ var abandonedBid = /*#__PURE__*/function () {
16172
16100
  ele: "checkbox",
16173
16101
  data: []
16174
16102
  }];
16175
- _context42.next = 3;
16103
+ _context40.next = 3;
16176
16104
  return api_apiTender.findTenderType();
16177
16105
 
16178
16106
  case 3:
16179
- res = _context42.sent;
16107
+ res = _context40.sent;
16180
16108
  abandonedBidApply[0].data = res.data.result;
16181
- _context42.next = 7;
16109
+ _context40.next = 7;
16182
16110
  return api_apiTender.getTenderStatus();
16183
16111
 
16184
16112
  case 7:
16185
- res1 = _context42.sent;
16113
+ res1 = _context40.sent;
16186
16114
  abandonedBidApply[1].data = res1.data.result;
16187
- return _context42.abrupt("return", abandonedBidApply);
16115
+ return _context40.abrupt("return", abandonedBidApply);
16188
16116
 
16189
16117
  case 10:
16190
16118
  case "end":
16191
- return _context42.stop();
16119
+ return _context40.stop();
16192
16120
  }
16193
16121
  }
16194
- }, _callee42);
16122
+ }, _callee40);
16195
16123
  }));
16196
16124
 
16197
16125
  return function abandonedBid() {
16198
- return _ref42.apply(this, arguments);
16126
+ return _ref40.apply(this, arguments);
16199
16127
  };
16200
16128
  }(); // 招标补遗
16201
16129
 
16202
16130
  var addendum = /*#__PURE__*/function () {
16203
- var _ref43 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee43() {
16131
+ var _ref41 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee41() {
16204
16132
  var addendumApply, res, res1;
16205
- return regeneratorRuntime.wrap(function _callee43$(_context43) {
16133
+ return regeneratorRuntime.wrap(function _callee41$(_context41) {
16206
16134
  while (1) {
16207
- switch (_context43.prev = _context43.next) {
16135
+ switch (_context41.prev = _context41.next) {
16208
16136
  case 0:
16209
16137
  addendumApply = [{
16210
16138
  name: "招标类型",
@@ -16216,39 +16144,39 @@ var addendum = /*#__PURE__*/function () {
16216
16144
  variable: "tenderingState",
16217
16145
  ele: "checkbox"
16218
16146
  }];
16219
- _context43.next = 3;
16147
+ _context41.next = 3;
16220
16148
  return api_apiTender.findTenderType();
16221
16149
 
16222
16150
  case 3:
16223
- res = _context43.sent;
16151
+ res = _context41.sent;
16224
16152
  addendumApply[0].data = res.data.result;
16225
- _context43.next = 7;
16153
+ _context41.next = 7;
16226
16154
  return api_apiTender.getTenderStatus();
16227
16155
 
16228
16156
  case 7:
16229
- res1 = _context43.sent;
16157
+ res1 = _context41.sent;
16230
16158
  addendumApply[1].data = res1.data.result;
16231
- return _context43.abrupt("return", addendumApply);
16159
+ return _context41.abrupt("return", addendumApply);
16232
16160
 
16233
16161
  case 10:
16234
16162
  case "end":
16235
- return _context43.stop();
16163
+ return _context41.stop();
16236
16164
  }
16237
16165
  }
16238
- }, _callee43);
16166
+ }, _callee41);
16239
16167
  }));
16240
16168
 
16241
16169
  return function addendum() {
16242
- return _ref43.apply(this, arguments);
16170
+ return _ref41.apply(this, arguments);
16243
16171
  };
16244
16172
  }(); // 竞价发布
16245
16173
 
16246
16174
  var issueBiding = /*#__PURE__*/function () {
16247
- var _ref44 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee44() {
16175
+ var _ref42 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee42() {
16248
16176
  var issueBidingApply, res, res1;
16249
- return regeneratorRuntime.wrap(function _callee44$(_context44) {
16177
+ return regeneratorRuntime.wrap(function _callee42$(_context42) {
16250
16178
  while (1) {
16251
- switch (_context44.prev = _context44.next) {
16179
+ switch (_context42.prev = _context42.next) {
16252
16180
  case 0:
16253
16181
  issueBidingApply = [{
16254
16182
  name: "竞价类型",
@@ -16265,39 +16193,39 @@ var issueBiding = /*#__PURE__*/function () {
16265
16193
  variable: "budgetPrice",
16266
16194
  ele: "input"
16267
16195
  }];
16268
- _context44.next = 3;
16196
+ _context42.next = 3;
16269
16197
  return api_apiTender.getBidTypeNo();
16270
16198
 
16271
16199
  case 3:
16272
- res = _context44.sent;
16200
+ res = _context42.sent;
16273
16201
  issueBidingApply[0].data = res.data.result;
16274
- _context44.next = 7;
16202
+ _context42.next = 7;
16275
16203
  return api_apiTender.getBidRuleSetUp();
16276
16204
 
16277
16205
  case 7:
16278
- res1 = _context44.sent;
16206
+ res1 = _context42.sent;
16279
16207
  issueBidingApply[1].data = res1.data.result;
16280
- return _context44.abrupt("return", issueBidingApply);
16208
+ return _context42.abrupt("return", issueBidingApply);
16281
16209
 
16282
16210
  case 10:
16283
16211
  case "end":
16284
- return _context44.stop();
16212
+ return _context42.stop();
16285
16213
  }
16286
16214
  }
16287
- }, _callee44);
16215
+ }, _callee42);
16288
16216
  }));
16289
16217
 
16290
16218
  return function issueBiding() {
16291
- return _ref44.apply(this, arguments);
16219
+ return _ref42.apply(this, arguments);
16292
16220
  };
16293
16221
  }(); // 竞价定标
16294
16222
 
16295
16223
  var zcBidDetermine = /*#__PURE__*/function () {
16296
- var _ref45 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee45() {
16224
+ var _ref43 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee43() {
16297
16225
  var zcBidDetermineApply, res;
16298
- return regeneratorRuntime.wrap(function _callee45$(_context45) {
16226
+ return regeneratorRuntime.wrap(function _callee43$(_context43) {
16299
16227
  while (1) {
16300
- switch (_context45.prev = _context45.next) {
16228
+ switch (_context43.prev = _context43.next) {
16301
16229
  case 0:
16302
16230
  zcBidDetermineApply = [{
16303
16231
  name: "竞价类型",
@@ -16324,33 +16252,33 @@ var zcBidDetermine = /*#__PURE__*/function () {
16324
16252
  variable: "bidNum",
16325
16253
  ele: "input"
16326
16254
  }];
16327
- _context45.next = 3;
16255
+ _context43.next = 3;
16328
16256
  return api_apiTender.getBidTypeNo();
16329
16257
 
16330
16258
  case 3:
16331
- res = _context45.sent;
16259
+ res = _context43.sent;
16332
16260
  zcBidDetermineApply[0].data = res.data.result;
16333
- return _context45.abrupt("return", zcBidDetermineApply);
16261
+ return _context43.abrupt("return", zcBidDetermineApply);
16334
16262
 
16335
16263
  case 6:
16336
16264
  case "end":
16337
- return _context45.stop();
16265
+ return _context43.stop();
16338
16266
  }
16339
16267
  }
16340
- }, _callee45);
16268
+ }, _callee43);
16341
16269
  }));
16342
16270
 
16343
16271
  return function zcBidDetermine() {
16344
- return _ref45.apply(this, arguments);
16272
+ return _ref43.apply(this, arguments);
16345
16273
  };
16346
16274
  }(); // 竞价废标
16347
16275
 
16348
16276
  var zcBidCancel = /*#__PURE__*/function () {
16349
- var _ref46 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee46() {
16277
+ var _ref44 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee44() {
16350
16278
  var zcBidCancelApply, res;
16351
- return regeneratorRuntime.wrap(function _callee46$(_context46) {
16279
+ return regeneratorRuntime.wrap(function _callee44$(_context44) {
16352
16280
  while (1) {
16353
- switch (_context46.prev = _context46.next) {
16281
+ switch (_context44.prev = _context44.next) {
16354
16282
  case 0:
16355
16283
  zcBidCancelApply = [{
16356
16284
  name: "竞价类型",
@@ -16358,33 +16286,33 @@ var zcBidCancel = /*#__PURE__*/function () {
16358
16286
  ele: "checkbox",
16359
16287
  data: []
16360
16288
  }];
16361
- _context46.next = 3;
16289
+ _context44.next = 3;
16362
16290
  return api_apiTender.getBidTypeNo();
16363
16291
 
16364
16292
  case 3:
16365
- res = _context46.sent;
16293
+ res = _context44.sent;
16366
16294
  zcBidCancelApply[0].data = res.data.result;
16367
- return _context46.abrupt("return", zcBidCancelApply);
16295
+ return _context44.abrupt("return", zcBidCancelApply);
16368
16296
 
16369
16297
  case 6:
16370
16298
  case "end":
16371
- return _context46.stop();
16299
+ return _context44.stop();
16372
16300
  }
16373
16301
  }
16374
- }, _callee46);
16302
+ }, _callee44);
16375
16303
  }));
16376
16304
 
16377
16305
  return function zcBidCancel() {
16378
- return _ref46.apply(this, arguments);
16306
+ return _ref44.apply(this, arguments);
16379
16307
  };
16380
16308
  }(); // 竞价补遗
16381
16309
 
16382
16310
  var zcBidAddendum = /*#__PURE__*/function () {
16383
- var _ref47 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee47() {
16311
+ var _ref45 = Object(asyncToGenerator["a" /* default */])( /*#__PURE__*/regeneratorRuntime.mark(function _callee45() {
16384
16312
  var zcBidAddendumApply, res;
16385
- return regeneratorRuntime.wrap(function _callee47$(_context47) {
16313
+ return regeneratorRuntime.wrap(function _callee45$(_context45) {
16386
16314
  while (1) {
16387
- switch (_context47.prev = _context47.next) {
16315
+ switch (_context45.prev = _context45.next) {
16388
16316
  case 0:
16389
16317
  zcBidAddendumApply = [{
16390
16318
  name: "竞价类型",
@@ -16392,24 +16320,24 @@ var zcBidAddendum = /*#__PURE__*/function () {
16392
16320
  ele: "checkbox",
16393
16321
  data: []
16394
16322
  }];
16395
- _context47.next = 3;
16323
+ _context45.next = 3;
16396
16324
  return api_apiTender.getBidTypeNo();
16397
16325
 
16398
16326
  case 3:
16399
- res = _context47.sent;
16327
+ res = _context45.sent;
16400
16328
  zcBidAddendumApply[0].data = res.data.result;
16401
- return _context47.abrupt("return", zcBidAddendumApply);
16329
+ return _context45.abrupt("return", zcBidAddendumApply);
16402
16330
 
16403
16331
  case 6:
16404
16332
  case "end":
16405
- return _context47.stop();
16333
+ return _context45.stop();
16406
16334
  }
16407
16335
  }
16408
- }, _callee47);
16336
+ }, _callee45);
16409
16337
  }));
16410
16338
 
16411
16339
  return function zcBidAddendum() {
16412
- return _ref47.apply(this, arguments);
16340
+ return _ref45.apply(this, arguments);
16413
16341
  };
16414
16342
  }();
16415
16343
 
@@ -16422,17 +16350,13 @@ var zcBidAddendum = /*#__PURE__*/function () {
16422
16350
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return savePrint; });
16423
16351
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return detailPrint; });
16424
16352
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return updatePrint; });
16425
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return getapproveRemake; });
16426
16353
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return detail; });
16427
16354
  /* 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");
16428
- /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("44ad");
16429
- /* 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__);
16430
- /* harmony import */ var regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("e186");
16431
- /* harmony import */ var regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_2__);
16432
- /* harmony import */ var _http__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("db04");
16433
- /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("7c78");
16434
- /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(qs__WEBPACK_IMPORTED_MODULE_4__);
16435
-
16355
+ /* harmony import */ var regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("e186");
16356
+ /* harmony import */ var regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(regenerator_runtime_runtime_js__WEBPACK_IMPORTED_MODULE_1__);
16357
+ /* harmony import */ var _http__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("db04");
16358
+ /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("7c78");
16359
+ /* harmony import */ var qs__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(qs__WEBPACK_IMPORTED_MODULE_3__);
16436
16360
 
16437
16361
 
16438
16362
 
@@ -16451,8 +16375,7 @@ var baseUrl = base.VUE_APP_API + "/sgb-meta-design"; // const baseUrl = 'http://
16451
16375
 
16452
16376
  var url = base.VUE_APP_API;
16453
16377
  var qiguan = base.VUE_APP_QIGUAN;
16454
- var appUrl = url + qiguan;
16455
- var zhaocaiapi = base.VUE_APP_APIRECRUITMENT; // 保存打印设置
16378
+ var appUrl = url + qiguan; // 保存打印设置
16456
16379
 
16457
16380
  var savePrint = /*#__PURE__*/function () {
16458
16381
  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) {
@@ -16460,7 +16383,7 @@ var savePrint = /*#__PURE__*/function () {
16460
16383
  while (1) {
16461
16384
  switch (_context.prev = _context.next) {
16462
16385
  case 0:
16463
- return _context.abrupt("return", _http__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"].post("".concat(baseUrl, "/v1/pc/process/print/save"), params));
16386
+ return _context.abrupt("return", _http__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"].post("".concat(baseUrl, "/v1/pc/process/print/save"), params));
16464
16387
 
16465
16388
  case 1:
16466
16389
  case "end":
@@ -16480,7 +16403,7 @@ var detailPrint = /*#__PURE__*/function () {
16480
16403
  while (1) {
16481
16404
  switch (_context2.prev = _context2.next) {
16482
16405
  case 0:
16483
- return _context2.abrupt("return", _http__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"].post("".concat(baseUrl, "/v1/pc/process/print/detail"), params));
16406
+ return _context2.abrupt("return", _http__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"].post("".concat(baseUrl, "/v1/pc/process/print/detail"), params));
16484
16407
 
16485
16408
  case 1:
16486
16409
  case "end":
@@ -16500,7 +16423,7 @@ var updatePrint = /*#__PURE__*/function () {
16500
16423
  while (1) {
16501
16424
  switch (_context3.prev = _context3.next) {
16502
16425
  case 0:
16503
- return _context3.abrupt("return", _http__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"].post("".concat(baseUrl, "/v1/pc/process/print/update"), params));
16426
+ return _context3.abrupt("return", _http__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"].post("".concat(baseUrl, "/v1/pc/process/print/update"), params));
16504
16427
 
16505
16428
  case 1:
16506
16429
  case "end":
@@ -16513,15 +16436,14 @@ var updatePrint = /*#__PURE__*/function () {
16513
16436
  return function updatePrint(_x3) {
16514
16437
  return _ref3.apply(this, arguments);
16515
16438
  };
16516
- }(); // 获取招采 问号提示信息
16517
-
16518
- var getapproveRemake = /*#__PURE__*/function () {
16439
+ }();
16440
+ var detail = /*#__PURE__*/function () {
16519
16441
  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) {
16520
16442
  return regeneratorRuntime.wrap(function _callee4$(_context4) {
16521
16443
  while (1) {
16522
16444
  switch (_context4.prev = _context4.next) {
16523
16445
  case 0:
16524
- return _context4.abrupt("return", _http__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"].get("".concat(zhaocaiapi, "/gv1/bid/subBidNote/").concat(params)));
16446
+ return _context4.abrupt("return", _http__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"].post("".concat(baseUrl, "/v1/pc/process/type/detailByType"), params));
16525
16447
 
16526
16448
  case 1:
16527
16449
  case "end":
@@ -16531,30 +16453,10 @@ var getapproveRemake = /*#__PURE__*/function () {
16531
16453
  }, _callee4);
16532
16454
  }));
16533
16455
 
16534
- return function getapproveRemake(_x4) {
16456
+ return function detail(_x4) {
16535
16457
  return _ref4.apply(this, arguments);
16536
16458
  };
16537
16459
  }();
16538
- var detail = /*#__PURE__*/function () {
16539
- 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) {
16540
- return regeneratorRuntime.wrap(function _callee5$(_context5) {
16541
- while (1) {
16542
- switch (_context5.prev = _context5.next) {
16543
- case 0:
16544
- return _context5.abrupt("return", _http__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"].post("".concat(baseUrl, "/v1/pc/process/type/detailByType"), params));
16545
-
16546
- case 1:
16547
- case "end":
16548
- return _context5.stop();
16549
- }
16550
- }
16551
- }, _callee5);
16552
- }));
16553
-
16554
- return function detail(_x5) {
16555
- return _ref5.apply(this, arguments);
16556
- };
16557
- }();
16558
16460
 
16559
16461
  /***/ }),
16560
16462
 
@@ -17751,474 +17653,6 @@ var json = [{
17751
17653
  children: []
17752
17654
  }]
17753
17655
  }]
17754
- }, // 经营帮招采-竞价发布
17755
- {
17756
- approvalType: "issueBiding",
17757
- data: [{
17758
- name: "申请单位",
17759
- key: "applyCompanyName",
17760
- isPrint: true,
17761
- notPrint: false,
17762
- contextType: "",
17763
- groupKey: "",
17764
- groupName: "",
17765
- sort: 0,
17766
- children: []
17767
- }, {
17768
- name: "申请部门",
17769
- key: "applyDepartmentName",
17770
- isPrint: true,
17771
- notPrint: false,
17772
- contextType: "",
17773
- groupKey: "",
17774
- groupName: "",
17775
- sort: 0,
17776
- children: []
17777
- }, {
17778
- name: "竞价名称",
17779
- key: "name",
17780
- isPrint: true,
17781
- notPrint: false,
17782
- contextType: "",
17783
- groupKey: "",
17784
- groupName: "",
17785
- sort: 0,
17786
- children: []
17787
- }, {
17788
- name: "竞价编号",
17789
- key: "id",
17790
- isPrint: true,
17791
- notPrint: false,
17792
- contextType: "",
17793
- groupKey: "",
17794
- groupName: "",
17795
- sort: 0,
17796
- children: []
17797
- }, {
17798
- name: "竞价类型",
17799
- key: "type",
17800
- isPrint: true,
17801
- notPrint: false,
17802
- contextType: "",
17803
- groupKey: "",
17804
- groupName: "",
17805
- sort: 0,
17806
- children: []
17807
- }, {
17808
- name: "概算金额",
17809
- key: "money",
17810
- isPrint: true,
17811
- notPrint: false,
17812
- contextType: "",
17813
- groupKey: "",
17814
- groupName: "",
17815
- sort: 0,
17816
- children: []
17817
- }, {
17818
- name: "项目名称",
17819
- key: "projectName",
17820
- isPrint: true,
17821
- notPrint: false,
17822
- contextType: "",
17823
- groupKey: "",
17824
- groupName: "",
17825
- sort: 0,
17826
- children: []
17827
- }, {
17828
- name: "采购企业",
17829
- key: "companyName",
17830
- isPrint: true,
17831
- notPrint: false,
17832
- contextType: "",
17833
- groupKey: "",
17834
- groupName: "",
17835
- sort: 0,
17836
- children: []
17837
- }, {
17838
- name: "地址",
17839
- key: "address",
17840
- isPrint: true,
17841
- notPrint: false,
17842
- contextType: "",
17843
- groupKey: "",
17844
- groupName: "",
17845
- sort: 0,
17846
- children: []
17847
- }, {
17848
- name: "工程类别",
17849
- key: "projectCategoryName",
17850
- isPrint: true,
17851
- notPrint: false,
17852
- contextType: "",
17853
- groupKey: "",
17854
- groupName: "",
17855
- sort: 0,
17856
- children: []
17857
- }, {
17858
- name: "工程规模",
17859
- key: "projectScale",
17860
- isPrint: true,
17861
- notPrint: false,
17862
- contextType: "",
17863
- groupKey: "",
17864
- groupName: "",
17865
- sort: 0,
17866
- children: []
17867
- }, {
17868
- name: "咨询客服",
17869
- key: "customerServiceName",
17870
- isPrint: true,
17871
- notPrint: false,
17872
- contextType: "",
17873
- groupKey: "",
17874
- groupName: "",
17875
- sort: 0,
17876
- children: []
17877
- }, {
17878
- name: "提交时间",
17879
- key: "created",
17880
- isPrint: true,
17881
- notPrint: false,
17882
- contextType: "",
17883
- groupKey: "",
17884
- groupName: "",
17885
- sort: 0,
17886
- children: []
17887
- }],
17888
- childTable: [{
17889
- childTableKey: "contactNumber",
17890
- childTableName: "联系方式",
17891
- childTableList: [// { name: "联系人", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17892
- // { name: "联系电话", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17893
- // { name: "电子邮箱", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17894
- ]
17895
- }, {
17896
- childTableKey: "bidRequire",
17897
- childTableName: "竞价要求",
17898
- childTableList: [// { name: "到货时间", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17899
- // { name: "质量要求", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17900
- // { name: "送货要求", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17901
- // { name: "提货要求", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17902
- ]
17903
- }, {
17904
- childTableKey: "bidOffer",
17905
- childTableName: "报价组成",
17906
- childTableList: [// { name: "质保金", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17907
- // { name: "发票类型", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17908
- // { name: "开票单位", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17909
- // { name: "税号", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17910
- // { name: "税率", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17911
- // { name: "付款方式", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17912
- ]
17913
- }, {
17914
- childTableKey: "deductionExplainList",
17915
- childTableName: "违约扣款说明",
17916
- childTableList: [// { name: "延迟供货", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17917
- // { name: "交货量不足", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17918
- // { name: "质量不符要求", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17919
- // { name: "发票不符要求", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17920
- ]
17921
- }, {
17922
- childTableKey: "bidderRule",
17923
- childTableName: "竞价规则",
17924
- childTableList: [// { name: "是否需要设定规则", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17925
- // { name: "竞价规则", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17926
- // { name: "规则模版", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17927
- // { name: "竞价人身份", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17928
- // { name: "竞价人限定", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17929
- // { 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
- // { name: "竞价人名称", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17934
- // { name: "被邀请客户超过一天未报价", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17935
- // { name: "报价排名规则", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17936
- // { name: "定标时报价家数不低于", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17937
- // { name: "全程动态通知人员", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17938
- ]
17939
- }, {
17940
- childTableKey: "goods",
17941
- childTableName: "竞价清单",
17942
- childTableList: [// { name: "类别", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17943
- // { name: "材料名称", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17944
- // { name: "规格型号", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17945
- // { name: "品牌要求", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17946
- // { name: "数量", key: "companyStr", isPrint: true, notPrint: false, contextType: "", groupKey: "", groupName: "", sort: 0, children: [] },
17947
- // { 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
- }, // 经营帮招采-竞价废标
17954
- {
17955
- approvalType: "zcBidCancel",
17956
- data: [{
17957
- name: "申请单位",
17958
- key: "applicantName",
17959
- isPrint: true,
17960
- notPrint: false,
17961
- contextType: "",
17962
- groupKey: "",
17963
- groupName: "",
17964
- sort: 0,
17965
- children: []
17966
- }, {
17967
- name: "申请部门",
17968
- key: "applicationDepartmentName",
17969
- isPrint: true,
17970
- notPrint: false,
17971
- contextType: "",
17972
- groupKey: "",
17973
- groupName: "",
17974
- sort: 0,
17975
- children: []
17976
- }, {
17977
- name: "竞价名称",
17978
- key: "name",
17979
- isPrint: true,
17980
- notPrint: false,
17981
- contextType: "",
17982
- groupKey: "",
17983
- groupName: "",
17984
- sort: 0,
17985
- children: []
17986
- }, {
17987
- name: "竞价编号",
17988
- key: "id",
17989
- isPrint: true,
17990
- notPrint: false,
17991
- contextType: "",
17992
- groupKey: "",
17993
- groupName: "",
17994
- sort: 0,
17995
- children: []
17996
- }, {
17997
- name: "废标原因",
17998
- key: "cancelReason",
17999
- isPrint: true,
18000
- notPrint: false,
18001
- contextType: "",
18002
- groupKey: "",
18003
- groupName: "",
18004
- sort: 0,
18005
- children: []
18006
- }],
18007
- childTable: []
18008
- }, // 经营帮招采-竞价补遗
18009
- {
18010
- approvalType: "zcBidAddendum",
18011
- data: [{
18012
- name: "申请单位",
18013
- key: "applicantName",
18014
- isPrint: true,
18015
- notPrint: false,
18016
- contextType: "",
18017
- groupKey: "",
18018
- groupName: "",
18019
- sort: 0,
18020
- children: []
18021
- }, {
18022
- name: "申请部门",
18023
- key: "applicationDepartmentName",
18024
- isPrint: true,
18025
- notPrint: false,
18026
- contextType: "",
18027
- groupKey: "",
18028
- groupName: "",
18029
- sort: 0,
18030
- children: []
18031
- }, {
18032
- name: "竞价名称",
18033
- key: "bidName",
18034
- isPrint: true,
18035
- notPrint: false,
18036
- contextType: "",
18037
- groupKey: "",
18038
- groupName: "",
18039
- sort: 0,
18040
- children: []
18041
- }, {
18042
- name: "竞价编号",
18043
- key: "bidId",
18044
- isPrint: true,
18045
- notPrint: false,
18046
- contextType: "",
18047
- groupKey: "",
18048
- groupName: "",
18049
- sort: 0,
18050
- children: []
18051
- }, {
18052
- name: "补遗名称",
18053
- key: "title",
18054
- isPrint: true,
18055
- notPrint: false,
18056
- contextType: "",
18057
- groupKey: "",
18058
- groupName: "",
18059
- sort: 0,
18060
- children: []
18061
- }, {
18062
- name: "补遗内容",
18063
- key: "content",
18064
- isPrint: true,
18065
- notPrint: false,
18066
- contextType: "",
18067
- groupKey: "",
18068
- groupName: "",
18069
- sort: 0,
18070
- children: []
18071
- }, {
18072
- name: "补遗附件",
18073
- key: "ossFilePaths",
18074
- isPrint: true,
18075
- notPrint: false,
18076
- contextType: "",
18077
- groupKey: "",
18078
- groupName: "",
18079
- sort: 0,
18080
- children: []
18081
- }],
18082
- childTable: []
18083
- }, // 经营帮招采-竞价定标
18084
- {
18085
- approvalType: "zcBidDetermine",
18086
- data: [{
18087
- name: "申请单位",
18088
- key: "applicantName",
18089
- isPrint: true,
18090
- notPrint: false,
18091
- contextType: "",
18092
- groupKey: "",
18093
- groupName: "",
18094
- sort: 0,
18095
- children: []
18096
- }, {
18097
- name: "申请部门",
18098
- key: "applicationDepartmentName",
18099
- isPrint: true,
18100
- notPrint: false,
18101
- contextType: "",
18102
- groupKey: "",
18103
- groupName: "",
18104
- sort: 0,
18105
- children: []
18106
- }, {
18107
- name: "竞价名称",
18108
- key: "name",
18109
- isPrint: true,
18110
- notPrint: false,
18111
- contextType: "",
18112
- groupKey: "",
18113
- groupName: "",
18114
- sort: 0,
18115
- children: []
18116
- }, {
18117
- name: "竞价编号",
18118
- key: "id",
18119
- isPrint: true,
18120
- notPrint: false,
18121
- contextType: "",
18122
- groupKey: "",
18123
- groupName: "",
18124
- sort: 0,
18125
- children: []
18126
- }, {
18127
- name: "中标单位",
18128
- key: "winningName",
18129
- isPrint: true,
18130
- notPrint: false,
18131
- contextType: "",
18132
- groupKey: "",
18133
- groupName: "",
18134
- sort: 0,
18135
- children: []
18136
- }, {
18137
- name: "中标总价",
18138
- key: "money",
18139
- isPrint: true,
18140
- notPrint: false,
18141
- contextType: "",
18142
- groupKey: "",
18143
- groupName: "",
18144
- sort: 0,
18145
- children: []
18146
- }, {
18147
- name: "中标说明",
18148
- key: "winningExplain",
18149
- isPrint: true,
18150
- notPrint: false,
18151
- contextType: "",
18152
- groupKey: "",
18153
- groupName: "",
18154
- sort: 0,
18155
- children: []
18156
- }],
18157
- childTable: [{
18158
- childTableKey: "offerList",
18159
- childTableName: "报价记录",
18160
- childTableList: [{
18161
- name: "排名",
18162
- key: "sort",
18163
- isPrint: true,
18164
- notPrint: false,
18165
- contextType: "",
18166
- groupKey: "",
18167
- groupName: "",
18168
- sort: 0,
18169
- children: []
18170
- }, {
18171
- name: "个人/企业名称",
18172
- key: "bidderName",
18173
- isPrint: true,
18174
- notPrint: false,
18175
- contextType: "",
18176
- groupKey: "",
18177
- groupName: "",
18178
- sort: 0,
18179
- children: []
18180
- }, {
18181
- name: "投标类型",
18182
- key: "bidderType",
18183
- isPrint: true,
18184
- notPrint: false,
18185
- contextType: "",
18186
- groupKey: "",
18187
- groupName: "",
18188
- sort: 0,
18189
- children: []
18190
- }, {
18191
- name: "总报价(元)",
18192
- key: "money",
18193
- isPrint: true,
18194
- notPrint: false,
18195
- contextType: "",
18196
- groupKey: "",
18197
- groupName: "",
18198
- sort: 0,
18199
- children: []
18200
- }, {
18201
- name: "距离",
18202
- key: "distance",
18203
- isPrint: true,
18204
- notPrint: false,
18205
- contextType: "",
18206
- groupKey: "",
18207
- groupName: "",
18208
- sort: 0,
18209
- children: []
18210
- }, {
18211
- name: "报价时间",
18212
- key: "create",
18213
- isPrint: true,
18214
- notPrint: false,
18215
- contextType: "",
18216
- groupKey: "",
18217
- groupName: "",
18218
- sort: 0,
18219
- children: []
18220
- }]
18221
- }]
18222
17656
  }];
18223
17657
  /* unused harmony default export */ var _unused_webpack_default_export = (json);
18224
17658
 
@@ -145651,7 +145085,7 @@ module.exports.default = axios;
145651
145085
  case 2:
145652
145086
  _context5.prev = 2;
145653
145087
  _context5.next = 5;
145654
- return _api_apiPrint__WEBPACK_IMPORTED_MODULE_12__[/* getapproveRemake */ "c"](_this7.type);
145088
+ return _api_apiPrint__WEBPACK_IMPORTED_MODULE_12__["getapproveRemake"](_this7.type);
145655
145089
 
145656
145090
  case 5:
145657
145091
  _yield$apiPrint$getap = _context5.sent;