diff --git a/src/api/warehouse/ifsInventoryInit.js b/src/api/warehouse/ifsInventoryInit.js index c90f884..ee67b05 100644 --- a/src/api/warehouse/ifsInventoryInit.js +++ b/src/api/warehouse/ifsInventoryInit.js @@ -13,4 +13,7 @@ export const batchCreateHandlingUnits = data => createAPI(`ifsInventoryInit/batc export const printLabel = data => createAPI('/label/setting/printLabel','post',data) // 修改已打印数量 -export const updatePrintQty = data => createAPI(`ifsInventoryInit/updatePrintQty`, 'POST', data) \ No newline at end of file +export const updatePrintQty = data => createAPI(`ifsInventoryInit/updatePrintQty`, 'POST', data) + +// 导入IFS库存Excel +export const uploadIfsInventoryExcel = data => createAPI(`ifsInventoryInit/uploadIfsInventoryExcel`, 'POST', data) \ No newline at end of file diff --git a/src/views/modules/warehouse/ifsInventoryInit.vue b/src/views/modules/warehouse/ifsInventoryInit.vue index 28f817e..0d0b466 100644 --- a/src/views/modules/warehouse/ifsInventoryInit.vue +++ b/src/views/modules/warehouse/ifsInventoryInit.vue @@ -1,5 +1,5 @@