salary-management-front/pc4mobx/hrmSalary/pages/declare/components/declareDialog/condition.js

44 lines
899 B
JavaScript
Raw Normal View History

export const declareConditions = [
{
items: [
{
colSpan: 1,
conditionType: "MONTHPICKER",
2023-10-23 14:35:10 +08:00
domkey: ["salaryMonth"],
fieldcol: 14,
label: "薪资所属月",
lanId: 542604,
labelcol: 6,
value: "",
rules: "required|string",
viewAttr: 3
},
{
colSpan: 1,
conditionType: "SELECT",
domkey: ["taxAgentId"],
fieldcol: 14,
label: "个税扣缴义务人",
lanId: 537996,
labelcol: 6,
options: [],
rules: "required|string",
viewAttr: 3,
},
{
colSpan: 1,
conditionType: "INPUT",
domkey: ["description"],
fieldcol: 14,
label: "备注",
lanId: 536726,
labelcol: 6,
value: "",
viewAttr: 2
}
],
defaultshow: true,
title: ""
}
];