|
@@ -2287,6 +2287,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,
|