salary-management-front/pc4mobx/hrmSalary/pages/socialSecurityBenefits/programme/columns.js

109 lines
1.8 KiB
JavaScript

export const insertUpdateColumns = [
{
title: "类型名称",
dataIndex: "insuranceName",
key: "insuranceName",
width: 120,
fixed: "left"
},
{
title: "是否缴费",
dataIndex: "isPayment",
key: "isPayment",
width: 100
},
{
title: "缴纳对象",
dataIndex: "paymentScope",
key: "paymentScope",
width: 100
},
{
title: "缴纳周期",
dataIndex: "paymentCycle",
key: "paymentCycle",
width: 200
},
{
title: "核算方式",
dataIndex: "accountType",
key: "accountType",
width: 200
},
{
title: "基数下限",
dataIndex: "lowerLimit",
key: "lowerLimit",
width: 100
},
{
title: "基数上限",
dataIndex: "upperLimit",
key: "upperLimit",
width: 100
},
{
title: "缴纳比例%",
dataIndex: "paymentProportion",
key: "paymentProportion",
width: 100
},
{
title: "固定费用",
dataIndex: "fixedCost",
key: "fixedCost",
width: 100
},
{
title: "有效小数位",
dataIndex: "validNum",
key: "validNum",
width: 100
},
{
title: "进位规则",
dataIndex: "rententionRule",
key: "rententionRule",
width: 100
}
];
export const conditons = [
{
items: [
{
colSpan: 2,
conditionType: "INPUT",
domkey: ["schemeName"],
fieldcol: 12,
isQuickSearch: true,
label: "方案名称",
lanId: 33162,
labelcol: 6,
value: "",
viewAttr: 2
},
{
colSpan: 2,
conditionType: "SELECT",
domkey: ["paymentTypeEnum"],
fieldcol: 12,
isQuickSearch: true,
label: "缴纳类型",
lanId: 543163,
labelcol: 6,
value: "",
options: [],
viewAttr: 2
}
],
title: "",
defaultshow: true
}
];