@kmkf-fe-packages/services-components 1.0.7 → 1.0.9-rc.0
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/README.md +1 -0
- package/dist/esm/components/ActualPayment/index.d.ts +2 -16
- package/dist/esm/components/ActualPayment/index.js +35 -28
- package/dist/esm/components/Address/index.d.ts +0 -14
- package/dist/esm/components/Address/index.js +2 -15
- package/dist/esm/components/Alipay/index.d.ts +5 -30
- package/dist/esm/components/Alipay/index.js +6 -31
- package/dist/esm/components/BS/BsExchange/index.d.ts +0 -39
- package/dist/esm/components/BS/BsExchange/index.js +1 -52
- package/dist/esm/components/BS/BsGoods/index.d.ts +0 -30
- package/dist/esm/components/BS/BsGoods/index.js +1 -31
- package/dist/esm/components/BS/BsLogistics/index.d.ts +0 -33
- package/dist/esm/components/BS/BsLogistics/index.js +52 -62
- package/dist/esm/components/BS/BsPosting/index.d.ts +0 -15
- package/dist/esm/components/BS/BsPosting/index.js +1 -16
- package/dist/esm/components/BS/BsReissue/index.d.ts +7 -46
- package/dist/esm/components/BS/BsReissue/index.js +19 -70
- package/dist/esm/components/BS/BsReturn/index.d.ts +0 -39
- package/dist/esm/components/BS/BsReturn/index.js +1 -44
- package/dist/esm/components/BS/BsSystemOrder/index.d.ts +29 -18
- package/dist/esm/components/BS/BsSystemOrder/index.js +138 -37
- package/dist/esm/components/BS/common/BsMemo.js +2 -1
- package/dist/esm/components/BS/common/BsType.js +2 -1
- package/dist/esm/components/BuyerNick/index.d.ts +0 -20
- package/dist/esm/components/BuyerNick/index.js +2 -21
- package/dist/esm/components/Calculation/index.d.ts +0 -18
- package/dist/esm/components/Calculation/index.js +3 -21
- package/dist/esm/components/Cascader/index.d.ts +5 -20
- package/dist/esm/components/Cascader/index.js +21 -35
- package/dist/esm/components/Checkbox/index.d.ts +4 -26
- package/dist/esm/components/Checkbox/index.js +19 -62
- package/dist/esm/components/Common/index.d.ts +1 -1
- package/dist/esm/components/Common/index.js +185 -4
- package/dist/esm/components/CommonDataTime/index.d.ts +0 -1
- package/dist/esm/components/CommonDataTime/index.js +0 -1
- package/dist/esm/components/CommonHeaderGood/index.js +182 -0
- package/dist/esm/components/CommonInput/index.d.ts +0 -5
- package/dist/esm/components/CommonInput/index.js +18 -32
- package/dist/esm/components/CommonMultiStatus/index.d.ts +20 -19
- package/dist/esm/components/CommonMultiStatus/index.js +118 -102
- package/dist/esm/components/CommonSystemOrder/index.d.ts +4 -11
- package/dist/esm/components/CommonSystemOrder/index.js +71 -39
- package/dist/esm/components/CompletedUser/index.d.ts +4 -6
- package/dist/esm/components/CompletedUser/index.js +7 -9
- package/dist/esm/components/DataTime/index.d.ts +4 -20
- package/dist/esm/components/DataTime/index.js +16 -32
- package/dist/esm/components/EItemEnCode/index.d.ts +0 -36
- package/dist/esm/components/EItemEnCode/index.js +2 -38
- package/dist/esm/components/EItemId/index.d.ts +0 -21
- package/dist/esm/components/EItemId/index.js +1 -22
- package/dist/esm/components/EItemSelect/index.d.ts +1 -22
- package/dist/esm/components/EItemSelect/index.js +2 -23
- package/dist/esm/components/File/index.d.ts +0 -15
- package/dist/esm/components/File/index.js +1 -16
- package/dist/esm/components/FlowCreator/index.d.ts +0 -2
- package/dist/esm/components/FlowCreator/index.js +0 -2
- package/dist/esm/components/FlowMarkSelect/index.d.ts +0 -2
- package/dist/esm/components/FlowMarkSelect/index.js +0 -2
- package/dist/esm/components/FlowStatusSelect/index.d.ts +0 -2
- package/dist/esm/components/FlowStatusSelect/index.js +2 -3
- package/dist/esm/components/FlowTag/index.d.ts +0 -2
- package/dist/esm/components/FlowTag/index.js +0 -2
- package/dist/esm/components/FlowWorkOrderId/index.d.ts +0 -2
- package/dist/esm/components/FlowWorkOrderId/index.js +1 -3
- package/dist/esm/components/FlowWorkOrderStatus/index.d.ts +4 -6
- package/dist/esm/components/FlowWorkOrderStatus/index.js +29 -31
- package/dist/esm/components/Grade/index.d.ts +3 -25
- package/dist/esm/components/Grade/index.js +7 -29
- package/dist/esm/components/Handler/index.d.ts +4 -6
- package/dist/esm/components/Handler/index.js +7 -9
- package/dist/esm/components/HandlerDeadLine/index.d.ts +0 -2
- package/dist/esm/components/HandlerDeadLine/index.js +1 -3
- package/dist/esm/components/Input/index.d.ts +0 -53
- package/dist/esm/components/Input/index.js +1 -55
- package/dist/esm/components/JST/JstItemSelect/index.d.ts +0 -26
- package/dist/esm/components/JST/JstItemSelect/index.js +1 -27
- package/dist/esm/components/JST/JstLogistics/index.d.ts +30 -5
- package/dist/esm/components/JST/JstLogistics/index.js +53 -49
- package/dist/esm/components/JST/JstSendGood/index.d.ts +46 -29
- package/dist/esm/components/JST/JstSendGood/index.js +230 -52
- package/dist/esm/components/JST/JstSupply/index.d.ts +0 -27
- package/dist/esm/components/JST/JstSupply/index.js +1 -34
- package/dist/esm/components/Label/index.d.ts +0 -25
- package/dist/esm/components/Label/index.js +0 -26
- package/dist/esm/components/Logistics/index.d.ts +0 -36
- package/dist/esm/components/Logistics/index.js +1 -40
- package/dist/esm/components/LogisticsInterception/index.d.ts +0 -15
- package/dist/esm/components/LogisticsInterception/index.js +1 -16
- package/dist/esm/components/LogisticsMoreInterception/index.d.ts +13 -44
- package/dist/esm/components/LogisticsMoreInterception/index.js +15 -46
- package/dist/esm/components/LogisticsMoreTrajectory/index.d.ts +3 -56
- package/dist/esm/components/LogisticsMoreTrajectory/index.js +9 -62
- package/dist/esm/components/LogisticsTrajectory/index.d.ts +11 -48
- package/dist/esm/components/LogisticsTrajectory/index.js +8 -45
- package/dist/esm/components/MsgStatus/index.d.ts +4 -31
- package/dist/esm/components/MsgStatus/index.js +36 -72
- package/dist/esm/components/MultSelect/index.d.ts +0 -16
- package/dist/esm/components/MultSelect/index.js +1 -17
- package/dist/esm/components/NodeDeadLine/index.d.ts +0 -2
- package/dist/esm/components/NodeDeadLine/index.js +1 -3
- package/dist/esm/components/NodeInput/index.d.ts +4 -6
- package/dist/esm/components/NodeInput/index.js +7 -9
- package/dist/esm/components/NodeStayDuration/index.d.ts +0 -2
- package/dist/esm/components/NodeStayDuration/index.js +1 -3
- package/dist/esm/components/Ordinary/index.d.ts +6 -27
- package/dist/esm/components/Ordinary/index.js +8 -39
- package/dist/esm/components/Payment/index.d.ts +0 -25
- package/dist/esm/components/Payment/index.js +1 -26
- package/dist/esm/components/PaymentVoucherCode/index.d.ts +0 -20
- package/dist/esm/components/PaymentVoucherCode/index.js +2 -22
- package/dist/esm/components/Picture/index.d.ts +3 -18
- package/dist/esm/components/Picture/index.js +16 -31
- package/dist/esm/components/PlatForm/index.d.ts +0 -2
- package/dist/esm/components/PlatForm/index.js +0 -2
- package/dist/esm/components/PostIng/index.d.ts +0 -32
- package/dist/esm/components/PostIng/index.js +1 -39
- package/dist/esm/components/PrevSubmitter/index.d.ts +0 -2
- package/dist/esm/components/PrevSubmitter/index.js +0 -2
- package/dist/esm/components/Radio/index.d.ts +0 -26
- package/dist/esm/components/Radio/index.js +1 -27
- package/dist/esm/components/Rate/index.d.ts +3 -22
- package/dist/esm/components/Rate/index.js +30 -49
- package/dist/esm/components/ReceiverAddress/index.d.ts +0 -15
- package/dist/esm/components/ReceiverAddress/index.js +1 -16
- package/dist/esm/components/ReceiverMobile/index.d.ts +3 -23
- package/dist/esm/components/ReceiverMobile/index.js +9 -29
- package/dist/esm/components/ReceiverName/index.d.ts +3 -18
- package/dist/esm/components/ReceiverName/index.js +8 -23
- package/dist/esm/components/Remark/index.d.ts +0 -49
- package/dist/esm/components/Remark/index.js +1 -59
- package/dist/esm/components/ReturnLogistics/index.d.ts +6 -37
- package/dist/esm/components/ReturnLogistics/index.js +16 -50
- package/dist/esm/components/Select/index.d.ts +1 -4
- package/dist/esm/components/Select/index.js +30 -32
- package/dist/esm/components/ShopInput/index.d.ts +5 -7
- package/dist/esm/components/ShopInput/index.js +8 -10
- package/dist/esm/components/ShopName/index.d.ts +0 -15
- package/dist/esm/components/ShopName/index.js +1 -16
- package/dist/esm/components/StatusSelect/index.d.ts +1 -15
- package/dist/esm/components/StatusSelect/index.js +96 -30
- package/dist/esm/components/Submitter/index.d.ts +4 -6
- package/dist/esm/components/Submitter/index.js +7 -9
- package/dist/esm/components/SystemOrderNo/index.d.ts +3 -18
- package/dist/esm/components/SystemOrderNo/index.js +9 -24
- package/dist/esm/components/TemplateSelect/index.d.ts +0 -2
- package/dist/esm/components/TemplateSelect/index.js +1 -3
- package/dist/esm/components/TextArea/index.d.ts +0 -15
- package/dist/esm/components/TextArea/index.js +1 -16
- package/dist/esm/components/ThirdItemSelect/index.d.ts +3 -29
- package/dist/esm/components/ThirdItemSelect/index.js +11 -37
- package/dist/esm/components/TradeDateTime/index.d.ts +4 -3
- package/dist/esm/components/TradeDateTime/index.js +39 -14
- package/dist/esm/components/TradeId/index.d.ts +5 -25
- package/dist/esm/components/TradeId/index.js +9 -29
- package/dist/esm/components/{OutFlowWorkOrderId → WDT/WdtExchange}/index.d.ts +13 -12
- package/dist/esm/components/WDT/WdtExchange/index.js +183 -0
- package/dist/esm/components/WDT/WdtGoods/index.d.ts +0 -30
- package/dist/esm/components/WDT/WdtGoods/index.js +1 -37
- package/dist/esm/components/WDT/WdtRessuie/index.d.ts +0 -39
- package/dist/esm/components/WDT/WdtRessuie/index.js +1 -44
- package/dist/esm/components/WDT/WdtReturn/index.d.ts +54 -0
- package/dist/esm/components/{SystemOrder → WDT/WdtReturn}/index.js +79 -91
- package/dist/esm/components/WLN/WlnGoods/index.d.ts +0 -30
- package/dist/esm/components/WLN/WlnGoods/index.js +1 -31
- package/dist/esm/components/WorkOrderId/index.d.ts +0 -2
- package/dist/esm/components/WorkOrderId/index.js +1 -3
- package/dist/esm/constant.d.ts +0 -2
- package/dist/esm/constant.js +1 -3
- package/dist/esm/factory.d.ts +2 -2
- package/dist/esm/factory.js +24 -46
- package/dist/esm/index.d.ts +8 -39
- package/dist/esm/index.js +8 -39
- package/dist/esm/type.d.ts +3 -2
- package/package.json +5 -6
- package/dist/esm/components/ActualPayment/BsDeposit.d.ts +0 -23
- package/dist/esm/components/ActualPayment/BsDeposit.js +0 -50
- package/dist/esm/components/ActualPayment/BsNetReceipts.d.ts +0 -23
- package/dist/esm/components/ActualPayment/BsNetReceipts.js +0 -50
- package/dist/esm/components/ActualPayment/BsPackageWeight.d.ts +0 -23
- package/dist/esm/components/ActualPayment/BsPackageWeight.js +0 -50
- package/dist/esm/components/BS/BsDeposit/index.d.ts +0 -60
- package/dist/esm/components/BS/BsDeposit/index.js +0 -165
- package/dist/esm/components/BS/BsSendGood/index.d.ts +0 -36
- package/dist/esm/components/BS/BsSendGood/index.js +0 -68
- package/dist/esm/components/BusinessOrderNo/index.d.ts +0 -26
- package/dist/esm/components/BusinessOrderNo/index.js +0 -53
- package/dist/esm/components/BuyerMessageNotice/index.d.ts +0 -37
- package/dist/esm/components/BuyerMessageNotice/index.js +0 -66
- package/dist/esm/components/CommonDataTime/CompletedDateTime.d.ts +0 -7
- package/dist/esm/components/CommonDataTime/CompletedDateTime.js +0 -29
- package/dist/esm/components/CommonDataTime/CreatedDateTime.d.ts +0 -7
- package/dist/esm/components/CommonDataTime/CreatedDateTime.js +0 -29
- package/dist/esm/components/CommonDataTime/FlowCreatedDateTime.d.ts +0 -7
- package/dist/esm/components/CommonDataTime/FlowCreatedDateTime.js +0 -29
- package/dist/esm/components/CommonDataTime/FlowUpdateDateTime.d.ts +0 -7
- package/dist/esm/components/CommonDataTime/FlowUpdateDateTime.js +0 -29
- package/dist/esm/components/CommonDataTime/UpdateDateTime.d.ts +0 -7
- package/dist/esm/components/CommonDataTime/UpdateDateTime.js +0 -29
- package/dist/esm/components/CommonMultiStatus/ExchangeStatus.d.ts +0 -30
- package/dist/esm/components/CommonMultiStatus/ExchangeStatus.js +0 -69
- package/dist/esm/components/CommonMultiStatus/ReturnGoodsStatus.d.ts +0 -30
- package/dist/esm/components/CommonMultiStatus/ReturnGoodsStatus.js +0 -69
- package/dist/esm/components/CommonMultiStatus/WareHousingStatus.d.ts +0 -34
- package/dist/esm/components/CommonMultiStatus/WareHousingStatus.js +0 -83
- package/dist/esm/components/CommonSystemOrder/DeliveryNoList.d.ts +0 -21
- package/dist/esm/components/CommonSystemOrder/DeliveryNoList.js +0 -48
- package/dist/esm/components/CommonSystemOrder/ExchangeTradeId.d.ts +0 -22
- package/dist/esm/components/CommonSystemOrder/ExchangeTradeId.js +0 -49
- package/dist/esm/components/CommonSystemOrder/ReturnGoodsTradeItemList.d.ts +0 -32
- package/dist/esm/components/CommonSystemOrder/ReturnGoodsTradeItemList.js +0 -60
- package/dist/esm/components/CommonSystemOrder/TradeItemList.d.ts +0 -23
- package/dist/esm/components/CommonSystemOrder/TradeItemList.js +0 -50
- package/dist/esm/components/JST/ReissueLogistics/index.d.ts +0 -76
- package/dist/esm/components/JST/ReissueLogistics/index.js +0 -147
- package/dist/esm/components/NewPaymentStatus/index.d.ts +0 -41
- package/dist/esm/components/NewPaymentStatus/index.js +0 -105
- package/dist/esm/components/OutFlowWorkOrderId/index.js +0 -101
- package/dist/esm/components/SendGood/index.d.ts +0 -54
- package/dist/esm/components/SendGood/index.js +0 -215
- package/dist/esm/components/StatusSelect/AdjustWorkOrderStatus.d.ts +0 -30
- package/dist/esm/components/StatusSelect/AdjustWorkOrderStatus.js +0 -68
- package/dist/esm/components/StatusSelect/CreateStatus.d.ts +0 -7
- package/dist/esm/components/StatusSelect/CreateStatus.js +0 -41
- package/dist/esm/components/StatusSelect/InvoiceStatus.d.ts +0 -30
- package/dist/esm/components/StatusSelect/InvoiceStatus.js +0 -65
- package/dist/esm/components/StatusSelect/InvoicingStatus.d.ts +0 -30
- package/dist/esm/components/StatusSelect/InvoicingStatus.js +0 -65
- package/dist/esm/components/StatusSelect/ReissueStatus.d.ts +0 -30
- package/dist/esm/components/StatusSelect/ReissueStatus.js +0 -65
- package/dist/esm/components/SystemOrder/index.d.ts +0 -39
- package/dist/esm/components/TradeDateTime/BsSendTime.d.ts +0 -23
- package/dist/esm/components/TradeDateTime/BsSendTime.js +0 -46
- package/dist/esm/components/TradeDateTime/BsSigningTime.d.ts +0 -23
- package/dist/esm/components/TradeDateTime/BsSigningTime.js +0 -46
- package/dist/esm/components/TradeDateTime/BsTradePaymentTime.d.ts +0 -23
- package/dist/esm/components/TradeDateTime/BsTradePaymentTime.js +0 -46
- package/dist/esm/components/TradeDateTime/TradeClosingDateTime.d.ts +0 -23
- package/dist/esm/components/TradeDateTime/TradeClosingDateTime.js +0 -46
- package/dist/esm/components/TradeDateTime/TradeCreateDateTime.d.ts +0 -23
- package/dist/esm/components/TradeDateTime/TradeCreateDateTime.js +0 -46
- package/dist/esm/components/TradeDateTime/TradeDeliveryDateTime.d.ts +0 -23
- package/dist/esm/components/TradeDateTime/TradeDeliveryDateTime.js +0 -46
- package/dist/esm/components/TradeDateTime/TradePaymentDateTime.d.ts +0 -23
- package/dist/esm/components/TradeDateTime/TradePaymentDateTime.js +0 -46
- package/dist/esm/components/WDT/WdtLogistics/index.d.ts +0 -93
- package/dist/esm/components/WDT/WdtLogistics/index.js +0 -227
- package/dist/esm/components/WDT/WdtSendGood/index.d.ts +0 -41
- package/dist/esm/components/WDT/WdtSendGood/index.js +0 -73
- package/dist/esm/components/WDT/WdtSystemOrder/index.d.ts +0 -21
- package/dist/esm/components/WDT/WdtSystemOrder/index.js +0 -48
- package/dist/esm/components/WLN/WlnLogistics/index.d.ts +0 -88
- package/dist/esm/components/WLN/WlnLogistics/index.js +0 -222
- package/dist/esm/components/WLN/WlnSendGood/index.d.ts +0 -36
- package/dist/esm/components/WLN/WlnSendGood/index.js +0 -68
- package/dist/esm/components/WLN/WlnSystemOrder/index.d.ts +0 -21
- package/dist/esm/components/WLN/WlnSystemOrder/index.js +0 -48
|
@@ -1,29 +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 _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
3
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
4
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
5
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
6
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
7
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
8
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
9
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
10
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
11
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
12
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
13
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
14
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
15
|
-
import FatherDateTime from "./index";
|
|
16
|
-
var CreatedDateTime = /*#__PURE__*/function (_FatherDateTime) {
|
|
17
|
-
_inherits(CreatedDateTime, _FatherDateTime);
|
|
18
|
-
var _super = _createSuper(CreatedDateTime);
|
|
19
|
-
function CreatedDateTime(options) {
|
|
20
|
-
var _this;
|
|
21
|
-
_classCallCheck(this, CreatedDateTime);
|
|
22
|
-
_this = _super.call(this, options);
|
|
23
|
-
_this.type = 'CREATED_DATETIME';
|
|
24
|
-
return _this;
|
|
25
|
-
}
|
|
26
|
-
return _createClass(CreatedDateTime);
|
|
27
|
-
}(FatherDateTime);
|
|
28
|
-
_defineProperty(CreatedDateTime, "type", 'CREATED_DATETIME');
|
|
29
|
-
export default CreatedDateTime;
|
|
@@ -1,29 +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 _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
3
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
4
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
5
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
6
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
7
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
8
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
9
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
10
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
11
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
12
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
13
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
14
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
15
|
-
import FatherDateTime from "./index";
|
|
16
|
-
var FlowCreatedDateTime = /*#__PURE__*/function (_FatherDateTime) {
|
|
17
|
-
_inherits(FlowCreatedDateTime, _FatherDateTime);
|
|
18
|
-
var _super = _createSuper(FlowCreatedDateTime);
|
|
19
|
-
function FlowCreatedDateTime(options) {
|
|
20
|
-
var _this;
|
|
21
|
-
_classCallCheck(this, FlowCreatedDateTime);
|
|
22
|
-
_this = _super.call(this, options);
|
|
23
|
-
_this.type = 'FLOW_CREATED_DATETIME';
|
|
24
|
-
return _this;
|
|
25
|
-
}
|
|
26
|
-
return _createClass(FlowCreatedDateTime);
|
|
27
|
-
}(FatherDateTime);
|
|
28
|
-
_defineProperty(FlowCreatedDateTime, "type", 'FLOW_CREATED_DATETIME');
|
|
29
|
-
export default FlowCreatedDateTime;
|
|
@@ -1,29 +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 _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
3
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
4
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
5
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
6
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
7
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
8
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
9
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
10
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
11
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
12
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
13
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
14
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
15
|
-
import FatherDateTime from "./index";
|
|
16
|
-
var FlowUpdateDateTime = /*#__PURE__*/function (_FatherDateTime) {
|
|
17
|
-
_inherits(FlowUpdateDateTime, _FatherDateTime);
|
|
18
|
-
var _super = _createSuper(FlowUpdateDateTime);
|
|
19
|
-
function FlowUpdateDateTime(options) {
|
|
20
|
-
var _this;
|
|
21
|
-
_classCallCheck(this, FlowUpdateDateTime);
|
|
22
|
-
_this = _super.call(this, options);
|
|
23
|
-
_this.type = 'FLOW_UPDATE_DATETIME';
|
|
24
|
-
return _this;
|
|
25
|
-
}
|
|
26
|
-
return _createClass(FlowUpdateDateTime);
|
|
27
|
-
}(FatherDateTime);
|
|
28
|
-
_defineProperty(FlowUpdateDateTime, "type", 'FLOW_UPDATE_DATETIME');
|
|
29
|
-
export default FlowUpdateDateTime;
|
|
@@ -1,29 +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 _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
3
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
4
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
5
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
6
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
7
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
8
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
9
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
10
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
11
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
12
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
13
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
14
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
15
|
-
import FatherDateTime from "./index";
|
|
16
|
-
var UpdateDateTime = /*#__PURE__*/function (_FatherDateTime) {
|
|
17
|
-
_inherits(UpdateDateTime, _FatherDateTime);
|
|
18
|
-
var _super = _createSuper(UpdateDateTime);
|
|
19
|
-
function UpdateDateTime(options) {
|
|
20
|
-
var _this;
|
|
21
|
-
_classCallCheck(this, UpdateDateTime);
|
|
22
|
-
_this = _super.call(this, options);
|
|
23
|
-
_this.type = 'UPDATE_DATETIME';
|
|
24
|
-
return _this;
|
|
25
|
-
}
|
|
26
|
-
return _createClass(UpdateDateTime);
|
|
27
|
-
}(FatherDateTime);
|
|
28
|
-
_defineProperty(UpdateDateTime, "type", 'UPDATE_DATETIME');
|
|
29
|
-
export default UpdateDateTime;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import CommonMultiStatus from "./";
|
|
2
|
-
import { PickOption } from "../../type";
|
|
3
|
-
declare class ExchangeStatus extends CommonMultiStatus {
|
|
4
|
-
static group: string;
|
|
5
|
-
static configSchema: {
|
|
6
|
-
componentConfig: {
|
|
7
|
-
required: boolean;
|
|
8
|
-
};
|
|
9
|
-
name: string;
|
|
10
|
-
belongs: string[];
|
|
11
|
-
uniqueKey: string;
|
|
12
|
-
schema: {
|
|
13
|
-
required: {
|
|
14
|
-
title: string;
|
|
15
|
-
type: string;
|
|
16
|
-
};
|
|
17
|
-
status: {
|
|
18
|
-
widget: string;
|
|
19
|
-
type: string;
|
|
20
|
-
default: {
|
|
21
|
-
created: number;
|
|
22
|
-
upgrade: number;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
static type: string;
|
|
28
|
-
constructor(options: PickOption);
|
|
29
|
-
}
|
|
30
|
-
export default ExchangeStatus;
|
|
@@ -1,69 +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 _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
3
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
4
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
5
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
6
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
7
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
8
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
9
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
10
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
11
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
12
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
13
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
14
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
15
|
-
import CommonMultiStatus from "./";
|
|
16
|
-
import { SHOW_WRITE } from "../../constant";
|
|
17
|
-
var ExchangeStatus = /*#__PURE__*/function (_CommonMultiStatus) {
|
|
18
|
-
_inherits(ExchangeStatus, _CommonMultiStatus);
|
|
19
|
-
var _super = _createSuper(ExchangeStatus);
|
|
20
|
-
function ExchangeStatus(options) {
|
|
21
|
-
var _this;
|
|
22
|
-
_classCallCheck(this, ExchangeStatus);
|
|
23
|
-
_this = _super.call(this, options);
|
|
24
|
-
_this.type = "EXCHANGE_STATUS";
|
|
25
|
-
_this.suffixKey = "exchangeReason";
|
|
26
|
-
_this.suffixCode = "exchangeStatusValue";
|
|
27
|
-
_this.suffixName = "换货状态";
|
|
28
|
-
_this.suffixType = 1;
|
|
29
|
-
_this.suffixValueKey = "status";
|
|
30
|
-
_this.suffixIdKey = "systemOrderId";
|
|
31
|
-
_this.suffixFailValue = "失败";
|
|
32
|
-
_this.suffixOptions = [{
|
|
33
|
-
value: "成功",
|
|
34
|
-
label: "成功",
|
|
35
|
-
color: "#52c41a"
|
|
36
|
-
}, {
|
|
37
|
-
value: "失败",
|
|
38
|
-
label: "失败",
|
|
39
|
-
color: "#ff4d4f"
|
|
40
|
-
}];
|
|
41
|
-
return _this;
|
|
42
|
-
}
|
|
43
|
-
return _createClass(ExchangeStatus);
|
|
44
|
-
}(CommonMultiStatus);
|
|
45
|
-
_defineProperty(ExchangeStatus, "group", "THIRD_SPECIAL_COMPONENT");
|
|
46
|
-
_defineProperty(ExchangeStatus, "configSchema", {
|
|
47
|
-
componentConfig: {
|
|
48
|
-
required: false
|
|
49
|
-
},
|
|
50
|
-
name: "换货状态(勿填)",
|
|
51
|
-
belongs: ["bs"],
|
|
52
|
-
uniqueKey: "6ee6f345cd",
|
|
53
|
-
schema: {
|
|
54
|
-
required: {
|
|
55
|
-
title: "必填",
|
|
56
|
-
type: "boolean"
|
|
57
|
-
},
|
|
58
|
-
status: {
|
|
59
|
-
widget: "StatusConfig",
|
|
60
|
-
type: "object",
|
|
61
|
-
default: {
|
|
62
|
-
created: SHOW_WRITE,
|
|
63
|
-
upgrade: SHOW_WRITE
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
});
|
|
68
|
-
_defineProperty(ExchangeStatus, "type", "EXCHANGE_STATUS");
|
|
69
|
-
export default ExchangeStatus;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import CommonMultiStatus from "./";
|
|
2
|
-
import { PickOption } from "../../type";
|
|
3
|
-
declare class ReturnGoodsStatus extends CommonMultiStatus {
|
|
4
|
-
static group: string;
|
|
5
|
-
static configSchema: {
|
|
6
|
-
componentConfig: {
|
|
7
|
-
required: boolean;
|
|
8
|
-
};
|
|
9
|
-
belongs: string[];
|
|
10
|
-
name: string;
|
|
11
|
-
uniqueKey: string;
|
|
12
|
-
schema: {
|
|
13
|
-
required: {
|
|
14
|
-
title: string;
|
|
15
|
-
type: string;
|
|
16
|
-
};
|
|
17
|
-
status: {
|
|
18
|
-
widget: string;
|
|
19
|
-
type: string;
|
|
20
|
-
default: {
|
|
21
|
-
created: number;
|
|
22
|
-
upgrade: number;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
static type: string;
|
|
28
|
-
constructor(options: PickOption);
|
|
29
|
-
}
|
|
30
|
-
export default ReturnGoodsStatus;
|
|
@@ -1,69 +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 _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
3
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
4
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
5
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
6
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
7
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
8
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
9
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
10
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
11
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
12
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
13
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
14
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
15
|
-
import CommonMultiStatus from "./";
|
|
16
|
-
import { SHOW_WRITE } from "../../constant";
|
|
17
|
-
var ReturnGoodsStatus = /*#__PURE__*/function (_CommonMultiStatus) {
|
|
18
|
-
_inherits(ReturnGoodsStatus, _CommonMultiStatus);
|
|
19
|
-
var _super = _createSuper(ReturnGoodsStatus);
|
|
20
|
-
function ReturnGoodsStatus(options) {
|
|
21
|
-
var _this;
|
|
22
|
-
_classCallCheck(this, ReturnGoodsStatus);
|
|
23
|
-
_this = _super.call(this, options);
|
|
24
|
-
_this.type = "RETURN_GOODS_STATUS";
|
|
25
|
-
_this.suffixKey = "returnGoodsStatusList";
|
|
26
|
-
_this.suffixCode = "returnGoodsStatusValue";
|
|
27
|
-
_this.suffixName = "退货状态";
|
|
28
|
-
_this.suffixType = 1;
|
|
29
|
-
_this.suffixValueKey = "status";
|
|
30
|
-
_this.suffixIdKey = "systemOrderId";
|
|
31
|
-
_this.suffixFailValue = "失败";
|
|
32
|
-
_this.suffixOptions = [{
|
|
33
|
-
value: "成功",
|
|
34
|
-
label: "成功",
|
|
35
|
-
color: "#52c41a"
|
|
36
|
-
}, {
|
|
37
|
-
value: "失败",
|
|
38
|
-
label: "失败",
|
|
39
|
-
color: "#ff4d4f"
|
|
40
|
-
}];
|
|
41
|
-
return _this;
|
|
42
|
-
}
|
|
43
|
-
return _createClass(ReturnGoodsStatus);
|
|
44
|
-
}(CommonMultiStatus);
|
|
45
|
-
_defineProperty(ReturnGoodsStatus, "group", "THIRD_SPECIAL_COMPONENT");
|
|
46
|
-
_defineProperty(ReturnGoodsStatus, "configSchema", {
|
|
47
|
-
componentConfig: {
|
|
48
|
-
required: false
|
|
49
|
-
},
|
|
50
|
-
belongs: ["bs"],
|
|
51
|
-
name: "退货状态(勿填)",
|
|
52
|
-
uniqueKey: "a0lHvJy0nI",
|
|
53
|
-
schema: {
|
|
54
|
-
required: {
|
|
55
|
-
title: "必填",
|
|
56
|
-
type: "boolean"
|
|
57
|
-
},
|
|
58
|
-
status: {
|
|
59
|
-
widget: "StatusConfig",
|
|
60
|
-
type: "object",
|
|
61
|
-
default: {
|
|
62
|
-
created: SHOW_WRITE,
|
|
63
|
-
upgrade: SHOW_WRITE
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
});
|
|
68
|
-
_defineProperty(ReturnGoodsStatus, "type", "RETURN_GOODS_STATUS");
|
|
69
|
-
export default ReturnGoodsStatus;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import CommonMultiStatus from "./";
|
|
2
|
-
import { PickOption } from "../../type";
|
|
3
|
-
declare class WareHousingStatus extends CommonMultiStatus {
|
|
4
|
-
static group: string;
|
|
5
|
-
static configSchema: {
|
|
6
|
-
componentConfig: {
|
|
7
|
-
required: boolean;
|
|
8
|
-
reasonList: {
|
|
9
|
-
label: string;
|
|
10
|
-
value: string;
|
|
11
|
-
}[];
|
|
12
|
-
};
|
|
13
|
-
name: string;
|
|
14
|
-
belongs: string[];
|
|
15
|
-
uniqueKey: string;
|
|
16
|
-
schema: {
|
|
17
|
-
required: {
|
|
18
|
-
title: string;
|
|
19
|
-
type: string;
|
|
20
|
-
};
|
|
21
|
-
status: {
|
|
22
|
-
widget: string;
|
|
23
|
-
type: string;
|
|
24
|
-
default: {
|
|
25
|
-
created: number;
|
|
26
|
-
upgrade: number;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
static type: string;
|
|
32
|
-
constructor(options: PickOption);
|
|
33
|
-
}
|
|
34
|
-
export default WareHousingStatus;
|
|
@@ -1,83 +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 _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
3
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
4
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
5
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
6
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
7
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
8
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
9
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
10
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
11
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
12
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
13
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
14
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
15
|
-
import CommonMultiStatus from "./";
|
|
16
|
-
import { SHOW_WRITE } from "../../constant";
|
|
17
|
-
var WareHousingStatus = /*#__PURE__*/function (_CommonMultiStatus) {
|
|
18
|
-
_inherits(WareHousingStatus, _CommonMultiStatus);
|
|
19
|
-
var _super = _createSuper(WareHousingStatus);
|
|
20
|
-
function WareHousingStatus(options) {
|
|
21
|
-
var _this;
|
|
22
|
-
_classCallCheck(this, WareHousingStatus);
|
|
23
|
-
_this = _super.call(this, options);
|
|
24
|
-
_this.type = "WAREHOUSING_STATUS";
|
|
25
|
-
_this.suffixKey = "inStockStatusItemList";
|
|
26
|
-
_this.suffixCode = "inStockStatusList";
|
|
27
|
-
_this.suffixName = "商品入库状态(勿填)";
|
|
28
|
-
_this.suffixType = 2;
|
|
29
|
-
_this.suffixValueKey = "status";
|
|
30
|
-
_this.suffixIdKey = "systemOrderId";
|
|
31
|
-
_this.suffixFailValue = "失败";
|
|
32
|
-
_this.suffixOptions = [{
|
|
33
|
-
value: "2",
|
|
34
|
-
label: "已入库",
|
|
35
|
-
color: "#52c41a"
|
|
36
|
-
}, {
|
|
37
|
-
value: "1",
|
|
38
|
-
label: "部分入库",
|
|
39
|
-
color: "#e7780f"
|
|
40
|
-
}, {
|
|
41
|
-
value: "0",
|
|
42
|
-
label: "未入库",
|
|
43
|
-
color: "#ff4d4f"
|
|
44
|
-
}];
|
|
45
|
-
return _this;
|
|
46
|
-
}
|
|
47
|
-
return _createClass(WareHousingStatus);
|
|
48
|
-
}(CommonMultiStatus);
|
|
49
|
-
_defineProperty(WareHousingStatus, "group", "THIRD_SPECIAL_COMPONENT");
|
|
50
|
-
_defineProperty(WareHousingStatus, "configSchema", {
|
|
51
|
-
componentConfig: {
|
|
52
|
-
required: false,
|
|
53
|
-
reasonList: [{
|
|
54
|
-
label: "未入库",
|
|
55
|
-
value: "0"
|
|
56
|
-
}, {
|
|
57
|
-
label: "部分入库",
|
|
58
|
-
value: "1"
|
|
59
|
-
}, {
|
|
60
|
-
label: "已入库",
|
|
61
|
-
value: "2"
|
|
62
|
-
}]
|
|
63
|
-
},
|
|
64
|
-
name: "商品入库状态(勿填)",
|
|
65
|
-
belongs: ["bs"],
|
|
66
|
-
uniqueKey: "l7QcHuhT05",
|
|
67
|
-
schema: {
|
|
68
|
-
required: {
|
|
69
|
-
title: "必填",
|
|
70
|
-
type: "boolean"
|
|
71
|
-
},
|
|
72
|
-
status: {
|
|
73
|
-
widget: "StatusConfig",
|
|
74
|
-
type: "object",
|
|
75
|
-
default: {
|
|
76
|
-
created: SHOW_WRITE,
|
|
77
|
-
upgrade: SHOW_WRITE
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
});
|
|
82
|
-
_defineProperty(WareHousingStatus, "type", "WAREHOUSING_STATUS");
|
|
83
|
-
export default WareHousingStatus;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import SystemOrder from "./index";
|
|
2
|
-
import { PickOption } from "../../type";
|
|
3
|
-
declare class DeliveryNoList extends SystemOrder {
|
|
4
|
-
static group: string;
|
|
5
|
-
static configSchema: {
|
|
6
|
-
componentConfig: {
|
|
7
|
-
required: boolean;
|
|
8
|
-
};
|
|
9
|
-
name: string;
|
|
10
|
-
uniqueKey: string;
|
|
11
|
-
schema: {
|
|
12
|
-
required: {
|
|
13
|
-
title: string;
|
|
14
|
-
type: string;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
static type: string;
|
|
19
|
-
constructor(options: PickOption);
|
|
20
|
-
}
|
|
21
|
-
export default DeliveryNoList;
|
|
@@ -1,48 +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 _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
|
|
3
|
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
|
4
|
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
5
|
-
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
6
|
-
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
7
|
-
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
8
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
9
|
-
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
10
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
11
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
12
|
-
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
13
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
14
|
-
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
15
|
-
import SystemOrder from "./index";
|
|
16
|
-
var DeliveryNoList = /*#__PURE__*/function (_SystemOrder) {
|
|
17
|
-
_inherits(DeliveryNoList, _SystemOrder);
|
|
18
|
-
var _super = _createSuper(DeliveryNoList);
|
|
19
|
-
function DeliveryNoList(options) {
|
|
20
|
-
var _this;
|
|
21
|
-
_classCallCheck(this, DeliveryNoList);
|
|
22
|
-
_this = _super.call(this, options);
|
|
23
|
-
_this.suffixKey = "deliveryNoList";
|
|
24
|
-
_this.suffixCode = "deliveryNoIds";
|
|
25
|
-
_this.suffixName = "出库单";
|
|
26
|
-
_this.suffixType = 1;
|
|
27
|
-
_this.suffixValueKey = "deliveryNo";
|
|
28
|
-
_this.type = "BS_DELIVERY_NO";
|
|
29
|
-
return _this;
|
|
30
|
-
}
|
|
31
|
-
return _createClass(DeliveryNoList);
|
|
32
|
-
}(SystemOrder);
|
|
33
|
-
_defineProperty(DeliveryNoList, "group", "THIRD_COMPONENT");
|
|
34
|
-
_defineProperty(DeliveryNoList, "configSchema", {
|
|
35
|
-
componentConfig: {
|
|
36
|
-
required: false
|
|
37
|
-
},
|
|
38
|
-
name: "bs出库单编号",
|
|
39
|
-
uniqueKey: "Ul84M4FKvZ",
|
|
40
|
-
schema: {
|
|
41
|
-
required: {
|
|
42
|
-
title: "必填",
|
|
43
|
-
type: "boolean"
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
});
|
|
47
|
-
_defineProperty(DeliveryNoList, "type", "BS_DELIVERY_NO");
|
|
48
|
-
export default DeliveryNoList;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import SystemOrder from "./index";
|
|
2
|
-
import { PickOption } from "../../type";
|
|
3
|
-
declare class ExchangeTradeId extends SystemOrder {
|
|
4
|
-
static group: string;
|
|
5
|
-
static configSchema: {
|
|
6
|
-
componentConfig: {
|
|
7
|
-
required: boolean;
|
|
8
|
-
};
|
|
9
|
-
name: string;
|
|
10
|
-
belongs: string[];
|
|
11
|
-
uniqueKey: string;
|
|
12
|
-
schema: {
|
|
13
|
-
required: {
|
|
14
|
-
title: string;
|
|
15
|
-
type: string;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
static type: string;
|
|
20
|
-
constructor(options: PickOption);
|
|
21
|
-
}
|
|
22
|
-
export default ExchangeTradeId;
|