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

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

parent d272ef4b
......@@ -230,7 +230,7 @@ import { getSupplierPage } from "@/api/ecw/supplier";
import { getCurrencyPage } from "@/api/ecw/currency";
export default {
name: "Payable",
name: "EcwFinancialPayable",
components: {},
data() {
return {
......
......@@ -196,7 +196,7 @@ import { getSupplierPage } from "@/api/ecw/supplier";
import { getPaymentList, deletePayment, paymentVerification, paymentVerificationCancel, paymentVerifyCancel } from "@/api/ecw/financial"
export default {
name: "paymentVoucher",
name: "EcwFinancialPaymentvoucher",
components: {
CustomerSelector,
},
......
......@@ -258,7 +258,7 @@ import { getReceivableList } from "@/api/ecw/financial";
import { getCurrencyPage } from "@/api/ecw/currency";
export default {
name: "Receivable",
name: "EcwFinancialReceivable",
components: {
CustomerSelector,
},
......
......@@ -263,7 +263,7 @@ import {
} from "@/api/ecw/financial";
export default {
name: "Voucher",
name: "EcwFinancialVoucher",
components: {
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