完善process

wmj
wan 6 years ago
commit e69d6f0bce

@ -16,6 +16,7 @@ public class C_CollegeFillScoreOpinion extends TempProcess{
protected static String iconURL="../cssFile/images/fill.png";
protected static String targetURL="/home/college-fill-score-opinion";
protected static String iconURL="../cssFile/images/fill.png";
static String table="graduation_design_reply_opinion_record_score";
public void fillInformation() throws Exception{

@ -16,6 +16,7 @@ public class C_MentorFillOpeningReportOpinion extends TempProcess{
protected static String iconURL="../cssFile/images/fill.png\";
protected static String targetURL="/home/mentor-fill-opening-report-opinion";
protected static String iconURL="../cssFile/images/fill.png";
static String table="graduation_design_opening_report_opinion_record";
public void fillInformation() throws Exception{

@ -16,6 +16,7 @@ public class C_MentorFillReview extends TempProcess {
protected static String iconURL="\"../cssFile/images/fill.png\"";
protected static String targetURL="/home/mentor-fill-review";
protected static String iconURL="../cssFile/images/fill.png";
static String table="graduation_design_finished_product_mentor_score";
public void teacherTeamFillOpeningReportOpinion() throws Exception{

@ -12,10 +12,9 @@ public class C_ReviewerFillReview extends TempProcess {
public String graduationDesignId;
public Map<String,String> vMap;
private static String buttonName ="评阅老师评阅";
protected static String iconURL="\"../cssFile/images/fill.png\"";
protected static String iconURL="../cssFile/images/fill.png";
protected static String targetURL="/home/reviewer-fill-review";
static String table="graduation_design_finished_product_reviewer_score";
public void TeacherTeamFillOpeningReportOpinion() throws Exception{

@ -13,10 +13,9 @@ public class C_SchoolFillScoreOpinion extends TempProcess {
String graduationDesignId;
Map<String,String> vMap;
private static String buttonName ="学院老师评分";
protected static String iconURL="\"../cssFile/images/fill.png\"";
protected static String iconURL="../cssFile/images/fill.png";
protected static String targetURL="/home/school-fill-score-opinion";
static String table="graduation_design_reply_opinion_record_score";
public void fillInformation() throws Exception{
if(!check()) throw new GExcptInit("FillInformation Attrs init error!");

@ -13,10 +13,9 @@ public class C_SecretaryFillOpeningReportOpinion extends TempProcess{
String graduationDesignId;
Map<String,String> vMap;
private static String buttonName ="提交开题纪要";
protected static String iconURL="\"../cssFile/images/fill.png\"";
protected static String iconURL="../cssFile/images/fill.png";
protected static String targetURL="/home/secretary-fill-opening-report-record";
static String table="graduation_design_opening_report_opinion_record";
public void fillInformation() throws Exception{

@ -13,10 +13,9 @@ public class C_SecretaryFillReplyRecord extends TempProcess{
String graduationDesignId;
Map<String,String> vMap;
private static String buttonName ="提交答辩记录";
protected static String iconURL="\"../cssFile/images/fill.png\"";
protected static String iconURL="../cssFile/images/fill.png";
protected static String targetURL="/home/secretary-fill-reply-record";
static String table="graduation_design_reply_opinion_record_score";
public void fillInformation() throws Exception{

@ -14,6 +14,7 @@ public class C_StudentSelectTeacher extends TempProcess {
private static String buttonName ="选择老师";
protected static String iconURL="../cssFile/images/select.png";
protected static String targetURL="/home/student-select-teacher";
protected static String iconURL="../cssFile/images/select.png";
public void select()throws Exception{
if(!check()) throw new GExcptInit("ID Attrs init error!");

@ -15,7 +15,6 @@ public class C_StudentUploadFinishedProduct {
protected static String iconURL="../cssFile/images/upload.png";
protected static String targetURL="/home/student-upload-finished-product";
static String file_type = "finished_product";
public void uploadOpeningReport() throws Exception{
if(!check()) throw new GExcptInit("Upload FinishedProduct Attrs init error!");

@ -14,6 +14,7 @@ public class C_StudentUploadOpeningReport extends TempProcess{
static String file_type = "opening_report";
protected static String iconURL="../cssFile/images/upload.png";
protected static String targetURL="/home/student-upload-opening-report";
protected static String iconURL="../cssFile/images/upload.png";
public void uploadOpeningReport() throws Exception{
if(!check()) throw new GExcptInit("Upload OpeningReport Attrs init error!");

@ -13,7 +13,7 @@ public class C_TeacherTeamFillOpeningReportOpinion extends TempProcess{
String graduationDesignId;
Map<String,String> vMap;
private static String buttonName ="开题小组意见";
protected static String iconURL="\"../cssFile/images/fill.png\"";
protected static String iconURL="../cssFile/images/fill.png";
protected static String targetURL="/home/teacher-team-fill-opening-report-opinion";
static String table="graduation_design_opening_report_opinion_record";

@ -11,9 +11,8 @@ import java.util.Map;
public class C_TeacherTeamFillScoreOpinion extends TempProcess {
private static String buttonName = "答辩小组评分";
protected static String iconURL="\"../cssFile/images/fill.png\"";
protected static String iconURL="../cssFile/images/fill.png";
protected static String targetURL="/home/teacher-team-fill-score-opinion";
String graduationDesignId;
Map<String,String> vMap;

Loading…
Cancel
Save