@kmkf-fe-packages/kmkf-work-order-service-component 2.2.31-beta.5 → 2.2.32

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.
Files changed (64) hide show
  1. package/dist/esm/FlowTemplateDetailV2/components/FormRender/index.js +3 -8
  2. package/dist/esm/FlowTemplateDetailV2/index.js +53 -82
  3. package/dist/esm/FlowTemplateDetailV2/type.d.ts +0 -1
  4. package/dist/esm/GlobalContext/hook/dist/useGetHasErpData.js +52 -0
  5. package/dist/esm/GlobalContext/orderQuery/dist/useGetErpAddressData.js +180 -0
  6. package/dist/esm/GlobalContext/orderQuery/dist/useGetErpLogisticsCompany.js +186 -0
  7. package/dist/esm/Login/index.d.ts +0 -1
  8. package/dist/esm/Login/index.js +1 -3
  9. package/dist/esm/WorkOrder/components/WorkOrderList/components/CustomizeWorkOrderCard/index.js +3 -13
  10. package/dist/esm/WorkOrder/components/WorkOrderList/index.js +0 -1
  11. package/dist/esm/WorkOrder/index.js +2 -3
  12. package/dist/esm/common/utils/constant.js +1 -1
  13. package/dist/esm/common/utils/dist/submitDataTransOldFormat.js +899 -0
  14. package/dist/esm/common/utils/dist/tools.js +1326 -0
  15. package/dist/esm/common/utils/dist/transformWorkOrderData.js +965 -0
  16. package/dist/esm/common/utils/submitDataTransOldFormat.js +10 -10
  17. package/dist/esm/common/utils/tools.d.ts +0 -4
  18. package/dist/esm/common/utils/tools.js +0 -42
  19. package/dist/esm/common/utils/tools_constants.js +1 -1
  20. package/dist/esm/common/utils/transformWorkOrderData.js +8 -8
  21. package/dist/esm/common/utils/xzSDK.js +1 -1
  22. package/dist/esm/index.d.ts +0 -1
  23. package/dist/esm/index.js +0 -1
  24. package/dist/esm/model/customizeWorkOrder/dist/api.js +48 -0
  25. package/dist/esm/model/customizeWorkOrder/dist/index.js +370 -0
  26. package/dist/esm/model/customizeWorkOrder/dist/selector.js +63 -0
  27. package/dist/esm/model/customizeWorkOrder/dist/types.js +3 -0
  28. package/dist/esm/model/dist/global.js +44 -0
  29. package/dist/esm/model/dist/hooks.js +15 -0
  30. package/dist/esm/model/dist/login.js +245 -0
  31. package/dist/esm/model/dist/store.js +30 -0
  32. package/dist/esm/model/dist/userData.js +41 -0
  33. package/dist/esm/model/dist/workOrder.js +329 -0
  34. package/dist/esm/model/flowTemplateDetail/dist/api.js +192 -0
  35. package/dist/esm/model/flowTemplateDetail/dist/types.js +48 -0
  36. package/dist/esm/model/logicFlow/dist/api.js +14 -0
  37. package/dist/esm/model/logicFlow/dist/index.js +235 -0
  38. package/dist/esm/model/logicFlow/dist/selector.js +18 -0
  39. package/dist/esm/model/logicFlow/dist/types.js +3 -0
  40. package/dist/esm/model/logicFlow/selector.d.ts +0 -3
  41. package/dist/esm/model/login.d.ts +0 -10
  42. package/dist/esm/model/login.js +45 -66
  43. package/dist/esm/model/paymentWorkOrder/dist/index.js +77 -0
  44. package/dist/esm/model/paymentWorkOrder/dist/selector.js +36 -0
  45. package/dist/esm/model/paymentWorkOrder/dist/types.js +3 -0
  46. package/dist/esm/model/paymentWorkOrder/selector.d.ts +0 -9
  47. package/dist/esm/model/servers/api.d.ts +0 -2
  48. package/dist/esm/model/servers/api.js +0 -9
  49. package/dist/esm/model/servers/dist/api.js +545 -0
  50. package/dist/esm/model/servers/dist/request.js +63 -0
  51. package/dist/esm/model/singleShopWorkOrder/dist/index.js +216 -0
  52. package/dist/esm/model/singleShopWorkOrder/dist/selector.js +24 -0
  53. package/dist/esm/model/singleShopWorkOrder/dist/types.js +3 -0
  54. package/dist/esm/model/singleShopWorkOrder/selector.d.ts +0 -5
  55. package/dist/esm/model/types/dist/login.js +3 -0
  56. package/dist/esm/model/types/dist/singleWorkOrder.js +3 -0
  57. package/dist/esm/model/types/dist/workOrder.js +3 -0
  58. package/package.json +5 -5
  59. package/dist/esm/FlowTemplateDetailV2/components/JumpBuyer/index.d.ts +0 -10
  60. package/dist/esm/FlowTemplateDetailV2/components/JumpBuyer/index.js +0 -44
  61. package/dist/esm/LoginNew/index.d.ts +0 -8
  62. package/dist/esm/LoginNew/index.js +0 -268
  63. package/dist/esm/LoginNew/index.module.less +0 -45
  64. package/dist/esm/common/imgs/contact.png +0 -0
@@ -1,268 +0,0 @@
1
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
- function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; 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; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; 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); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) keys.push(key); return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { 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); }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; 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; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, catch: function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
3
- function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
4
- function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
5
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
6
- function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
7
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
8
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
9
- function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
10
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
11
- import React, { useState, useMemo, useEffect } from 'react';
12
- import { Input, message, Form, Button } from 'antd';
13
- import md5 from 'js-md5';
14
- import { Provider } from 'react-redux';
15
- import store from "../model/store";
16
- import cache from "../common/cache";
17
- import { useAppDispatch } from "../model/hooks";
18
- import { fetchLoginNew, fetchShopList, setUserInfo } from "../model/login";
19
- import logo from "../assets/logo.svg";
20
- import styles from "./index.module.less";
21
- export var COMMON_HOST = 'https://kefu.kuaimai.com';
22
- export var HD_HOST = 'https://kefuab.kuaimai.com';
23
- var Login = function Login(props) {
24
- var loginCallBack = props.loginCallBack;
25
- var _useState = useState(''),
26
- _useState2 = _slicedToArray(_useState, 2),
27
- name = _useState2[0],
28
- setName = _useState2[1];
29
- var _useState3 = useState(''),
30
- _useState4 = _slicedToArray(_useState3, 2),
31
- account = _useState4[0],
32
- setAccount = _useState4[1];
33
- var _useState5 = useState(''),
34
- _useState6 = _slicedToArray(_useState5, 2),
35
- password = _useState6[0],
36
- setPassword = _useState6[1];
37
- var _useState7 = useState(false),
38
- _useState8 = _slicedToArray(_useState7, 2),
39
- loading = _useState8[0],
40
- setLoading = _useState8[1];
41
- // 直接登陆模式
42
- var _useState9 = useState(false),
43
- _useState10 = _slicedToArray(_useState9, 2),
44
- isDirectProcess = _useState10[0],
45
- setDirectProcess = _useState10[1];
46
- // 显示历史记录
47
- var _useState11 = useState(false),
48
- _useState12 = _slicedToArray(_useState11, 2),
49
- showRecommendPwdList = _useState12[0],
50
- setShowRecommendPwdList = _useState12[1];
51
- var dispatch = useAppDispatch();
52
- useEffect(function () {
53
- localStorage.removeItem('kmkf_kmgd_cookie');
54
- cache.setHost(COMMON_HOST);
55
- }, []);
56
- var processHistoryPwd = function processHistoryPwd(params) {
57
- var historyList = cache.getHistoryList();
58
- if (historyList.findIndex(function (item) {
59
- return item.account === params.account;
60
- }) < 0) {
61
- historyList.unshift(params);
62
- }
63
- cache.setHistoryList(historyList);
64
- };
65
- var changeProcessHistoryPwd = function changeProcessHistoryPwd(params) {
66
- var historyList = cache.getHistoryList();
67
- historyList = historyList.filter(function (item) {
68
- return item.account !== params.account;
69
- });
70
- historyList.unshift(params);
71
- cache.setHistoryList(historyList);
72
- };
73
- var onCompanyChange = function onCompanyChange(val) {
74
- if (isDirectProcess) {
75
- setDirectProcess(false);
76
- setPassword('');
77
- }
78
- setName(val);
79
- };
80
- var onAccountChange = function onAccountChange(val) {
81
- if (isDirectProcess) {
82
- setDirectProcess(false);
83
- setPassword('');
84
- }
85
- setAccount(val);
86
- };
87
- var handleLoginClick = /*#__PURE__*/function () {
88
- var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2() {
89
- var isDirect,
90
- _args2 = arguments;
91
- return _regeneratorRuntime().wrap(function _callee2$(_context2) {
92
- while (1) switch (_context2.prev = _context2.next) {
93
- case 0:
94
- isDirect = _args2.length > 0 && _args2[0] !== undefined ? _args2[0] : false;
95
- if (name) {
96
- _context2.next = 4;
97
- break;
98
- }
99
- message.error('请输入公司名称');
100
- return _context2.abrupt("return");
101
- case 4:
102
- if (account) {
103
- _context2.next = 7;
104
- break;
105
- }
106
- message.error('请输入登录账号');
107
- return _context2.abrupt("return");
108
- case 7:
109
- if (password) {
110
- _context2.next = 10;
111
- break;
112
- }
113
- message.error('请输入密码');
114
- return _context2.abrupt("return");
115
- case 10:
116
- try {
117
- setLoading(true);
118
- dispatch(fetchLoginNew({
119
- name: name.trim(),
120
- account: account.trim(),
121
- password: isDirect ? password : md5(password),
122
- pageReturnType: 'client_jump'
123
- })).unwrap().then( /*#__PURE__*/function () {
124
- var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(res) {
125
- var data, success, _data$companyUser;
126
- return _regeneratorRuntime().wrap(function _callee$(_context) {
127
- while (1) switch (_context.prev = _context.next) {
128
- case 0:
129
- data = res.data, success = res.success; // console.log(data, success);
130
- if (isDirect) {
131
- processHistoryPwd({
132
- name: name,
133
- account: account,
134
- password: password
135
- });
136
- } else {
137
- changeProcessHistoryPwd({
138
- name: name,
139
- account: account,
140
- password: md5(password)
141
- });
142
- }
143
- if (!success) {
144
- _context.next = 10;
145
- break;
146
- }
147
- message.success('登录成功', 1.5);
148
- dispatch(setUserInfo(data === null || data === void 0 ? void 0 : data.companyUser));
149
- cache.setHost((data === null || data === void 0 ? void 0 : data.domain) || COMMON_HOST);
150
- cache.setCookie(data === null || data === void 0 ? void 0 : (_data$companyUser = data.companyUser) === null || _data$companyUser === void 0 ? void 0 : _data$companyUser.ckValue);
151
- _context.next = 9;
152
- return dispatch(fetchShopList());
153
- case 9:
154
- loginCallBack === null || loginCallBack === void 0 ? void 0 : loginCallBack({
155
- data: data
156
- });
157
- case 10:
158
- setLoading(false);
159
- case 11:
160
- case "end":
161
- return _context.stop();
162
- }
163
- }, _callee);
164
- }));
165
- return function (_x2) {
166
- return _ref2.apply(this, arguments);
167
- };
168
- }()).catch(function () {
169
- setLoading(false);
170
- });
171
- } catch (err) {
172
- setLoading(false);
173
- console.error(err);
174
- }
175
- case 11:
176
- case "end":
177
- return _context2.stop();
178
- }
179
- }, _callee2);
180
- }));
181
- return function handleLoginClick() {
182
- return _ref.apply(this, arguments);
183
- };
184
- }();
185
- var changeRecommendVisible = function changeRecommendVisible(flag) {
186
- setTimeout(function () {
187
- setShowRecommendPwdList(flag);
188
- }, 500);
189
- };
190
- var handleSelectHistoryRecord = function handleSelectHistoryRecord(item) {
191
- var itemName = item.name,
192
- itemAccount = item.account,
193
- itemPassword = item.password;
194
- setName(itemName);
195
- setAccount(itemAccount);
196
- setPassword(itemPassword);
197
- setDirectProcess(true);
198
- };
199
- var filteredHistoryList = useMemo(function () {
200
- var historyList = cache.getHistoryList();
201
- return historyList.filter(function (item) {
202
- if (account) {
203
- return item.account.includes(account);
204
- }
205
- return true;
206
- });
207
- }, [account]);
208
- return /*#__PURE__*/React.createElement("div", {
209
- className: styles.wrap
210
- }, /*#__PURE__*/React.createElement("div", {
211
- className: styles.logo
212
- }, /*#__PURE__*/React.createElement("img", {
213
- src: logo,
214
- alt: "logo"
215
- })), /*#__PURE__*/React.createElement(Form, {
216
- className: styles.container
217
- }, /*#__PURE__*/React.createElement(Form.Item, null, /*#__PURE__*/React.createElement(Input, {
218
- value: name,
219
- onChange: function onChange(e) {
220
- return onCompanyChange(e.target.value);
221
- },
222
- placeholder: "\u8BF7\u8F93\u5165\u516C\u53F8\u540D\u79F0"
223
- })), /*#__PURE__*/React.createElement(Form.Item, null, /*#__PURE__*/React.createElement("div", {
224
- className: styles.recomConWrap
225
- }, /*#__PURE__*/React.createElement(Input, {
226
- onFocus: function onFocus() {
227
- return changeRecommendVisible(true);
228
- },
229
- onBlur: function onBlur() {
230
- return changeRecommendVisible(false);
231
- },
232
- value: account,
233
- onChange: function onChange(e) {
234
- return onAccountChange(e.target.value);
235
- },
236
- placeholder: "\u8BF7\u8F93\u5165\u767B\u5F55\u8D26\u53F7"
237
- }), showRecommendPwdList && filteredHistoryList.length > 0 && /*#__PURE__*/React.createElement("div", {
238
- className: styles.recomListCon
239
- }, /*#__PURE__*/React.createElement("ul", null, filteredHistoryList.map(function (item) {
240
- return /*#__PURE__*/React.createElement("li", {
241
- key: item.account,
242
- className: styles.recomListItem,
243
- onClick: function onClick() {
244
- return handleSelectHistoryRecord(item);
245
- }
246
- }, /*#__PURE__*/React.createElement("div", null, "\u4F01\u4E1A\u540D\u79F0\uFF1A", item.name), /*#__PURE__*/React.createElement("div", null, "\u767B\u5F55\u8D26\u53F7:", item.account));
247
- }))))), /*#__PURE__*/React.createElement(Form.Item, null, /*#__PURE__*/React.createElement(Input, {
248
- value: password,
249
- type: "password",
250
- onChange: function onChange(e) {
251
- return setPassword(e.target.value);
252
- },
253
- placeholder: "\u8BF7\u8F93\u5165\u5BC6\u7801"
254
- }))), /*#__PURE__*/React.createElement(Button, {
255
- onClick: function onClick() {
256
- return handleLoginClick(isDirectProcess);
257
- },
258
- type: "primary",
259
- block: true,
260
- loading: loading
261
- }, "\u767B\u5F55"));
262
- };
263
- var ProviderLogin = function ProviderLogin(props) {
264
- return /*#__PURE__*/React.createElement(Provider, {
265
- store: store
266
- }, /*#__PURE__*/React.createElement(Login, props));
267
- };
268
- export default ProviderLogin;
@@ -1,45 +0,0 @@
1
- .wrap {
2
- width: 266px;
3
- margin: auto;
4
-
5
- .logo {
6
- display: flex;
7
- justify-content: center;
8
- margin-top: 146px;
9
- }
10
-
11
- .container {
12
- margin-top: 48px;
13
-
14
- ul {
15
- margin: 0px;
16
- padding: 0;
17
- list-style-type: none;
18
- }
19
- }
20
- }
21
-
22
- .recomConWrap {
23
- position: relative;
24
-
25
- .recomListCon {
26
- position: absolute;
27
- left: 28px;
28
- z-index: 2;
29
- width: 300px;
30
- max-height: 160px;
31
- overflow: auto;
32
- background-color: #fff;
33
-
34
- ul {
35
- margin: 0px;
36
- padding: 0;
37
- list-style-type: none;
38
- }
39
-
40
- .recomListItem {
41
- padding: 8px;
42
- cursor: pointer;
43
- }
44
- }
45
- }
Binary file