|
|
@@ -812,25 +812,27 @@ public class GloableParams {
|
|
|
// GRIDNAME_STORAGE_TRANSFER,
|
|
|
GRIDNAME_MODIFY_QUANTITY,
|
|
|
// GRIDNAME_WORK_INVENTORY,
|
|
|
- MENU_STORAGE_BARCODE_INFO_COLLECT,
|
|
|
- GRIDNAME_BOM_CHECK,
|
|
|
- GRIDNAME_FINISHED_PRODUCT_STORAGE,
|
|
|
- GRIDNAME_FINISHED_PRODUCT_OUTBOUND,
|
|
|
+ MENU_STORAGE_BARCODE_INFO_COLLECT
|
|
|
+// GRIDNAME_BOM_CHECK,
|
|
|
+// GRIDNAME_FINISHED_PRODUCT_STORAGE,
|
|
|
+// GRIDNAME_FINISHED_PRODUCT_OUTBOUND,
|
|
|
// GRIDNAME_FINISHED_MOVE_THE_CONTAINER,
|
|
|
- GRIDNAME_FINISHED_DISMOUNTING,
|
|
|
- GRIDNAME_FINISHED_INQUIRE};
|
|
|
+// GRIDNAME_FINISHED_DISMOUNTING,
|
|
|
+// GRIDNAME_FINISHED_INQUIRE
|
|
|
+ };
|
|
|
public static final int[] storageGridImgs = {
|
|
|
R.drawable.storage_good_search,
|
|
|
R.drawable.storage_bach_operation,
|
|
|
// R.drawable.storage_transfer,
|
|
|
R.drawable.storage_work_inventory,
|
|
|
- R.drawable.ic_modify_quantity,
|
|
|
- R.drawable.storage_msd_manager,
|
|
|
- R.drawable.ic_finished_product_storage,
|
|
|
- R.drawable.ic_finished_product_outbound,
|
|
|
+ R.drawable.ic_modify_quantity
|
|
|
+// R.drawable.storage_msd_manager,
|
|
|
+// R.drawable.ic_finished_product_storage,
|
|
|
+// R.drawable.ic_finished_product_outbound,
|
|
|
// R.drawable.move_the_container,
|
|
|
- R.drawable.ic_dismounting,
|
|
|
- R.drawable.ic_inquire};
|
|
|
+// R.drawable.ic_dismounting,
|
|
|
+// R.drawable.ic_inquire
|
|
|
+ };
|
|
|
//DETAIL:搜索备料单号,下拉列表
|
|
|
public static final String SPINNER_PREPARE_SEARCH = "搜索备料单号";
|
|
|
public static final String SPINNER_MAKECODE_SEARCH = "搜索制造单号";
|