增加type01
This commit is contained in:
parent
596f70da75
commit
56f2245aba
@ -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 }
|
||||
};
|
||||
|
||||
// 打印标签
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user