增加type01

This commit is contained in:
小魔仙 2025-04-21 10:07:49 +08:00
parent 596f70da75
commit 56f2245aba

View File

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