Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 6m46s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 6m46s
This commit is contained in:
commit
aa75c8c882
3 changed files with 3 additions and 3 deletions
|
|
@ -177,7 +177,7 @@ function updateSelectedAgency(data: any, isUpdate: boolean = false) {
|
|||
|
||||
/**function ยืนยันการบันทึกข้อมูล */
|
||||
function onSubmit() {
|
||||
if (planData.nodeId == null || planData.strategyId == "") {
|
||||
if (nodeDnaId.value == "" || planData.strategyId == "") {
|
||||
dialogMessageNotify(
|
||||
$q,
|
||||
`กรุณาเลือกหน่วยงาน/ส่วนราชการ หรือ ยุทธศาสตร์/แผน`
|
||||
|
|
|
|||
|
|
@ -175,7 +175,7 @@ onMounted(async () => {
|
|||
class="q-mr-sm"
|
||||
@click="router.push(`/placement/appoint-employee`)"
|
||||
/>
|
||||
รายละเอียดการปรับระดับชั้นงานลูกจ้าง {{ fullName }}
|
||||
รายละเอียดการปรับระดับชั้นงาน-ย้ายลูกจ้าง {{ fullName }}
|
||||
</div>
|
||||
|
||||
<CardProfile :data="dataProfile as DataProfile" :type="'employee'" />
|
||||
|
|
|
|||
|
|
@ -372,7 +372,7 @@ onMounted(async () => {
|
|||
|
||||
<template>
|
||||
<div class="toptitle text-dark col-12 row items-center">
|
||||
รายการปรับระดับชั้นงานลูกจ้าง
|
||||
รายการปรับระดับชั้นงาน-ย้ายลูกจ้าง
|
||||
</div>
|
||||
<q-card flat bordered class="col-12 q-mt-sm">
|
||||
<div class="row q-pa-md">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue