diff --git a/src/api/label/index.ts b/src/api/label/index.ts index 223680c..d196073 100644 --- a/src/api/label/index.ts +++ b/src/api/label/index.ts @@ -120,4 +120,15 @@ export function checkMaterialPack(data: any) { method: 'post', data: data, }); +} + +/** + * 打印标签 + * */ +export function printStorage(data: any) { + return request({ + url: '/api/api/label/storagePrint', + method: 'post', + data: data, + }); } \ No newline at end of file diff --git a/src/views/basics/flatWarehouse/wareHouseLocation/index.vue b/src/views/basics/flatWarehouse/wareHouseLocation/index.vue index 8b3b0ea..8e74718 100644 --- a/src/views/basics/flatWarehouse/wareHouseLocation/index.vue +++ b/src/views/basics/flatWarehouse/wareHouseLocation/index.vue @@ -93,6 +93,25 @@ + +
+ + + + + + + + + + + + 打印 + + + + +
@@ -119,12 +138,14 @@ export default {