Ver código fonte

发票管理查询条件问题

lxf 2 anos atrás
pai
commit
923a001496

+ 2 - 4
src/views/purchaseManage/purchasePayment/invoice/index.vue

@@ -78,9 +78,7 @@ const sourceList = ref({
     pageNum: 1,
     pageSize: 10,
     keyword: "",
-    accountManagementId: "",
-    currency: "",
-    status: "",
+    invoiceType: "",
   },
 });
 const loading = ref(false);
@@ -88,7 +86,7 @@ const selectConfig = computed(() => {
   return [
     {
       label: "发票类型",
-      prop: "status",
+      prop: "invoiceType",
       data: invoiceType.value,
     },
   ];