@@ -276,6 +276,7 @@ const sourceListTwo = ref({
pageSize: 10,
code: "",
flowStatus: "",
+ status: "",
supplierName: "",
},
});
@@ -319,6 +320,12 @@ const searchConfigTwo = computed(() => {
label: "流程状态",
{
+ type: "select",
+ prop: "status",
+ data: proxy.useUserStore().allDict["purchase_status"],
+ label: "采购状态",
+ },
+ {
type: "input",
prop: "supplierName",
label: "供应商",