Commit 0526f443 authored by 我在何方's avatar 我在何方

财务列表返回搜索条件不变

parent d272ef4b
...@@ -230,7 +230,7 @@ import { getSupplierPage } from "@/api/ecw/supplier"; ...@@ -230,7 +230,7 @@ import { getSupplierPage } from "@/api/ecw/supplier";
import { getCurrencyPage } from "@/api/ecw/currency"; import { getCurrencyPage } from "@/api/ecw/currency";
export default { export default {
name: "Payable", name: "EcwFinancialPayable",
components: {}, components: {},
data() { data() {
return { return {
......
...@@ -196,7 +196,7 @@ import { getSupplierPage } from "@/api/ecw/supplier"; ...@@ -196,7 +196,7 @@ import { getSupplierPage } from "@/api/ecw/supplier";
import { getPaymentList, deletePayment, paymentVerification, paymentVerificationCancel, paymentVerifyCancel } from "@/api/ecw/financial" import { getPaymentList, deletePayment, paymentVerification, paymentVerificationCancel, paymentVerifyCancel } from "@/api/ecw/financial"
export default { export default {
name: "paymentVoucher", name: "EcwFinancialPaymentvoucher",
components: { components: {
CustomerSelector, CustomerSelector,
}, },
......
...@@ -258,7 +258,7 @@ import { getReceivableList } from "@/api/ecw/financial"; ...@@ -258,7 +258,7 @@ import { getReceivableList } from "@/api/ecw/financial";
import { getCurrencyPage } from "@/api/ecw/currency"; import { getCurrencyPage } from "@/api/ecw/currency";
export default { export default {
name: "Receivable", name: "EcwFinancialReceivable",
components: { components: {
CustomerSelector, CustomerSelector,
}, },
......
...@@ -263,7 +263,7 @@ import { ...@@ -263,7 +263,7 @@ import {
} from "@/api/ecw/financial"; } from "@/api/ecw/financial";
export default { export default {
name: "Voucher", name: "EcwFinancialVoucher",
components: { components: {
CustomerSelector, CustomerSelector,
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment