cz 1 سال پیش
والد
کامیت
07e818d282
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      src/views/WDLY/outInBound/record/index.vue

+ 8 - 0
src/views/WDLY/outInBound/record/index.vue

@@ -145,6 +145,14 @@ const typeList = ref([
     label: "生产任务出库",
     value: "20",
   },
+  {
+    label: "良品转次品",
+    value: "21",
+  },
+  {
+    label: "次品转良品",
+    value: "22",
+  },
 ]);
 const warehouseList = ref([]);
 const productUnit = ref([]);