kmkf-work-order-service-component 0.3.6-alpha.8 → 0.3.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -127,6 +127,9 @@ var SingleShopWorkOrder = function SingleShopWorkOrder() {
|
|
127
127
|
children: /*#__PURE__*/_jsx(RangePicker, {
|
128
128
|
onChange: function onChange() {
|
129
129
|
return submit();
|
130
|
+
},
|
131
|
+
style: {
|
132
|
+
width: '100%'
|
130
133
|
}
|
131
134
|
})
|
132
135
|
}), /*#__PURE__*/_jsx(Form.Item, {
|
@@ -23,4 +23,4 @@ import Status from '../Widget/third/Status';
|
|
23
23
|
import Ordinary from '../Widget/third/Ordinary';
|
24
24
|
import ItemSelectThird from '../Widget/third/ItemSelect';
|
25
25
|
import Payment from '../Widget/third/Payment';
|
26
|
-
export declare const factory: (type: string, options: any) => BasicInput | BasicRadio | BasicTextArea | BasicCheckBox | BasicDateTime | BasicSelect | BasicPicture | BasicMultSelect | BasicCascader | BasicAddress | BasicGrade |
|
26
|
+
export declare const factory: (type: string, options: any) => BasicRate | BasicInput | BasicRadio | BasicTextArea | BasicCheckBox | BasicDateTime | BasicSelect | BasicPicture | BasicMultSelect | BasicCascader | BasicAddress | BasicGrade | EBuyerNick | EReceiverAddress | ELogistics | EReturnLogistics | ERemark | EItemSelect | EItemId | EItemEncode | EAlipay | Status | Ordinary | ItemSelectThird | Payment;
|