|
@@ -1158,14 +1158,15 @@ public class GloableParams {
|
|
|
public static final String GRIDNAME_PACKAGE= "包装采集";
|
|
public static final String GRIDNAME_PACKAGE= "包装采集";
|
|
|
public static final String GRIDNAME_BAD_EXCHANGE = "换票";
|
|
public static final String GRIDNAME_BAD_EXCHANGE = "换票";
|
|
|
public static final String GRIDNAME_BAD_PRE_PROCESSING_REPORT = "预加工报工";
|
|
public static final String GRIDNAME_BAD_PRE_PROCESSING_REPORT = "预加工报工";
|
|
|
- public static final String GRIDNAME_BARCODE_SPLITTING = "条码拆分";
|
|
|
|
|
|
|
+// public static final String GRIDNAME_BARCODE_SPLITTING = "条码拆分";
|
|
|
public static final String LABELREPRINTING = "标签补打";
|
|
public static final String LABELREPRINTING = "标签补打";
|
|
|
// public static final String GRIDNAME_STAFF_CHANGE = "人员换岗";
|
|
// public static final String GRIDNAME_STAFF_CHANGE = "人员换岗";
|
|
|
//public static final String GRIDNAME_STAFF_UP = "人员上线";
|
|
//public static final String GRIDNAME_STAFF_UP = "人员上线";
|
|
|
// public static final String GRIDNAME_STAFF_DOWN = "人员下线";
|
|
// public static final String GRIDNAME_STAFF_DOWN = "人员下线";
|
|
|
public static String[] indexMainGridNames = {
|
|
public static String[] indexMainGridNames = {
|
|
|
GRIDNAME_WORK_START,
|
|
GRIDNAME_WORK_START,
|
|
|
- GRIDNAME_WORK_PAUSE, GRIDNAME_WORK_SWITCH,
|
|
|
|
|
|
|
+ GRIDNAME_WORK_PAUSE,
|
|
|
|
|
+ GRIDNAME_WORK_SWITCH,
|
|
|
GRIDNAME_IN_MATERIAL,
|
|
GRIDNAME_IN_MATERIAL,
|
|
|
|
|
|
|
|
GRIDNAME__PUTINTO,GRIDNAME_ROLLOUT,
|
|
GRIDNAME__PUTINTO,GRIDNAME_ROLLOUT,
|
|
@@ -1178,23 +1179,26 @@ public class GloableParams {
|
|
|
// GRIDNAME_TIAO_ZHAN,
|
|
// GRIDNAME_TIAO_ZHAN,
|
|
|
// GRIDNAME_BAD_EXCHANGE,
|
|
// GRIDNAME_BAD_EXCHANGE,
|
|
|
GRIDNAME_BAD_PRE_PROCESSING_REPORT,
|
|
GRIDNAME_BAD_PRE_PROCESSING_REPORT,
|
|
|
- GRIDNAME_BARCODE_SPLITTING,
|
|
|
|
|
|
|
+// GRIDNAME_BARCODE_SPLITTING,
|
|
|
LABELREPRINTING
|
|
LABELREPRINTING
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
public static int[] indexMainGridImgs = {
|
|
public static int[] indexMainGridImgs = {
|
|
|
- R.drawable.start, R.drawable.pause, R.drawable.swich,
|
|
|
|
|
|
|
+ R.drawable.start,
|
|
|
|
|
+ R.drawable.pause,
|
|
|
|
|
+ R.drawable.swich,
|
|
|
R.drawable.feeded,
|
|
R.drawable.feeded,
|
|
|
R.drawable.ic_staff_down,
|
|
R.drawable.ic_staff_down,
|
|
|
R.drawable.ic_staff_up,
|
|
R.drawable.ic_staff_up,
|
|
|
// R.drawable.acquisition,
|
|
// R.drawable.acquisition,
|
|
|
- R.drawable.iv_rollout,R.drawable.report,
|
|
|
|
|
|
|
+ R.drawable.iv_rollout,
|
|
|
|
|
+ R.drawable.report,
|
|
|
R.drawable.baogong,
|
|
R.drawable.baogong,
|
|
|
R.drawable.storage_bach_operation,
|
|
R.drawable.storage_bach_operation,
|
|
|
// R.drawable.index_smt_up,
|
|
// R.drawable.index_smt_up,
|
|
|
// R.mipmap.badchange,
|
|
// R.mipmap.badchange,
|
|
|
R.mipmap.iv_processing,
|
|
R.mipmap.iv_processing,
|
|
|
- R.drawable.ic_split_batch,
|
|
|
|
|
|
|
+// R.drawable.ic_split_batch,
|
|
|
R.drawable.pjbd
|
|
R.drawable.pjbd
|
|
|
};
|
|
};
|
|
|
|
|
|