207 lines
3.1 KiB
JavaScript
207 lines
3.1 KiB
JavaScript
export const columns = [
|
|
{
|
|
title: "姓名",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "个税扣缴义务人",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "部门",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "手机号",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "员工状态",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "基本工资",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "操作",
|
|
dataIndex: "cz",
|
|
key: "cz"
|
|
}
|
|
];
|
|
|
|
export const adjCondition = [
|
|
{
|
|
items: [
|
|
{
|
|
colSpan: 1,
|
|
conditionType: "DATEPICKER",
|
|
domkey: ["effectiveTime"],
|
|
fieldcol: 18,
|
|
label: "生效日期",
|
|
lanId: 19548,
|
|
labelcol: 6,
|
|
rules: "required",
|
|
value: "",
|
|
viewAttr: 3
|
|
},
|
|
{
|
|
colSpan: 1,
|
|
checkbox: false,
|
|
checkboxValue: false,
|
|
conditionType: "SELECT",
|
|
domkey: ["adjustReason"],
|
|
fieldcol: 18,
|
|
label: "调整原因",
|
|
lanId: 1897,
|
|
labelcol: 6,
|
|
options: [],
|
|
rules: "required",
|
|
viewAttr: 3
|
|
},
|
|
{
|
|
colSpan: 1,
|
|
conditionType: "INPUT",
|
|
domkey: ["description"],
|
|
fieldcol: 18,
|
|
label: "说明",
|
|
lanId: 25734,
|
|
labelcol: 6,
|
|
value: "",
|
|
viewAttr: 2
|
|
}
|
|
],
|
|
title: "调薪信息",
|
|
defaultshow: true
|
|
}
|
|
];
|
|
|
|
export const slideSalaryItemColumns = [
|
|
{
|
|
title: "姓名",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "员工状态",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "部门",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "薪资项目",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "调整前",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "调整后",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "调整原因",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "生效日期",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "操作人",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "操作日期",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "说明",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
}
|
|
];
|
|
|
|
export const slieAgentColumns = [
|
|
{
|
|
title: "姓名",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "员工状态",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "部门",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "调整前",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "调整后",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "调整原因",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "生效日期",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "操作人",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "操作日期",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
},
|
|
{
|
|
title: "说明",
|
|
dataIndex: "title",
|
|
key: "title"
|
|
}
|
|
];
|
|
|
|
|
|
export const dataSource = [
|
|
{
|
|
title: "测试"
|
|
}
|
|
];
|
|
|
|
|
|
|
|
|
|
|