@kmkf-fe-packages/basic-components 1.19.4 → 1.19.7

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/dist/index.js CHANGED
@@ -22,363 +22,377 @@ var zhCN__default = /*#__PURE__*/_interopDefaultLegacy(zhCN);
22
22
  var pubsub__default = /*#__PURE__*/_interopDefaultLegacy(pubsub);
23
23
  var BigNumber__default = /*#__PURE__*/_interopDefaultLegacy(BigNumber);
24
24
 
25
- function _iterableToArrayLimit(arr, i) {
26
- var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"];
27
- if (null != _i) {
28
- var _s,
29
- _e,
30
- _x,
31
- _r,
32
- _arr = [],
33
- _n = !0,
34
- _d = !1;
25
+ function _iterableToArrayLimit(r, l) {
26
+ var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
27
+ if (null != t) {
28
+ var e,
29
+ n,
30
+ i,
31
+ u,
32
+ a = [],
33
+ f = !0,
34
+ o = !1;
35
35
  try {
36
- if (_x = (_i = _i.call(arr)).next, 0 === i) {
37
- if (Object(_i) !== _i) return;
38
- _n = !1;
39
- } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0);
40
- } catch (err) {
41
- _d = !0, _e = err;
36
+ if (i = (t = t.call(r)).next, 0 === l) {
37
+ if (Object(t) !== t) return;
38
+ f = !1;
39
+ } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
40
+ } catch (r) {
41
+ o = !0, n = r;
42
42
  } finally {
43
43
  try {
44
- if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return;
44
+ if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return;
45
45
  } finally {
46
- if (_d) throw _e;
46
+ if (o) throw n;
47
47
  }
48
48
  }
49
- return _arr;
49
+ return a;
50
50
  }
51
51
  }
52
- function ownKeys(object, enumerableOnly) {
53
- var keys = Object.keys(object);
52
+ function ownKeys(e, r) {
53
+ var t = Object.keys(e);
54
54
  if (Object.getOwnPropertySymbols) {
55
- var symbols = Object.getOwnPropertySymbols(object);
56
- enumerableOnly && (symbols = symbols.filter(function (sym) {
57
- return Object.getOwnPropertyDescriptor(object, sym).enumerable;
58
- })), keys.push.apply(keys, symbols);
55
+ var o = Object.getOwnPropertySymbols(e);
56
+ r && (o = o.filter(function (r) {
57
+ return Object.getOwnPropertyDescriptor(e, r).enumerable;
58
+ })), t.push.apply(t, o);
59
59
  }
60
- return keys;
61
- }
62
- function _objectSpread2(target) {
63
- for (var i = 1; i < arguments.length; i++) {
64
- var source = null != arguments[i] ? arguments[i] : {};
65
- i % 2 ? ownKeys(Object(source), !0).forEach(function (key) {
66
- _defineProperty(target, key, source[key]);
67
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) {
68
- Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
60
+ return t;
61
+ }
62
+ function _objectSpread2(e) {
63
+ for (var r = 1; r < arguments.length; r++) {
64
+ var t = null != arguments[r] ? arguments[r] : {};
65
+ r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {
66
+ _defineProperty(e, r, t[r]);
67
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
68
+ Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
69
69
  });
70
70
  }
71
- return target;
71
+ return e;
72
72
  }
73
73
  function _regeneratorRuntime() {
74
74
  _regeneratorRuntime = function () {
75
- return exports;
76
- };
77
- var exports = {},
78
- Op = Object.prototype,
79
- hasOwn = Op.hasOwnProperty,
80
- defineProperty = Object.defineProperty || function (obj, key, desc) {
81
- obj[key] = desc.value;
75
+ return e;
76
+ };
77
+ var t,
78
+ e = {},
79
+ r = Object.prototype,
80
+ n = r.hasOwnProperty,
81
+ o = Object.defineProperty || function (t, e, r) {
82
+ t[e] = r.value;
82
83
  },
83
- $Symbol = "function" == typeof Symbol ? Symbol : {},
84
- iteratorSymbol = $Symbol.iterator || "@@iterator",
85
- asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator",
86
- toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
87
- function define(obj, key, value) {
88
- return Object.defineProperty(obj, key, {
89
- value: value,
84
+ i = "function" == typeof Symbol ? Symbol : {},
85
+ a = i.iterator || "@@iterator",
86
+ c = i.asyncIterator || "@@asyncIterator",
87
+ u = i.toStringTag || "@@toStringTag";
88
+ function define(t, e, r) {
89
+ return Object.defineProperty(t, e, {
90
+ value: r,
90
91
  enumerable: !0,
91
92
  configurable: !0,
92
93
  writable: !0
93
- }), obj[key];
94
+ }), t[e];
94
95
  }
95
96
  try {
96
97
  define({}, "");
97
- } catch (err) {
98
- define = function (obj, key, value) {
99
- return obj[key] = value;
98
+ } catch (t) {
99
+ define = function (t, e, r) {
100
+ return t[e] = r;
100
101
  };
101
102
  }
102
- function wrap(innerFn, outerFn, self, tryLocsList) {
103
- var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator,
104
- generator = Object.create(protoGenerator.prototype),
105
- context = new Context(tryLocsList || []);
106
- return defineProperty(generator, "_invoke", {
107
- value: makeInvokeMethod(innerFn, self, context)
108
- }), generator;
103
+ function wrap(t, e, r, n) {
104
+ var i = e && e.prototype instanceof Generator ? e : Generator,
105
+ a = Object.create(i.prototype),
106
+ c = new Context(n || []);
107
+ return o(a, "_invoke", {
108
+ value: makeInvokeMethod(t, r, c)
109
+ }), a;
109
110
  }
110
- function tryCatch(fn, obj, arg) {
111
+ function tryCatch(t, e, r) {
111
112
  try {
112
113
  return {
113
114
  type: "normal",
114
- arg: fn.call(obj, arg)
115
+ arg: t.call(e, r)
115
116
  };
116
- } catch (err) {
117
+ } catch (t) {
117
118
  return {
118
119
  type: "throw",
119
- arg: err
120
+ arg: t
120
121
  };
121
122
  }
122
123
  }
123
- exports.wrap = wrap;
124
- var ContinueSentinel = {};
124
+ e.wrap = wrap;
125
+ var h = "suspendedStart",
126
+ l = "suspendedYield",
127
+ f = "executing",
128
+ s = "completed",
129
+ y = {};
125
130
  function Generator() {}
126
131
  function GeneratorFunction() {}
127
132
  function GeneratorFunctionPrototype() {}
128
- var IteratorPrototype = {};
129
- define(IteratorPrototype, iteratorSymbol, function () {
133
+ var p = {};
134
+ define(p, a, function () {
130
135
  return this;
131
136
  });
132
- var getProto = Object.getPrototypeOf,
133
- NativeIteratorPrototype = getProto && getProto(getProto(values([])));
134
- NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype);
135
- var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype);
136
- function defineIteratorMethods(prototype) {
137
- ["next", "throw", "return"].forEach(function (method) {
138
- define(prototype, method, function (arg) {
139
- return this._invoke(method, arg);
137
+ var d = Object.getPrototypeOf,
138
+ v = d && d(d(values([])));
139
+ v && v !== r && n.call(v, a) && (p = v);
140
+ var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
141
+ function defineIteratorMethods(t) {
142
+ ["next", "throw", "return"].forEach(function (e) {
143
+ define(t, e, function (t) {
144
+ return this._invoke(e, t);
140
145
  });
141
146
  });
142
147
  }
143
- function AsyncIterator(generator, PromiseImpl) {
144
- function invoke(method, arg, resolve, reject) {
145
- var record = tryCatch(generator[method], generator, arg);
146
- if ("throw" !== record.type) {
147
- var result = record.arg,
148
- value = result.value;
149
- return value && "object" == typeof value && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) {
150
- invoke("next", value, resolve, reject);
151
- }, function (err) {
152
- invoke("throw", err, resolve, reject);
153
- }) : PromiseImpl.resolve(value).then(function (unwrapped) {
154
- result.value = unwrapped, resolve(result);
155
- }, function (error) {
156
- return invoke("throw", error, resolve, reject);
148
+ function AsyncIterator(t, e) {
149
+ function invoke(r, o, i, a) {
150
+ var c = tryCatch(t[r], t, o);
151
+ if ("throw" !== c.type) {
152
+ var u = c.arg,
153
+ h = u.value;
154
+ return h && "object" == typeof h && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) {
155
+ invoke("next", t, i, a);
156
+ }, function (t) {
157
+ invoke("throw", t, i, a);
158
+ }) : e.resolve(h).then(function (t) {
159
+ u.value = t, i(u);
160
+ }, function (t) {
161
+ return invoke("throw", t, i, a);
157
162
  });
158
163
  }
159
- reject(record.arg);
164
+ a(c.arg);
160
165
  }
161
- var previousPromise;
162
- defineProperty(this, "_invoke", {
163
- value: function (method, arg) {
166
+ var r;
167
+ o(this, "_invoke", {
168
+ value: function (t, n) {
164
169
  function callInvokeWithMethodAndArg() {
165
- return new PromiseImpl(function (resolve, reject) {
166
- invoke(method, arg, resolve, reject);
170
+ return new e(function (e, r) {
171
+ invoke(t, n, e, r);
167
172
  });
168
173
  }
169
- return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
174
+ return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
170
175
  }
171
176
  });
172
177
  }
173
- function makeInvokeMethod(innerFn, self, context) {
174
- var state = "suspendedStart";
175
- return function (method, arg) {
176
- if ("executing" === state) throw new Error("Generator is already running");
177
- if ("completed" === state) {
178
- if ("throw" === method) throw arg;
179
- return doneResult();
178
+ function makeInvokeMethod(e, r, n) {
179
+ var o = h;
180
+ return function (i, a) {
181
+ if (o === f) throw new Error("Generator is already running");
182
+ if (o === s) {
183
+ if ("throw" === i) throw a;
184
+ return {
185
+ value: t,
186
+ done: !0
187
+ };
180
188
  }
181
- for (context.method = method, context.arg = arg;;) {
182
- var delegate = context.delegate;
183
- if (delegate) {
184
- var delegateResult = maybeInvokeDelegate(delegate, context);
185
- if (delegateResult) {
186
- if (delegateResult === ContinueSentinel) continue;
187
- return delegateResult;
189
+ for (n.method = i, n.arg = a;;) {
190
+ var c = n.delegate;
191
+ if (c) {
192
+ var u = maybeInvokeDelegate(c, n);
193
+ if (u) {
194
+ if (u === y) continue;
195
+ return u;
188
196
  }
189
197
  }
190
- if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) {
191
- if ("suspendedStart" === state) throw state = "completed", context.arg;
192
- context.dispatchException(context.arg);
193
- } else "return" === context.method && context.abrupt("return", context.arg);
194
- state = "executing";
195
- var record = tryCatch(innerFn, self, context);
196
- if ("normal" === record.type) {
197
- if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue;
198
+ if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
199
+ if (o === h) throw o = s, n.arg;
200
+ n.dispatchException(n.arg);
201
+ } else "return" === n.method && n.abrupt("return", n.arg);
202
+ o = f;
203
+ var p = tryCatch(e, r, n);
204
+ if ("normal" === p.type) {
205
+ if (o = n.done ? s : l, p.arg === y) continue;
198
206
  return {
199
- value: record.arg,
200
- done: context.done
207
+ value: p.arg,
208
+ done: n.done
201
209
  };
202
210
  }
203
- "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg);
211
+ "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
204
212
  }
205
213
  };
206
214
  }
207
- function maybeInvokeDelegate(delegate, context) {
208
- var methodName = context.method,
209
- method = delegate.iterator[methodName];
210
- if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel;
211
- var record = tryCatch(method, delegate.iterator, context.arg);
212
- if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel;
213
- var info = record.arg;
214
- return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel);
215
+ function maybeInvokeDelegate(e, r) {
216
+ var n = r.method,
217
+ o = e.iterator[n];
218
+ if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y;
219
+ var i = tryCatch(o, e.iterator, r.arg);
220
+ if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y;
221
+ var a = i.arg;
222
+ return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y);
215
223
  }
216
- function pushTryEntry(locs) {
217
- var entry = {
218
- tryLoc: locs[0]
224
+ function pushTryEntry(t) {
225
+ var e = {
226
+ tryLoc: t[0]
219
227
  };
220
- 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry);
228
+ 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
221
229
  }
222
- function resetTryEntry(entry) {
223
- var record = entry.completion || {};
224
- record.type = "normal", delete record.arg, entry.completion = record;
230
+ function resetTryEntry(t) {
231
+ var e = t.completion || {};
232
+ e.type = "normal", delete e.arg, t.completion = e;
225
233
  }
226
- function Context(tryLocsList) {
234
+ function Context(t) {
227
235
  this.tryEntries = [{
228
236
  tryLoc: "root"
229
- }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0);
237
+ }], t.forEach(pushTryEntry, this), this.reset(!0);
230
238
  }
231
- function values(iterable) {
232
- if (iterable) {
233
- var iteratorMethod = iterable[iteratorSymbol];
234
- if (iteratorMethod) return iteratorMethod.call(iterable);
235
- if ("function" == typeof iterable.next) return iterable;
236
- if (!isNaN(iterable.length)) {
237
- var i = -1,
238
- next = function next() {
239
- for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next;
240
- return next.value = undefined, next.done = !0, next;
239
+ function values(e) {
240
+ if (e || "" === e) {
241
+ var r = e[a];
242
+ if (r) return r.call(e);
243
+ if ("function" == typeof e.next) return e;
244
+ if (!isNaN(e.length)) {
245
+ var o = -1,
246
+ i = function next() {
247
+ for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next;
248
+ return next.value = t, next.done = !0, next;
241
249
  };
242
- return next.next = next;
250
+ return i.next = i;
243
251
  }
244
252
  }
245
- return {
246
- next: doneResult
247
- };
248
- }
249
- function doneResult() {
250
- return {
251
- value: undefined,
252
- done: !0
253
- };
253
+ throw new TypeError(typeof e + " is not iterable");
254
254
  }
255
- return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", {
255
+ return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
256
256
  value: GeneratorFunctionPrototype,
257
257
  configurable: !0
258
- }), defineProperty(GeneratorFunctionPrototype, "constructor", {
258
+ }), o(GeneratorFunctionPrototype, "constructor", {
259
259
  value: GeneratorFunction,
260
260
  configurable: !0
261
- }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) {
262
- var ctor = "function" == typeof genFun && genFun.constructor;
263
- return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name));
264
- }, exports.mark = function (genFun) {
265
- return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun;
266
- }, exports.awrap = function (arg) {
261
+ }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
262
+ var e = "function" == typeof t && t.constructor;
263
+ return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
264
+ }, e.mark = function (t) {
265
+ return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
266
+ }, e.awrap = function (t) {
267
267
  return {
268
- __await: arg
268
+ __await: t
269
269
  };
270
- }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () {
270
+ }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
271
271
  return this;
272
- }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) {
273
- void 0 === PromiseImpl && (PromiseImpl = Promise);
274
- var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl);
275
- return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) {
276
- return result.done ? result.value : iter.next();
272
+ }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) {
273
+ void 0 === i && (i = Promise);
274
+ var a = new AsyncIterator(wrap(t, r, n, o), i);
275
+ return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
276
+ return t.done ? t.value : a.next();
277
277
  });
278
- }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () {
278
+ }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
279
279
  return this;
280
- }), define(Gp, "toString", function () {
280
+ }), define(g, "toString", function () {
281
281
  return "[object Generator]";
282
- }), exports.keys = function (val) {
283
- var object = Object(val),
284
- keys = [];
285
- for (var key in object) keys.push(key);
286
- return keys.reverse(), function next() {
287
- for (; keys.length;) {
288
- var key = keys.pop();
289
- if (key in object) return next.value = key, next.done = !1, next;
282
+ }), e.keys = function (t) {
283
+ var e = Object(t),
284
+ r = [];
285
+ for (var n in e) r.push(n);
286
+ return r.reverse(), function next() {
287
+ for (; r.length;) {
288
+ var t = r.pop();
289
+ if (t in e) return next.value = t, next.done = !1, next;
290
290
  }
291
291
  return next.done = !0, next;
292
292
  };
293
- }, exports.values = values, Context.prototype = {
293
+ }, e.values = values, Context.prototype = {
294
294
  constructor: Context,
295
- reset: function (skipTempReset) {
296
- if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined);
295
+ reset: function (e) {
296
+ if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t);
297
297
  },
298
298
  stop: function () {
299
299
  this.done = !0;
300
- var rootRecord = this.tryEntries[0].completion;
301
- if ("throw" === rootRecord.type) throw rootRecord.arg;
300
+ var t = this.tryEntries[0].completion;
301
+ if ("throw" === t.type) throw t.arg;
302
302
  return this.rval;
303
303
  },
304
- dispatchException: function (exception) {
305
- if (this.done) throw exception;
306
- var context = this;
307
- function handle(loc, caught) {
308
- return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught;
304
+ dispatchException: function (e) {
305
+ if (this.done) throw e;
306
+ var r = this;
307
+ function handle(n, o) {
308
+ return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
309
309
  }
310
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
311
- var entry = this.tryEntries[i],
312
- record = entry.completion;
313
- if ("root" === entry.tryLoc) return handle("end");
314
- if (entry.tryLoc <= this.prev) {
315
- var hasCatch = hasOwn.call(entry, "catchLoc"),
316
- hasFinally = hasOwn.call(entry, "finallyLoc");
317
- if (hasCatch && hasFinally) {
318
- if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
319
- if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
320
- } else if (hasCatch) {
321
- if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
310
+ for (var o = this.tryEntries.length - 1; o >= 0; --o) {
311
+ var i = this.tryEntries[o],
312
+ a = i.completion;
313
+ if ("root" === i.tryLoc) return handle("end");
314
+ if (i.tryLoc <= this.prev) {
315
+ var c = n.call(i, "catchLoc"),
316
+ u = n.call(i, "finallyLoc");
317
+ if (c && u) {
318
+ if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
319
+ if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
320
+ } else if (c) {
321
+ if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
322
322
  } else {
323
- if (!hasFinally) throw new Error("try statement without catch or finally");
324
- if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
323
+ if (!u) throw new Error("try statement without catch or finally");
324
+ if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
325
325
  }
326
326
  }
327
327
  }
328
328
  },
329
- abrupt: function (type, arg) {
330
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
331
- var entry = this.tryEntries[i];
332
- if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) {
333
- var finallyEntry = entry;
329
+ abrupt: function (t, e) {
330
+ for (var r = this.tryEntries.length - 1; r >= 0; --r) {
331
+ var o = this.tryEntries[r];
332
+ if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
333
+ var i = o;
334
334
  break;
335
335
  }
336
336
  }
337
- finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null);
338
- var record = finallyEntry ? finallyEntry.completion : {};
339
- return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record);
337
+ i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
338
+ var a = i ? i.completion : {};
339
+ return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
340
340
  },
341
- complete: function (record, afterLoc) {
342
- if ("throw" === record.type) throw record.arg;
343
- return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel;
341
+ complete: function (t, e) {
342
+ if ("throw" === t.type) throw t.arg;
343
+ return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y;
344
344
  },
345
- finish: function (finallyLoc) {
346
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
347
- var entry = this.tryEntries[i];
348
- if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel;
345
+ finish: function (t) {
346
+ for (var e = this.tryEntries.length - 1; e >= 0; --e) {
347
+ var r = this.tryEntries[e];
348
+ if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
349
349
  }
350
350
  },
351
- catch: function (tryLoc) {
352
- for (var i = this.tryEntries.length - 1; i >= 0; --i) {
353
- var entry = this.tryEntries[i];
354
- if (entry.tryLoc === tryLoc) {
355
- var record = entry.completion;
356
- if ("throw" === record.type) {
357
- var thrown = record.arg;
358
- resetTryEntry(entry);
351
+ catch: function (t) {
352
+ for (var e = this.tryEntries.length - 1; e >= 0; --e) {
353
+ var r = this.tryEntries[e];
354
+ if (r.tryLoc === t) {
355
+ var n = r.completion;
356
+ if ("throw" === n.type) {
357
+ var o = n.arg;
358
+ resetTryEntry(r);
359
359
  }
360
- return thrown;
360
+ return o;
361
361
  }
362
362
  }
363
363
  throw new Error("illegal catch attempt");
364
364
  },
365
- delegateYield: function (iterable, resultName, nextLoc) {
365
+ delegateYield: function (e, r, n) {
366
366
  return this.delegate = {
367
- iterator: values(iterable),
368
- resultName: resultName,
369
- nextLoc: nextLoc
370
- }, "next" === this.method && (this.arg = undefined), ContinueSentinel;
371
- }
372
- }, exports;
367
+ iterator: values(e),
368
+ resultName: r,
369
+ nextLoc: n
370
+ }, "next" === this.method && (this.arg = t), y;
371
+ }
372
+ }, e;
373
+ }
374
+ function _toPrimitive(t, r) {
375
+ if ("object" != typeof t || !t) return t;
376
+ var e = t[Symbol.toPrimitive];
377
+ if (void 0 !== e) {
378
+ var i = e.call(t, r || "default");
379
+ if ("object" != typeof i) return i;
380
+ throw new TypeError("@@toPrimitive must return a primitive value.");
381
+ }
382
+ return ("string" === r ? String : Number)(t);
373
383
  }
374
- function _typeof(obj) {
384
+ function _toPropertyKey(t) {
385
+ var i = _toPrimitive(t, "string");
386
+ return "symbol" == typeof i ? i : String(i);
387
+ }
388
+ function _typeof(o) {
375
389
  "@babel/helpers - typeof";
376
390
 
377
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
378
- return typeof obj;
379
- } : function (obj) {
380
- return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
381
- }, _typeof(obj);
391
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
392
+ return typeof o;
393
+ } : function (o) {
394
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
395
+ }, _typeof(o);
382
396
  }
383
397
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
384
398
  try {
@@ -485,20 +499,6 @@ function _nonIterableSpread() {
485
499
  function _nonIterableRest() {
486
500
  throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
487
501
  }
488
- function _toPrimitive(input, hint) {
489
- if (typeof input !== "object" || input === null) return input;
490
- var prim = input[Symbol.toPrimitive];
491
- if (prim !== undefined) {
492
- var res = prim.call(input, hint || "default");
493
- if (typeof res !== "object") return res;
494
- throw new TypeError("@@toPrimitive must return a primitive value.");
495
- }
496
- return (hint === "string" ? String : Number)(input);
497
- }
498
- function _toPropertyKey(arg) {
499
- var key = _toPrimitive(arg, "string");
500
- return typeof key === "symbol" ? key : String(key);
501
- }
502
502
 
503
503
  function ApaasCascader(props) {
504
504
  return /*#__PURE__*/React__default['default'].createElement(antd.Cascader, _objectSpread2({
@@ -929,8 +929,8 @@ function dataURLtoFile(dataurl, filename) {
929
929
  });
930
930
  }
931
931
 
932
- var css_248z$1 = ".index-module_imageBox__8zj7A {\n display: flex;\n flex-wrap: wrap;\n}\n.index-module_imageBox__8zj7A .ant-upload-picture-card-wrapper {\n width: auto;\n}\n.index-module_imageBox__8zj7A .index-module_inputImage__3VrvC {\n width: 80px;\n height: 80px;\n border: 1px dashed #ccc;\n outline: none;\n background-color: rgba(0, 0, 0, 0);\n text-indent: 8px;\n}\n.index-module_imageBox__8zj7A .index-module_imageShow__3wD4d {\n padding: 8px;\n border: 1px solid #d9d9d9;\n border-radius: 2px;\n}\n.index-module_imageBox__8zj7A .index-module_imageWrap__JkMJo {\n width: 80px;\n height: 80px;\n position: relative;\n border-radius: 2px;\n margin-right: 8px;\n margin-bottom: 8px;\n}\n.index-module_imageBox__8zj7A .index-module_imageWrap__JkMJo:hover {\n background: transparent;\n}\n.index-module_imageBox__8zj7A .index-module_imageWrap__JkMJo:hover .index-module_mask__3LUIn:before {\n opacity: 1;\n}\n.index-module_imageBox__8zj7A .index-module_imageWrap__JkMJo img {\n width: 100%;\n height: 100%;\n -o-object-fit: contain;\n object-fit: contain;\n}\n.index-module_imageBox__8zj7A .index-module_imageWrap__JkMJo .index-module_delete__2cFpf {\n position: absolute;\n right: 0px;\n top: 0px;\n}\n.index-module_imageBox__8zj7A .index-module_mask__3LUIn {\n position: relative;\n height: 100%;\n overflow: hidden;\n}\n.index-module_imageBox__8zj7A .index-module_mask__3LUIn::before {\n position: absolute;\n z-index: 1;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.5);\n opacity: 0;\n transition: all 0.3s;\n content: ' ';\n}\n.index-module_imageBox__8zj7A .index-module_mask__3LUIn:hover .index-module_actions__2tY_V {\n opacity: 1;\n}\n.index-module_imageBox__8zj7A .index-module_mask__3LUIn .index-module_actions__2tY_V {\n position: absolute;\n top: 50%;\n left: 50%;\n z-index: 10;\n white-space: nowrap;\n transform: translate(-50%, -50%);\n opacity: 0;\n transition: all 0.3s;\n}\n.index-module_imageBox__8zj7A .index-module_mask__3LUIn .index-module_actions__2tY_V .index-module_icon__ZI-2P {\n font-size: 16px;\n color: #fff;\n padding: 0 4px;\n}\n.index-module_imageBox__8zj7A .index-module_imagePaste__2X-K1 {\n display: inline-block;\n margin-right: 8px;\n}\n.index-module_imageBox__8zj7A .index-module_imagePaste__2X-K1 .index-module_fakeBox__2_3rA {\n width: 80px;\n height: 80px;\n border-radius: 2px;\n background: #F2F3F5;\n text-align: center;\n color: #86909C;\n padding-top: 16px;\n}\n.index-module_imageBox__8zj7A .index-module_imagePaste__2X-K1 .index-module_fakeBox__2_3rA .index-module_addBtn__2m5lC {\n color: #86909C;\n}\n.index-module_imageBox__8zj7A .index-module_upload__2igU3 .ant-upload {\n height: 80px;\n width: 80px;\n border: none;\n background-color: #F2F3F5;\n color: #86909C;\n}\n.index-module_imageBox__8zj7A .index-module_upload__2igU3 .ant-upload .index-module_addBtn__2m5lC {\n color: #86909C;\n}\n.index-module_tips__1ATcr {\n color: #4E5969;\n font-size: 12px;\n}\n";
933
- var styles$1 = {"imageBox":"index-module_imageBox__8zj7A","inputImage":"index-module_inputImage__3VrvC","imageShow":"index-module_imageShow__3wD4d","imageWrap":"index-module_imageWrap__JkMJo","-webkit-mask":"index-module_mask__3LUIn","mask":"index-module_mask__3LUIn","delete":"index-module_delete__2cFpf","actions":"index-module_actions__2tY_V","icon":"index-module_icon__ZI-2P","imagePaste":"index-module_imagePaste__2X-K1","fakeBox":"index-module_fakeBox__2_3rA","addBtn":"index-module_addBtn__2m5lC","upload":"index-module_upload__2igU3","tips":"index-module_tips__1ATcr"};
932
+ var css_248z$1 = ".index-module_imageBox__8zj7A {\n display: flex;\n flex-wrap: wrap;\n}\n.index-module_imageBox__8zj7A .ant-upload-picture-card-wrapper {\n width: auto;\n}\n.index-module_imageBox__8zj7A .index-module_inputImage__3VrvC {\n width: 80px;\n height: 80px;\n border: 1px dashed #ccc;\n outline: none;\n background-color: rgba(0, 0, 0, 0);\n text-indent: 8px;\n}\n.index-module_imageBox__8zj7A .index-module_imageShow__3wD4d {\n padding: 8px;\n border: 1px solid #d9d9d9;\n border-radius: 2px;\n}\n.index-module_imageBox__8zj7A .index-module_imageWrap__JkMJo {\n width: 80px;\n height: 80px;\n position: relative;\n border-radius: 2px;\n margin-right: 8px;\n margin-bottom: 8px;\n}\n.index-module_imageBox__8zj7A .index-module_imageWrap__JkMJo:hover {\n background: transparent;\n}\n.index-module_imageBox__8zj7A .index-module_imageWrap__JkMJo:hover .index-module_mask__3LUIn:before {\n opacity: 1;\n}\n.index-module_imageBox__8zj7A .index-module_imageWrap__JkMJo img {\n width: 100%;\n height: 100%;\n -o-object-fit: contain;\n object-fit: contain;\n}\n.index-module_imageBox__8zj7A .index-module_imageWrap__JkMJo .index-module_deleteIcon__20Wzd {\n display: flex;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n}\n.index-module_imageBox__8zj7A .index-module_mask__3LUIn {\n position: relative;\n height: 100%;\n overflow: hidden;\n}\n.index-module_imageBox__8zj7A .index-module_mask__3LUIn::before {\n position: absolute;\n z-index: 1;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.5);\n opacity: 0;\n transition: all 0.3s;\n content: ' ';\n}\n.index-module_imageBox__8zj7A .index-module_mask__3LUIn:hover .index-module_actions__2tY_V {\n opacity: 1;\n}\n.index-module_imageBox__8zj7A .index-module_mask__3LUIn .index-module_actions__2tY_V {\n position: absolute;\n top: 50%;\n left: 50%;\n z-index: 10;\n white-space: nowrap;\n transform: translate(-50%, -50%);\n opacity: 0;\n transition: all 0.3s;\n}\n.index-module_imageBox__8zj7A .index-module_mask__3LUIn .index-module_actions__2tY_V .index-module_icon__ZI-2P {\n font-size: 16px;\n color: #fff;\n padding: 0 4px;\n}\n.index-module_imageBox__8zj7A .index-module_imagePaste__2X-K1 {\n display: inline-block;\n margin-right: 8px;\n}\n.index-module_imageBox__8zj7A .index-module_imagePaste__2X-K1 .index-module_fakeBox__2_3rA {\n width: 80px;\n height: 80px;\n border-radius: 2px;\n background: #F2F3F5;\n text-align: center;\n color: #86909C;\n padding-top: 16px;\n}\n.index-module_imageBox__8zj7A .index-module_imagePaste__2X-K1 .index-module_fakeBox__2_3rA .index-module_addBtn__2m5lC {\n color: #86909C;\n}\n.index-module_imageBox__8zj7A .index-module_upload__2igU3 .ant-upload {\n height: 80px;\n width: 80px;\n border: none;\n background-color: #F2F3F5;\n color: #86909C;\n}\n.index-module_imageBox__8zj7A .index-module_upload__2igU3 .ant-upload .index-module_addBtn__2m5lC {\n color: #86909C;\n}\n.index-module_tips__1ATcr {\n color: #4E5969;\n font-size: 12px;\n}\n";
933
+ var styles$1 = {"imageBox":"index-module_imageBox__8zj7A","inputImage":"index-module_inputImage__3VrvC","imageShow":"index-module_imageShow__3wD4d","imageWrap":"index-module_imageWrap__JkMJo","-webkit-mask":"index-module_mask__3LUIn","mask":"index-module_mask__3LUIn","deleteIcon":"index-module_deleteIcon__20Wzd","actions":"index-module_actions__2tY_V","icon":"index-module_icon__ZI-2P","imagePaste":"index-module_imagePaste__2X-K1","fakeBox":"index-module_fakeBox__2_3rA","addBtn":"index-module_addBtn__2m5lC","upload":"index-module_upload__2igU3","tips":"index-module_tips__1ATcr"};
934
934
  styleInject(css_248z$1);
935
935
 
936
936
  var _excluded$6 = ["maxCount", "maxSize", "uploadText", "onChange", "value", "accept", "canPreview", "disabled", "uniqueKey", "hostUrl", "actionUrl"];
@@ -951,7 +951,6 @@ var ApaasUploadAsync = function ApaasUploadAsync(_ref, ref) {
951
951
  _ref$accept = _ref.accept,
952
952
  accept = _ref$accept === void 0 ? 'image/gif,image/jpg,image/jpeg,image/png' : _ref$accept,
953
953
  _ref$canPreview = _ref.canPreview,
954
- canPreview = _ref$canPreview === void 0 ? true : _ref$canPreview,
955
954
  _ref$disabled = _ref.disabled,
956
955
  disabled = _ref$disabled === void 0 ? false : _ref$disabled,
957
956
  uniqueKey = _ref.uniqueKey,
@@ -1108,39 +1107,25 @@ var ApaasUploadAsync = function ApaasUploadAsync(_ref, ref) {
1108
1107
  }));
1109
1108
  };
1110
1109
  };
1111
- var handlePreview = function handlePreview(imgUrl) {
1112
- return function () {
1113
- setCurrentPreviewImg(imgUrl);
1114
- setVisible(true);
1115
- };
1116
- };
1117
1110
  var renderImages = function renderImages(images) {
1118
- return images.map(function (image, index) {
1111
+ return /*#__PURE__*/React__default['default'].createElement(antd.Image.PreviewGroup, null, images.map(function (image, index) {
1119
1112
  var finalImage = "".concat(/^pic\/[\s\S]*$/.test(image) ? "".concat(hostUrl, "/").concat(image) : image, "?x-oss-process=image/resize,h_60,w_60");
1113
+ var showImage = /^pic\/[\s\S]*$/.test(image) ? "".concat(hostUrl, "/").concat(image) : image;
1120
1114
  return /*#__PURE__*/React__default['default'].createElement("div", {
1121
1115
  className: styles$1.imageWrap,
1122
1116
  key: index
1123
- }, /*#__PURE__*/React__default['default'].createElement("div", {
1124
- className: styles$1.mask
1125
- }, /*#__PURE__*/React__default['default'].createElement("img", {
1126
- src: finalImage
1127
- }), /*#__PURE__*/React__default['default'].createElement("div", {
1128
- className: styles$1.actions
1129
- }, canPreview && /*#__PURE__*/React__default['default'].createElement(icons.EyeOutlined, {
1130
- style: {
1131
- fontSize: '16px',
1132
- color: '#FFF',
1133
- marginRight: '8px'
1134
- },
1135
- onClick: handlePreview(/^pic\/[\s\S]*$/.test(image) ? "".concat(hostUrl, "/").concat(image) : image)
1136
- }), /*#__PURE__*/React__default['default'].createElement(icons.DeleteOutlined, {
1137
- style: {
1138
- fontSize: '16px',
1139
- color: '#FFF'
1117
+ }, /*#__PURE__*/React__default['default'].createElement(antd.Image, {
1118
+ src: finalImage,
1119
+ preview: {
1120
+ src: showImage
1140
1121
  },
1122
+ width: '100%',
1123
+ height: '80%'
1124
+ }), /*#__PURE__*/React__default['default'].createElement("div", {
1125
+ className: styles$1.deleteIcon,
1141
1126
  onClick: handleDelete(index)
1142
- }))));
1143
- });
1127
+ }, "\u5220\u9664"));
1128
+ }));
1144
1129
  };
1145
1130
  React.useEffect(function () {
1146
1131
  var _inputRef$current2;
@@ -12106,6 +12091,402 @@ var GoodsModal$3 = function GoodsModal(props, ref) {
12106
12091
  };
12107
12092
  var WdtGoodsModal = /*#__PURE__*/React.forwardRef(GoodsModal$3);
12108
12093
 
12094
+ var getTableData$1 = function getTableData(_ref, formData) {
12095
+ var current = _ref.current,
12096
+ pageSize = _ref.pageSize;
12097
+ var data = {
12098
+ goodsSn: formData.goodsSn || null,
12099
+ goodsName: formData.goodsName || null,
12100
+ sku: formData.sku || null,
12101
+ skuId: formData.skuId || null
12102
+ };
12103
+ return extendRequest('/qy/gdfw/product/product/page', {
12104
+ method: 'post',
12105
+ data: _objectSpread2({
12106
+ pageSize: pageSize,
12107
+ pageNo: current,
12108
+ platform: 'WDT_ERP'
12109
+ }, data)
12110
+ }).then(function (res) {
12111
+ var _res$data = res.data,
12112
+ _res$data$productSkuL = _res$data.productSkuList,
12113
+ productSkuList = _res$data$productSkuL === void 0 ? [] : _res$data$productSkuL,
12114
+ _res$data$total = _res$data.total,
12115
+ total = _res$data$total === void 0 ? 0 : _res$data$total;
12116
+ var newProducts = productSkuList.map(function (item, index) {
12117
+ return _objectSpread2(_objectSpread2({}, item), {}, {
12118
+ index: index + 1
12119
+ });
12120
+ });
12121
+ return {
12122
+ total: total,
12123
+ list: newProducts
12124
+ };
12125
+ });
12126
+ };
12127
+ var columns$2 = [{
12128
+ dataIndex: 'index',
12129
+ title: 'NO',
12130
+ render: function render(val, record, index) {
12131
+ return /*#__PURE__*/React__default['default'].createElement("div", {
12132
+ style: {
12133
+ width: 25
12134
+ }
12135
+ }, index + 1);
12136
+ },
12137
+ width: 100
12138
+ }, {
12139
+ dataIndex: 'sku',
12140
+ title: "SKU",
12141
+ ellipsis: true,
12142
+ width: 70
12143
+ }, {
12144
+ dataIndex: 'skuId',
12145
+ title: "SKU ID",
12146
+ ellipsis: true,
12147
+ width: 70
12148
+ }, {
12149
+ dataIndex: 'goodsName',
12150
+ title: "\u5546\u54C1\u540D\u79F0",
12151
+ ellipsis: true,
12152
+ width: 70
12153
+ }, {
12154
+ dataIndex: 'goodsShortName',
12155
+ title: "\u5546\u54C1\u7B80\u79F0",
12156
+ ellipsis: true,
12157
+ width: 70
12158
+ }, {
12159
+ dataIndex: 'picPath',
12160
+ title: "\u5546\u54C1\u56FE\u7247",
12161
+ ellipsis: true,
12162
+ width: 100,
12163
+ render: function render(picUrl) {
12164
+ return /*#__PURE__*/React__default['default'].createElement("img", {
12165
+ style: {
12166
+ width: '60px',
12167
+ height: '60px',
12168
+ objectFit: 'contain'
12169
+ },
12170
+ src: picUrl
12171
+ });
12172
+ }
12173
+ }, {
12174
+ dataIndex: 'goodsSn',
12175
+ title: "\u8D27\u53F7",
12176
+ ellipsis: true,
12177
+ width: 70
12178
+ }, {
12179
+ dataIndex: 'goodsId',
12180
+ title: "\u8D27\u53F7ID",
12181
+ ellipsis: true,
12182
+ width: 70
12183
+ }, {
12184
+ dataIndex: 'colorName',
12185
+ title: "\u989C\u8272\u540D\u79F0",
12186
+ ellipsis: true,
12187
+ width: 70
12188
+ }, {
12189
+ dataIndex: 'colorCode',
12190
+ title: "\u989C\u8272\u4EE3\u7801",
12191
+ ellipsis: true,
12192
+ width: 70
12193
+ }, {
12194
+ dataIndex: 'sizeName',
12195
+ title: "\u5C3A\u7801\u540D\u79F0",
12196
+ ellipsis: true,
12197
+ width: 70
12198
+ }, {
12199
+ dataIndex: 'sizeCode',
12200
+ title: "\u5C3A\u7801\u4EE3\u7801",
12201
+ ellipsis: true,
12202
+ width: 70
12203
+ }, {
12204
+ dataIndex: 'brandName',
12205
+ title: "\u54C1\u724C\u540D\u79F0",
12206
+ ellipsis: true,
12207
+ width: 70
12208
+ }, {
12209
+ dataIndex: 'goodsNumber',
12210
+ title: "\u5546\u54C1\u6570\u91CF",
12211
+ ellipsis: true,
12212
+ width: 70
12213
+ }, {
12214
+ dataIndex: 'goodsPrice',
12215
+ title: "\u5546\u54C1\u5355\u4EF7",
12216
+ ellipsis: true,
12217
+ width: 70
12218
+ }, {
12219
+ dataIndex: 'shopPrice',
12220
+ title: "\u5546\u54C1\u7F51\u5E97\u552E\u4EF7",
12221
+ ellipsis: true,
12222
+ width: 70
12223
+ }, {
12224
+ dataIndex: 'sharePrice',
12225
+ title: "\u5206\u644A\u4EF7",
12226
+ ellipsis: true,
12227
+ width: 70
12228
+ }, {
12229
+ dataIndex: 'sharePayment',
12230
+ title: "\u5206\u644A\u5B9E\u4ED8\u91D1\u989D",
12231
+ ellipsis: true,
12232
+ width: 70
12233
+ }, {
12234
+ dataIndex: 'payment',
12235
+ title: "\u5B9E\u4ED8\u91D1\u989D",
12236
+ ellipsis: true,
12237
+ width: 70
12238
+ }, {
12239
+ dataIndex: 'tcSku',
12240
+ title: "\u5957\u9910SKU",
12241
+ ellipsis: true,
12242
+ width: 70
12243
+ }, {
12244
+ dataIndex: 'tcGoodsNumber',
12245
+ title: "\u5957\u9910\u5957\u6570",
12246
+ ellipsis: true,
12247
+ width: 70
12248
+ }, {
12249
+ dataIndex: 'taoCanSingleSl',
12250
+ title: "\u5355\u4E2A\u5957\u9910\u6570\u91CF",
12251
+ ellipsis: true,
12252
+ width: 70
12253
+ }, {
12254
+ dataIndex: 'isGift',
12255
+ title: "\u662F\u5426\u8D60\u54C1",
12256
+ ellipsis: true,
12257
+ width: 70
12258
+ }];
12259
+ var GoodList$1 = function GoodList(props, ref) {
12260
+ var _useState = React.useState([]),
12261
+ _useState2 = _slicedToArray(_useState, 2),
12262
+ selectList = _useState2[0],
12263
+ setSelect = _useState2[1];
12264
+ var _useState3 = React.useState([]),
12265
+ _useState4 = _slicedToArray(_useState3, 2),
12266
+ selectIds = _useState4[0],
12267
+ setSelectIds = _useState4[1];
12268
+ React.useImperativeHandle(ref, function () {
12269
+ return {
12270
+ getSelectGoodList: function getSelectGoodList() {
12271
+ return selectList;
12272
+ }
12273
+ };
12274
+ });
12275
+ var _Form$useForm = antd.Form.useForm(),
12276
+ _Form$useForm2 = _slicedToArray(_Form$useForm, 1),
12277
+ form = _Form$useForm2[0];
12278
+ var _useAntdTable = ahooks.useAntdTable(getTableData$1, {
12279
+ defaultPageSize: 10,
12280
+ form: form
12281
+ }),
12282
+ tableProps = _useAntdTable.tableProps,
12283
+ search = _useAntdTable.search,
12284
+ params = _useAntdTable.params;
12285
+ var submit = search.submit,
12286
+ reset = search.reset;
12287
+ var advanceSearchForm = /*#__PURE__*/React__default['default'].createElement(antd.Form, {
12288
+ layout: "inline",
12289
+ form: form
12290
+ }, /*#__PURE__*/React__default['default'].createElement(antd.Form.Item, {
12291
+ name: "goodsSn",
12292
+ style: {
12293
+ marginBottom: '12px'
12294
+ }
12295
+ }, /*#__PURE__*/React__default['default'].createElement(antd.Input, {
12296
+ placeholder: "\u5546\u54C1\u8D27\u53F7",
12297
+ allowClear: true,
12298
+ style: {
12299
+ width: 150
12300
+ }
12301
+ })), /*#__PURE__*/React__default['default'].createElement(antd.Form.Item, {
12302
+ name: "goodsName",
12303
+ style: {
12304
+ marginBottom: '12px'
12305
+ }
12306
+ }, /*#__PURE__*/React__default['default'].createElement(antd.Input, {
12307
+ placeholder: "\u5546\u54C1\u540D\u79F0",
12308
+ allowClear: true,
12309
+ style: {
12310
+ width: 150
12311
+ }
12312
+ })), /*#__PURE__*/React__default['default'].createElement(antd.Form.Item, {
12313
+ name: "sku",
12314
+ style: {
12315
+ marginBottom: '12px'
12316
+ }
12317
+ }, /*#__PURE__*/React__default['default'].createElement(antd.Input, {
12318
+ placeholder: "SKU",
12319
+ allowClear: true,
12320
+ style: {
12321
+ width: 150
12322
+ }
12323
+ })), /*#__PURE__*/React__default['default'].createElement(antd.Form.Item, {
12324
+ name: "skuId",
12325
+ style: {
12326
+ marginBottom: '12px'
12327
+ }
12328
+ }, /*#__PURE__*/React__default['default'].createElement(antd.Input, {
12329
+ placeholder: "SKU ID",
12330
+ allowClear: true,
12331
+ style: {
12332
+ width: 150
12333
+ }
12334
+ })), /*#__PURE__*/React__default['default'].createElement(antd.Form.Item, {
12335
+ style: {
12336
+ marginBottom: '12px'
12337
+ }
12338
+ }, /*#__PURE__*/React__default['default'].createElement(antd.Button, {
12339
+ type: "primary",
12340
+ style: {
12341
+ marginRight: '8px'
12342
+ },
12343
+ onClick: submit
12344
+ }, "\u67E5\u8BE2"), /*#__PURE__*/React__default['default'].createElement(antd.Button, {
12345
+ onClick: reset
12346
+ }, "\u91CD\u7F6E")));
12347
+ var rowSelection = {
12348
+ selectedRowKeys: selectIds,
12349
+ fixed: true,
12350
+ onSelect: function onSelect(record, selected) {
12351
+ if (selected) {
12352
+ setSelectIds([].concat(_toConsumableArray(selectIds), [record.specNo]));
12353
+ setSelect([].concat(_toConsumableArray(selectList), [record]));
12354
+ } else {
12355
+ setSelectIds(selectIds.filter(function (t) {
12356
+ return t !== record.specNo;
12357
+ }));
12358
+ setSelect(selectList.filter(function (t) {
12359
+ return t.specNo !== record.specNo;
12360
+ }));
12361
+ }
12362
+ },
12363
+ onSelectAll: function onSelectAll(selected, selectedRows, changeRows) {
12364
+ if (selected) {
12365
+ setSelectIds([].concat(_toConsumableArray(selectIds), _toConsumableArray(changeRows.map(function (t) {
12366
+ return t.specNo;
12367
+ }))));
12368
+ setSelect([].concat(_toConsumableArray(selectList), _toConsumableArray(changeRows)));
12369
+ } else {
12370
+ setSelectIds(lodash.difference(selectIds, changeRows.map(function (t) {
12371
+ return t.specNo;
12372
+ })));
12373
+ var list = lodash.differenceWith(selectList, changeRows, function (arrVal, othVal) {
12374
+ return arrVal.specNo !== othVal.specNo;
12375
+ });
12376
+ setSelect(list);
12377
+ }
12378
+ }
12379
+ };
12380
+ var showTable = function showTable() {
12381
+ var handleDelete = function handleDelete(record) {
12382
+ setSelectIds(selectIds.filter(function (t) {
12383
+ return t !== record.specNo;
12384
+ }));
12385
+ setSelect(selectList.filter(function (t) {
12386
+ return t.specNo !== record.specNo;
12387
+ }));
12388
+ };
12389
+ var showColumns = [{
12390
+ dataIndex: '',
12391
+ title: "\u64CD\u4F5C",
12392
+ ellipsis: true,
12393
+ width: 100,
12394
+ render: function render(val, record) {
12395
+ return /*#__PURE__*/React__default['default'].createElement(antd.Button, {
12396
+ type: "link",
12397
+ onClick: function onClick() {
12398
+ return handleDelete(record);
12399
+ }
12400
+ }, "\u5220\u9664");
12401
+ }
12402
+ }].concat(lodash.takeRight(columns$2, columns$2.length - 1));
12403
+ return selectList.length ? /*#__PURE__*/React__default['default'].createElement("div", {
12404
+ style: {
12405
+ width: '100%',
12406
+ maxWidth: '387px'
12407
+ }
12408
+ }, /*#__PURE__*/React__default['default'].createElement(antd.Table, {
12409
+ columns: showColumns,
12410
+ rowKey: 'specNo',
12411
+ dataSource: selectList,
12412
+ scroll: {
12413
+ x: '100%',
12414
+ y: 250
12415
+ },
12416
+ pagination: {
12417
+ size: 'small',
12418
+ total: selectIds.length,
12419
+ pageSize: 10,
12420
+ showSizeChanger: false
12421
+ }
12422
+ })) : null;
12423
+ };
12424
+ return /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, advanceSearchForm, /*#__PURE__*/React__default['default'].createElement("div", {
12425
+ style: {
12426
+ marginTop: '4px'
12427
+ }
12428
+ }, /*#__PURE__*/React__default['default'].createElement(antd.Table, _objectSpread2({
12429
+ rowSelection: rowSelection,
12430
+ rowKey: "goodsId",
12431
+ columns: columns$2,
12432
+ scroll: {
12433
+ x: '100%',
12434
+ y: 250
12435
+ }
12436
+ }, tableProps))), /*#__PURE__*/React__default['default'].createElement(antd.Popover, {
12437
+ getPopupContainer: function getPopupContainer(triggerNode) {
12438
+ return triggerNode.parentElement;
12439
+ },
12440
+ content: showTable(),
12441
+ title: "\u5DF2\u9009\u62E9".concat(selectList.length, "\u4E2A\u5546\u54C1")
12442
+ }, /*#__PURE__*/React__default['default'].createElement(antd.Button, {
12443
+ danger: true,
12444
+ type: "text"
12445
+ }, "\u5DF2\u9009".concat(selectList.length > 99 ? '99+' : selectList.length, "\u4E2A\u5546\u54C1"), /*#__PURE__*/React__default['default'].createElement(icons.CaretUpOutlined, null))));
12446
+ };
12447
+ var BsE3GoodList = /*#__PURE__*/React.forwardRef(GoodList$1);
12448
+
12449
+ var GoodsModal$4 = function GoodsModal(props, ref) {
12450
+ React.useImperativeHandle(ref, function () {
12451
+ return {
12452
+ open: function open() {
12453
+ setVisible(true);
12454
+ }
12455
+ };
12456
+ });
12457
+ var onSubmit = props.onSubmit,
12458
+ width = props.width;
12459
+ var _useState = React.useState(false),
12460
+ _useState2 = _slicedToArray(_useState, 2),
12461
+ visible = _useState2[0],
12462
+ setVisible = _useState2[1];
12463
+ var bsE3GoodListRef = React.useRef(null);
12464
+ var _onCancel = function onCancel() {
12465
+ setVisible(false);
12466
+ };
12467
+ var onOk = function onOk() {
12468
+ var _bsE3GoodListRef$curr;
12469
+ var selectedList = ((_bsE3GoodListRef$curr = bsE3GoodListRef.current) === null || _bsE3GoodListRef$curr === void 0 ? void 0 : _bsE3GoodListRef$curr.getSelectGoodList()) || [];
12470
+ onSubmit(selectedList);
12471
+ _onCancel();
12472
+ };
12473
+ return /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, visible && /*#__PURE__*/React__default['default'].createElement(antd.Modal, {
12474
+ title: '选择商品',
12475
+ okText: '确认',
12476
+ cancelText: '取消',
12477
+ visible: visible,
12478
+ width: width || 850,
12479
+ onCancel: function onCancel() {
12480
+ _onCancel();
12481
+ },
12482
+ onOk: onOk,
12483
+ wrapClassName: "goodModal"
12484
+ }, /*#__PURE__*/React__default['default'].createElement(BsE3GoodList, {
12485
+ ref: bsE3GoodListRef
12486
+ })));
12487
+ };
12488
+ var BsE3GoodsModal = /*#__PURE__*/React.forwardRef(GoodsModal$4);
12489
+
12109
12490
  // interface GoodsItem {
12110
12491
  // title: string;
12111
12492
  // pic: string;
@@ -12114,6 +12495,7 @@ var WdtGoodsModal = /*#__PURE__*/React.forwardRef(GoodsModal$3);
12114
12495
  // styleId: string;
12115
12496
  // }
12116
12497
  var GoodItem$1 = function GoodItem(props) {
12498
+ var _ref;
12117
12499
  var _props$value = props.value,
12118
12500
  value = _props$value === void 0 ? [] : _props$value,
12119
12501
  type = props.type,
@@ -12550,6 +12932,149 @@ var GoodItem$1 = function GoodItem(props) {
12550
12932
  }];
12551
12933
  }
12552
12934
  break;
12935
+ case 'BS_E3_GOODS':
12936
+ {
12937
+ columns = [{
12938
+ dataIndex: 'sku',
12939
+ title: "SKU",
12940
+ align: 'center',
12941
+ ellipsis: true,
12942
+ width: 150
12943
+ }, {
12944
+ dataIndex: 'skuId',
12945
+ title: "SKU ID",
12946
+ align: 'center',
12947
+ ellipsis: true,
12948
+ width: 150
12949
+ }, {
12950
+ dataIndex: 'goodsName',
12951
+ title: "\u5546\u54C1\u540D\u79F0",
12952
+ align: 'center',
12953
+ ellipsis: true,
12954
+ width: 150
12955
+ }, {
12956
+ dataIndex: 'goodsShortName',
12957
+ title: "\u5546\u54C1\u7B80\u79F0",
12958
+ align: 'center',
12959
+ ellipsis: true,
12960
+ width: 100
12961
+ }, {
12962
+ dataIndex: 'picPath',
12963
+ title: "\u5546\u54C1\u56FE\u7247",
12964
+ align: 'center',
12965
+ ellipsis: true,
12966
+ width: 100,
12967
+ render: function render(val) {
12968
+ return /*#__PURE__*/React__default['default'].createElement(antd.Image, {
12969
+ width: 60,
12970
+ src: val
12971
+ });
12972
+ }
12973
+ }, {
12974
+ dataIndex: 'goodsSn',
12975
+ title: "\u8D27\u53F7",
12976
+ align: 'center',
12977
+ ellipsis: true,
12978
+ width: 150
12979
+ }, {
12980
+ dataIndex: 'goodsId',
12981
+ title: "\u8D27\u53F7ID",
12982
+ align: 'center',
12983
+ ellipsis: true,
12984
+ width: 150
12985
+ }, {
12986
+ dataIndex: 'colorName',
12987
+ title: "\u989C\u8272\u540D\u79F0",
12988
+ align: 'center',
12989
+ ellipsis: true,
12990
+ width: 100
12991
+ }, {
12992
+ dataIndex: 'colorCode',
12993
+ title: "\u989C\u8272\u4EE3\u7801",
12994
+ align: 'center',
12995
+ ellipsis: true,
12996
+ width: 150
12997
+ }, {
12998
+ dataIndex: 'sizeName',
12999
+ title: "\u5C3A\u7801\u540D\u79F0",
13000
+ align: 'center',
13001
+ ellipsis: true,
13002
+ width: 100
13003
+ }, {
13004
+ dataIndex: 'sizeCode',
13005
+ title: "\u5C3A\u7801\u4EE3\u7801",
13006
+ align: 'center',
13007
+ ellipsis: true,
13008
+ width: 100
13009
+ }, {
13010
+ dataIndex: 'brandName',
13011
+ title: "\u54C1\u724C\u540D\u79F0",
13012
+ align: 'center',
13013
+ ellipsis: true,
13014
+ width: 150
13015
+ }, {
13016
+ dataIndex: 'goodsNumber',
13017
+ title: "\u5546\u54C1\u6570\u91CF",
13018
+ align: 'center',
13019
+ ellipsis: true,
13020
+ width: 100
13021
+ }, {
13022
+ dataIndex: 'goodsPrice',
13023
+ title: "\u5546\u54C1\u5355\u4EF7",
13024
+ align: 'center',
13025
+ ellipsis: true,
13026
+ width: 120
13027
+ }, {
13028
+ dataIndex: 'shopPrice',
13029
+ title: "\u5546\u54C1\u7F51\u5E97\u552E\u4EF7",
13030
+ align: 'center',
13031
+ ellipsis: true,
13032
+ width: 120
13033
+ }, {
13034
+ dataIndex: 'sharePrice',
13035
+ title: "\u5206\u644A\u4EF7",
13036
+ align: 'center',
13037
+ ellipsis: true,
13038
+ width: 120
13039
+ }, {
13040
+ dataIndex: 'sharePayment',
13041
+ title: "\u5206\u644A\u5B9E\u4ED8\u91D1\u989D",
13042
+ align: 'center',
13043
+ ellipsis: true,
13044
+ width: 120
13045
+ }, {
13046
+ dataIndex: 'payment',
13047
+ title: "\u5B9E\u4ED8\u91D1\u989D",
13048
+ align: 'center',
13049
+ ellipsis: true,
13050
+ width: 120
13051
+ }, {
13052
+ dataIndex: 'tcSku',
13053
+ title: "\u5957\u9910SKU",
13054
+ align: 'center',
13055
+ ellipsis: true,
13056
+ width: 150
13057
+ }, {
13058
+ dataIndex: 'tcGoodsNumber',
13059
+ title: "\u5957\u9910\u5957\u6570",
13060
+ align: 'center',
13061
+ ellipsis: true,
13062
+ width: 100
13063
+ }, {
13064
+ dataIndex: 'taoCanSingleSl',
13065
+ title: "\u5355\u4E2A\u5957\u9910\u6570\u91CF",
13066
+ align: 'center',
13067
+ ellipsis: true,
13068
+ width: 100
13069
+ }, {
13070
+ dataIndex: 'isGift',
13071
+ title: "\u662F\u5426\u8D60\u54C1",
13072
+ align: 'center',
13073
+ ellipsis: true,
13074
+ width: 100
13075
+ }];
13076
+ }
13077
+ break;
12553
13078
  default:
12554
13079
  columns = [{
12555
13080
  dataIndex: 'mark',
@@ -12705,6 +13230,15 @@ var GoodItem$1 = function GoodItem(props) {
12705
13230
  }
12706
13231
  return item;
12707
13232
  });
13233
+ } else if (['BS_E3_GOODS', 'BS_E3_REISSUE_GOODS', 'BS_E3_EXCHANGE_GOODS'].includes(type)) {
13234
+ newList = list.map(function (item) {
13235
+ item.uuid = kmkfUtils.uuid();
13236
+ item.canDelete = true;
13237
+ item.goodsNumber = 1;
13238
+ item.goodsPrice = 0;
13239
+ item.canUpdateNumber = canUpdateNumber;
13240
+ return item;
13241
+ });
12708
13242
  } else {
12709
13243
  newList = list.map(function (item) {
12710
13244
  var goodsId = item.goodsId,
@@ -12764,7 +13298,7 @@ var GoodItem$1 = function GoodItem(props) {
12764
13298
  }, showModeBtn && /*#__PURE__*/React__default['default'].createElement(antd.Checkbox, {
12765
13299
  checked: isStrict,
12766
13300
  onChange: handleCheckboxChange
12767
- }, "\u5408\u5E76\u5355\uFF0C\u52FE\u9009\u540E\u53EA\u5C55\u793A\u5F53\u524D\u5E73\u53F0\u8BA2\u5355\u5546\u54C1"), /*#__PURE__*/React__default['default'].createElement(antd.Button, {
13301
+ }, "\u5408\u5E76\u5355\uFF0C\u52FE\u9009\u540E\u53EA\u5C55\u793A\u5F53\u524D\u5E73\u53F0\u8BA2\u5355\u5546\u54C1"), !((_ref = ['BS_E3_GOODS']) === null || _ref === void 0 ? void 0 : _ref.includes(type)) && /*#__PURE__*/React__default['default'].createElement(antd.Button, {
12768
13302
  type: "link",
12769
13303
  onClick: handleChangeGoods
12770
13304
  }, "\u9009\u62E9\u5546\u54C1"), otherOperations), /*#__PURE__*/React__default['default'].createElement(antd.Table, _objectSpread2(_objectSpread2({}, tableConfig), {}, {
@@ -12787,6 +13321,14 @@ var GoodItem$1 = function GoodItem(props) {
12787
13321
  shopId: shopId,
12788
13322
  maxLength: maxLength,
12789
13323
  companyKey: companyKey
13324
+ }) : ['BS_E3_REISSUE_GOODS', 'BS_E3_GOODS', 'BS_E3_EXCHANGE_GOODS'].includes(type) ? /*#__PURE__*/React__default['default'].createElement(BsE3GoodsModal, {
13325
+ ref: refModal,
13326
+ onSubmit: onSubmit,
13327
+ width: width,
13328
+ shopList: shopList,
13329
+ shopId: shopId,
13330
+ maxLength: maxLength,
13331
+ companyKey: companyKey
12790
13332
  }) : /*#__PURE__*/React__default['default'].createElement(GoodsModal$2, {
12791
13333
  ref: refModal,
12792
13334
  onSubmit: onSubmit,
@@ -13450,19 +13992,150 @@ var wdtUtils = {
13450
13992
  getWdtOrderListSingleton: getWdtOrderListSingleton
13451
13993
  };
13452
13994
 
13453
- var columnsNameMap = {
13454
- BS_SYSTEM_ORDER: {
13455
- typeName: '单据类型',
13456
- tagName: '标签'
13457
- },
13458
- WLN_SYSTEM_ORDER: {
13459
- typeName: '订单类型',
13460
- tagName: '标记'
13461
- },
13462
- WDT_SYSTEM_ORDER: {
13463
- typeName: '订单类型',
13464
- tagName: '订单标签'
13995
+ var singletonMap$1 = new Map();
13996
+ var getBsE3OrderListSingleton = function getBsE3OrderListSingleton(orderNo) {
13997
+ if (!singletonMap$1.has(orderNo)) {
13998
+ var p = new Promise(function (resolve, reject) {
13999
+ var doReject = function doReject(err) {
14000
+ // 清空掉错误的请求记录
14001
+ // singletonMap.delete(orderNo);
14002
+ reject(err);
14003
+ };
14004
+ extendRequest('/qy/gdfw/order/bse3OrderDetail', {
14005
+ method: 'post',
14006
+ data: {
14007
+ billNo: orderNo
14008
+ }
14009
+ }).then(function (data) {
14010
+ if (data === null || data === void 0 ? void 0 : data.success) {
14011
+ var _data$data, _data$data$orderList;
14012
+ if (data === null || data === void 0 ? void 0 : (_data$data = data.data) === null || _data$data === void 0 ? void 0 : (_data$data$orderList = _data$data.orderList) === null || _data$data$orderList === void 0 ? void 0 : _data$data$orderList.length) {
14013
+ var _filterBsE3Orders;
14014
+ data.data.orderList = (_filterBsE3Orders = kmkfUtils.filterBsE3Orders(data === null || data === void 0 ? void 0 : data.data, orderNo)) === null || _filterBsE3Orders === void 0 ? void 0 : _filterBsE3Orders.map(function (item) {
14015
+ var isSplit = item.isSplit,
14016
+ isSplitNew = item.isSplitNew,
14017
+ isCopy = item.isCopy,
14018
+ isExchangeOrder = item.isExchangeOrder,
14019
+ isCombineNew = item.isCombineNew,
14020
+ isCombine = item.isCombine,
14021
+ orderStatus = item.orderStatus;
14022
+ return _objectSpread2(_objectSpread2({}, item), {}, {
14023
+ orderStatus: kmkfUtils.BS_E3_ORDER_STATUS_MAP[orderStatus],
14024
+ isSplit: kmkfUtils.BS_E3_BOOLEAN_STATUS_MAP[isSplit],
14025
+ isSplitNew: kmkfUtils.BS_E3_BOOLEAN_STATUS_MAP[isSplitNew],
14026
+ isExchangeOrder: kmkfUtils.BS_E3_BOOLEAN_STATUS_MAP[isExchangeOrder],
14027
+ isCopy: kmkfUtils.BS_E3_BOOLEAN_STATUS_MAP[isCopy],
14028
+ isCombineNew: kmkfUtils.BS_E3_BOOLEAN_STATUS_MAP[isCombineNew],
14029
+ isCombine: kmkfUtils.BS_E3_BOOLEAN_STATUS_MAP[isCombine]
14030
+ });
14031
+ });
14032
+ }
14033
+ resolve(data.data);
14034
+ } else {
14035
+ doReject(data);
14036
+ }
14037
+ }).catch(doReject);
14038
+ });
14039
+ singletonMap$1.set(orderNo, p);
13465
14040
  }
14041
+ return singletonMap$1.get(orderNo);
14042
+ };
14043
+ var bsE3Utils = {
14044
+ getBsE3OrderListSingleton: getBsE3OrderListSingleton
14045
+ };
14046
+
14047
+ var columnsMap = {
14048
+ BS_SYSTEM_ORDER: [{
14049
+ title: '单据类型',
14050
+ dataIndex: 'billType',
14051
+ width: 150
14052
+ }, {
14053
+ title: '系统订单号',
14054
+ dataIndex: 'billNo',
14055
+ width: 150
14056
+ }, {
14057
+ title: '标签',
14058
+ dataIndex: 'billTag',
14059
+ width: 150
14060
+ }],
14061
+ WLN_SYSTEM_ORDER: [{
14062
+ title: '订单类型',
14063
+ dataIndex: 'billType',
14064
+ width: 150
14065
+ }, {
14066
+ title: '系统订单号',
14067
+ dataIndex: 'billNo',
14068
+ width: 150
14069
+ }, {
14070
+ title: '标记',
14071
+ dataIndex: 'billTag',
14072
+ width: 150
14073
+ }],
14074
+ WDT_SYSTEM_ORDER: [{
14075
+ title: '订单类型',
14076
+ dataIndex: 'billType',
14077
+ width: 150
14078
+ }, {
14079
+ title: '系统订单号',
14080
+ dataIndex: 'billNo',
14081
+ width: 150
14082
+ }, {
14083
+ title: '订单标签',
14084
+ dataIndex: 'billTag',
14085
+ width: 150
14086
+ }],
14087
+ BS_E3_SYSTEM_ORDER: [{
14088
+ title: '系统订单号',
14089
+ dataIndex: 'orderSn',
14090
+ width: 150,
14091
+ ellipsis: true
14092
+ }, {
14093
+ title: '订单状态',
14094
+ dataIndex: 'orderStatus',
14095
+ width: 100,
14096
+ ellipsis: true
14097
+ }, {
14098
+ title: '是否被拆分',
14099
+ dataIndex: 'isSplit',
14100
+ width: 70,
14101
+ ellipsis: true
14102
+ }, {
14103
+ title: '是否拆分子单',
14104
+ dataIndex: 'isSplitNew',
14105
+ width: 70,
14106
+ ellipsis: true
14107
+ }, {
14108
+ title: '是否被合并',
14109
+ dataIndex: 'isCombine',
14110
+ width: 70,
14111
+ ellipsis: true
14112
+ }, {
14113
+ title: '是否合并新单',
14114
+ dataIndex: 'isCombineNew',
14115
+ width: 70,
14116
+ ellipsis: true
14117
+ }, {
14118
+ title: '是否复制单',
14119
+ dataIndex: 'isCopy',
14120
+ width: 70,
14121
+ ellipsis: true
14122
+ }, {
14123
+ title: '是否换货单',
14124
+ dataIndex: 'isExchangeOrder',
14125
+ width: 70,
14126
+ ellipsis: true
14127
+ }, {
14128
+ title: '订单备注',
14129
+ dataIndex: 'orderMsg',
14130
+ width: 150,
14131
+ ellipsis: true
14132
+ }]
14133
+ };
14134
+ var rowKeyMap = {
14135
+ BS_SYSTEM_ORDER: 'billNo',
14136
+ WLN_SYSTEM_ORDER: 'billNo',
14137
+ WDT_SYSTEM_ORDER: 'billNo',
14138
+ BS_E3_SYSTEM_ORDER: 'orderSn'
13466
14139
  };
13467
14140
  var index$1 = (function (props) {
13468
14141
  var value = props.value,
@@ -13480,21 +14153,13 @@ var index$1 = (function (props) {
13480
14153
  getWlnOrderList(value.orderNo);
13481
14154
  } else if (type === 'WDT_SYSTEM_ORDER') {
13482
14155
  getWdtOrderList(value.orderNo);
14156
+ } else if (type === 'BS_E3_SYSTEM_ORDER') {
14157
+ getBsE3OrderList(value.orderNo);
13483
14158
  }
13484
14159
  }
13485
14160
  }, [value, type]);
13486
14161
  var columns = React.useMemo(function () {
13487
- var _columnsNameMap$type, _columnsNameMap$type2;
13488
- return [{
13489
- dataIndex: 'billType',
13490
- title: columnsNameMap === null || columnsNameMap === void 0 ? void 0 : (_columnsNameMap$type = columnsNameMap[type]) === null || _columnsNameMap$type === void 0 ? void 0 : _columnsNameMap$type.typeName
13491
- }, {
13492
- dataIndex: 'billNo',
13493
- title: '系统订单号'
13494
- }, {
13495
- dataIndex: 'billTag',
13496
- title: columnsNameMap === null || columnsNameMap === void 0 ? void 0 : (_columnsNameMap$type2 = columnsNameMap[type]) === null || _columnsNameMap$type2 === void 0 ? void 0 : _columnsNameMap$type2.tagName
13497
- }];
14162
+ return columnsMap[type] || [];
13498
14163
  }, [type]);
13499
14164
  var getOrderList = /*#__PURE__*/function () {
13500
14165
  var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(orderNo) {
@@ -13616,6 +14281,31 @@ var index$1 = (function (props) {
13616
14281
  return _ref3.apply(this, arguments);
13617
14282
  };
13618
14283
  }();
14284
+ var getBsE3OrderList = /*#__PURE__*/function () {
14285
+ var _ref5 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(orderNo) {
14286
+ return _regeneratorRuntime().wrap(function _callee4$(_context4) {
14287
+ while (1) switch (_context4.prev = _context4.next) {
14288
+ case 0:
14289
+ bsE3Utils.getBsE3OrderListSingleton(orderNo).then(function (data) {
14290
+ var trades = ((data === null || data === void 0 ? void 0 : data.orderList) || []).filter(function (item) {
14291
+ return (item === null || item === void 0 ? void 0 : item.dealCode) === orderNo;
14292
+ });
14293
+ _onChange === null || _onChange === void 0 ? void 0 : _onChange(_objectSpread2(_objectSpread2({}, value), {}, {
14294
+ orders: trades,
14295
+ showOrderInfo: trades
14296
+ }));
14297
+ });
14298
+ onceRef.current = false;
14299
+ case 2:
14300
+ case "end":
14301
+ return _context4.stop();
14302
+ }
14303
+ }, _callee4);
14304
+ }));
14305
+ return function getBsE3OrderList(_x4) {
14306
+ return _ref5.apply(this, arguments);
14307
+ };
14308
+ }();
13619
14309
  var rowSelection = {
13620
14310
  selectedRowKeys: (value === null || value === void 0 ? void 0 : value.selectIds) || [],
13621
14311
  fixed: true,
@@ -13636,7 +14326,7 @@ var index$1 = (function (props) {
13636
14326
  dataSource: (value === null || value === void 0 ? void 0 : value.orders) || [],
13637
14327
  columns: columns,
13638
14328
  rowSelection: rowSelection,
13639
- rowKey: 'billNo',
14329
+ rowKey: rowKeyMap[type] || 'billNo',
13640
14330
  size: "small",
13641
14331
  pagination: false,
13642
14332
  scroll: {
@@ -13675,8 +14365,11 @@ var componentMap$1 = {
13675
14365
  type: 'wdt',
13676
14366
  key: 'wdtGoods',
13677
14367
  name: '旺店通',
14368
+ orderNo: 'srcTid',
14369
+ goodDetailOrderNo: 'srcTid',
13678
14370
  eventNameMap: {
13679
14371
  type: 'wdtType',
14372
+ updateGoodsHandle: kmkfUtils.updateWdtGoodsHandle,
13680
14373
  selectListReturn: 'wdtSelectListReturn',
13681
14374
  selectList: 'wdtSelectList',
13682
14375
  reissueSelectList: 'wdtReissueSelectList',
@@ -13691,6 +14384,30 @@ var componentMap$1 = {
13691
14384
  returnDeleteGood: 'wdtReturnDeleteGood',
13692
14385
  exchangeDeleteGood: 'wdtExchangeDeleteGood'
13693
14386
  }
14387
+ },
14388
+ 'BS_E3_GOODS': {
14389
+ type: 'e3',
14390
+ key: 'bsE3Goods',
14391
+ name: '百胜E3',
14392
+ orderNo: 'dealCode',
14393
+ goodDetailOrderNo: 'originalDealCode',
14394
+ eventNameMap: {
14395
+ type: 'bsE3Type',
14396
+ updateGoodsHandle: kmkfUtils.updateBsE3GoodsHandle,
14397
+ selectListReturn: 'bsE3SelectListReturn',
14398
+ selectList: 'bsE3SelectList',
14399
+ reissueSelectList: 'bsE3ReissueSelectList',
14400
+ reissueSelectListReturn: 'bsE3ReissueSelectListReturn',
14401
+ reissueDeleteGood: 'bsE3ReissueDeleteGood',
14402
+ changeShopCode: 'bsE3ChangeShopCode',
14403
+ reissueType: 'bsE3ReissueType',
14404
+ returnType: 'bsE3ReturnType',
14405
+ returnSelectListReturn: 'bsE3ReturnSelectListReturn',
14406
+ returnSelectList: 'bsE3ReturnSelectList',
14407
+ deleteGood: 'bsE3DeleteGood',
14408
+ returnDeleteGood: 'bsE3ReturnDeleteGood',
14409
+ exchangeDeleteGood: 'bsE3ExchangeDeleteGood'
14410
+ }
13694
14411
  }
13695
14412
  };
13696
14413
  var CommonGoods = function CommonGoods(props) {
@@ -13699,8 +14416,11 @@ var CommonGoods = function CommonGoods(props) {
13699
14416
  disabled = props.disabled,
13700
14417
  onChange = props.onChange,
13701
14418
  compType = props.type;
13702
- var showModeBtn = ((value === null || value === void 0 ? void 0 : value.orders) || []).some(function (order) {
13703
- return order.srcTid.includes(',');
14419
+ console.log('value?.orders', value === null || value === void 0 ? void 0 : value.orders);
14420
+ // 合并单订单会包含","
14421
+ var showModeBtn = !['BS_E3_GOODS'].includes(compType) && ((value === null || value === void 0 ? void 0 : value.orders) || []).some(function (order) {
14422
+ var _order$componentMap$c;
14423
+ return order === null || order === void 0 ? void 0 : (_order$componentMap$c = order[componentMap$1[compType].orderNo]) === null || _order$componentMap$c === void 0 ? void 0 : _order$componentMap$c.includes(',');
13704
14424
  });
13705
14425
  var getOrderFlag = React.useRef(false);
13706
14426
  var _useState = React.useState(false),
@@ -13847,10 +14567,12 @@ var CommonGoods = function CommonGoods(props) {
13847
14567
  };
13848
14568
  var getGoodDetails = function getGoodDetails(_ref2) {
13849
14569
  var mode = _ref2.mode;
13850
- var goodDetails = kmkfUtils.updateWdtGoodsHandle(value.orders || []);
14570
+ var updateHandle = componentMap$1[compType].eventNameMap['updateGoodsHandle'];
14571
+ var goodDetails = updateHandle(value.orders || []);
13851
14572
  var orderNo = value.orderNo;
13852
14573
  return mode ? goodDetails.filter(function (goodItem) {
13853
- return !orderNo || goodItem.srcTid === orderNo;
14574
+ var _componentMap$compTyp;
14575
+ return !orderNo || (goodItem === null || goodItem === void 0 ? void 0 : goodItem[(_componentMap$compTyp = componentMap$1[compType]) === null || _componentMap$compTyp === void 0 ? void 0 : _componentMap$compTyp.goodDetailOrderNo]) === orderNo;
13854
14576
  }) : goodDetails;
13855
14577
  };
13856
14578
  return /*#__PURE__*/React__default['default'].createElement(GoodItem$1, _objectSpread2(_objectSpread2({
@@ -14162,7 +14884,8 @@ var wdtReissue = function wdtReissue(props) {
14162
14884
  type = props.type,
14163
14885
  other = _objectWithoutProperties(props, _excluded$g);
14164
14886
  var showModeBtn = ((value === null || value === void 0 ? void 0 : (_value$wdtSystemOrder = value.wdtSystemOrder) === null || _value$wdtSystemOrder === void 0 ? void 0 : _value$wdtSystemOrder.orders) || []).some(function (order) {
14165
- return order.srcTid.includes(',');
14887
+ var _order$srcTid;
14888
+ return order === null || order === void 0 ? void 0 : (_order$srcTid = order.srcTid) === null || _order$srcTid === void 0 ? void 0 : _order$srcTid.includes(',');
14166
14889
  });
14167
14890
  var getOrderFlag = React.useRef(false);
14168
14891
  var _useState = React.useState(false),
@@ -14364,7 +15087,7 @@ styleInject(css_248z$a);
14364
15087
  var TabPane$1 = antd.Tabs.TabPane;
14365
15088
  var Option$2 = antd.Select.Option;
14366
15089
  var Search$1 = antd.Input.Search;
14367
- var GoodsModal$4 = function GoodsModal(props) {
15090
+ var GoodsModal$5 = function GoodsModal(props) {
14368
15091
  var onSubmit = props.onSubmit,
14369
15092
  _onCancel = props.onCancel,
14370
15093
  visible = props.visible,
@@ -14815,7 +15538,7 @@ var Goods$1 = function Goods(props, ref) {
14815
15538
  };
14816
15539
  return /*#__PURE__*/React__default['default'].createElement("div", {
14817
15540
  className: "goodsBox"
14818
- }, /*#__PURE__*/React__default['default'].createElement(GoodsModal$4, {
15541
+ }, /*#__PURE__*/React__default['default'].createElement(GoodsModal$5, {
14819
15542
  visible: visible,
14820
15543
  onSubmit: onSubmit,
14821
15544
  type: type,