src/api/basicData/product.js
@@ -64,4 +64,13 @@ method: 'get', responseType: 'blob' }) } // 成品库存列表(用于销售台账产品选择) export function finishedProductList(query) { return request({ url: '/stockInventory/finishedProductList', method: 'get', params: query }) }