@kmkf-fe-packages/services-components 0.10.0 → 0.10.3-alpha.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.
|
@@ -285,7 +285,9 @@ export var CommonOrderContent = function CommonOrderContent(_ref8) {
|
|
|
285
285
|
style: {
|
|
286
286
|
color: color
|
|
287
287
|
}
|
|
288
|
-
}, (item === null || item === void 0 ? void 0 : item[valueKey]) || ""))
|
|
288
|
+
}, (item === null || item === void 0 ? void 0 : item[valueKey]) || "")), item.reason && /*#__PURE__*/React.createElement("div", {
|
|
289
|
+
className: "c-red"
|
|
290
|
+
}, item.reason));
|
|
289
291
|
}) : null;
|
|
290
292
|
};
|
|
291
293
|
|
|
@@ -32,9 +32,16 @@ var typeMap = {
|
|
|
32
32
|
REISSUE_TRADE_ID: {
|
|
33
33
|
key: 'tradeItemList',
|
|
34
34
|
code: 'tradeIdList',
|
|
35
|
-
name: '
|
|
35
|
+
name: '补发单id',
|
|
36
36
|
type: 3,
|
|
37
37
|
valueKey: 'billNo'
|
|
38
|
+
},
|
|
39
|
+
EXCHANGE_TRADE_ID: {
|
|
40
|
+
key: 'tradeItemList',
|
|
41
|
+
code: 'tradeIdList',
|
|
42
|
+
name: '换货单id',
|
|
43
|
+
type: 4,
|
|
44
|
+
valueKey: 'billNo'
|
|
38
45
|
}
|
|
39
46
|
};
|
|
40
47
|
var CommonSystemOrder = /*#__PURE__*/_createClass(function CommonSystemOrder(options) {
|
package/dist/esm/factory.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { JstLogistics, JstItemSelect, JstSupply, JstSendGood, BasicInput, BasicAddress, BasicCascader, BasicCheckbox, BasicDataTime, BasicSelect, BasicRadio, BasicTextArea, BasicPicture, BasicMultSelect, BasicGrade, BasicRate, BasicFile, BasicPosting, CommonDataTime, TradeId, ShopName, ErpTradeId, BuyerNick, ReceiverName, ReceiverMobile, ReceiverAddress, TradeDateTime, Logistics, ReturnLogistics, ActualPayment, ERemark, AliPay, ItemSelect, ItemId, ItemEnCode, SystemOrderNo, Ordinary, ThirdItemSelect, FlowStatusSelect, FlowMarkSelect, Payment, TemplateSelect, WorkOrderId, PlatForm, ShopInput, Submitter, Handler, CompletedUser, LogisticsInterception, LogisticsTrajectory, FlowWorkOrderId, BsGoods, BsExchange, BsReissue, BsReturn, BsSystemOrder, BsLogistics, StatusSelect, CommonSystemOrder, CommonMultiStatus, Calculation, NodeDeadLine, HandlerDeadLine, NodeStayDuration } from './index';
|
|
2
2
|
import { PickOption } from './type';
|
|
3
|
-
export declare const factory: (type: string, options: PickOption) => CommonSystemOrder | BasicFile | BasicInput | BasicAddress | BasicCascader | BasicCheckbox | BasicDataTime | BasicSelect | BasicRadio | BasicTextArea | BasicPicture | BasicMultSelect | BasicGrade | BasicRate | BasicPosting | CommonDataTime | TradeId | ErpTradeId | ShopName | BuyerNick | ReceiverName | ReceiverMobile | ReceiverAddress | TradeDateTime | Logistics | ReturnLogistics | ActualPayment | ERemark | AliPay | ItemSelect | ItemId | ItemEnCode | SystemOrderNo | Ordinary | ThirdItemSelect | Payment | JstLogistics | JstItemSelect | JstSendGood | JstSupply | BsSystemOrder | BsGoods | BsExchange | BsReissue | BsReturn | BsLogistics | FlowStatusSelect |
|
|
3
|
+
export declare const factory: (type: string, options: PickOption) => CommonSystemOrder | BasicFile | FlowMarkSelect | HandlerDeadLine | NodeDeadLine | StatusSelect | WorkOrderId | BasicInput | BasicAddress | BasicCascader | BasicCheckbox | BasicDataTime | BasicSelect | BasicRadio | BasicTextArea | BasicPicture | BasicMultSelect | BasicGrade | BasicRate | BasicPosting | CommonDataTime | TradeId | ErpTradeId | ShopName | BuyerNick | ReceiverName | ReceiverMobile | ReceiverAddress | TradeDateTime | Logistics | ReturnLogistics | ActualPayment | ERemark | AliPay | ItemSelect | ItemId | ItemEnCode | SystemOrderNo | Ordinary | ThirdItemSelect | Payment | JstLogistics | JstItemSelect | JstSendGood | JstSupply | BsSystemOrder | BsGoods | BsExchange | BsReissue | BsReturn | BsLogistics | FlowStatusSelect | TemplateSelect | LogisticsInterception | LogisticsTrajectory | PlatForm | ShopInput | Submitter | Handler | CompletedUser | FlowWorkOrderId | Calculation | CommonMultiStatus | NodeStayDuration;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/services-components",
|
|
3
|
-
"version": "0.10.0",
|
|
3
|
+
"version": "0.10.3-alpha.0",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"father": "^4.1.7"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@kmkf-fe-packages/basic-components": "^0.10.0",
|
|
30
|
-
"@kmkf-fe-packages/kmkf-utils": "^0.10.0"
|
|
29
|
+
"@kmkf-fe-packages/basic-components": "^0.10.3-alpha.0",
|
|
30
|
+
"@kmkf-fe-packages/kmkf-utils": "^0.10.3-alpha.0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@ant-design/icons": "^4.7.0",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"gitHooks": {
|
|
41
41
|
"pre-commit": "lint-staged"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "f58b50507a2d67ed726b4256af7fc79658c4447d"
|
|
44
44
|
}
|