cz 2 年之前
父節點
當前提交
aecaee8b74
共有 1 個文件被更改,包括 8 次插入8 次删除
  1. 8 8
      src/views/WDLY/purchaseManage/alreadyPurchase/index.vue

+ 8 - 8
src/views/WDLY/purchaseManage/alreadyPurchase/index.vue

@@ -164,11 +164,11 @@ const arrivalStatus = [
   },
   {
     label: "部分到货",
-    value: "1",
+    value: "10",
   },
   {
     label: "已到货",
-    value: "2",
+    value: "20",
   },
 ];
 const statusData = ref([
@@ -177,20 +177,20 @@ const statusData = ref([
     value: "10",
   },
   {
-    label: "待采购",
-    value: "15",
+    label: "驳回",
+    value: "20",
   },
   {
-    label: "部分采购",
+    label: "采购",
     value: "30",
   },
   {
-    label: "已采购",
-    value: "20",
+    label: "终止",
+    value: "99",
   },
   {
     label: "已作废",
-    value: "99",
+    value: "88",
   },
 ]);
 const selectConfig = reactive([