Browse Source

采购合同增加采购状态查询

lxf 1 year ago
parent
commit
2a84cb8949
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/views/group/purchase/contract/index.vue

+ 7 - 0
src/views/group/purchase/contract/index.vue

@@ -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: "供应商",