@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,30 +0,0 @@
|
|
|
1
|
-
import StatusSelect from "./index";
|
|
2
|
-
import { PickOption } from "../../type";
|
|
3
|
-
declare class InvoicingStatus extends StatusSelect {
|
|
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 InvoicingStatus;
|
|
@@ -1,65 +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 StatusSelect from "./index";
|
|
16
|
-
import { SHOW_WRITE } from "../../constant";
|
|
17
|
-
var InvoicingStatus = /*#__PURE__*/function (_StatusSelect) {
|
|
18
|
-
_inherits(InvoicingStatus, _StatusSelect);
|
|
19
|
-
var _super = _createSuper(InvoicingStatus);
|
|
20
|
-
function InvoicingStatus(options) {
|
|
21
|
-
var _this;
|
|
22
|
-
_classCallCheck(this, InvoicingStatus);
|
|
23
|
-
_this = _super.call(this, options);
|
|
24
|
-
_this.type = "INVOICING_STATUS";
|
|
25
|
-
_this.suffixKey = "invoicingStatusValue";
|
|
26
|
-
_this.suffixOptions = [{
|
|
27
|
-
value: "开票成功",
|
|
28
|
-
label: "开票成功",
|
|
29
|
-
color: "#52c41a"
|
|
30
|
-
}, {
|
|
31
|
-
value: "开票失败",
|
|
32
|
-
label: "开票失败",
|
|
33
|
-
color: "#ff4d4f"
|
|
34
|
-
}];
|
|
35
|
-
_this.suffixInfo = "invoicingReason";
|
|
36
|
-
_this.suffixFailValue = "开票失败";
|
|
37
|
-
return _this;
|
|
38
|
-
}
|
|
39
|
-
return _createClass(InvoicingStatus);
|
|
40
|
-
}(StatusSelect);
|
|
41
|
-
_defineProperty(InvoicingStatus, "group", "THIRD_SPECIAL_COMPONENT");
|
|
42
|
-
_defineProperty(InvoicingStatus, "configSchema", {
|
|
43
|
-
componentConfig: {
|
|
44
|
-
required: false
|
|
45
|
-
},
|
|
46
|
-
name: "开票状态(勿填)",
|
|
47
|
-
belongs: ["bs"],
|
|
48
|
-
uniqueKey: "BfUiMP7kgr",
|
|
49
|
-
schema: {
|
|
50
|
-
required: {
|
|
51
|
-
title: "必填",
|
|
52
|
-
type: "boolean"
|
|
53
|
-
},
|
|
54
|
-
status: {
|
|
55
|
-
widget: "StatusConfig",
|
|
56
|
-
type: "object",
|
|
57
|
-
default: {
|
|
58
|
-
created: SHOW_WRITE,
|
|
59
|
-
upgrade: SHOW_WRITE
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
});
|
|
64
|
-
_defineProperty(InvoicingStatus, "type", "INVOICING_STATUS");
|
|
65
|
-
export default InvoicingStatus;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import StatusSelect from "./index";
|
|
2
|
-
import { PickOption } from "../../type";
|
|
3
|
-
declare class ReissueStatus extends StatusSelect {
|
|
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
|
-
status: {
|
|
17
|
-
widget: string;
|
|
18
|
-
type: string;
|
|
19
|
-
default: {
|
|
20
|
-
created: number;
|
|
21
|
-
upgrade: number;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
belongs: string[];
|
|
26
|
-
};
|
|
27
|
-
static type: string;
|
|
28
|
-
constructor(options: PickOption);
|
|
29
|
-
}
|
|
30
|
-
export default ReissueStatus;
|
|
@@ -1,65 +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 StatusSelect from "./index";
|
|
16
|
-
import { SHOW_WRITE } from "../../constant";
|
|
17
|
-
var ReissueStatus = /*#__PURE__*/function (_StatusSelect) {
|
|
18
|
-
_inherits(ReissueStatus, _StatusSelect);
|
|
19
|
-
var _super = _createSuper(ReissueStatus);
|
|
20
|
-
function ReissueStatus(options) {
|
|
21
|
-
var _this;
|
|
22
|
-
_classCallCheck(this, ReissueStatus);
|
|
23
|
-
_this = _super.call(this, options);
|
|
24
|
-
_this.type = "REISSUE_STATUS";
|
|
25
|
-
_this.suffixKey = "reissueStatusValue";
|
|
26
|
-
_this.suffixOptions = [{
|
|
27
|
-
value: "成功",
|
|
28
|
-
label: "成功",
|
|
29
|
-
color: "#52c41a"
|
|
30
|
-
}, {
|
|
31
|
-
value: "失败",
|
|
32
|
-
label: "失败",
|
|
33
|
-
color: "#ff4d4f"
|
|
34
|
-
}];
|
|
35
|
-
_this.suffixInfo = "reissueReason";
|
|
36
|
-
_this.suffixFailValue = "失败";
|
|
37
|
-
return _this;
|
|
38
|
-
}
|
|
39
|
-
return _createClass(ReissueStatus);
|
|
40
|
-
}(StatusSelect);
|
|
41
|
-
_defineProperty(ReissueStatus, "group", "THIRD_SPECIAL_COMPONENT");
|
|
42
|
-
_defineProperty(ReissueStatus, "configSchema", {
|
|
43
|
-
componentConfig: {
|
|
44
|
-
required: false
|
|
45
|
-
},
|
|
46
|
-
name: "补发状态(勿填)",
|
|
47
|
-
uniqueKey: "a45b9b8924",
|
|
48
|
-
schema: {
|
|
49
|
-
required: {
|
|
50
|
-
title: "必填",
|
|
51
|
-
type: "boolean"
|
|
52
|
-
},
|
|
53
|
-
status: {
|
|
54
|
-
widget: "StatusConfig",
|
|
55
|
-
type: "object",
|
|
56
|
-
default: {
|
|
57
|
-
created: SHOW_WRITE,
|
|
58
|
-
upgrade: SHOW_WRITE
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
belongs: ["bs", "wdt"]
|
|
63
|
-
});
|
|
64
|
-
_defineProperty(ReissueStatus, "type", "REISSUE_STATUS");
|
|
65
|
-
export default ReissueStatus;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { ComponentInterface, PickOption, ColumnConfig, Record } from "../../type";
|
|
2
|
-
import React from "react";
|
|
3
|
-
declare class SystemOrder implements ComponentInterface {
|
|
4
|
-
name: string;
|
|
5
|
-
id: string;
|
|
6
|
-
sortField: string;
|
|
7
|
-
type: string;
|
|
8
|
-
rules: any[];
|
|
9
|
-
componentConfig: ComponentInterface["componentConfig"];
|
|
10
|
-
effects: ComponentInterface["effects"];
|
|
11
|
-
isCombinationComponent: boolean;
|
|
12
|
-
formField: string;
|
|
13
|
-
canSort: boolean;
|
|
14
|
-
dataType: ComponentInterface["dataType"];
|
|
15
|
-
children: ComponentInterface[];
|
|
16
|
-
suffixKey: string;
|
|
17
|
-
suffixName: string;
|
|
18
|
-
suffixTypeName: string;
|
|
19
|
-
suffixTagName: string;
|
|
20
|
-
suffixSelectId: string;
|
|
21
|
-
static group: string;
|
|
22
|
-
static configSchema: {};
|
|
23
|
-
constructor(options: PickOption);
|
|
24
|
-
renderClient: (record: any) => React.JSX.Element | null;
|
|
25
|
-
renderPc: () => null;
|
|
26
|
-
renderLog: (r: Record) => React.JSX.Element | null;
|
|
27
|
-
getComponentValue: (r: Record) => any;
|
|
28
|
-
renderExport: () => null;
|
|
29
|
-
editRender: (p: any) => React.JSX.Element;
|
|
30
|
-
filterConfig: (item: ColumnConfig) => {
|
|
31
|
-
searchDefaultConditions: "in";
|
|
32
|
-
type: string;
|
|
33
|
-
id: string;
|
|
34
|
-
name: string;
|
|
35
|
-
filterComponentType: "Input";
|
|
36
|
-
formatFilterValue: (input: string) => string | string[];
|
|
37
|
-
}[];
|
|
38
|
-
}
|
|
39
|
-
export default SystemOrder;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import ServiceDateTime from "./index";
|
|
2
|
-
import { PickOption } from "../../type";
|
|
3
|
-
declare class BsSendTime extends ServiceDateTime {
|
|
4
|
-
type: string;
|
|
5
|
-
suffixKey: string;
|
|
6
|
-
static group: string;
|
|
7
|
-
static configSchema: {
|
|
8
|
-
componentConfig: {
|
|
9
|
-
required: boolean;
|
|
10
|
-
};
|
|
11
|
-
name: string;
|
|
12
|
-
uniqueKey: string;
|
|
13
|
-
schema: {
|
|
14
|
-
required: {
|
|
15
|
-
title: string;
|
|
16
|
-
type: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
static type: string;
|
|
21
|
-
constructor(options: PickOption);
|
|
22
|
-
}
|
|
23
|
-
export default BsSendTime;
|
|
@@ -1,46 +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 ServiceDateTime from "./index";
|
|
16
|
-
var BsSendTime = /*#__PURE__*/function (_ServiceDateTime) {
|
|
17
|
-
_inherits(BsSendTime, _ServiceDateTime);
|
|
18
|
-
var _super = _createSuper(BsSendTime);
|
|
19
|
-
function BsSendTime(options) {
|
|
20
|
-
var _this;
|
|
21
|
-
_classCallCheck(this, BsSendTime);
|
|
22
|
-
_this = _super.call(this, options);
|
|
23
|
-
_defineProperty(_assertThisInitialized(_this), "type", void 0);
|
|
24
|
-
_defineProperty(_assertThisInitialized(_this), "suffixKey", void 0);
|
|
25
|
-
_this.suffixKey = "bsSendTime";
|
|
26
|
-
_this.type = "BS_SEND_TIME";
|
|
27
|
-
return _this;
|
|
28
|
-
}
|
|
29
|
-
return _createClass(BsSendTime);
|
|
30
|
-
}(ServiceDateTime);
|
|
31
|
-
_defineProperty(BsSendTime, "group", "THIRD_COMPONENT");
|
|
32
|
-
_defineProperty(BsSendTime, "configSchema", {
|
|
33
|
-
componentConfig: {
|
|
34
|
-
required: false
|
|
35
|
-
},
|
|
36
|
-
name: "bs发货时间",
|
|
37
|
-
uniqueKey: "dcuy6UOl8h",
|
|
38
|
-
schema: {
|
|
39
|
-
required: {
|
|
40
|
-
title: "必填",
|
|
41
|
-
type: "boolean"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
});
|
|
45
|
-
_defineProperty(BsSendTime, "type", "BS_SEND_TIME");
|
|
46
|
-
export default BsSendTime;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import ServiceDateTime from "./index";
|
|
2
|
-
import { PickOption } from "../../type";
|
|
3
|
-
declare class BsSigningTime extends ServiceDateTime {
|
|
4
|
-
type: string;
|
|
5
|
-
suffixKey: string;
|
|
6
|
-
static group: string;
|
|
7
|
-
static configSchema: {
|
|
8
|
-
componentConfig: {
|
|
9
|
-
required: boolean;
|
|
10
|
-
};
|
|
11
|
-
name: string;
|
|
12
|
-
uniqueKey: string;
|
|
13
|
-
schema: {
|
|
14
|
-
required: {
|
|
15
|
-
title: string;
|
|
16
|
-
type: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
static type: string;
|
|
21
|
-
constructor(options: PickOption);
|
|
22
|
-
}
|
|
23
|
-
export default BsSigningTime;
|
|
@@ -1,46 +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 ServiceDateTime from "./index";
|
|
16
|
-
var BsSigningTime = /*#__PURE__*/function (_ServiceDateTime) {
|
|
17
|
-
_inherits(BsSigningTime, _ServiceDateTime);
|
|
18
|
-
var _super = _createSuper(BsSigningTime);
|
|
19
|
-
function BsSigningTime(options) {
|
|
20
|
-
var _this;
|
|
21
|
-
_classCallCheck(this, BsSigningTime);
|
|
22
|
-
_this = _super.call(this, options);
|
|
23
|
-
_defineProperty(_assertThisInitialized(_this), "type", void 0);
|
|
24
|
-
_defineProperty(_assertThisInitialized(_this), "suffixKey", void 0);
|
|
25
|
-
_this.suffixKey = "bsSigningTime";
|
|
26
|
-
_this.type = "BS_SIGNING_TIME";
|
|
27
|
-
return _this;
|
|
28
|
-
}
|
|
29
|
-
return _createClass(BsSigningTime);
|
|
30
|
-
}(ServiceDateTime);
|
|
31
|
-
_defineProperty(BsSigningTime, "group", "THIRD_COMPONENT");
|
|
32
|
-
_defineProperty(BsSigningTime, "configSchema", {
|
|
33
|
-
componentConfig: {
|
|
34
|
-
required: false
|
|
35
|
-
},
|
|
36
|
-
name: "bs签收时间",
|
|
37
|
-
uniqueKey: "zpyr9FMGQ8",
|
|
38
|
-
schema: {
|
|
39
|
-
required: {
|
|
40
|
-
title: "必填",
|
|
41
|
-
type: "boolean"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
});
|
|
45
|
-
_defineProperty(BsSigningTime, "type", "BS_SIGNING_TIME");
|
|
46
|
-
export default BsSigningTime;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import ServiceDateTime from "./index";
|
|
2
|
-
import { PickOption } from "../../type";
|
|
3
|
-
declare class BsTradePaymentTime extends ServiceDateTime {
|
|
4
|
-
type: string;
|
|
5
|
-
suffixKey: string;
|
|
6
|
-
static group: string;
|
|
7
|
-
static configSchema: {
|
|
8
|
-
componentConfig: {
|
|
9
|
-
required: boolean;
|
|
10
|
-
};
|
|
11
|
-
name: string;
|
|
12
|
-
uniqueKey: string;
|
|
13
|
-
schema: {
|
|
14
|
-
required: {
|
|
15
|
-
title: string;
|
|
16
|
-
type: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
static type: string;
|
|
21
|
-
constructor(options: PickOption);
|
|
22
|
-
}
|
|
23
|
-
export default BsTradePaymentTime;
|
|
@@ -1,46 +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 ServiceDateTime from "./index";
|
|
16
|
-
var BsTradePaymentTime = /*#__PURE__*/function (_ServiceDateTime) {
|
|
17
|
-
_inherits(BsTradePaymentTime, _ServiceDateTime);
|
|
18
|
-
var _super = _createSuper(BsTradePaymentTime);
|
|
19
|
-
function BsTradePaymentTime(options) {
|
|
20
|
-
var _this;
|
|
21
|
-
_classCallCheck(this, BsTradePaymentTime);
|
|
22
|
-
_this = _super.call(this, options);
|
|
23
|
-
_defineProperty(_assertThisInitialized(_this), "type", void 0);
|
|
24
|
-
_defineProperty(_assertThisInitialized(_this), "suffixKey", void 0);
|
|
25
|
-
_this.suffixKey = "bsTradePaymentTime";
|
|
26
|
-
_this.type = "BS_TRADE_PAYMENT_TIME";
|
|
27
|
-
return _this;
|
|
28
|
-
}
|
|
29
|
-
return _createClass(BsTradePaymentTime);
|
|
30
|
-
}(ServiceDateTime);
|
|
31
|
-
_defineProperty(BsTradePaymentTime, "group", "THIRD_COMPONENT");
|
|
32
|
-
_defineProperty(BsTradePaymentTime, "configSchema", {
|
|
33
|
-
componentConfig: {
|
|
34
|
-
required: false
|
|
35
|
-
},
|
|
36
|
-
name: "bs订单支付时间",
|
|
37
|
-
uniqueKey: "hC9yHSP6rj",
|
|
38
|
-
schema: {
|
|
39
|
-
required: {
|
|
40
|
-
title: "必填",
|
|
41
|
-
type: "boolean"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
});
|
|
45
|
-
_defineProperty(BsTradePaymentTime, "type", "BS_TRADE_PAYMENT_TIME");
|
|
46
|
-
export default BsTradePaymentTime;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import ServiceDateTime from "./index";
|
|
2
|
-
import { PickOption } from "../../type";
|
|
3
|
-
declare class TradeClosingDateTime extends ServiceDateTime {
|
|
4
|
-
type: string;
|
|
5
|
-
suffixKey: string;
|
|
6
|
-
static group: string;
|
|
7
|
-
static configSchema: {
|
|
8
|
-
componentConfig: {
|
|
9
|
-
required: boolean;
|
|
10
|
-
};
|
|
11
|
-
name: string;
|
|
12
|
-
uniqueKey: string;
|
|
13
|
-
schema: {
|
|
14
|
-
required: {
|
|
15
|
-
title: string;
|
|
16
|
-
type: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
static type: string;
|
|
21
|
-
constructor(options: PickOption);
|
|
22
|
-
}
|
|
23
|
-
export default TradeClosingDateTime;
|
|
@@ -1,46 +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 ServiceDateTime from "./index";
|
|
16
|
-
var TradeClosingDateTime = /*#__PURE__*/function (_ServiceDateTime) {
|
|
17
|
-
_inherits(TradeClosingDateTime, _ServiceDateTime);
|
|
18
|
-
var _super = _createSuper(TradeClosingDateTime);
|
|
19
|
-
function TradeClosingDateTime(options) {
|
|
20
|
-
var _this;
|
|
21
|
-
_classCallCheck(this, TradeClosingDateTime);
|
|
22
|
-
_this = _super.call(this, options);
|
|
23
|
-
_defineProperty(_assertThisInitialized(_this), "type", void 0);
|
|
24
|
-
_defineProperty(_assertThisInitialized(_this), "suffixKey", void 0);
|
|
25
|
-
_this.suffixKey = "tradeClosingDateTime";
|
|
26
|
-
_this.type = "TRADE_CLOSING_DATETIME";
|
|
27
|
-
return _this;
|
|
28
|
-
}
|
|
29
|
-
return _createClass(TradeClosingDateTime);
|
|
30
|
-
}(ServiceDateTime);
|
|
31
|
-
_defineProperty(TradeClosingDateTime, "group", "E_COMPONENT");
|
|
32
|
-
_defineProperty(TradeClosingDateTime, "configSchema", {
|
|
33
|
-
componentConfig: {
|
|
34
|
-
required: false
|
|
35
|
-
},
|
|
36
|
-
name: "成交时间",
|
|
37
|
-
uniqueKey: "elHW0syEyd",
|
|
38
|
-
schema: {
|
|
39
|
-
required: {
|
|
40
|
-
title: "必填",
|
|
41
|
-
type: "boolean"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
});
|
|
45
|
-
_defineProperty(TradeClosingDateTime, "type", "TRADE_CLOSING_DATETIME");
|
|
46
|
-
export default TradeClosingDateTime;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import ServiceDateTime from "./index";
|
|
2
|
-
import { PickOption } from "../../type";
|
|
3
|
-
declare class TradeCreateDateTime extends ServiceDateTime {
|
|
4
|
-
type: string;
|
|
5
|
-
suffixKey: string;
|
|
6
|
-
static group: string;
|
|
7
|
-
static configSchema: {
|
|
8
|
-
componentConfig: {
|
|
9
|
-
required: boolean;
|
|
10
|
-
};
|
|
11
|
-
name: string;
|
|
12
|
-
uniqueKey: string;
|
|
13
|
-
schema: {
|
|
14
|
-
required: {
|
|
15
|
-
title: string;
|
|
16
|
-
type: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
static type: string;
|
|
21
|
-
constructor(options: PickOption);
|
|
22
|
-
}
|
|
23
|
-
export default TradeCreateDateTime;
|
|
@@ -1,46 +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 ServiceDateTime from "./index";
|
|
16
|
-
var TradeCreateDateTime = /*#__PURE__*/function (_ServiceDateTime) {
|
|
17
|
-
_inherits(TradeCreateDateTime, _ServiceDateTime);
|
|
18
|
-
var _super = _createSuper(TradeCreateDateTime);
|
|
19
|
-
function TradeCreateDateTime(options) {
|
|
20
|
-
var _this;
|
|
21
|
-
_classCallCheck(this, TradeCreateDateTime);
|
|
22
|
-
_this = _super.call(this, options);
|
|
23
|
-
_defineProperty(_assertThisInitialized(_this), "type", void 0);
|
|
24
|
-
_defineProperty(_assertThisInitialized(_this), "suffixKey", void 0);
|
|
25
|
-
_this.suffixKey = "tradeCreateDateTime";
|
|
26
|
-
_this.type = "TRADE_CREATE_DATETIME";
|
|
27
|
-
return _this;
|
|
28
|
-
}
|
|
29
|
-
return _createClass(TradeCreateDateTime);
|
|
30
|
-
}(ServiceDateTime);
|
|
31
|
-
_defineProperty(TradeCreateDateTime, "group", "E_COMPONENT");
|
|
32
|
-
_defineProperty(TradeCreateDateTime, "configSchema", {
|
|
33
|
-
componentConfig: {
|
|
34
|
-
required: false
|
|
35
|
-
},
|
|
36
|
-
name: "下单时间",
|
|
37
|
-
uniqueKey: "KZb4MKrEyd",
|
|
38
|
-
schema: {
|
|
39
|
-
required: {
|
|
40
|
-
title: "必填",
|
|
41
|
-
type: "boolean"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
});
|
|
45
|
-
_defineProperty(TradeCreateDateTime, "type", "TRADE_CREATE_DATETIME");
|
|
46
|
-
export default TradeCreateDateTime;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import ServiceDateTime from "./index";
|
|
2
|
-
import { PickOption } from "../../type";
|
|
3
|
-
declare class TradeDeliveryDateTime extends ServiceDateTime {
|
|
4
|
-
type: string;
|
|
5
|
-
suffixKey: string;
|
|
6
|
-
static group: string;
|
|
7
|
-
static configSchema: {
|
|
8
|
-
componentConfig: {
|
|
9
|
-
required: boolean;
|
|
10
|
-
};
|
|
11
|
-
name: string;
|
|
12
|
-
uniqueKey: string;
|
|
13
|
-
schema: {
|
|
14
|
-
required: {
|
|
15
|
-
title: string;
|
|
16
|
-
type: string;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
static type: string;
|
|
21
|
-
constructor(options: PickOption);
|
|
22
|
-
}
|
|
23
|
-
export default TradeDeliveryDateTime;
|