...
|
...
|
@@ -151,9 +151,4 @@ FinanceService.exportBalanceList = '/Api/erp/exportBalanceList'; // 导出对账 |
|
|
FinanceService.exportBalanceDetail = '/Api/erp/exportBalanceDetail'; // 导出对账单详情
|
|
|
FinanceService.exportSettlementDetail = '/Api/erp/exportSettlementDetail'; // 导出结算单详情
|
|
|
FinanceService.exportInventory = '/Api/erp/exportInventoryLedgerList'; // 导出结算单库存
|
|
|
|
|
|
FinanceService.exportShopWithdrawList = '/Api/erp/shopWithdrawList'; // 导出资金操作明细
|
|
|
FinanceService.exportShopWithdrawAccountList = '/Api/erp/shopWithdrawAccountList'; // 导出交易账务明细
|
|
|
FinanceService.exportShopWithdrawServiceList = '/Api/erp/shopWithdrawServiceList'; // 导出服务费账单
|
|
|
FinanceService.exportshopWithdrawFreightList = '/Api/erp/shopWithdrawFreightList'; // 导出运费账务明细
|
|
|
export default FinanceService; |
...
|
...
|
|