fix: 开箱写入显示
This commit is contained in:
@@ -75,8 +75,42 @@ public class ItemProtocol {
|
||||
*/
|
||||
public static String item_to_task = "to_task";
|
||||
|
||||
/**
|
||||
* 下发贴标数量
|
||||
*/
|
||||
public static String item_to_print_qty = "to_print_qty";
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 下发使用打印机
|
||||
*/
|
||||
public static String item_to_print_device = "to_print_device";
|
||||
|
||||
|
||||
/**
|
||||
*木箱长度
|
||||
*/
|
||||
public static String item_to_length = "to_length";
|
||||
/**
|
||||
*木箱宽度
|
||||
*/
|
||||
public static String item_to_width = "to_width";
|
||||
/**
|
||||
*木箱高度
|
||||
*/
|
||||
public static String item_to_height = "to_height";
|
||||
|
||||
/**
|
||||
*干燥机模板
|
||||
*/
|
||||
public static String item_to_desiccant = "to_desiccant";
|
||||
|
||||
/**
|
||||
*下发捆扎次数
|
||||
*/
|
||||
public static String item_to_binding_times = "to_binding_times";
|
||||
|
||||
private UnBoxLableConveyorDeviceDriver driver;
|
||||
|
||||
public String getMaterialBarCode() {
|
||||
@@ -179,6 +213,15 @@ public class ItemProtocol {
|
||||
list.add(new ItemDto(item_to_target, "下发目标站", "DB601.W4"));
|
||||
list.add(new ItemDto(item_to_container_type, "下发托盘类型", "DB601.W6"));
|
||||
list.add(new ItemDto(item_to_task, "下发任务号", "DB601.D8"));
|
||||
list.add(new ItemDto(item_to_print_qty, "下发贴标数量", "DB601.D9"));
|
||||
list.add(new ItemDto(item_to_print_device, "下发贴标数量", "DB601.D10"));
|
||||
list.add(new ItemDto(item_to_length, "木箱长度", "DB601.W14"));
|
||||
list.add(new ItemDto(item_to_width, "木箱宽度", "DB601.W16"));
|
||||
list.add(new ItemDto(item_to_height, "木箱高度", "DB601.W18"));
|
||||
list.add(new ItemDto(item_to_binding_times, "下发捆扎次数", "DB601.W20"));
|
||||
list.add(new ItemDto(item_to_desiccant, "干燥机模板", "DB601.W22"));
|
||||
|
||||
|
||||
|
||||
return list;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user