Commit 8b1bdd8a by 史雅文

将库存盘点弹窗选项改为多选

parent 8eedcd03
...@@ -374,8 +374,8 @@ export const formProps: FormProps = { ...@@ -374,8 +374,8 @@ export const formProps: FormProps = {
span: 4, span: 4,
placeholder: '请选择仓库位置', placeholder: '请选择仓库位置',
showLabel: true, showLabel: true,
showSearch: false, showSearch: true,
isMultiple: false, isMultiple: true,
clearable: false, clearable: false,
disabled: false, disabled: false,
staticOptions: [ staticOptions: [
...@@ -419,8 +419,8 @@ export const formProps: FormProps = { ...@@ -419,8 +419,8 @@ export const formProps: FormProps = {
span: 4, span: 4,
placeholder: '请选择产品类型', placeholder: '请选择产品类型',
showLabel: true, showLabel: true,
showSearch: false, showSearch: true,
isMultiple: false, isMultiple: true,
clearable: false, clearable: false,
disabled: false, disabled: false,
staticOptions: [ staticOptions: [
...@@ -464,8 +464,8 @@ export const formProps: FormProps = { ...@@ -464,8 +464,8 @@ export const formProps: FormProps = {
span: 4, span: 4,
placeholder: '请选择产品', placeholder: '请选择产品',
showLabel: true, showLabel: true,
showSearch: false, showSearch: true,
isMultiple: false, isMultiple: true,
clearable: false, clearable: false,
disabled: false, disabled: false,
staticOptions: [ staticOptions: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment