diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/WageSchedule/Form.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/WageSchedule/Form.cshtml index 45640907a..328504119 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/WageSchedule/Form.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/WageSchedule/Form.cshtml @@ -2,7 +2,23 @@ ViewBag.Title = "工资条"; Layout = "~/Views/Shared/_Form.cshtml"; } +
+
+
发放年份*
+
+
+
+
发放月份*
+
+
序号
@@ -11,109 +27,84 @@
姓名*
-
-
人员类别
- -
-
-
岗位等级
- -
-
-
薪级
- +
+
身份证号*
+
-
+
岗位工资
-
+
薪级工资
-
-
百分之十
- -
-
-
基础性绩效(绩效)
- +
基础绩效奖
+
-
奖励绩效(绩效)
- +
保留地区补贴
+
-
基础性绩效(单列)
- +
保留地区补贴保留额
+
-
奖励绩效(单列)
- -
-
-
艰边津贴
+
艰苦边远地区津贴
-
-
民族津贴
- -
-
-
教龄津贴
- -
-
-
特级教师津贴
- -
-
-
交通补贴
+
+
增补抵交临时性补贴
-
-
物业补贴
- +
+
(备选3)
+
-
-
工改保留补贴
- +
+
纳入绩效工资的活工资
+
-
女职工卫生费
- +
基础性绩效工资
+
-
乡镇补贴
- +
岗位津贴补贴
+
-
-
住房补贴
- +
+
其它津贴补贴
+
-
-
住房公积金
- +
+
奖励性绩效工资
+
-
-
其他
- +
+
补发工资
+
-
应发合计
+
应发工资
-
代扣合计
- +
住房公积金
+
-
公积金
- +
个人所得税
+
-
养老保险
+
医疗保险金
+ +
+
+
养老保险金
@@ -121,40 +112,52 @@
-
医疗保险
- +
失业保险金
+
-
失业保险
- +
其它扣款2
+
-
工会工费
- +
基本代扣合计
+
-
个人所得税
- +
单位扣款1
+
-
其他
- +
单位扣款2
+
-
实发合计
- +
单位扣款3
+
-
工资卡号*
- +
单位扣款4
+
-
发放年份*
-
+
单位扣款5
+
-
发放月份*
-
+
单位扣款6
+ +
+
+
单位扣款7
+ +
+
+
单位扣款合计
+ +
+
+
个人实发工资
+
@Html.AppendJsFile("/Areas/EducationalAdministration/Views/WageSchedule/Form.js") diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/WageSchedule/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/WageSchedule/Index.js index d2c24414b..37551da90 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/WageSchedule/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/WageSchedule/Index.js @@ -55,7 +55,7 @@ var bootstrap = function ($, learun) { id: 'form', title: '新增', url: top.$.rootUrl + '/EducationalAdministration/WageSchedule/Form', - width: 800, + width: 1000, height: 800, callBack: function (id) { return top[id].acceptClick(refreshGirdData); @@ -75,7 +75,7 @@ var bootstrap = function ($, learun) { id: 'form', title: '编辑', url: top.$.rootUrl + '/EducationalAdministration/WageSchedule/Form?keyValue=' + keyValue, - width: 800, + width: 1000, height: 800, callBack: function (id) { return top[id].acceptClick(refreshGirdData);