Commit 8b1bdd8a by 史雅文

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

parent 8eedcd03
......@@ -374,8 +374,8 @@ export const formProps: FormProps = {
span: 4,
placeholder: '请选择仓库位置',
showLabel: true,
showSearch: false,
isMultiple: false,
showSearch: true,
isMultiple: true,
clearable: false,
disabled: false,
staticOptions: [
......@@ -419,8 +419,8 @@ export const formProps: FormProps = {
span: 4,
placeholder: '请选择产品类型',
showLabel: true,
showSearch: false,
isMultiple: false,
showSearch: true,
isMultiple: true,
clearable: false,
disabled: false,
staticOptions: [
......@@ -464,8 +464,8 @@ export const formProps: FormProps = {
span: 4,
placeholder: '请选择产品',
showLabel: true,
showSearch: false,
isMultiple: false,
showSearch: true,
isMultiple: true,
clearable: false,
disabled: false,
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