From e514e5f1043525fce4c6cbc97722113d16fc5901 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Mon, 10 Apr 2023 18:21:07 +0800 Subject: [PATCH] =?UTF-8?q?0412=20=E6=96=B0=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/board/inspectBoard.vue | 2 +- src/views/modules/print/print_stock_label.js | 4 + .../print/print_stock_label_preview.js | 4 + .../modules/print/print_transNo_label.js | 202 ++++-- src/views/modules/production/cancelSfdc.vue | 55 ++ .../production/cancelSfdcForWareHouse.vue | 54 +- .../modules/production/generateReport.vue | 56 +- src/views/modules/production/searchSfdc.vue | 613 ++++++++++++++++++ src/views/modules/production/stockPrint.vue | 1 + 9 files changed, 914 insertions(+), 77 deletions(-) create mode 100644 src/views/modules/production/searchSfdc.vue diff --git a/src/views/modules/board/inspectBoard.vue b/src/views/modules/board/inspectBoard.vue index 5ca15a7..68193cd 100644 --- a/src/views/modules/board/inspectBoard.vue +++ b/src/views/modules/board/inspectBoard.vue @@ -1,7 +1,7 @@