diff --git a/src/views/inventory/query.vue b/src/views/inventory/query.vue index 1ecd99c..3e1d284 100644 --- a/src/views/inventory/query.vue +++ b/src/views/inventory/query.vue @@ -43,6 +43,17 @@ interface ComponentData { const data: ComponentData = { formFields: [ { + dataPath: 'envId', label: '环境', input: 'SelectV2', + inputProps: { + placeholder: '选择环境', + clearable: true, + options: [ + { value: "10", label: "物理环境" }, + { value: "13", label: "虚拟环境1" }, + ], + } + }, + { dataPath: 'lpn', label: '托盘条码', input: 'Input', inputProps: { placeholder: '托盘条码',