kmkf-work-order-service-component 0.4.0-alpha.7 → 0.4.0-alpha.8
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.
@@ -568,7 +568,7 @@ var FormRender = function FormRender(props, ref) {
|
|
568
568
|
buyerId: buyerId,
|
569
569
|
buyerNick: buyerNick
|
570
570
|
});
|
571
|
-
}, [templateIdState, workOrderId
|
571
|
+
}, [templateIdState, workOrderId]); //订单返填
|
572
572
|
|
573
573
|
var changeHandle = function changeHandle(order_no) {
|
574
574
|
if (!order_no) return;
|
@@ -680,7 +680,6 @@ var FormRender = function FormRender(props, ref) {
|
|
680
680
|
}, formProps), {}, {
|
681
681
|
children: [!templateId && /*#__PURE__*/_jsx(Form.Item, {
|
682
682
|
label: "\u6A21\u677F\u540D\u79F0",
|
683
|
-
name: "templateId",
|
684
683
|
required: true,
|
685
684
|
children: /*#__PURE__*/_jsx(Cascader, {
|
686
685
|
options: templateList,
|