增加iconurl

wmj
wan 6 years ago
commit 30a6762f7d

@ -12,6 +12,9 @@ public class C_CollegeFillOpeningReportOpinion extends TempProcess{
String graduationDesignId;
Map<String,String> vMap;
private static String buttonName ="学院开题意见";
protected static String iconURL="../cssFile/images/fill.png";
protected static String targetURL="";
static String table="graduation_design_opening_report_opinion_record";
public void fillInformation() throws Exception {

@ -13,6 +13,7 @@ public class C_CollegeFillScoreOpinion extends TempProcess{
String graduationDesignId;
Map<String,String> vMap;
private static String buttonName ="学院老师评分";
protected static String iconURL="\"../cssFile/images/fill.png\"";
static String table="graduation_design_reply_opinion_record_score";
public void fillInformation() throws Exception{

@ -13,6 +13,7 @@ public class C_MentorFillOpeningReportOpinion extends TempProcess{
String graduationDesignId;
Map<String,String> vMap;
private static String buttonName ="导师开题意见";
protected static String iconURL="\"../cssFile/images/fill.png\"";
static String table="graduation_design_opening_report_opinion_record";
public void fillInformation() throws Exception{

@ -13,6 +13,7 @@ public class C_MentorFillReview extends TempProcess {
public String graduationDesignId;
public Map<String,String> vMap;
private static String buttonName ="指导老师评阅";
protected static String iconURL="\"../cssFile/images/fill.png\"";
static String table="graduation_design_finished_product_mentor_score";
public void teacherTeamFillOpeningReportOpinion() throws Exception{

@ -12,6 +12,8 @@ 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\"";
static String table="graduation_design_finished_product_reviewer_score";
public void TeacherTeamFillOpeningReportOpinion() throws Exception{

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

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

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

@ -12,6 +12,8 @@ public class C_StudentFillGraduationDesignInformation extends TempProcess{
String graduationDesignId;
Map<String,String> vMap;
private static String buttonName ="填写选题信息";
protected static String iconURL="../cssFile/images/filText.png";
static String table="graduation_design_opening_report_opinion_record";
public void fillInformation() throws Exception{

@ -12,6 +12,8 @@ public class C_StudentSelectTeacher extends TempProcess {
String studentId;
String teacherId;
private static String buttonName ="选择老师";
protected static String iconURL="\"../cssFile/images/select.png\"";
public void select()throws Exception{
if(!check()) throw new GExcptInit("ID Attrs init error!");
Select select=new Select();

@ -12,6 +12,8 @@ public class C_StudentUploadFinishedProduct {
File finishedProduct;
String graduationDesignId;
private static String buttonName ="提交定稿";
protected static String iconURL="\"../cssFile/images/upload.png\"";
static String file_type = "finished_product";
public void uploadOpeningReport() throws Exception{
if(!check()) throw new GExcptInit("Upload FinishedProduct Attrs init error!");

@ -12,6 +12,7 @@ public class C_StudentUploadOpeningReport extends TempProcess{
String graduationDesignId;
private static String buttonName ="提交开题报告";
static String file_type = "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!");

@ -12,6 +12,7 @@ public class C_TeacherSelectStudent extends TempProcess {
String studentId;
String teacherId;
private static String buttonName ="选择学生";
protected static String iconURL="";
public void select()throws Exception{
if(!check()) throw new GExcptInit("ID Attrs init error!");

@ -13,6 +13,8 @@ public class C_TeacherTeamFillOpeningReportOpinion extends TempProcess{
String graduationDesignId;
Map<String,String> vMap;
private static String buttonName ="开题小组意见";
protected static String iconURL="\"../cssFile/images/fill.png\"";
static String table="graduation_design_opening_report_opinion_record";
public void fillInformation() throws Exception{

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

@ -5,5 +5,5 @@
"opening_report_opinion_deadline_date": "",
"finished_product_deadline_date": "",
"finished_product_review_deadline_date": "",
"reply_option_deadline_date": ""
"reply_opition_deadline_date": ""
}
Loading…
Cancel
Save