|
@@ -112,7 +112,7 @@ const searchConfig = computed(() => {
|
|
|
label: "事业部",
|
|
|
},
|
|
|
{
|
|
|
- type: "input",
|
|
|
+ type: "select",
|
|
|
prop: "warehouseId",
|
|
|
data: warehouseList.value,
|
|
|
label: "仓库",
|
|
@@ -159,7 +159,7 @@ const searchConfigTwo = computed(() => {
|
|
|
label: "事业部",
|
|
|
},
|
|
|
{
|
|
|
- type: "input",
|
|
|
+ type: "select",
|
|
|
prop: "warehouseId",
|
|
|
data: warehouseList.value,
|
|
|
label: "仓库",
|