lxf 1 year ago
parent
commit
0774b7b51e

+ 2 - 2
src/views/production/warehouse/check/index.vue

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

+ 1 - 1
src/views/production/warehouse/flow-record/index.vue

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

+ 2 - 2
src/views/production/warehouse/outbound/index.vue

@@ -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: "仓库",

+ 2 - 2
src/views/production/warehouse/putInStorage/index.vue

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