Kaynağa Gözat

GLUE界面,完整国际化定制

xuxueli 7 yıl önce
ebeveyn
işleme
482ea3b5a1

+ 5 - 5
xxl-job-admin/src/main/webapp/static/js/jobcode.index.1.js Dosyayı Görüntüle

38
 		
38
 		
39
 		if (!glueRemark) {
39
 		if (!glueRemark) {
40
 			layer.open({
40
 			layer.open({
41
-				title: '系统提示',
42
-				content: '请输入备注',
41
+				title: I18n.system_tips,
42
+				content: I18n.system_please_input + I18n.jobinfo_glue_remark ,
43
 				icon: '2'
43
 				icon: '2'
44
 			});
44
 			});
45
 			return;
45
 			return;
46
 		}
46
 		}
47
 		if (glueRemark.length <4 || glueRemark.length > 100) {
47
 		if (glueRemark.length <4 || glueRemark.length > 100) {
48
 			layer.open({
48
 			layer.open({
49
-				title: '系统提示',
49
+				title: I18n.system_tips ,
50
 				content: '备注长度应该在4至100之间',
50
 				content: '备注长度应该在4至100之间',
51
 				icon: '2'
51
 				icon: '2'
52
 			});
52
 			});
65
 			success : function(data){
65
 			success : function(data){
66
 				if (data.code == 200) {
66
 				if (data.code == 200) {
67
 					layer.open({
67
 					layer.open({
68
-						title: '系统提示',
68
+						title: I18n.system_tips,
69
 						content: '保存成功',
69
 						content: '保存成功',
70
 						icon: '1',
70
 						icon: '1',
71
 						end: function(layero, index){
71
 						end: function(layero, index){
75
 					});
75
 					});
76
 				} else {
76
 				} else {
77
 					layer.open({
77
 					layer.open({
78
-						title: '系统提示',
78
+						title: I18n.system_tips,
79
 						content: (data.msg || "保存失败"),
79
 						content: (data.msg || "保存失败"),
80
 						icon: '2'
80
 						icon: '2'
81
 					});
81
 					});