This commit is contained in:
@ -137,20 +137,13 @@ namespace Epost.BLL
|
||||
else {
|
||||
|
||||
lablemodel.Quantity = shopid;
|
||||
lablemodel.Mode = "10";
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
lablemodel.Mode = "10";
|
||||
}
|
||||
lablemodel.Address = labelItem["address"].ToString();
|
||||
lablemodel.ControlIP = item["ControlIP"].ToString();
|
||||
lablemodel.Command = "DISPLAY_JOB";
|
||||
lablemodel.Type = "N";
|
||||
|
||||
lablemodel.Uid = labelItem["address"].ToString();
|
||||
|
||||
lablemodel.Type = "N";
|
||||
lablemodel.Uid = labelItem["address"].ToString();
|
||||
list.Add(lablemodel);
|
||||
}
|
||||
|
||||
@ -207,6 +200,12 @@ namespace Epost.BLL
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 格式化标签
|
||||
public bool FORMAT_DEVICE(LabelParamModel model)
|
||||
{
|
||||
return dal.FORMAT_DEVICE(model);
|
||||
}
|
||||
#endregion
|
||||
#region 连接控制器
|
||||
public bool CONNECT(LabelParamModel model)
|
||||
{
|
||||
|
Reference in New Issue
Block a user