|
@@ -1902,8 +1902,7 @@ export const optionList = {
|
|
|
}],
|
|
|
index: 104,
|
|
|
span: 4
|
|
|
- },
|
|
|
- {
|
|
|
+ },{
|
|
|
label: "出勤",
|
|
|
prop: "attendance",
|
|
|
width: 80,
|
|
@@ -1914,8 +1913,75 @@ export const optionList = {
|
|
|
}],
|
|
|
index: 105,
|
|
|
span: 4
|
|
|
- },
|
|
|
- {
|
|
|
+ },{
|
|
|
+ label: "出勤类型",
|
|
|
+ prop: "attendanceType",
|
|
|
+ width: 80,
|
|
|
+ overHidden: true,
|
|
|
+ disabled: true,
|
|
|
+ index: 106,
|
|
|
+ span: 4
|
|
|
+ },{
|
|
|
+ label: "应出勤天数",
|
|
|
+ prop: "requiredAttendanceDays",
|
|
|
+ width: 100,
|
|
|
+ overHidden: true,
|
|
|
+ disabled: true,
|
|
|
+ rules: [{
|
|
|
+ validator: validateDecimal,
|
|
|
+ trigger: "blur"
|
|
|
+ }],
|
|
|
+ index: 107,
|
|
|
+ span: 4
|
|
|
+ },{
|
|
|
+ label: "实际出勤天数",
|
|
|
+ prop: "actualAttendanceDays",
|
|
|
+ width: 100,
|
|
|
+ overHidden: true,
|
|
|
+ disabled: true,
|
|
|
+ rules: [{
|
|
|
+ validator: validateDecimal,
|
|
|
+ trigger: "blur"
|
|
|
+ }],
|
|
|
+ index: 108,
|
|
|
+ span: 4
|
|
|
+ },{
|
|
|
+ label: "事假",
|
|
|
+ prop: "matterLeave",
|
|
|
+ width: 80,
|
|
|
+ overHidden: true,
|
|
|
+ disabled: true,
|
|
|
+ rules: [{
|
|
|
+ validator: validateDecimal,
|
|
|
+ trigger: "blur"
|
|
|
+ }],
|
|
|
+ index: 109,
|
|
|
+ span: 4
|
|
|
+ },{
|
|
|
+ label: "病假",
|
|
|
+ prop: "sickLeave",
|
|
|
+ width: 80,
|
|
|
+ overHidden: true,
|
|
|
+ disabled: true,
|
|
|
+ rules: [{
|
|
|
+ validator: validateDecimal,
|
|
|
+ trigger: "blur"
|
|
|
+ }],
|
|
|
+ index: 110,
|
|
|
+ span: 4
|
|
|
+ },{
|
|
|
+ label: "旷工",
|
|
|
+ prop: "absenteeism",
|
|
|
+ width: 80,
|
|
|
+ overHidden: true,
|
|
|
+ disabled: true,
|
|
|
+ rules: [{
|
|
|
+ validator: validateDecimal,
|
|
|
+ trigger: "blur"
|
|
|
+ }],
|
|
|
+ index: 111,
|
|
|
+ span: 4
|
|
|
+ },{
|
|
|
label: "督查",
|
|
|
prop: "inspectorFines",
|
|
|
width: 80,
|
|
@@ -1924,7 +1990,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 106,
|
|
|
+ index: 112,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -1936,7 +2002,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 107,
|
|
|
+ index: 113,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -1948,7 +2014,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 108,
|
|
|
+ index: 114,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -1960,7 +2026,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 109,
|
|
|
+ index: 115,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -1972,7 +2038,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 110,
|
|
|
+ index: 116,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -1984,7 +2050,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 111,
|
|
|
+ index: 117,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -1996,7 +2062,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 112,
|
|
|
+ index: 118,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2008,7 +2074,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 113,
|
|
|
+ index: 119,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2020,7 +2086,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 114,
|
|
|
+ index: 120,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2032,7 +2098,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 115,
|
|
|
+ index: 121,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2044,7 +2110,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 116,
|
|
|
+ index: 122,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2056,7 +2122,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 117,
|
|
|
+ index: 123,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2068,7 +2134,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 118,
|
|
|
+ index: 124,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2080,7 +2146,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 119,
|
|
|
+ index: 125,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2092,7 +2158,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 120,
|
|
|
+ index: 126,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2104,7 +2170,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 121,
|
|
|
+ index: 127,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2117,7 +2183,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 122,
|
|
|
+ index: 128,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2129,7 +2195,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 123,
|
|
|
+ index: 129,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2141,7 +2207,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 124,
|
|
|
+ index: 130,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2153,7 +2219,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 125,
|
|
|
+ index: 131,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2165,7 +2231,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 126,
|
|
|
+ index: 132,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2178,7 +2244,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 127,
|
|
|
+ index: 133,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2190,7 +2256,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 128,
|
|
|
+ index: 134,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2203,7 +2269,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 129,
|
|
|
+ index: 135,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2215,7 +2281,7 @@ export const optionList = {
|
|
|
validator: validateDecimal,
|
|
|
trigger: "blur"
|
|
|
}],
|
|
|
- index: 130,
|
|
|
+ index: 136,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2223,7 +2289,7 @@ export const optionList = {
|
|
|
prop: "enjoyOfficeTreatment",
|
|
|
width: 200,
|
|
|
overHidden: true,
|
|
|
- index: 131,
|
|
|
+ index: 137,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2231,7 +2297,7 @@ export const optionList = {
|
|
|
prop: "salaryRemark",
|
|
|
width: 80,
|
|
|
overHidden: true,
|
|
|
- index: 132,
|
|
|
+ index: 138,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2239,7 +2305,7 @@ export const optionList = {
|
|
|
prop: "pauseNoPayRemark",
|
|
|
width: 80,
|
|
|
overHidden: true,
|
|
|
- index: 133,
|
|
|
+ index: 139,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2247,7 +2313,7 @@ export const optionList = {
|
|
|
prop: "remarks",
|
|
|
width: 80,
|
|
|
overHidden: true,
|
|
|
- index: 134,
|
|
|
+ index: 140,
|
|
|
span: 4
|
|
|
},
|
|
|
{
|
|
@@ -2255,7 +2321,7 @@ export const optionList = {
|
|
|
prop: "remarksOne",
|
|
|
width: 80,
|
|
|
overHidden: true,
|
|
|
- index: 135,
|
|
|
+ index: 141,
|
|
|
span: 4
|
|
|
}
|
|
|
]
|