index.js 303 B

1234567
  1. import { errorCatcher, errorHandle, filter } from 'base-core-lib'
  2. import { appRx } from '../defalutConfig/indexRx'
  3. import {
  4. API_GET_PURCHRECEIPT
  5. } from '@/api/V2/statisticalReport'
  6. //采购入库报表
  7. export const getpurchreceipt = appRx.get(API_GET_PURCHRECEIPT, errorCatcher, errorHandle, filter)