diff --git a/src/api/13_salary/api.salary.ts b/src/api/13_salary/api.salary.ts index e71c8bb80..94fbffffe 100644 --- a/src/api/13_salary/api.salary.ts +++ b/src/api/13_salary/api.salary.ts @@ -86,4 +86,7 @@ export default { `${salary}/sub-file/${name}/${group}/${id}/${subId}`, salaryUploadFile: (name: string, group: string, id: string, subId: string) => `${salary}/sub-file/${name}/${group}/${id}/${subId}`, + + //รายชื่อออกคำสั่ง + orgPosSalaryReport: `${salary}/report/command/`, }; diff --git a/src/components/Workflow/DialogSelectPerson.vue b/src/components/Workflow/DialogSelectPerson.vue index 3c72c90ff..af9773b70 100644 --- a/src/components/Workflow/DialogSelectPerson.vue +++ b/src/components/Workflow/DialogSelectPerson.vue @@ -49,7 +49,7 @@ const columns = ref([ { name: "actFullName", align: "left", - label: "รักษาการ", + label: "รักษาการแทน", field: "actFullName", sortable: true, headerStyle: "font-size: 14px", diff --git a/src/modules/02_organization/components/TreeMain.vue b/src/modules/02_organization/components/TreeMain.vue index 05ad0725e..65723ab4f 100644 --- a/src/modules/02_organization/components/TreeMain.vue +++ b/src/modules/02_organization/components/TreeMain.vue @@ -448,7 +448,7 @@ watch( >
{{ prop.node.orgTreeName }}
diff --git a/src/modules/04_registryPerson/components/Dialog/02_Address.vue b/src/modules/04_registryPerson/components/Dialog/02_Address.vue index 3c49fe27d..fa40bba52 100644 --- a/src/modules/04_registryPerson/components/Dialog/02_Address.vue +++ b/src/modules/04_registryPerson/components/Dialog/02_Address.vue @@ -200,126 +200,5 @@ watch( /> - -
- - - -
- -
-
- -
-
-
- -
-
- -
-
- -
-
- -
-
-
diff --git a/src/modules/05_placement/components/PersonalList/Table.vue b/src/modules/05_placement/components/PersonalList/Table.vue index a7b9e4927..082d86ed2 100644 --- a/src/modules/05_placement/components/PersonalList/Table.vue +++ b/src/modules/05_placement/components/PersonalList/Table.vue @@ -955,7 +955,7 @@ onMounted(async () => { > - ([ const modalCommand = ref(false); -/** popup ยืนยันส่งัว */ +/** popup ยืนยันส่งไปออกคำสั่ง */ function saveOrder() { dialogConfirm( $q, @@ -122,7 +122,7 @@ function convertText(val: string) { case "PENDING": return "รอดำเนินการ"; case "REPORT": - return "ส่งไปเเต่งตั้ง"; + return "ส่งไปออกคำสั่ง"; case "DONE": return "เสร็จสิ้น"; default: @@ -136,6 +136,7 @@ watchEffect(() => { } }); +