소스 검색

发票管理查询条件问题

lxf 2 년 전
부모
커밋
923a001496
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      src/views/purchaseManage/purchasePayment/invoice/index.vue

+ 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,
     },
   ];