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 ยืนยันการบันทึกข้อมูล */
|
||||||
function onSubmit() {
|
function onSubmit() {
|
||||||
if (planData.nodeId == null || planData.strategyId == "") {
|
if (nodeDnaId.value == "" || planData.strategyId == "") {
|
||||||
dialogMessageNotify(
|
dialogMessageNotify(
|
||||||
$q,
|
$q,
|
||||||
`กรุณาเลือกหน่วยงาน/ส่วนราชการ หรือ ยุทธศาสตร์/แผน`
|
`กรุณาเลือกหน่วยงาน/ส่วนราชการ หรือ ยุทธศาสตร์/แผน`
|
||||||
|
|
|
||||||
|
|
@ -175,7 +175,7 @@ onMounted(async () => {
|
||||||
class="q-mr-sm"
|
class="q-mr-sm"
|
||||||
@click="router.push(`/placement/appoint-employee`)"
|
@click="router.push(`/placement/appoint-employee`)"
|
||||||
/>
|
/>
|
||||||
รายละเอียดการปรับระดับชั้นงานลูกจ้าง {{ fullName }}
|
รายละเอียดการปรับระดับชั้นงาน-ย้ายลูกจ้าง {{ fullName }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<CardProfile :data="dataProfile as DataProfile" :type="'employee'" />
|
<CardProfile :data="dataProfile as DataProfile" :type="'employee'" />
|
||||||
|
|
|
||||||
|
|
@ -372,7 +372,7 @@ onMounted(async () => {
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="toptitle text-dark col-12 row items-center">
|
<div class="toptitle text-dark col-12 row items-center">
|
||||||
รายการปรับระดับชั้นงานลูกจ้าง
|
รายการปรับระดับชั้นงาน-ย้ายลูกจ้าง
|
||||||
</div>
|
</div>
|
||||||
<q-card flat bordered class="col-12 q-mt-sm">
|
<q-card flat bordered class="col-12 q-mt-sm">
|
||||||
<div class="row q-pa-md">
|
<div class="row q-pa-md">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue