diff --git a/src/api/wms/package/index.ts b/src/api/wms/package/index.ts index b526fea04..9a19904c4 100644 --- a/src/api/wms/package/index.ts +++ b/src/api/wms/package/index.ts @@ -96,7 +96,7 @@ export const createPackageLabel = async (data: PackageVO) => { } -// 创建标签 -export const createBatchPrintingLable = async (data: PackageVO) => { +// 批量打印标签 +export const batchPrintingLable = async (data: PackageVO) => { return await request.post({ url: `/wms/package/batchPrintingLable`, data }) } diff --git a/src/views/wms/productionManage/productionplan/productionMain/index.vue b/src/views/wms/productionManage/productionplan/productionMain/index.vue index a622c2c4e..3718cc92f 100644 --- a/src/views/wms/productionManage/productionplan/productionMain/index.vue +++ b/src/views/wms/productionManage/productionplan/productionMain/index.vue @@ -1,7 +1,7 @@