kmkf-work-order-service-component 0.4.0-alpha.11 → 0.4.0-alpha.13
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.
@@ -93,6 +93,7 @@ var FormRender = function FormRender(props, ref) {
|
|
93
93
|
templateList = props.templateList,
|
94
94
|
onFormSubmitSuccess = props.onFormSubmitSuccess,
|
95
95
|
onTemplateChange = props.onTemplateChange,
|
96
|
+
isShowShopList = props.isShowShopList,
|
96
97
|
_props$formProps = props.formProps,
|
97
98
|
formProps = _props$formProps === void 0 ? {} : _props$formProps;
|
98
99
|
|
@@ -691,9 +692,10 @@ var FormRender = function FormRender(props, ref) {
|
|
691
692
|
showSearch: true,
|
692
693
|
value: templateIdState,
|
693
694
|
onChange: handleChangeTemplateId,
|
694
|
-
allowClear: false
|
695
|
+
allowClear: false,
|
696
|
+
className: "templateCascader"
|
695
697
|
})
|
696
|
-
}),
|
698
|
+
}), isShowShopList && /*#__PURE__*/_jsx(ShopName, {
|
697
699
|
shopList: shopList,
|
698
700
|
platIconList: platIcon,
|
699
701
|
workOrderId: workOrderId,
|
@@ -401,6 +401,7 @@ var CustomizeWorkOrderList = function CustomizeWorkOrderList(_ref3) {
|
|
401
401
|
},
|
402
402
|
className: 'customizeFormModalClassName'
|
403
403
|
},
|
404
|
+
isShowShopList: false,
|
404
405
|
onFormSubmitSuccess: function onFormSubmitSuccess(val) {
|
405
406
|
submit();
|
406
407
|
handleCloseFormModal();
|