Refactoring code module 13_salary
This commit is contained in:
parent
c9dd0202c6
commit
4af366c03b
43 changed files with 1215 additions and 1167 deletions
|
|
@ -1,20 +1,32 @@
|
|||
const salaryChart = () => import("@/modules/13_salary/views/salaryChart.vue");
|
||||
// รายการผังบัญชีเงินเดือน
|
||||
const salaryChart = () => import("@/modules/13_salary/views/01_salaryMain.vue");
|
||||
const salaryRate = () =>
|
||||
import("@/modules/13_salary/views/page01_salaryRate.vue");
|
||||
|
||||
// ผังบัญชีค่าจ้างลูกจ้างประจำ
|
||||
const salaryEmployeeChart = () =>
|
||||
import("@/modules/13_salary/views/salaryEmployeeChart.vue");
|
||||
import("@/modules/13_salary/views/02_salaryEmployeeMain.vue");
|
||||
const salaryEmployeeRate = () =>
|
||||
import("@/modules/13_salary/views/salaryEmployeeRate.vue");
|
||||
const salaryRate = () => import("@/modules/13_salary/views/salaryRate.vue");
|
||||
const salaryRound = () => import("@/modules/13_salary/views/salaryRound.vue");
|
||||
const salaryLists = () => import("@/modules/13_salary/views/salaryLists.vue");
|
||||
import("@/modules/13_salary/views/page02_salaryEmployeeRate.vue");
|
||||
|
||||
// รอบการขึ้นเงินเดือน
|
||||
const salaryRound = () =>
|
||||
import("@/modules/13_salary/views/03_salaryRound.vue");
|
||||
|
||||
// รายการเลื่อนเงินเดือนข้าราชการ ฯ
|
||||
const salaryLists = () =>
|
||||
import("@/modules/13_salary/views/04_salaryLists.vue");
|
||||
|
||||
// รายการเลื่อนค่าจ้างลูกจ้างประจำ
|
||||
const salaryEmployeeLists = () =>
|
||||
import("@/modules/13_salary/views/salaryEmployeeLists.vue");
|
||||
import("@/modules/13_salary/views/05_salaryListsEmployee.vue");
|
||||
|
||||
//ออกคำสั่ง
|
||||
const commandSalary = () =>
|
||||
import("@/modules/13_salary/views/commandSalary.vue");
|
||||
|
||||
const commandSalaryAdd = () =>
|
||||
import("@/modules/13_salary/components/Command/detail.vue");
|
||||
// const commandSalary = () => import("@/modules/13_salary/views/commandSalary.vue");
|
||||
// const commandSalary = () => import("@/modules/13_salary/views/commandSalary.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
path: "/salary",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue