@@ -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: "驳回",
- label: "部分采购",
+ label: "已采购",
value: "30",
- label: "已采购",
- value: "20",
+ label: "终止",
+ value: "99",
label: "已作废",
- value: "99",
+ value: "88",
]);
const selectConfig = reactive([