|
@@ -1268,7 +1268,7 @@ export default {
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- optionList:{},
|
|
|
+ optionList: {},
|
|
|
exportUrl: "/api/blade-school/salaryitem/export/workloadExcel",
|
|
|
annexData: [],
|
|
|
annexOption: {
|
|
@@ -2290,6 +2290,36 @@ export default {
|
|
|
"excelFile"
|
|
|
).disabled = false;
|
|
|
break;
|
|
|
+ case "28":
|
|
|
+ this.exportUrl =
|
|
|
+ "/api/blade-school/salaryitem/export/maternityPay";
|
|
|
+ this.findObject(this.excelOption.column, "excelFile").action =
|
|
|
+ "/api/blade-school/salaryitem/import/maternityPay";
|
|
|
+ this.findObject(
|
|
|
+ this.excelOption.column,
|
|
|
+ "excelFile"
|
|
|
+ ).disabled = false;
|
|
|
+ break;
|
|
|
+ case "29":
|
|
|
+ this.exportUrl =
|
|
|
+ "/api/blade-school/salaryitem/export/woChenGeld";
|
|
|
+ this.findObject(this.excelOption.column, "excelFile").action =
|
|
|
+ "/api/blade-school/salaryitem/import/woChenGeld";
|
|
|
+ this.findObject(
|
|
|
+ this.excelOption.column,
|
|
|
+ "excelFile"
|
|
|
+ ).disabled = false;
|
|
|
+ break;
|
|
|
+ case "30":
|
|
|
+ this.exportUrl =
|
|
|
+ "/api/blade-school/salaryitem/export/customWorkload";
|
|
|
+ this.findObject(this.excelOption.column, "excelFile").action =
|
|
|
+ "/api/blade-school/salaryitem/import/customWorkload";
|
|
|
+ this.findObject(
|
|
|
+ this.excelOption.column,
|
|
|
+ "excelFile"
|
|
|
+ ).disabled = false;
|
|
|
+ break;
|
|
|
default:
|
|
|
this.findObject(
|
|
|
this.excelOption.column,
|