com.ld.igds.models.OASalary
ID
组织编码
所属分库
${dorado.getDataProvider("deptPR#loadParents").getResult()}
id
name
员工工号
true
员工姓名
true
Integer
考勤天数
# 天
double
工资
#.0 元
true
double
津贴
#.0 元
津贴说明
double
社保
#.0 元
double
公积金
#.0 元
double
个税
#.0 元
double
其他扣除
#.0 元
double
扣总
#.0 元
double
实发工资
#.0 元
true
工资月份
true
备注
员工工号
员工姓名
工资月份
view.get("#dsParam").insert({});
addMain = function(){
view.get("#dsMain").insert({
});
view.get("#dialogMain").show();
}
font-awesome,css-common
lazy
oaPR#pageSalary
[dtMain]
15
dtParam
bg-color
hidden
55
bg-color
*,*,*,*,100
dsParam
right
:
100
userId
userId
userName
userName
salaryTime
salaryTime
yearMonthDropDown1
var data = view.get("#dsMain.data:#");
if(data){
view.get("#dialogMain").show();
}
dsMain
true
userId
center
userName
center
应发工资
salary
center
120
allowance
center
120
allowanceDesc
center
200
应扣工资
delSec
center
120
delFund
center
120
delTax
center
120
delOther
center
120
delSum
center
120
salaryReal
center
120
salaryTime
center
bg-color
pageSize,pages
dsMain
oaPR#saveSalary
dsMain
[#current]
确定要删除吗?
oaPR#delSalary
//将时间格式转换为字符串
var date = arg.selectedValue;
arg.selectedValue = date.formatDate("Y-m");