Browse Source

调拨 新加检索条件

Qukatie 1 day ago
parent
commit
08cacbd8cb
1 changed files with 19 additions and 2 deletions
  1. 19 2
      src/views/tirePartsMall/salesManagement/outboundWorkOrderL/index.vue

+ 19 - 2
src/views/tirePartsMall/salesManagement/outboundWorkOrderL/index.vue

@@ -263,10 +263,27 @@ export default {
               {
                 dictValue: "确认调拨",
                 dictKey: "确认调拨"
+              }
+            ],
+            props: {
+              label: "dictValue",
+              value: "dictKey"
+            }
+          },
+          {
+            label: "是否出仓",
+            prop: "status",
+            search: true,
+            overHidden: true,
+            type: "select",
+            dicData: [
+              {
+                dictValue: "否",
+                dictKey: "否"
               },
               {
-                dictValue: "已出仓",
-                dictKey: "已出仓"
+                dictValue: "",
+                dictKey: ""
               }
             ],
             props: {