salary-management-front/pc4mobx/hrmSalary/pages/declareDetail/components/constants.js

94 lines
1.8 KiB
JavaScript

export const paymentFeedbackConditions = [
{
items: [
{
colSpan: 1,
conditionType: "SELECT",
domkey: ["type"],
fieldcol: 12,
label: "缴款方式",
lanId: 111,
labelcol: 6,
value: "",
rules: "required",
viewAttr: 3,
detailtype: 3,
options: []
}
],
defaultshow: true
}
];
export const paymentTripartiteConditions = [
{
items: [
{
colSpan: 1,
conditionType: "INPUT",
domkey: ["taxAgent"],
fieldcol: 12,
label: "个税扣缴义务人",
lanId: 537996,
labelcol: 6,
value: "",
viewAttr: 1
},
{
colSpan: 1,
conditionType: "INPUT",
domkey: ["amount"],
fieldcol: 12,
label: "应缴金额",
lanId: 111,
labelcol: 6,
value: "",
viewAttr: 1
},
{
colSpan: 1,
conditionType: "INPUT",
domkey: ["personNum"],
fieldcol: 12,
label: "申报人数",
lanId: 111,
labelcol: 6,
value: "",
viewAttr: 1
}
],
defaultshow: true
}
];
export const paymentBankConditions = [
{
items: [
{
colSpan: 1,
conditionType: "SELECT",
domkey: ["protocolNumber"],
fieldcol: 12,
label: "开户行",
lanId: 111,
labelcol: 6,
value: "",
rules: "required",
viewAttr: 3,
options: []
},
{
colSpan: 1,
conditionType: "SELECT",
domkey: ["count"],
fieldcol: 12,
label: "开户行号",
lanId: 111,
labelcol: 6,
value: "",
viewAttr: 1,
options: []
}
],
defaultshow: true
}
];