From 56f2245abaab68a3a9b36edff22ffb0a7839f4be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=AD=94=E4=BB=99?= <13068499+willowhh@user.noreply.gitee.com> Date: Mon, 21 Apr 2025 10:07:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0type01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controller/OnlyPrintProductLabelController.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/linesider_screen_bankend/linesider_screen_bankend/Controller/OnlyPrintProductLabelController.cs b/linesider_screen_bankend/linesider_screen_bankend/Controller/OnlyPrintProductLabelController.cs index b45cd09..866a8f5 100644 --- a/linesider_screen_bankend/linesider_screen_bankend/Controller/OnlyPrintProductLabelController.cs +++ b/linesider_screen_bankend/linesider_screen_bankend/Controller/OnlyPrintProductLabelController.cs @@ -52,6 +52,7 @@ namespace linesider_screen_bankend.Controller string workorder = queryParams["workorder"]; string model = queryParams["model"]; string direction = queryParams["direction"]; + string type01 = queryParams["type01"]; try { @@ -70,7 +71,8 @@ namespace linesider_screen_bankend.Controller { "model", model }, { "direction", direction }, { "productdate", DateTime.Now.ToString("yyyy/MM/dd") }, - { "workorder",workorderInfo.Workorder+"|"+workorderInfo.Specification+"|"+model+"|"+direction } + { "workorder",workorderInfo.Workorder+"|"+workorderInfo.Specification+"|"+model+"|"+direction }, + {"type01",type01 } }; // 打印标签