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 } }; // 打印标签