detail.js 246 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 import request from '@/utils/request' // 盘点查询库存明细列表 export function listInventoryDetail(query) { return request({ url: '/inventory/inventoryDetail/inventoryCycleCountLook', method: 'post', params: query }) }