@@ -371,20 +371,30 @@ public interface AppConstant {
int WAIT_SELECT = 1;
/**
- * 待验收
+ * 选片完成,待上传成片
*/
- int WAIT_ACCEPT = 2;
+ int SELECT_OVER = 2;
+
+ /**
+ * 成片上次,待验收
+ */
+ int WAIT_ACCEPT = 3;
- * 返修
+ * 待返修
- int REWORK = 3;
+ int REWORK = 4;
+ * 返修完成待,验收
+ int REWORK_ACCEPT = 5;
* 通过,验收完成
- int FINISH = 4;
+ int FINISH = 6;
}
@@ -413,7 +423,6 @@ public interface AppConstant {
String FANG_DA = "8";
-